html, body {
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	background-color: #c0c0c0;
}



h1 {font-size: 14px; width: 510px; color: #000; margin: 9px 0;}
h1 {border: 1px solid #808183; background: #f6f6f6 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; font-weight: bold; }
h1 { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

h2 {font-size: 14px; width: 500px; padding: 0 5px; margin-top: 3px; color:#000; margin-bottom: 0; }

h3 {font-size: 14px; width: 510px; color: #00adef; margin: 9px 0;}
h3 {border: 1px solid #808183; background-color: #f6f6f6; font-weight: bold; }
h3 { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

h4 {font-size:13px;margin:0;padding:20px 0 5px 0;}

fieldset { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

#maintable {
	-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
	background-color:#dddddd;
}

.gobalhl {font-size:16px; font-weight: bold; margin:15px 0;}

input, textarea, select {font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 12px; width: 99%; }
input[type=checkbox] { width: auto; }

input.di { width: 30px; }

input.nosubmit, a.nosubmit {
	display: inline-block;
	width:auto;
	position: relative;
	padding: 3px;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	overflow: visible;
	background:url("images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% #F6F6F6;
	border:1px solid #00adef;
	color:#1C94C4;
	font-weight:bold;
	border-radius:4px 4px 4px 4px;
}



td {height:16px;}
/* input[type=text] { height: 16px; padding-top: 5px;  } */
img { border: none; }
.error { color:red; font-size: 18px; font-weight:bold; }

ul {
	list-style: none inside none;
	display:block;
	margin: 0;
	padding: 0;
}

ul li {
	display: block;
}

ul#nav1 {
	margin: 10px 0 0 10px;
}

ul#nav1 li {
	height: 30px;
}

ul#nav1 li a {
	display: block;
	width: 165px;
	padding:3px;
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: bold;
	color: #808183;
	text-decoration: none;
}

ul#nav2 {
	margin: 20px 0 200px 10px;
}

ul#nav2 li {
	height: 30px;
}

ul#nav2 li a {
	display: block;
	width: 165px;
	padding:3px;
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: bold;
	color: #00adef;
	text-decoration: none;
}

ul#nav1 li a.active, ul#nav2 li a.active {
	padding: 3px;
	border: 1px solid #808183;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}


/* table {
	border: 1px solid #b81900;
}
 */

table.righttable {
	border:1px solid #CCCCCC;
	border-collapse:separate;
	margin: 5px;
}

table.listtable td, table.listtable th, table.righttable td {
	border:1px solid #CCCCCC;
	border-collapse:separate;
}


table.listtable a {
	text-decoration:none;
	color: #000;
}

/* table.righttable {
	width: 748px;
}

table.listtable {
 	width: 748px;
} */

.breadcrumb {
	width: 500px;
	text-align:left;
}

.breadcrumb a {
	color:#000;
	text-decoration:none;
	padding-right: 15px;
}

.mainform {
	clear: both;
	overflow: hidden;
	margin: 10px 0;
	padding: 5px;
	width: 500px;
}

.mainform label, .mainform div {
	float: left;
	text-align:left;
}
.mainform label {
	width: 158px;
	/* padding: 2px 3px; */
	font-weight: bold;
	line-height: 24px;
}
.mainform div {
	padding-right: 3px;
	/* width: 313px; */
	width: 301px;
}

.mainform div.left {
	float: left;
	padding-right: 0px;
	width: 158px;
}
.mainform div.right {
	float: left;
}
.mainform div.btn_right {
	float: left;
	width: 35px;
}

.mainform .halfrow {
	float: left;
	padding-right: 0;
	width: 250px;
}

.mainform .halfrow label {
	width: 200px;
}
.mainform .halfrow div {
	padding-right: 3px;
	width: 35px;
}



.mainform label .smalltext {
	font-size: 9px;
	font-weight: normal;
	line-height: 11px;
	padding-right: 5px;
}

.datepicker {
	cursor: pointer;
}

.handle {
	cursor: move;
}

.grey {
    border:1px solid #999 !important;
    color: #999 !important;
}

.crossreflist {
	margin-bottom: 10px;
}
.crossreflist li {
	padding: 3px 0;
}

.editIcon{
    background-image: url("/_img/edit.png");
    width: 16px;
    height: 16px;
}

.deleteIcon{
    background-image: url("/_img/delete.png");
    width: 16px;
    height: 16px;
}
