body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #505458;
	margin: 0px;	
  background-repeat : repeat-x;
  background-color : #ffffff;
  padding : 0px;
}

h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat : no-repeat;
	background-position : left;
	padding-left : 7px;
	font-size: 16px;
	margin: 0px;
  color : #FFFFFF;
}

h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image :  url(../_images/login/box_left_icon.gif);
	background-repeat : no-repeat;
	background-position : left;
	padding-left : 13px;
	font-size: 11px;
	margin: 0px;
  color : #606F79;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 2px 0px;
}

td {
	font-size: 11px;
}

hr {
	color : #000000;
	height: 1px;
}

.textinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #686868;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #9BAAAF;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AABBBF;

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9BAAAF;

	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BAAAF;	
	padding-right: 3px;
	padding-left: 3px;
    background-image:  url(../_images/login/txtboxbg.gif);

}

.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #686868;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #9BAAAF;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AABBBF;

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9BAAAF;

	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BAAAF;	
	padding-right: 3px;
	padding-left: 3px;

}

.listbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: groove 1px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #9BAAAF;
	background-color : #E8F0F0;
    color:#000000;
}


.link {
	color: #606F79;
	text-decoration: underline;
}

.link:hover {
	color: #8090A3;
	text-decoration: underline;
}

.buttontext a {
	font-size: 9px;
	color: #606F79;
	text-decoration: none;
}

.buttontext:hover {
	color: #8090A3;
	text-decoration: underline;
}

.tableh1 {
  color:#606F79;
  font-size: 11px;
  height: 26px;
  background-image:  url(../_images/login/tile_back1.gif);
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CED2D6;
}

.tableh2 {
	background-image: url(../_images/login/tile_sub.gif);
	background-color: #708088 ;
	border-left: 1px solid #95A5AD;
	border-right: 0px solid #62727A;
  margin: 0px;
	color : white;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 10px;
	font-weight: bold;
}

.tableb {
	background-color: #E4E8E8 ;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	line-height: 16px;
}

.tablec {
	background-color: #d8e0e4;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}


.maintable {
	border: 1px solid #99a0aa;
	margin-top: 0px;
	margin-bottom: 0px;
}

.error {
	color : Red;
	font-weight : bold;
}