
.grid_heading{
	background-color:#c0c4c7;
	background-image: url( ../images/grid_heading.png );
	background-repeat:repeat-x;
	display:block;
	border-left:1px solid #bfc2c5;
	border-right:1px solid #bfc2c5;
	border-top:1px solid #bfc2c5;
	text-align:left;
	font-weight:bold;
}

table.grid th{
	background-color:#c0c4c7;
	background-image: url( ../images/grid_heading.png );
	background-repeat:repeat-x;
	border-left:1px solid #bfc2c5;
	border-right:1px solid #bfc2c5;
	border-top:1px solid #bfc2c5;
	text-align:left;
	font-weight:bold;
}

table.grid tbody{
	overflow-y:auto;
	overflow-x:hidden;
	height: 100%;
}

table.grid thead{
	overflow:hidden;
}

table.grid thead tr {
	position:relative; 
	top: expression(offsetParent.scrollTop);
}


table.grid td{

	border-left:1px solid #bfc2c5;
	border-right:1px solid #bfc2c5;
	border-bottom:1px solid #bfc2c5;
}

table.grid tr{
	background:#F5F5F5;
	max-height:20px;
}

table.grid  .tr_alt{
	background:#D5D5D5;
}

table.grid tr:hover{
	background-color:#f7d280;
	border-top:1px solid #f3b01c;
	border-bottom:1px solid #f3b01c;
	
}

.ie_table_scroll{

}

/**************************************************/

table.excel {
	border-style:ridge;
	border-width:1;
	border-collapse:collapse;
	font-family:sans-serif;
	font-size:12px;
}
table.excel thead th, table.excel tbody th {
	background:#CCCCCC;
	border-style:ridge;
	border-width:1;
	text-align: center;
	vertical-align:center;
}
table.excel tbody th {
	text-align:center;
	width:20px;
}
table.excel tbody td {
	vertical-align:center;
}
table.excel tbody td {
    padding: 0 3px;
	border: 1px solid #EEEEEE;
	margin:2px;
}

table.excel  tr{
	border:1px solid #000000;
}

table.excel  tr:hover{
	background:#DDDDAA;
}

body{
	font-family:verdana;
	font-size:x-small;

}


button {
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	padding: 0 9px 0 0;
	text-align: center;
	height: 18px;
	line-height: 18px;
	width: auto;

	min-height:18px;
	max-height:18px;
}

button.rounded {
	background: transparent url( ../images/btn_right.png ) no-repeat scroll right top;
	clear: left;
	height: 18px;
	font-size: 0.8em;
}

button span {
	display: block;
	padding: 0 0 0 9px;
	position: relative;
	white-space: nowrap;
	height: 18px;
	line-height: 18px;
	font-size:10px;
}

button img{
	padding: 0 0 0 15px;
	white-space: nowrap;
	line-height: 30px;
	width:24px;
	height:24px;
	
}

button.rounded span {
	background: transparent url( ../images/btn_left.png ) no-repeat scroll left top;
	color: #444444;
	height: 18px;
	font-weight:bold;
}

button.rounded:hover {
	background-position: 100% -18px;
}

button.rounded:hover span {
	background-position: 0% -18px;
}

button::-moz-focus-inner {
	border: none;
}





a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

textarea{
	 border:1px solid #999999; 
	 font-size:x-small;
	 font-family:verdana;
	/* max-height:18px; */
}

textarea:hover{
	 border:1px solid #fe7d53; 
	 font-size:x-small;
	 
	/* max-height:18px; */
}

input{
	 border:1px solid #999999; 
	 font-size:x-small;
	 
	/* max-height:18px; */
}



input.button{
	background-color:#FF0000;	
}

input:hover{
	 border:1px solid #fe7d53; 
	 font-size:x-small;
	 
	/* max-height:18px; */
}




select{
     border:1px solid #999999; 
	 font-size:x-small;
}


fieldset {
	color:#444444;
	margin:0px;
	padding:0.75em 10px 5px;
	background-color:#bfc2c5;
	border:1px solid #999999;
	margin-top:1em;
	display:block;
	background-image:url(../images/field_bg.jpg);
	background-repeat:repeat-x;
}

legend {
	border:medium none;
	float:none !important;
	height:auto !important;
	max-height:none !important;
	max-width:none !important;
	min-height:0 !important;
	min-width:0 !important;
	padding-left:2px;
	padding-right:2px;
	position:static !important;
	white-space:nowrap;
	width:-moz-fit-content !important;
	font-size:13px;
	font-weight:bold;
	line-height:normal !important;

	background-color:#F5F5F5;

}


