/* ================================
    CSS STYLES FOR Page Tabs
   ================================
*/
table.AC
{
	color: #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#menuBar
{
	font: 0.8em "arial white";
	background: #fff;
	width: 100%;
	float: left;
}

#menuBar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuBar li
{
	background: url(images/tab_right.jpg) no-repeat right top;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: 1px solid black;
}

#menuBar a
{
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	background: url(images/tab_left.jpg) no-repeat left top;
	float: left;
	color: #EFEFEF;
	text-decoration: none;
	padding: 5px 15px;
}

#menuBar a:hover
{
	color: #f33;
	text-decoration: none;
}

#menuBar .current
{
	background: url(images/tab_right_current.jpg) no-repeat right top;	
	margin-top: 1px;
	border-bottom: black 0px solid;
}

#menuBar .current a
{
	color: black;
	font-weight: bold;
	text-decoration:none;
	background: url(images/tab_left_current.jpg) no-repeat left top;
}

/*IE5 - Mac Hack */
#menuBar a{
	float: none;
}

TD.RightTabColumn
{
	/*border-bottom: black 1px solid;*/
}



/* ================================
    CSS STYLES FOR Module OuterSitesCMS
   ================================
*/

   .highlight {text-decoration: none;color:black;background:yellow;}

TD.Tabs
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

H1, H2, H3, H4, H5, H6
{
	font-family: Arial, Helvetica, Sans-Serif;
}

a.CmdButton:link, a.CmdButton:visited
{
	border-right: #000000 1px solid;
	padding-right: 7px;
	border-top: #fee5a8 1px solid;
	padding-left: 8px;
	font-weight: bold;
	font-size: 11px;
	background: lightgrey;
	padding-bottom: 4px;
	border-left: #fee5a8 1px solid;
	color: #000000;
	padding-top: 3px;
	border-bottom: #000000 1px solid;
	font-family: tahoma;
	text-decoration: none;
}

a.CmdButton:hover
{
	border-right: #000000 1px solid;
	padding-right: 7px;
	border-top: #fee5a8 1px solid;
	padding-left: 8px;
	font-weight: bold;
	font-size: 11px;
	background: dimgray;
	padding-bottom: 4px;
	border-left: #fee5a8 1px solid;
	color: #ffffff;
	padding-top: 3px;
	border-bottom: #000000 1px solid;
	font-family: tahoma;
	text-decoration: none;
}

.AdminTextbox
{
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	WIDTH: 350px;
	height: 18px;
}

.AdminMultilineTextbox
{
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	WIDTH: 350px;
	height: 180px;
}

.AdminDropDown
{
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	WIDTH: 350px;
	height: 18px;
}

.ModuleTitleTextbox
{
	font-weight: bold;
	font-size: 14pt;
	width: 350px;
	color: firebrick;
	font-family: Arial, Helvetica, Sans-Serif;
	height: 28px;
}

.EditTextbox
{
	color: #333333;
	font-size: 9px;
	font-family: Arial, Helvetica, Sans-Serif;
	WIDTH: 200px;
	height: 16px;
}

.SmallDropDown
{
	font-size: 9px;
	width: 200px;
	color: #cc3366;
	font-family: Arial, Helvetica, Sans-Serif;
	height: 16px;
}

.FeaturedItemHead
{
	font-weight: bold; 
	display: block;
	font-size: 12pt;
	color: #336699;
	font-family: Arial, Tahoma, Helvetica;
}

.FeaturedItemText
{
	font-weight: normal;
	font-size: 10pt;
	color: #333333;
	font-family: Arial, Tahoma, Helvetica;
}

.DoneTitle
{
	font-weight: bold; 
	display: block;
	font-size: 12pt;
	color: #336699;
	font-family: Arial, Tahoma, Helvetica;
}

.DoneText
{
	font-weight: normal;
	font-size: 10pt;
	color: #333333;
	font-family: Arial, Tahoma, Helvetica;
}

a.DoneButton:link, a.DoneButton:visited
{
	border-right: #000000 1px solid;
	padding-right: 7px;
	border-top: #fee5a8 1px solid;
	padding-left: 8px;
	font-weight: bold;
	font-size: 11px;
	background: lightgrey;
	padding-bottom: 2px;
	border-left: #fee5a8 1px solid;
	color: #000000;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	font-family: tahoma;
	text-decoration: none;
	display: block;
	width: 300px;
}

a.DoneButton:hover
{
	border-right: #000000 1px solid;
	padding-right: 7px;
	border-top: #fee5a8 1px solid;
	padding-left: 8px;
	font-weight: bold;
	font-size: 11px;
	background: dimgray;
	padding-bottom: 2px;
	border-left: #fee5a8 1px solid;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	font-family: tahoma;
	text-decoration: none;
	display: block;
	width: 300px;
}