body 
{
  font-family: verdana, arial, sans-serif;
  text-align: center;
  background: #fff url('../images/bg.jpg') top center no-repeat fixed;
  margin-top:10px;
  margin-bottom:10px;
}

A:link {
	COLOR: #006699; text-decoration: none
}
A:visited
{
    color: #006600;
    text-decoration: none;
}
A:active {
	COLOR: #FF6600; text-decoration: none
}
A:hover {
	COLOR: #FF6600; text-decoration: underline
}

#page_wrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    text-align: left;
    border: 1px solid #006699;
}

#page_header {
  height: 70px;
  background: #fff url('../images/omno_logo.gif') top left no-repeat;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}

#page_header h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}

#menu_bar {
  height:26px;
  background: #006bef url('../images/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu_bar ul
{
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    color: White;
    float: left;
    width: 100%;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #2958a5;
    background-image: url(../images/menu_bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:10px;
  background: #2958a5 url('../images/menu_bg.gif') top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a:hover
{
  background: #2958a5 url('../images/menu_hover_bg.gif') top left repeat-x;
  color: #FFFFFF;
}

#content_wrapper {
	margin-bottom:0px;
	margin-right:15px;
	clear:both;
	background-color: #FFFFFF;
}

#main
{
    width: 720px;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:20px;
}

#main h3 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	color: #003399;
	padding:4px;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

#main p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}


.headerUnderline {
	margin-top:0px;
	margin-bottom:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #339933;
	padding:4px;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#page_footer 
{
  width: 760px;
  height: 60px;
  background-color: #2958a5;
  clear: both;
}

#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}
.indent {
  margin-top:5px;
  margin-left:15px;
  margin-right:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}
.indent2 {
  margin-top:5px;
  margin-left:25px;
  margin-right:25px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.red {
	color: #FF0000;
}
/* start drop down memu */
* {padding:0; margin:0}
.dropdown {float:left; padding-right:5px}
.dropdown dt {width:60px; padding-top:5px; padding-bottom:5px; padding-left:10px; padding-right:10px; border-right: 1px solid #fff; cursor:pointer; background:url(images/header.gif)}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:170px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:170px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:170px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}

.dropdown2 {float:left; padding-right:5px}
.dropdown2 dt {width:45px; padding-top:5px; padding-bottom:5px; padding-left:10px; padding-right:10px; border-right: 1px solid #fff; cursor:pointer; background:url(images/header.gif)}
.dropdown2 dt:hover {background:url(images/header_over.gif)}
.dropdown2 dd {position:absolute; overflow:hidden; width:110px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown2 ul {width:110px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown2 li {display:inline}
.dropdown2 a, .dropdown2 a:active, .dropdown2 a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:110px}
.dropdown2 a:hover {background:#d9e1e4; color:#000}
.dropdown2 .underline {border-bottom:1px solid #b9d6dc}
/* end drop down memu */

#main_content 
{
  width:700px;
  margin-top:10px;
  margin-left:20px;
  margin-right:20px;
  clear: both;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

#main_content h3 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	color: #003399;
	padding:4px;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

#main_content p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}
.style1 {color: #003399; }
.style1_1 {color: #003399;  font-size:100%; font-weight:bold}
.style2 {
	color: #FF6600;
	font-weight: bold;
}
.style2_2{
	color: #003399;
	font-weight: normal;
	font-size: xx-small;
	border:solid 1px #0099CC;
	background-image: url(../images/boxBG3.jpg);
}
.style8 {color: #0069DF}
.FormBorder
{
	border:solid 1px #0099CC;
	vertical-align:middle;
	FONT: x-small/1.5em Verdana, Arial, Helvetica, sans-serif;
}
.FormBorder_1
{
	border:solid 1px #0099CC;
	vertical-align:middle;
	FONT: small/1.5em Verdana, Arial, Helvetica, sans-serif;
}
.GridView
{
	font-size: x-small;
	color: #000000;
	background-color:#e6e6fa;

}
.GridViewHeader
{
	font-size: x-small;
	color: #000000;
	background-color:#0099CC;
	
}
.GridViewAlternate
{
	font-size: x-small;
	color: #000000;
	background-color:#add8e6;
}

.green
{
    color: #006600;
}

.Title
{
    font-size: 18px;
    font-weight: bold;
    color: #003399;
}
