@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	border-top: 5px solid #026FB3;
	background: #EDEDED url(images/body-bg.gif) repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.he {
	border-bottom: 1px #CCC solid;
	background: transparent url(images/dot.gif) no-repeat;
	background-position: 7px 7px;
	padding-left: 25px;
}

.content {
	font-size:20px;
	padding: 20px 10px;
	line-height: 60px;
	color: #FFFFFF;
	background: url(images/fingers_transparent_out.png) no-repeat;
	background-position: center;
}
.content2 {
	font-size:14px;
	padding: 10px 10px;
	line-height: 25px;
	color: #333;
	background: url(images/fingers_transparent_light_out.png) no-repeat;
	background-position: center top;
}
.t {
	background-color: #E5E5E5;
	padding: 5px 5px;
	border-bottom: 1px solid #999999;
}
a {
	color: #067AB4;
	text-decoration: none;
}
a:hover {
	color: #333333;
}

ul li {
	list-style-image: url(images/dot_li.gif);
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.emp_can {
	margin-left: 10px;
	background: url(images/ok2.png) no-repeat;
	background-position: top right;
}

.emp_can tr td {
	padding-left: 20px;
	background: url(images/dot.gif) no-repeat;
	background-position: center left;
}

.bluebglink a {
	color: #FFFFFF;
	text-decoration: underline;
	line-height: normal;	
}
.bluebglink a:hover {
	color: #CCCCCC;
}



input[type=button],input[type=submit] {
	background:transparent url(images/formbg.gif) repeat-x scroll left top;
	border:1px outset #CCCCCC;
	color:#333333;
	cursor:pointer;
	font-size:14px;
	padding:2px 10px;
}
input[type=button]:hover,input[type=submit]:hover {
	background:transparent url(images/formbgb.gif) repeat-x scroll left top;
}
input[type=reset] {
	background:transparent url(images/formbg.gif) repeat-x scroll left top;
	border:1px outset #CCCCCC;
	color:#333333;
	cursor:pointer;
	font-size:14px;
	padding:2px 10px;
	font-style: italic;
}
input[type=reset]:hover {
	background:transparent url(images/formbgb.gif) repeat-x scroll left top;
}

.error {
	padding: 5px;
	border: 1px solid #CC0000;
	background-color: #FFE8E8;
	font-weight: bold;
}
.success {
	border: 1px solid #009900;
	background-color:#EFFCEB;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 15px;
}
.failure {
	border: 1px solid #CC0000;
	background-color: #FFF0F0;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 15px;
}

.toptext {
	margin: 0 20px;
}

.nav {
	margin-top: 15px;
	display: block;
	height: 40px;
	margin-right: 10px;
}
.nav ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
}
.nav ul li {
	list-style-type: none;
	list-style: none;
	float: right;
	margin: 0;
}
.nav ul li a div {
	text-align: center;
	height: 30px;
	width: 108px;
	background:transparent url(images/tab.jpg) no-repeat;
	background-position: 0px 0px;
	color:#FFF;
	cursor:pointer;
	font-size:14px;
	padding-top: 10px;
	font-size: 14px;
}
.nav ul li a:hover div {
	text-align: center;
	height: 30px;
	width: 108px;
	background:transparent url(images/tab.jpg) no-repeat;
	background-position: 0px -42px;
	color:#333;
	cursor:pointer;
	font-size:14px;
	padding-top: 10px;
	font-size: 14px;
}



.nav2 {
	margin-top: 2px;
	display: block;
	height: 35px;
	margin-right: 10px;
}
.nav2 ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
}
.nav2 ul li {
	list-style-type: none;
	list-style: none;
	float: right;
	margin: 0;
}
.nav2 ul li a div {
	text-align: center;
	height: 30px;
	width: 166px;
	background:transparent url(images/tab2.jpg) no-repeat;
	background-position: 0px 0px;
	color:#FFF;
	cursor:pointer;
	font-size:14px;
	padding-top: 10px;
	font-size: 14px;
}
.nav2 ul li a:hover div {
	text-align: center;
	height: 30px;
	width: 166px;
	background:transparent url(images/tab2.jpg) no-repeat;
	background-position: 0px -42px;
	color:#333;
	cursor:pointer;
	font-size:14px;
	padding-top: 10px;
	font-size: 14px;
}
.nav2 ul li.x a div {
	text-align: center;
	height: 30px;
	width: 136px;
	background:transparent url(images/tab2x.jpg) no-repeat;
	background-position: 0px 0px;
	color:#FFF;
	cursor:pointer;
	font-size:14px;
	padding-top: 10px;
	font-size: 14px;
}
.nav2 ul li.x a:hover div {
	text-align: center;
	height: 30px;
	width: 136px;
	background:transparent url(images/tab2x.jpg) no-repeat;
	background-position: 0px -42px;
	color:#333;
	cursor:pointer;
	font-size:14px;
	padding-top: 10px;
	font-size: 14px;
}


.success {
	border: 1px solid #009900;
	background-color:#EFFCEB;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 15px;
}
.failure {
	border: 1px solid #CC0000;
	background-color: #FFF0F0;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 15px;
}
/*
.nav ul li a div {
	border: 1px outset #FFF;
	background:transparent url(images/formbg.gif) repeat-x scroll left top;
	color:#666;
	cursor:pointer;
	font-size:14px;
	padding: 5px 10px;
	margin-left: 2px;
}
.nav ul li a:hover div {
	border: 1px outset #EEE;
	background:transparent url(images/formbgb.gif) repeat-x scroll left top;
	color:#333;
	cursor:pointer;
	font-size:14px;
	padding: 5px 10px;
	margin-left: 2px;
}
*/
