@charset "UTF-8";


.ubox {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #252E37;
	text-decoration: none;
	height: 18px;
	width: 95px;
	border: 1px solid #cccccc;
}

.g11 { 
 	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height:16px;
	color: #333333;
	text-decoration: none;
}

.g9 { 
 	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height:16px;
	color: #333333;
	text-decoration: none;
}

.g12 { 
 	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height:16px;
	color: #252e37;
	text-decoration: none;
}

.g14 { 
 	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height:16px;
	color: #333333;
	text-decoration: none;
}

.s10 {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height:12px;
	color: #333333;
	text-decoration: none;
}

.link11 { 
 	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: underline;
}

.link10 { 
 	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: -1px;
	color: #333333;
	text-decoration: underline;
}

.g10 { 
 	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height:16px;
	color: #666666;
	text-decoration: none;
}

.ylistbox {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #252E37;
	text-decoration: none;
	height: 18px;
	width:180px;
	background-color:#e9e9e9;
	border: 1px solid #252E37;
}

.listbox {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #252E37;
	text-decoration: none;
	height: 18px;
	width:180px;
	background-color:#e9e9e9;
	border: 1px solid #252E37;
}

.blistbox {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #252E37;
	text-decoration: none;
	height: 50px;
	width:180px;
	background-color:#e9e9e9;
	border: 1px solid #252E37;
}



.nlistbox {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #252E37;
	text-decoration: none;
	height: 18px;
	width:180px;
	background-color:#fff;
	border: 1px solid #252E37;
}


.tfbox {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #252E37;
	text-decoration: none;
	border: 1px solid #252E37;
}

.fbutton  {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #77a09d;
	text-decoration: none;
	border: 1px solid #77a09d;
}

form {
	display: inline;	
}





///



.panel {
	clear: both;
	display: none;
	border: 3px solid #00adef;
	padding: 0;
	background-color: #FFF;
	margin: 0;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
	padding: 0;
	margin: 0;
}
#tabs li {
	position: relative;
	float: left;
}
#tabs a {
	float: left;
	padding: 5px 8px;
	margin-right: 6px;
	border: 1px solid #00adef;
	border-width: 1px 1px 0 1px;
	text-decoration: none;
	color: #000;
}
#tabs a:hover {
	background-color: #8dd8f8;
	color: #FFF;
}
#tabs a.active-tab {
	background-color: #00adef;
	color: #FFF;
}
table {
	border-collapse: collapse;
}

thead, tfoot {
	background-color: #DDD;
}

tr.rowodd {
	background-color: #FFF;
}

tr.roweven {
	background-color: #F2F2F2;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(down.gif);
}
.nosort {
	cursor: default;
}

.urg1, .urg2, .urg3, .urg4, .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}

.urg1 {
	background-color: #FFFACD;
}
.urg2 {
	background-color: #FFD700;
}
.urg3 {
	background-color: #FFA500;
}
.urg4 {
	background-color: #E13E00;
}
.urg5 {
	background-color: Red;
}

th.resize-handle-active {
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}



.s10 {
	padding-right:10px;	
}