@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto;
	font-family:arial;
	font-size:12px;
	color:#000000;
}
img{ border:none;}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {
	font-size: 11px;
	color: #0000CC;
	font-weight: bold;
}
.style3 {
	font-size: 12px;
	color: #0000CC;
}
.red {
	font-size: 12px;
	background: #FFFF00;
}
.orange {
	font-size: 12px;
	background:#ff5a00;
}
.style6 {
	font-size: 12px;
	color: #0000CC;
	font-weight: bold;
}
table {
	border-collapse:collapse;
}
.font_bold {
	font-weight:bold;
}
a {
	text-decoration:none;
}
.err {
	font-family:arial;
	font-size:12px;
	color:#FF0000;
}
.headings {
	font-family:arial;
	font-size:18px;
	color:#000000;
	font-weight:bold;
}
.headings_white {
	font-family:arial;
	font-size:24px;
	color:#fff;
	font-weight:bold;
}
.dash_heading {
	font-family:arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
}
.tble_unbold {
	font-family:arial;
	font-size:12px;
	color:#000000;
}
.tble_bold {
	font-family:arial;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.tble_bold a{ text-decoration:none; color:#000000;}
.tble_bold a:hover{ text-decoration:none; color:#000000;}
.home_nav {
	font-family:arial;
	font-size:14px;
	color:#000;
	font-weight:bold;
}
.home_nav a {
	text-decoration:none;
	color:#000;
}
.home_nav a:hover {
	text-decoration:none;
	color:#000;
}
.wrapper {
	width:1200px;
	margin:auto;
	height:auto;
	
}
.nav_text a {
	text-decoration:none;
	color:#333333;
}
.nav_text a:hover {
	text-decoration:none;
	color:#333333;
}
.nav_text {
	font-family:arial;
	font-size:12px;
	color:#333333;
}
.error {
	color:#FF0000;
}
select {
	font-family:arial;
	font-size:13px;
}
.tble_heading_bg {
	background:#C6D6F0;
}
.head_title {
	padding:2px;
	width:750px;
	margin:auto;
	background-color:#333333;
}
.dashboard_head_bg {
	background:url(../images/header_textbg.jpg) repeat-x;
	height:40px;
	border:1px solid #eeeeee;
}
.dashboard_outer_border {
	border:1px solid #eeeeee;
	height:115px;
}
.button_bg {
	background:url(../images/button.png) no-repeat;
	width:75px;
	height:23px;
	margin:2px;
	float:right;
}

.button_inner_text {
	font-size:11px;
	padding-top:4px;
	color:#333333;
	font-weight:bold
}
.button_inner_text a {
	text-decoration:none;
	color:#333333;
}
.button_inner_text a:hover {
	text-decoration:none;
	color:#999999;
}

.button_bg_form {
	background:url(../images/button-form.png) no-repeat;
	width:75px;
	height:23px;
	margin:2px;
	border:none;
}
.button_form_text {
	font-size:11px;
	padding-top:0px;
	color:#fff;
}
.button_form_text a {
	text-decoration:none;
	color:#fff;
}
.button_form_text a:hover {
	text-decoration:none;
	color:#fff;
}
.td_bg {
	background:url(../images/td_bg.jpg) repeat-x;
}
.dashboard_border {
	background:#e0e0e0;
	border:1px solid #b3b3b3;
}
.menutd_right {
	background:url(../images/seperate.png) no-repeat right top;
	height:31px;
}
.list_view {
	background:#efeeee;
	border:1px solid #b3b3b3;
}
.listhead_bg {
	background:url(../images/listview_headbg.jpg) repeat-x;
	height:30px;
	color:#ffffff;
}
.listtd_bg_odd {
	background:#e4e1e1;
}
.listtd_bg_even {
	background:#d3d1d1;
}
.history_bg_odd {
	background: #f4cfa4;
}
.history_bg_even {
	background: #fae3c8;
}
.height_td {
	height:200px;
	border:1px solid #333333;
}
.style-textbox {
	border:1px solid #b3b3b3;
	background:url(../images/td_bg.jpg) repeat-x;
	width:250px;
	height:22px;
}
.style-textbox-date {
	border:1px solid #b3b3b3;
	background:url(../images/td_bg.jpg) repeat-x;
	width:75px;
	height:22px;
}
.style-textbox-batch {
	border:1px solid #b3b3b3;
	background:url(../images/td_bg.jpg) repeat-x;
	width:20px;
	height:22px;
}
.style-textbox-calender {
	border:1px solid #b3b3b3;
	background:url(../images/td_bg.jpg) repeat-x;
	width:25px;
	height:22px;
}
.style-textarea {
	border:1px solid #b3b3b3;
	background:#ececec;
	width:250px;
	height:40px;
}
.style-selectbox {
	border:1px solid #b3b3b3;
	background:#ececec;
	width:250px;
	height:22px;
}
.style-search-selectbox {
	border:1px solid #b3b3b3;
	background:#ececec;
	width:125px;
	height:22px;
}
.style-checkbox {
	border:1px solid #b3b3b3;
	background:#ececec;
}
.marginleft{ margin-left:25px;}