@charset "utf-8";
/* COMSYS Legacy layout and styles */

body {
	font: 100% Arial, sans-serif;
	color: #000000;	
	margin: 0px;
	padding: 0px;
}

#container {
	width: 793px;
	background: #FFFFFF;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}

#container_noshell {
	margin: 0px;
	padding: 0px;
	width: 500px;
	text-align: left;
	background: #FFF;
}

#container_noshell fieldset {
	background: #fff;
	border: none;
}

#pagetitle {
	position: relative;
	top: 105px;
	right: 0px;
	padding-right: 8px;
	text-align: right;
}

h1 {
	font-size: 18px;
	margin: 0px;
	padding: 5px 0px 4px;
}

blockquote.style1 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #F9F9F9 url(../../images/blockquote.gif) no-repeat 25px 20px;
	text-indent: 23px;
	margin: 5px 12px 12px 5px;
	padding: 18px 10px 18px 70px;
}

#rightcolslim {
	margin: 8px;
	float: right;
	text-align: center;
}

.right {
	float: right;
	margin: 8px;
}

.left {
	float: left;
	margin: 8px;
} 

/* Header */

#header {
	padding: 0;
	margin: 0px;
	background: url(../../images/legacy/comsys_top.gif) no-repeat left top;
	height: 135px;
}

#navJumps
{
	margin: 0px;
	width: 235px;
	height: 29px;
	left: 550px;
	position: absolute;
	top: 0px;
	text-align: right;
	background: transparent url(../../images/legacy/whole_top_grey.gif) no-repeat left top;
	padding: 0px 0px 0px 6px;
}

#topmenu
{
	text-align: center;
	margin: 0px;
	left: 550px;
	top: 0px;
	float: right;
	width: 229px;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .4em;
	padding-right: .4em;
	height: 29px;
	font-size: 10px;
	background: url(../../images/legacy/whole_top_grey.gif) no-repeat right top;
}
#topmenu a:link, #topmenu a:visited
{
	color: #e6e6e6;
    text-decoration: none;
    width: 229px;
	height: 29px;
	padding-top: .6em;
	padding-bottom: .3em;
	padding-left: .4em;
	padding-right: .4em;
	border-left: 0px solid #737373;
	font-size: 10px;
	margin: 0px;
}

#topmenu a:hover
{
	color: #ffffff;
    text-decoration: underline;
}

#siteNav
{
	text-align: left;
	margin: 0px;
	width: 793px;
	height: 33px;
	background: url(../../images/legacy/logo_red_nav.gif) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 81px;
}

#siteNavSwoosh
{
    text-align: left;
	margin: 0px;
	width: 85px;
	height: 33px;
}
#allNav
{
    text-align: left;
	margin: 0px;
	width: 793px;	
	height: 33px;
}

#allNavSwoosh
{
    text-align: left;
	margin: 0px;
	width: 85px;
	height: 33px;
}

#siteNavMenu
{
	width: 793px;
	text-align: left;
	margin: 6px 0px 0px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	background-color: transparent;
}

#siteNavMenu a:link, #siteNavMenu a:visited
{
	color: #FFFFFf;
    text-decoration: none;
    background-color: transparent;
}

#siteNavMenu a:hover
{
	color: #fffff;
	color: #000000;
    text-decoration: none;
    background-color: transparent;
}


/* SIDEBAR */

#sidebar1 {
	float: left;
	width: 138px;
	margin: 0px;
	text-align: left;
	color: #ffffff;	
}

#sidebar1 ul {
	list-style: none;
}

#sidebar1 img, #sidebar1 li, #sidebar1 a:link, #sidebar1 a:visited {
	margin: 0px;
	padding: 0px;
}

#sidebar1 li {
	display: block;
	float: left;
	width: 148px;
	background: #000;
}

#sidebar1 a:link, #sidebar1 a:visited {
	padding: 4px 4px 4px 6px;
	border-bottom: 1px solid #FFF;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
	display: block;	
	width: 138px;
}

#sidebar1 a:hover {
	text-decoration: none;
	background:  #887D6C;
}

#sidebar1 li.selected a:link, #sidebar1 li.selected a:visited  {
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #887d6c;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}

#sidebar1 li.sub a:link, #sidebar1 li.sub a:visited {
	background: url(../../images/legacy/whitesquare.gif) no-repeat 5px 10px;
	padding-left: 12px;
	width: 132px;
}

#sidebar1 li.sub a:hover, {
	text-decoration: none;
	background: #887D6C url(../../images/legacy/whitesquare.gif) no-repeat 5px 10px;
}

#sidebar1 li.subSelected a:link, #sidebar1 li.subSelected a:visited {
	background: #887D6C url(../../images/legacy/whitesquare.gif) no-repeat 5px 10px;
	padding-left: 12px;
	width: 132px;	
}

/* mainContent */

#mainContent { 
	margin: 0 0 0 150px;
	padding: 0px;
	min-height: 300px;
}

#mainContentHome { 
	margin: 0px;
	padding: 0px;
	min-height: 300px;
}

#mainContent p {
	font-size: 12px;
	padding: 8px;
	line-height: 18px;
}

