﻿body 
{
    background: url("Images/bg.png") repeat-x #F1F1F1;
    margin: 0px; 
    font-family: "Segoe UI" Arial;
    font-size: .8em;
    color: #444;
}

h3
{
    font-size: 1.1em;
    font-weight: 600;
    color: Black;
    margin: 0px;
    margin-bottom: 5px;
}

h4
{
    font-size: 1em;
    font-weight: 600;
    color: Black;
    margin: 0px;
    margin-bottom: 5px;
}

a
{
    color: #C00;
    text-decoration: none;
}

a img
{
    border: none;
}

textarea
{
    font-family: "Trebuchet MS";
    font-size: .9em;
    overflow: auto;
}

/*Masterpage*/
#wrapper
{
    width: 870px;
    margin: auto;
}

#topLinks
{
    margin-top: 5px;
    height: 40px;
    text-align: right;
}
#topLinks a
{
    margin-left: 15px;
}

#logo, #login
{
    width: 50%;
    float: left;
}

#login
{
    float: right;
    text-align: right;
    color: White;
    font-size: .9em;
}

html>/**/body #login div
{
    margin-left: 135px;
}

.menuItem
{
    float: left;
    margin-right: 20px;
    text-transform: uppercase;   
    font-size: 1.1em; 
}

#contentWrapper
{
    background: url("Images/contentBG-trans.png") repeat-y;
    min-height: 400px;
    width: 830px;
    display: table;
    clear: both;
    margin-top: 5px;
    padding: 10px 20px 20px 20px;
}
 *html #contentWrapper
{
    background: url("Images/contentBG.png") repeat-y;
}

#contentHeader > div
{
    float: left;
    width: 50%;
}

#content
{
    margin-top: 25px;
    clear: both;
    width: 100%;    
}

#searchPanel
{
    text-align: right;
}

#footer
{
    background: url("Images/footer.png") no-repeat;
    text-align: center;
    color: #777;
    font-size: .8em;
    padding-top: 8px;
}
/*SignInControl*/
.SignInControlPanel
{
}

/*Discussion Container*/
.DiscussionItem
{
    /*border: solid 1px #E5E5E5;*/
    margin: 10px;
    background: White;
    position: relative;
    padding-bottom: 0px;
    overflow: hidden;
}

.DiscussionItemHighlighted
{
	border: solid 3px #F60;
}

.DiscussionItemExpanded
{
    padding-bottom: 85px;
}
.DiscussionItemWrapper
{
    padding: 5px;
}
.DiscussionItemBorder
{
    border: solid 1px #CCC;
    padding-bottom: 5px;
}
.DiscussionItemTopPanel
{
    background: #1C2E34;
    padding: 3px;   
    margin: 1px;    
}
.DiscussionItemTopPanel span
{
    color: White;   
}
.Timestamp
{
    color: #555;
}
.DiscussionItemUserInfo
{
    width: 20%;    
    margin-right: 10px;
    float: left;
    text-align: center;
}
.DiscussionItemUserInfo>a:first-child
{
    font-weight: bold;
}
.DiscussionItemContent
{
    margin-top: 5px;
    width: 75%;
    margin-left: 20%;
}
.DiscussionItemContent hr
{
    border: solid 1px #e5e5e5;
}
.DiscussionItemOptionsPanel
{
    margin-top: 5px;
}
.DiscussionItemOptionsPanel a
{
    margin-right: 15px;
}
.DiscussionItemAttachmentPanel
{
    font-weight: bold;
}
.DiscussionItemAttachmentPanel a
{
    vertical-align: middle;
}
.DiscussionText
{
    display: block;
    margin-left: 15px;
    margin-top: 10px;
}