.table
{
	display:block;
	margin:0px;
}

.tr_css
{
	margin:5px;
	display:block;
}

.td_css
{
	
	display:block;
	margin:0px;
}

.message_frame
{
	width:100px;
	z-index:2924;
	position:fixed;
	left:90%;
	max-width:100px;
	top:10px;
	background-color:#FFFFFF;
	padding:4px;
	display:none;

	text-align:center;
	border:1px solid #F5F5F5;
	
	/*
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	
	*/
}

.table_row
{
	display:block;
}

.section_headline{
	font-family:verdana;
	font-size:normal;
	font-weight:bold;
	background-color:#F5F5F5;
	
}

.hint_text{
	font-family:verdana;
	font-size:x-small;
	font-style:italic;
	color:#AAAAAA;
}

.element{
	float:left;
	width:100%;
	padding:0;
	margin:2px;
	list-style-type:none;
}

.required_field{
	padding:2px;
	color:#FF0000;
	font-weight:bold;
}

.required_description{
	font-size:x-small;
	font-style:italic;
	left:200px;
}

.section{
	float:left;
	width:100%;
	padding:0;
	margin:2px;
	list-style-type:none;
}

.scrollbox_y{
	height: 400px; 
	width: 100%; 
	display: block; 
	overflow-y: scroll; 
	overflow-x: hidden;
}

.t_item{
/*	display:block;
	border:none;
	/*background-color:#F5F5F5;*/
	width:100%;	

	margin-top:1px;

	margin-bottom:1px;
	/*border-top:1px solid #999999;
	border-bottom:1px solid #999999;*/
	padding-top:2px;
	padding-bottom:2px;
/*	margin:1px;
	margin-bottom:0px;*/
}

.t_item:hover{
	background-color:#f7d280;
	/*border-top:1px solid #f3b01c;
	border-bottom:1px solid #f3b01c;
	padding:0px;
	
	margin-top:0px;

	margin-bottom:0px;
}

.t_item_alt{
	display:block;
	background-color:#F5F5F5;
	width:100%;	
	border:none;
	border-top:1px solid #F5F5F5;
	border-bottom:1px solid #F5F5F5;
	/*padding-top:2px;
	padding-bottom:2px;
	margin:1px;
	margin-bottom:0px;*/
}

.t_item_alt:hover{
	background-color:#ffcfb9;
	border-top:1px solid #fe7d53;
	border-bottom:1px solid #fe7d53;

}

.column{
	background-color:#FFFFFF;
	display: block;
	float:left;
	width:100%;
	padding:0;
	margin:1px;
	list-style-type:none;
}

.tabbedMenuItem_active {
	background-color:#314D8C;
	background-image:none;
	color:#FFFFFF;
	cursor:pointer;
	display:inline;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	margin-left:3px;
	padding:0 10px;
}

.tabbedMenuItem_inactive {
	color:#DDE9FB;
	cursor:pointer;
	display:inline;
	background-color:#312143;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	margin-left:3px;
	margin-top:2px;
	padding:0 8px;
}

.tabbedPanel {
	background-color:#F5F5F5;
	border:1px solid #999999;
	clear:both;
	display:block;
	padding:10px;
}

.inv_fieldset {
	border:none;
	margin:0 0 15px;
	padding:0.75em 10px 5px;
	margin-top:1em;
	display:block;
}

.legend_none {
	display:none;
}



.softlink{
	cursor:pointer;
	color:#1111CC;
	text-decoration:none;
}

.softlink:hover{
	text-decoration:underline;
}

.checklist{
	/*border: 1px solid rgb(0, 0, 0); */
	
	/* width: auto; */
	display: block; 
	margin:0px;
	margin-top:4px;
	overflow-y: auto; 
	overflow-x: hidden;
	
}

.checklist_inner
{
border:1px solid #999999;
	background-color:#F5F5F5;
}

.checklist_form{
	float:left;
	margin:0px;
	padding:2px;
	width:400px;
	display:inline;
}

.checklist_column{
	float:left;
	overflow:hidden;
	display:inline;
	width:150px;
}

.checklist_checkbox{
	float:left;
	overflow:hidden;
	display:inline;
	width:30px;
	min-width:30px;
}

