a:focus, a:hover, a:active { outline:none } 

body {
    margin: 0px;
    padding: 0px;
    background-color: #06111B
}

body, th, td {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 10px;
    color: #E3EAF0; 
}

form {
   margin: 0px;
   padding: 0px;
}

.input1 {
    width: 140px;
	border-left: solid 1px #2C5770;
	border-top: solid 1px #2C5770;
	border-bottom: solid 1px #366D8C;
	border-right: solid 1px #366D8C;
	background: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
    font-size: 11px;
	background-color: #234358;
    color: #E3EAF0;
	padding: 0px;
	margin: 0px;
}

.input1Caption {
    font-size: 11px;
	padding-bottom: 4px;
	display: block;
}

.input2 {
    width: 284px;
	border-left: solid 1px #2C5770;
	border-top: solid 1px #2C5770;
	border-bottom: solid 1px #366D8C;
	border-right: solid 1px #366D8C;
	background: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
    font-size: 11px;
	background-color: #234358;
    color: #E3EAF0;
}

.input3 {
    width: 600px;
	height: 80px;

	border-left: solid 1px #2C5770;
	border-top: solid 1px #2C5770;
	border-bottom: solid 1px #366D8C;
	border-right: solid 1px #366D8C;
	background: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
    font-size: 11px;
	background-color: #234358;
    color: #E3EAF0;
}

.input4 {
	border-left: solid 1px #2C5770;
	border-top: solid 1px #2C5770;
	border-bottom: solid 1px #366D8C;
	border-right: solid 1px #366D8C;
	background: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
    font-size: 11px;
	background-color: #234358;
    color: #E3EAF0;
}

.input5 {
    width: 626px;
	border-left: solid 1px #2C5770;
	border-top: solid 1px #2C5770;
	border-bottom: solid 1px #366D8C;
	border-right: solid 1px #366D8C;
	background: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
    font-size: 11px;
	background-color: #234358;
    color: #E3EAF0;
}

.input6 {
    width: 626px;
	height: 300px;

	border-left: solid 1px #2C5770;
	border-top: solid 1px #2C5770;
	border-bottom: solid 1px #366D8C;
	border-right: solid 1px #366D8C;
	background: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
    font-size: 11px;
	background-color: #234358;
    color: #E3EAF0;
}

.dataTable {
	border-left: solid 1px #2C5770;
	border-top: solid 1px #2C5770;
	border-bottom: solid 1px #366D8C;
	border-right: solid 1px #366D8C;
	background: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
    color: #E3EAF0;
}

.required {
    font-size: 11px;
	color: #FF0000;
}

.align-justify {
	text-align: justify;
}

.align-center {
	text-align: center;
}

.text1 {
    font-size: 11px;
}

.text1w {
    font-size: 11px;
    color: #E3EAF0;	
}

.text2 {
    color: #EB8900;
}

.header1 {
    font-weight: bold;
	font-size: 14px;
	color: #EB8900;
}

.header2 {
    font-weight: bold;
	font-size: 12px;
	color: #EB8900;
}

.logo {
    padding-left: 70px;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none; 
}

.logo:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.logo1 {
    padding-left: 70px;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	color: #EB8900; 
}

.text3 {
    color: #5C6E86;
}

.text4 {
    color: #C0E6FF;
}

.text5 {
    color: #FF0000;
}

a {
    color: #C0E6FF;
}

a:hover {
	text-decoration: none;
}

a.link1 {
    font-weight: bold;
    color: #EB8900;
}

a.menu {
    padding-left: 44px;
	font-weight: bold;
    font-size: 11px;
	text-decoration: none;
	color: #EB8900;
}

a.topMenu {
    
	font-weight: bold;
    font-size: 10px;
	text-decoration: none;
	color: #FF7900;
}

.bg1 {
    background-image: url('/images/index02.jpg');
    background-repeat: repeat-x;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
    color: #909DAF;
}

.style1 a {
    color: #909DAF;
}

.style1 a:hover {
}

.loginBg {
   background-image: url('/images/login_background.jpg'); 
   background-repeat: no-repeat;
}

.loginBox {
   height: 181px; 
   padding-left: 20px; 
}

.checkbox {
   background: url('/images/cb_off.gif') no-repeat;

   width: 12px;
   height: 12px;
   padding: 0 16px 0 0;
   display: inline;
  /* clear: left; */
/*   float: left; */

}

.checkboxchecked {
   background: url('/images/cb_on.gif') no-repeat;

   width: 12px;
   height: 12px;
   padding: 0 16px 0 0;
   display: inline;
/*   clear: left;
   float: left; */

}

.styled {
   display: none;
}

.code {
   font-family: courier;
   font-size: 11px;
   font-weight: bold;
   text-align: left;   
}

.code2 {
   font-family: courier;
   font-size: 11px;
   text-align: left;   
   background-color: #000000; 
   padding: 4px;
	border-left: solid 1px #2C5770;
	border-top: solid 1px #2C5770;
	border-bottom: solid 1px #366D8C;
	border-right: solid 1px #366D8C;

  }

li {
   margin-left: -16px;
   margin-bottom: 8px;
   font-size: 11px;
}

.drop-shadow {
   -moz-box-shadow: 0 0 30px  #000; 
   -webkit-box-shadow: 0 0 30px  #000; 
   box-shadow: 0 0 30px #000;
}

.ok {
   background: url('/images/ok.png') no-repeat;  
   width: 16px;
   height: 16px;
   vertical-align: middle;   
}

.bad {
   background: url('/images/bad.png') no-repeat;  
   width: 16px;
   height: 16px;
   vertical-align: middle;
   color: #FF0000;
}

.plaintext {
   font-family: courier;
   font-size: 12px;
   text-align: left;   
}

.plaintext2 {
   color: #EB8900;
   font-size: 14px;
   text-decoration: underline;
}


