/*

 APX:
  red official: D20000
  red: #EE1621
  blue: 000048
  yellow: #F7C409

*/

/******** General tag styles *********/
body, p, div, tr, th, td, ul, li, form, h1, h2, h3, table
{
 vertical-align: top;

	margin: 0px;
 padding: 0px;
}
body, td, th, select, textarea, input, caption 
{
 color: #686868;
 font-size: 0.8em;
}
th, thead td
{
 font-weight: bold;
 text-align: center
}
body 
{
 background-color: #EEEEEE;

	text-align: center;
	margin: 0px auto 0px auto;
}
img
{
 border-width: 0px;
}
table
{
 border-collapse: collapse;
}
a 
{
	color: #000000;
	text-decoration: none;
}
a:hover 
{
 color: #666666;
	text-decoration: underline;
}
h1
{
 font-size: 14px;
 padding: 10px 0px 10px 0px;
}
h2
{
 font-size: 12px;
 padding: 10px 0px 5px 0px;
}
h3
{
 font-size: 11px;
 padding: 10px 0px 5px 0px;
}
.clearer 
{
	clear: both;
	display: block;
}

.attention
{
 border: 1px solid #00FF00;
}
.hilite
{
 display: inline;
 color: #00FF00;
}
ul li
{
 list-style-image: url(../images/pointer.png);
 margin-left: 15px;
}



/*********** Alignment styles ************/
.alignLeft
{
 text-align: left;
}
.alignRight
{
 text-align: right;
}
.alignCenter
{
 text-align: center;
}
.valignTop
{
 vertical-align: top;
}
.valignMiddle
{
 vertical-align: middle;
}
.valignBottom
{
 vertical-align: bottom;
}



/******** Page-layout related styles *********/
div#debug 
{
 background-color: #888888;
}
#wrapper 
{
	width: 939px;
	height: auto;

	margin: 20px auto 0px auto;
	padding: 7px;

 background-color: #FFFFFF;

 border-style: solid;
 border-color: #CCCCCC;
 border-width: 1px;

	text-align: left;
}
#header 
{
	width: 100%;
 float: left;
 margin-bottom: 5px;
}
#logo
{
	float: left;
}
#left 
{
	width: 182px;
 margin: 0px 7px 0px 0px;
	float: left;
}
#mainNav
{
 float: right;
 width: 745px;
 border: 1px solid #9C9C9C; 
}
#center 
{
	width: 744px;
 margin: 0px 0px 0px 0px;
	float: right;
}
#colLeft, #colRight
{
 width: 370px;
 float: left;
 display: inline;
}
#colRight
{
 float: right;
}
#content
{
 min-height: 440px;
 border-left: solid 1px #9C9C9C;
 background-color: #FFFFFF;
 padding: 5px; 
 margin: 0px;
}

/*********** Navigation **************/
#quickLinks
{
 padding: 0px;
 margin: 0px 0px 0px 0px;
 font-size: 9px; 
 text-align: right;
}

/*********** Bar ************/
#header .topbar
{
 width: 600px;
 margin: 23px 0px 2px 0px;

 float: right;
 text-align: right;
}
#header .topbar form, #header .topbar div
{
 display: inline; 
 vertical-align: bottom;
}
#header .topbar input
{
 font-size: 10px;
 padding-top: 0px;
}
#header .topbar input.submit
{
 height: 16px;
}
div.control .head, div.control .body, div.control .footer
{
 color: #9C9C9C;
 background-color: #EEEEEE;
 border-color: #9C9C9C;
}
div.control .body
{
 border-width: 1px 1px 0px 1px;
}
div.control .footer
{
 border-style: solid;
 border-width: 0px 1px 1px 1px;
}
div.main .head, div.main .body, div.main .footer, div.main ul.tabs li
{
 color: #686868;
}
table.data th, table.data td
{
 color: #686868;
}

#left h2
{
 color: #686868;
}
#left ul li
{
 margin: 0px;
}