.loader{
	margins:0px;
	position:fixed;
	background-color:#FFFFFF;
	color:#000000;
	display:none;
	border:1px solid #000000;
	padding:4px;
	width:220px;
	left:80%;
	top:20px;
	z-index:2;
}
.details{
	margins:0px;
	padding:4px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.menu
{
	margins:0px;
	padding:0px;
	background-color:#314D8C;
	height:20px;
}

.menu_item_left
{
	color:#FFFFFF;
	float:left;
	padding:2px;
	margin-right:5px;
	margin-left:5px;
	cursor:pointer;
}
.menu_divider_left
{
	color:#FFFFFF;
	float:left;
	padding:0px;
	
	width:1px;
	height:100%;
	background-color:#FFFFFF;
	display:block;
}
.menu_item_left:hover
{
	text-decorations:underline;
	background-color:#31008C;
}


.menu_item_right
{
	color:#FFFFFF;
	float:right;
	padding:2px;
	margin-right:5px;
	margin-left:5px;
	cursor:pointer;
}
.menu_divider_right
{
	color:#FFFFFF;
	float:right;
	padding:0px;
	
	width:1px;
	height:100%;
	background-color:#FFFFFF;
	display:block;
}
.menu_item_right:hover
{
	text-decorations:underline;
	background-color:#31008C;
}

.banner
{
	background-color:#000000;
	
	height:90px;
	background-repeat:no-repeat;
}

.frame {
	color:#444444;
	margin:0 0 15px;
	padding:0.75em 10px 5px;
	background-color:#F5F5F5;
	background-repeat:no-repeat;
	border:1px solid #999999;
	margin-top:0em;
	display:block;
	min-height:1024px;	
	min-width:1024px;
	background-image:url('../images/bg.jpg');
	background-position:center;
	
}

.frame_alt{
	color:#444444;
	margin:0 0 15px;
	padding:0.75em 10px 5px;
	background-color:#F5F5F5;
	border:1px solid #999999;
	margin-top:1em;
	display:block;
	
}

.group_box {
	color:#444444;
	margin:10px 10px 10px;
	padding:0.75em 5px 2px;
	background-color:#F5F5F5;
	border:1px solid #999999;
	margin-top:1em;
	display:block;
	min-height:200px;	
}
.group_label {
	background-color:#F5F5F5;
	color:#314D8C;
	font-weight:bold;
	position:relative;
	top:-20px;
	margin-right:4px;
	margin-left:4px;
	display:inline;
	float: left;
}

.group_collapse {
	color:#314D8C;
	font-weight:bold;
	position:relative;
	margin-right:4px;
	margin-left:4px;
	top:-24px;
	float:right;
	cursor:pointer;
}

.icon_bar {
	margins:0px;
	padding:0px;

	height:21px;
}

.nav_icon_small {
	float:left;
	margin:5px 5px 5px 5px;
	width:16px;
	height:16px;
	display:block;
	cursor:pointer;
}

.nav_icon_small:hover {
	float:left;
	margin:0px 0px 0px 0px;
	width:21px;
	height:21px;
	display:block;
	cursor:pointer;
}

.nav_text{
	color:#314D8C;
	font-weight:bold;
	text-align:center;
}

.nav_icon {
	display:block;
	margin:10px 10px 10px 10px;
	width:128px;
	height:128px;
	max-width:128px;
	max-height:128px;
	display:block;
	cursor:pointer;
	color:#314D8C;
	font-weight:bold;
	text-align:center;

}

.nav_icon:hover {
	margin:0px 0px 0px 0px;
	width:148px;
	height:148px;
	max-width:148px;
	max-height:148px;
}

.errorMessage {
	position:fixed;
	left:10px;
	top:10px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	padding:3px;
	font-weight:bold;
	color:#FF1313;
	font-size:14px;
}

.centeredContent {
	
}

.footer {
	color:#444444;
	margin:0 0 15px;
	padding:0.75em 10px 5px;
	background-color:#F5F5F5;
	border:1px solid #999999;
	margin-top:1em;
	display:block;
	text-align:center;
}

.listIcon {
    float: left;
    width:   25px;
    height:  20px;
    display:inline;
}

.collapseLabel {
	float: right;
	font-weight:bold;
	cursor:pointer;
}

.whiteText {
	color:#FFFFFF;
	text-decoration:none;
}

.error_details{
	position:fixed;
	z-index:2435;
	border:1px dotted #FF0000;
	background-color:#F5F5F5;
	left:40%;
	top:30%;
}