#_commentText
{
    font-family: "Trebuchet MS";
    margin-top: 10px;
    margin-bottom: 10px;
    width: 675px;
    overflow: hidden;
}
#_addCommentDiv
{
    text-align: right;
    margin-bottom: 5px;
}
.InlineCommentBox
{
    text-align: right;
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 500px;
    display: none;
}
.InlineCommentBox textarea
{
    font-family: "Trebuchet MS";
    margin-bottom: 5px;
    height: 50px;
    width: 100%;
}
.ReplyLink
{
    position: absolute;
    top: 10px;
    right: 17px;
    color: White;
    font-weight: bold;
    text-decoration: underline;
}
.RSSLink
{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}
#_moreCommentsButton
{
    border-top: Solid 1px #888;
    background-color: #eee;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: #c00;
    display: none;
}
#_moreCommentsButton:hover
{
    border-top-color: #c88;
    background-color: #f2eeee;
    color: #e33;
}

/*Grids*/
.DefaultGrid
{
    border: solid 1px #E5E5E5;
    margin-bottom: 20px;
}
.GridRow
{
    background: White;
}
.GridAltRow
{
    background: #F9F9F9;    
}
.GridHeader
{
    background: #F0F0F0;
    height: 25px;
    text-align: left;
}
.GridFooter
{
}
.GridPager
{
    text-align: center;
}
.GridPager a
{
    border-bottom: solid 1px #C00;
    margin: 3px;
}
/*DetailsView*/
.DetailsView
{
    border: solid 1px #CCC;
}
.DetailsViewHeader
{
    font-weight: bold;
}
.DetailsViewCommandRow
{
}
/*Paging*/

#_pagingPanelDiv
{
    border-top: solid 1px #777;
    width: 100%;
}
#_pagingPanelDiv div
{
    float: right;
    margin-top: 10px;
}

#_pagingPanelDiv a
{
    margin-left: 2px;
    margin-right: 2px;
}
#_pageLinks
{
    font-weight: bold;
}
#_pageLinks a
{
    font-weight: normal;
}

/*Site-wide Classes*/


.breadcrumb
{
    color: #555;
    margin-bottom: 25px;
}
.button
{
    margin: 3px;   
}
.DefaultButton
{
}
.errorLabel
{
    color: Red;
}
.FormTitle
{
    color: Black;
}

.HeaderContainer
{
    width: 100%;
    display: table;
}

h1, .TitleBorder
{
    font-weight: normal;       
    margin: 0px 0px 10px 0px;
    border-bottom: solid 1px #555;    
    padding: 5px;
    display: block;
    display: table;             
}
h1, .TitleText
{
    text-transform: uppercase;
    font-size: 1.4em;
    color: #777;    
}
.FloatLeftTitle
{
    float: left;
}
.FloatRightTitle
{
    float: right;
    padding-top: 10px;
}
.EditLink
{
    border: solid 1px #E5E5E5;
    background: #F0F0F0;
    padding: 2px;
    display: block;
    margin: auto;
    margin-top: 3px;
    width: 35px;
    font-weight: bold;
}
.hiddenDiv
{
    visibility: hidden;
    z-index:-1;
    position: absolute;
    left: 0px;
    top: -300px;
    width: 100px;
}

.form-label
{
	margin-bottom: -20px;
	display: block;
	width: 125px;
	text-align: right;
	padding-top: 8px;
}

.form-field
{
	margin-left: 140px;
}

/*Default.aspx*/
.LeftPanel
{
    float: left;
    width: 70%;    
}
.RightPanel
{
    float: right;
    width: 30%;
}
.RightPanel div
{
    background: #F0F0F0;
    padding: 8px;
    margin-bottom: 15px;
    border: solid 1px #CCC;
}
.forumItemTable
{
	border-bottom: solid 1px #CCC;
	margin-top: 5px;
}
.forumItemTableHeader
{
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #888;
	font-weight: bold;
	margin-top: 5px;
}
.forumTableDiv
{
	padding-bottom: 10px;
}
.forumLink
{
}
.mostRecentTopicDiv
{
}

#_mostRecentRssLink img
{
    border: 0px;
    float: right;
    margin-bottom: 10px;
}

/*ViewForum.aspx*/
.ViewForumItem
{
	border-top: solid 1px #CCC;
    padding: 10px 10px 10px 10px;
}

