
a:hover {
	color: #BD0000;
}

body, td, tr{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	/* padding: 0px; */
}
h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li{
	padding-bottom: 5px;	
}

/* All the content boxes belong to the content class. */
#content {
	background: url(../images/bg2.jpg) repeat;
	background-color: #FFFFFF;
	border: 1px dotted #02113E;
	margin: 13px 200px 20px 170px;
	min-width: 600px;
	padding: 10px;
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#content a, a:link, a:visited{
	color: #02113E;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

#content a:hover {
	color: #BD0000;
}

#content h2{
	color: #00014c;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#header{
	background: url(../images/header_bg.jpg);
	background-color: #d3d3d3;
	border-bottom: 1px solid #001035;
	height: 205px;
	left: 0px;
	top: 0px;
	width: 100%;
}

#main_menu h3{
	background: White url(../images/menu.gif) no-repeat center left;
	display: block;
	height: 35px;
	width: 150px; 
	z-index: 2;
	position: absolute;
	top: 210px;
	left: 10px;
	/*padding: 10px;
	position: absolute;
	top: 120px;
	z-index: 2;
	left: 10px;*/
}

#main_menu h3 span{
	display: none;
}

#menu a, a:link, a:visited{
	color: #02113E;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #BD0000;
}

#menu{
	background: White url(../images/menu_bg.gif) repeat-y; /*	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;*/
	background-color: White;
	border-bottom: 1px solid #02113E;
	left: 19px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 240px;
	width: 130px;
	z-index: 1;
}


#menu p{
	margin: 0 20px;
	padding: 4px 0;
}

#right_menu {
	background-color: #FFFFFF;
	border: 1px solid #02113E;
	padding: 10px;
	position: absolute;
	right: 10px;
	top: 210px;
	visibility: visible;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 155px;
	z-index: 1; /* Again, the ugly brilliant hack. */
}

#right_menu a{
	color: #0033CC;
}

#footer{
	text-align:center;	
	}

#right_menu a:hover{
	color:#FF0000;
}

/*#main_menu{
	background-color: #E6ECD8;
	border: 1px dashed #000000;
	left: 10px;
	line-height: 16px;
	padding: 10px;
	position: absolute;
	top: 120px;
	width: 150px;
	z-index: 2;
}
*/

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

.vendor{
	padding: 2px;
	position:relative;
	left:2px;
	top: 2px;
	
}