@charset "utf-8";
/* 
ITCS/WMS Framework:
Our basic reset & standard formatting stylesheet; most sites will modify these rules in their own general stylesheet

*/

* { 
	margin: 0; 
	padding: 0; 
	} 


body { 
	font: 78%/1.6em Verdana, Arial, Helvetica, sans-serif; 
	background: white;
	color: black;
	}


p, pre, blockquote, dl, address, form, fieldset {
  	margin: .8em 0 1.1em;
	}
	
 ul, ol { 
 	margin: 1em 0 1em 4em 
	} 
	
dt { 
	font-weight: bold; 
	}


dd { 
	margin-left: 2em; 
	}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #ccc;
    cursor:help;
	}

address { 
	margin-left: 1.5em; 
	line-height: 1.3em;
	font-style: normal; 
	}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
    display:block;
	}

blockquote, q {
    quotes:none;
	margin: 1.5em; 
	font: 130%/1.7 Georgia, "Times New Roman", Times, serif;  
	color: #525C76
	}


blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
	}
	
q { 
	margin: 0; 
	}
	
pre, code, tt    {
	font: 1em 'andale mono', 'lucida console', monospace;
	/*line-height:1.6em;*/ 
	display:block;
	}
	
code {	
	background-color:#d5d2d8;
	display: block; 
	padding: 0px 2px 4px 26px; 
	background: #fff url(code.jpg) no-repeat left top; 
	line-height: 20px;
	font-size: 12px
	}
	
pre {
	margin:1.5em 0;
	white-space: pre;
	}
	
kbd, samp {
	font: 1em 'andale mono', 'lucida console', monospace
	} 
	
del {
    text-decoration: line-through;
	color:#666;
	}

em, dfn {
	font-style: italic;
	}


hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #67748E;
    margin: 1em 0;
    padding: 0;
	}

img {
	border: 0;
	}

input, select {
    vertical-align:middle;
	}


ins {
    background-color: #FEF87F;
    color:#000;
    text-decoration:none;
	}
	
strong { 
	font-weight: bold; 
	} 
	
sup, sub {   
	line-height:0;
	}
	
/* ** ** custom select color ** ** */
::selection {
	background: #525252; /* Safari */
	color:#fff;
	}
	
::-moz-selection {
	background: #525252; /* Firefox */
	color: #fff;
}
	
	
/* =HEADINGS 
-----------------------------------------------------------------------------*/



h1 { 
	font-weight: normal; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 200%
	}


h2 { 
	font-weight: bold; 
	font-size: 120%;
	}



h3 { 
	font-weight: bold; 
	font-size: 110%; 
	}



h4 { 
	font-weight: bold; 
	font-size: 100%; 
	
	}



h5, h6 { 
	font-weight: bold; 
	font-size: 100%; 
	font-style: italic; 
	
	}


/* =TABLES
-----------------------------------------------------------------------------*/
/*  Disables some deprecated table tags */

table,tr,th,td {
	width:auto; /* All browsers */
	height:auto; /* All browsers */
	background-color:transparent; /* All browsers */
	border:none; /* All browsers. Borders are not inherited */
	}

table { 
  border-spacing: 0;
  border-collapse: collapse;
  }


td, th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  padding: 3px
  }


/* =FORMS
-----------------------------------------------------------------------------*/


fieldset {
  -webkit-border-radius: 5px; 
 	-moz-border-radius: 5px; 
  border-radius:5px 5px 5px 5px; 
 	padding-top:5px; 
  padding-left:5px; 
  border:1px solid #ccc;
	}

form input[type=email], form input[type=number], form input[type=password], form input[type=text], form input[type=url] {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius:4px 4px 4px 4px; 
	height:20px;
	margin-bottom:5px; 
	border: 1px solid #ccc; 
  padding: 4px 0 1px 5px;
}

form textarea {
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius:4px 4px 4px 4px; 
  border: 1px solid #ccc; 
  padding: 4px;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif  
}

button, input[type=button], input[type=submit] {
  min-height: 27px;
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: middle;
}
	
/* Additional styles in browser-specific stylesheets */
select {
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius:4px 4px 4px 4px; 
  border: 1px solid #ccc; 
  vertical-align: middle;
}
	
input:focus, select:focus, textarea:focus {
	background-color: #E3ECEF;
}

form label {
	cursor: pointer;
	display: block;
}

form fieldset legend {
	font-size: 1.2em; padding:0 5px;
	}
	
.submit, .submit:visited {
	background: #1F2C52; 
	background: #CF682C;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border:none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-bottom:5px;
	}
	
	
.req { 
	color: #811A0F; 
	font-weight: bold; 
	font-size: 110%; 
	}
	

/* =FUCs (frequently used classes)
-----------------------------------------------------------------------------*/ 

.clear { 
	clear: both; 
	display: block;
	visibility: hidden; 
	width: 0px; 
	height: 0px;
	}
	
.hide { 
	display: none; 
	}
	
.left  { 
	float: left
	}
	
.right { 
	float: right
	}
	
/* Put in special headings or text for print versions; remember to turn on in printer stylesheet.  */
.printhead, .printonly  { 
	display: none; 
	} 	
	
a:hover, a:focus { 	
	text-decoration: underline; 
	}
	

/* =FOOTER
-----------------------------------------------------------------------------*/ 

#footer { 
	padding-top: 30px;
	margin-bottom: 30px;
	font-size: 1em; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, arial, sans-serif;
	}

#footerleft { 
	margin-left: 30px; 
	margin-right: 480px
	}
	
#footer address { 
	font-size: 84%; 
	margin: 1.2em 0; padding: 0
	}
	
#footerright { 
	float: right; 
	margin-right: 20px; 
	width: 450px
	}
	
#footer a:link, #acesnav a:link { 
	color: #fff; 
	}
	
#footer a:visited, #acesnav a:visited { 
	color: #B4CAE7
	}

#footer a:hover, #footer a:visited:hover, #acesnav a:hover, #acesnav a:visited:hover { 
	color: #EF861B
	}	