#mainContent ul, #mainContent ol, #mainContentHome ul, #mainContentHome ol {
	margin: 4px 8px 4px 24px;
}

#mainContent li, #mainContentHome li {
	font-size: 12px;	
}

#mainContent ol li, #mainContentHome ol li {
	margin-left: 8px;	
}

#mainContent h2, #mainContentHome h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
}

#mainContent h3, #mainContentHome h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
}

#mainContent a:link, #mainContent a:visited {
	color: #de160c;
	text-decoration: none;	
}

#mainContent a:hover {
	color: #000;	
}

.border {
	border: 3px solid #999;
}

#flashhome {

}

#home_bottom {
	
}

#home_bottom td {
	width: 198px;
	vertical-align: top;
	padding: 16px 0px;
}

#home_bottom td:hover {
	background: #F5F9FD;	
}

#home_bottom td h2 a:link, #home_bottom td h2 a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#home_bottom td h2 a:hover {
	color: #DE160C;
	text-decoration: none;	
}

#home_bottom td ul {
	margin: 0px;
	padding: 0px;	
}

#home_bottom td li {
	list-style: none;
	margin: 0px 5px 0px 12px;
	padding: 0px 0px 0px 8px;
	background: url(../../images/legacy/redsquare.gif) no-repeat left 6px;
}

#home_bottom td li a:link, #home_bottom td li a:visited {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

#home_bottom td li a:hover {
	color: #0E5BA6;
	text-decoration: underline;	
}

#home_bottom img, #rightcolslim img {
	padding-bottom: 36px;
	padding-top: 6px;
}

/* Footer */

#footer {
	padding: 15px 10px 15px 3px;
	margin: 0 0 0 150px;
} 

#footerHome {
	padding: 15px 10px 15px 3px;
	margin: 0 0 0 15px;
} 




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* SPRY Customizations */

.Accordion {
	margin: 8px;
} 

.AccordionPanelContent {
	height: 220px;
} 

/* NOTICE */

#notice {
	background: #FFC;
	border: 2px solid #FC0;
	padding: 8px;
	margin: 8px;
}

#notice p {
	margin: 0px;
	padding: 4px;
	font-weight: bold;
	color: #999;
}

#notice a:link, #notice a:visited, .notice a:link, .notice a:visited {
	color: #ff9900;
}

#notice a:hover, .notice a:hover {
	color: #333;
}

.notice {
	background: #FFC;
	border: 2px solid #FC0;
	padding: 8px;
}

#important {
	background: #FFC url(../../images/warning.gif) no-repeat 12px 10px;
	border: 2px solid #FC0;
	padding: 8px 8px 8px 30px;
}

/* HELP */

#help p, .help {
	font-size: 10px;
	color: #090;	
}

/* DATA TABLES */

table.data {
	border: 1px solid #999;
	margin: 8px;
}

table.data th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
	font-size: 12px;
}

table.data td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	font-size: 12px;
}

.data ul {
	margin: 0px !important;
	padding: 0px !important;	
}

.data li {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}

tr.alt td {
	background: #ecf6fc;
}

tr.over td {
	background: #bcd4ec;
}

table.data tr:hover td{
	background: #bcd4ec;
}

/* DISPLAY TABLES */

table.display {
	border: 1px solid #999;
	margin: 8px;
}

table.display th {
	background: #f8f8f8;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #DFDFDF;
	line-height: 1.2;
	font-size: 12px;
}

table.display td {
	padding: 6px 11px;
	vertical-align: top;
	font-size: 12px;
	border-right: 1px solid #999;
}

/* ACCORDION CUSTOMIZATIONS */

#accordion_analytics {
	width: 420px;
	margin-left: 5px;
}

#accordion_analytics h3 {
	font-size: 12px;
	padding: 0px 0px 0px 12px;
	margin: 0px;	
}

#accordion_analytics ul {
	padding: 0px;
	margin: 0px;
}

#accordion_analytics li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#accordion_analytics ul p {
	padding: 0px;
	margin: 5px 0px 12px;
	font-size: 10px;
	line-height: normal;
}

.ui-accordion .ui-accordion-content-active { display: inline-block; !important} 
.ui-accordion .ui-accordion-header a { display: block; font-size: 12px; !important padding: 5px 5px 5px 20px; !important}
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: 15px; !important top: 50%; margin-top: -8px; }
.ui-state-active, .ui-widget-content .ui-state-active {
	border: 1px solid #999999;
	background: #99c2ff url(../../scripts/jquery/jqueryui/css/comsys-theme/images/ui-bg_glass_50_3605A5_1x400.png) repeat-x 50% 50%;
	font-weight: normal;
	color: #000000;
	outline: none;
}
#mainContent h3.ui-state-active a, #mainContent h3.ui-state-active a:link, #mainContent h3.ui-state-active a:visited { color: #ffffff; !important outline: none; text-decoration: none; }
#mainContent h3.ui-state-default a, #mainContent h3.ui-state-default a:link, #mainContent h3.ui-state-default a:visited { color: #444444; !important text-decoration: none; outline: none; }

/* MANPOWER */
.imageborder {
	border: solid 4px #999999;
	margin-top: 5px;
}