/* CSS Document */
/* Body */ 
body {
	margin:0 0 0 0;	
	}
td {
	font-family: Georgia;
	font-size:14px;
	font-weight:normal;
	color: #7A521B;
	}
table
{
	font-family: Georgia;
	font-size:14px;
	font-weight:normal;
	color: #7A521B;
}
/* Control panel options */
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.help {
	width: 504px;
	height: 1px;
	background-color: transparent;
	border: none;
	color: #000000;
}
.mainTable {
	height: 100%;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Georgia;
    font-size: 14px;
    font-weight: normal;
	background-color: #7A521B;
	border: solid 1px #EAEAEA;
}
/* style for module titles */
.Head   {
    font-family: Georgia;
    font-size: 30px;
    font-weight: normal;
	color: #7A521B;	
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
	color: #7A521B;
}
.Normal {
	font-family: Georgia;
	font-size:14px;
	font-weight:normal;
	color: #7A521B;
}
.NormalBold {
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	color: #7A521B;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #EAEAEA;
}
/* Links */ 
a:link { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#D44A0C; text-decoration:none; }
a:visited {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;  color:#D44A0C;text-decoration:none;}
a:hover {font-family:Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;color:#F35D1B; text-decoration:none;}
a:active {font-family:Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;color:#D44A0C;text-decoration:none;} 
/* SkinObject links + SkinObject style */
.SkinObject {
    font-weight: normal;
    font-size: 11px;
    color: #D44A0C;
    font-family: Trebuchet MS;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#D44A0C;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#D44A0C;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#D44A0C;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#D44A0C;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #D44A0C;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #D44A0C;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #D44A0C;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #D44A0C;
}
/* -= Layout =- */
.mainTable { background-image:url(background.jpg); vertical-align: top;}
.left { background-image: url(side.jpg); background-position:right top; background-repeat: repeat-y; width: 5px;}
.right { background: url(side.jpg); background-position:left top; background-repeat:repeat-y; width: 5px;}
.menuPane { padding: 5 10 5 40; height:40px; }
.end { background: url(bottom.jpg); height: 5px;}
.contentPane { background-image:url(contentBg.jpg); vertical-align: top;} 
/*menu*/
.MainMenu_MenuContainer{background:transparent;width: 1%;}
.MainMenu_MenuContainer td{cursor:default;font-size:1px;width: 1%;}
.MainMenu_MenuIcon{display:none;}
.MainMenu_RootMenuArrow{display:none;}
.MainMenu_MenuItem{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;font-size:11px;font-weight:normal;
	padding:0px 0px 0px 5px;
	border:0;border-width:1px 0;
}
.submenuitembreadcrumb{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;font-size:11px;font-weight:normal;
	padding:0px 0px 0px 5px;
	border:0;border-width:1px 0;
}
.submenuitemselected{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;font-size:11px;font-weight:normal;
	padding:0px 0px 0px 5px;
	background:#7F7F7F;
	border:0;
	height: 19px;
}
.MainMenu_MenuArrow{
	font-size:11px;
	font-family: webdings;
	padding:2px 0 2px 10px;height:19px;
	border:#5EAA6A solid 0;
}
.submenu{
	z-index:1001;
	border:0;
	padding:0;
	margin-left:1px;
	background:#000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=6);
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
}
.rootmenuitem{background:url(tab_gray.gif) no-repeat;text-align:center;border:0;}
.rootmenuitem td{padding:0 0 5 5;height:30px;cursor:pointer;cursor:hand;background:transparent;}
.rootmenuitem td span{font-family: Georgia;font-size:14px;font-weight:bold;color:#7A521B;text-decoration:none; }
.rootmenuitemselected{background:url(tab_red.gif) no-repeat;text-align:center;border:0;}
.rootmenuitemselected td{padding:0 0 5 5;height:30px;cursor:pointer;cursor:hand;}
.rootmenuitemselected td span{font-family:Georgia;font-size:14px;font-weight:bold;color:#C6780D;text-decoration:none;}
.rootmenuitembreadcrumb{background:url(tab_red.gif) no-repeat;text-align:center;border:0; }
.rootmenuitembreadcrumb td{padding:0 0px 5 5;height:30px;cursor:pointer;cursor:hand; background-image:url(menuPixel.gif); height: 10px; background-repeat: repeat-x; background-position:bottom; }
.rootmenuitembreadcrumb td span{font-family:Georgia;font-size:14px;font-weight:bold;color:#C6780D;text-decoration:none;}
.MainMenu_MenuBreak{height:19px;cursor:default;border:0;}
.MainMenu_MenuBreak table{border:0;height:19px;background:#FFF;}
.MainMenu_MenuBreak td{font-size:1px; height:0px;}

/* Additional classes */
a.articleTitle:link { font-size:14px;}
a.articleTitle:visited {font-size:14px;}
a.articleTitle:hover {font-size:14px;}
a.articleTitle:active {font-size:14px;} 
.articleTitle { font-size : 16px; font-weight : bolder; color:#FF6600; }
.articleTable { background-color: transparent; margin: 0px; }
.articleTopCell { background-color: transparent; color: #818181; font-weight: bold; padding: 6px; height: 25px; }
.articleContentCell { color: #818181; padding: 6px; background-color:transparent;}
.articleTextCell { color: #818181; padding: 6px; background-color: transparent; }
.articleIconCell { background-color: #transparent; width: 20px; }
.articleFooterCell { color: #000; padding: 3px; background-color: transparent; height: 25px; }

/* Forum */
.afgrouprow { background-color:#694733; background-image:none; height: 20px; padding: 3 3 3 3;}
.afforumrow { color:#442010; }
.afsubgrid { background-color:#333; }
.afheader { background-color:#E1D8CF; color:#442010; }
.afgrid { border: 3px solid #E1D8CF; }
.afborder { color:#694733; }

/* Survey */
.YourCompanyNameSurveyResults { font-size: 11px; font-family: Tahoma;}

/* Forum */
.Forum_ModerateButton { border: none; background-image: none;}
.Forum_NavBarButton { background: none; border: none;background-image: none;}
.Forum_Header { background: none; background-image: none;}
.Forum_Row_Alt { background: none; background-image: none;}
.Forum_SpacerRow { background: none; background-image: none;}