.ViewForumItem span
{
    margin-top: 5px;
    display: block;
}

.ViewForumItemTitle
{
    text-transform: capitalize;
}

#_filterSortPanel
{
    margin-top: -40px;   
}

#_filterSortPanel div
{
    float: right;
    background: #F0F0F0;
    border: solid 1px #CCC;
    margin-right: 10px;
    padding: 5px;
}
#_filterSortPanel span
{
    font-weight: bold;
}

.discussionItemsIcon
{
    display: inline;
    position: relative;
    margin-right: 3px;
    vertical-align: bottom;
}

#_discussionItemTitle
{
    font-weight: bold;
}

#_viewLastReplyLink
{
    display: block;
    margin-top: 5px;
}
#_viewLastReplyLink img
{
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 2px;
}

/*ViewMedia.aspx*/
#_videoDiv, #_pictureDiv
{
    width: 570px;
    height: 433px;
    border: solid 1px #F0F0F0;
    background: #F9F9F9;
}
.MediaLeftPanel
{
    float: left;
}
.MediaDetailsContainer
{
    border: solid 1px #F0F0F0;
    background: #F9F9F9;
    padding: 5px;
    float: left;
    margin-left: 10px;
}
.MediaDetailsContainer span
{
    color: Black;
} 
#_detailsDiv div
{
    margin-bottom: 5px;
    color: #777;
}
#_detailsDiv a
{
    font-weight: bold;
}
.StatusText
{
    font-size: .8em;
    color: #777 !important;    
}
#DownloadFileContainer
{
    text-align: center;
    margin-top: 10px;
}
#DownloadFileContainer img
{
    border: solid 2px #E5E5E5;
    display: block;
    margin: auto;
}

/*ViewTopic.aspx*/
#_signInDiv
{
    border-top: solid 1px #777;
    padding-top: 10px;
    margin-top: 5px;
}
#_shortTopicLink
{ 
    text-transform: capitalize;
}
#_commandPanel
{
    height: 100%;
    display: table;
}
#_commandPanel>div
{
    background: #F0F0F0;
    border: solid 1px #CCC;
    padding: 5px;
    float: left;
    margin-right: 10px;
}
#_commandPanel span
{
    display: block;
    font-weight: bold;
}
#_moderatorCommandsTD
{
    margin-top: -15px;
}

/*ViewUser.aspx*/

/*ManageForumStructure.aspx*/
.ManageForumStructureTable
{
    width: 100%;
}

.ManageForumStructureTableHeader
{
    color: Black;
    font-size: 1em; 
}

tr.ManageForumStructureSelectedRow>td:first-child
{
    background: #CCC;
    background-image: none !important;
}

tr.ManageForumStructureSelectedRow>td:first-child + td + td
{
    background: #CCC;
    background-image: url("Images/rightArrow.gif");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 18px;
} 

.ManageForumStructureCell
{
    width: 33%;
}

.ManageForumStructureLinks
{
    padding-left: 1px;
    padding-right: 1px;
    margin: 1px;
}

.ManageForumStructureButtonContainer
{
    margin-top: 10px;
    margin-left: 120px;
}

/*ManageUsers.aspx*/
.ManageUsersGridSelectedRow
{
    background: #CCC;
}

/*CreateTopic.aspx*/
#_userInput span
{
    font-weight: 600;
    vertical-align: top;
}
#_userInput a
{
    display: block;
    width: 50px;
    margin: 5px 5px 5px 50px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    border: solid 1px #CCC;
    background: #F0F0F0;    
}

/*Main Containers */

.MainContainer, .MediaItemContainer
{
    border: solid 1px #F0F0F0;
    background: #F9F9F9;
    width: 680px;
    min-height: 100px;
    display: table;
    margin-bottom: 15px;
    padding: 5px;
}

/*Media Items*/
.MediaItem
{
    float: left;
    width: 155px;
    margin: 3px;
    padding: 3px;
    text-align: center;
}
