.col1{border:1px solid #CCCCCC;empty-cells:show;}

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color:#4aacff;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	
}

th {
    font-size:12px;
}

a {
	font-family:Tahoma, helvetica, verdana;
	color: #000000;
	font-size:11px;
	line-height: 20px;
	text-decoration: none;
}

a:hover {
	font-family:Tahoma, helvetica, verdana;
	text-decoration: none;
	color:#330000;
}

a:visited {
	font-family:Tahoma, helvetica, verdana;
	text-decoration: none;
	color: #000000;
}

#list_row_highlight{
	
	font-family:Tahoma, Helvetica, sans-serif;
	font-weight:bold;
}

#list_row_highlight td{
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC 1px inset;
	background-color:#ebebeb;
	font-size:11px;
}

.table_row_alt {
	background-color:#e4fafe;
	font-size:11px;
}

.table_row_alt td {
	border-right:#999999 solid 1px;
	padding:5px;
	font-size:11px;
}

.table_row {
	background-color:#ffffff;
	font-size:11px;
}

.table_row:hover {
	background-color: #FAFAD2;
}

.table_row_alt:hover {
	background-color: #FAFAD2;
}


.table_row td {
	border-right:#999999 solid 1px;
	padding:5px;
	font-size:11px;
}



.sub_cells {
	font-family: Tahoma, helvetica, verdana, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#body {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 10px;
	text-align: left;
	width:98%;
	
	margin: 0 auto;
}

#left_top {
	position:absolute;
	width:20px;
	z-index:1000;
	height: 21px;
	left:500px;
	top:5px;
}

#myDiv{
}

#tabs {
	display:table-cell;
	vertical-align: bottom;
	bottom: 0px;
	left:300px;
}


#logo{
	position:absolute;
	left:5px;
	top:40px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:218px;
	height:85px;
}

#menu_hide {
	position:absolute;
	left:1px;
	top:98px;
	width:9px;
	height:30px;
	cursor:pointer;
	z-index:1;
}

.open {
	background-image:url(images/menu_open.png);
}

.close {
	background-image:url(images/menu_close.png);
}

#menu{	
	-moz-border-radius:5px 5px;
	-webkit-border-radius:5px 5px;
	border-radius:5px 5px;
	position:relative;
	top:80px;
	float: left; 
	background-image:url(images/transparency.png);
	background-repeat:repeat;
	width: 20em; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	 /* top and bottom padding create visual space within this div  */

}

#menu_old {
	position:relative;
	background-image:url(images/panelBG.gif);
	background-color:#6db7f2;
	float: left;
	margin:0;
	padding:0;
	width:220px;
	top:100px;
}

#menu #menuroundtop {
	float:left;
	clear:both;
}

#menu #menuroundtop #topcorners {
	width:220px;
	float:left;
	clear:both;
	position:relative;
	height:5px;
}

/*#menu #menuroundtop #topcorners #topleft {
	background-image:url(images/panel_top_left.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:5px;
	height:5px;
}

#menu #menuroundtop #topcorners #topright {
	background-image:url(images/panel_top_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:5px;
	height:5px;
}*/

#menu #menuroundbottom {
	float:left;
	clear:both;
}

/*#menu #menuroundbottom #bottomcorners {
	width:220px;
	float:left;
	clear:both;
	position:relative;
	height:7px;
}

#menu #menuroundbottom #bottomcorners #bottomleft {
	background-image:url(images/panel_bottom_left.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:4px;
	height:7px;
}

#menu #menuroundbottom #bottomcorners #bottomright {
	background-image:url(images/panel_bottom_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:5px;
	height:7px;
}

#menu #menuroundbottom #bottomcorners #bottomcenter {
	background-image:url(images/panel_bottom.gif);
	background-repeat:repeat-x;
	width:193px;
	height:7px;
}*/

#tree {
	position:relative;
	border:1px #a2aaaa solid ;
	width:200px;
	left:9px;
	float:left;
	clear:both;
}

#tree table {
	/*background-image:url(images/button_BG.gif);*/
	background-image: url("images/grid-hrow2.gif");
	border:none;
	margin:0;
	padding:0;
	float:left;
	clear:both;
	width:200px;
}

#myDiv #feed a {
	font-family:Tahoma;
	font-size:10px;
}

#tree table tr td, #tree table tr td table tr td {
	text-indent:3px;
	color: #000000;
	font-family: Tahoma, helvetica, verdana, Helvetica, sans-serif;
	
}

#tree table tr td table tr td {
	text-indent:15px;
	height:22px;
}


#netex{
	position:relative;
	float:left;	
	background-image:url(images/logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:90%;
	height:26px;
	text-align:center;
}

#content{
	-moz-border-radius:5px 5px;
	-webkit-border-radius:5px 5px;
	border-radius:5px 5px;
	margin: 80px 0 30px 21em;
	background-image:url(images/transparency.png);
	background-repeat:repeat;
	padding-bottom:20px;
	text-align:left
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#content_old {
	position:relative;
	background-image:url(images/centerPanelBG.gif);
	background-repeat:no-repeat;
	top:12px;
	left:3px;
	float:left;
	clear:right;
	
	min-height:800px;
	background-color:#6db7f2;
	padding-bottom:15px;
}



#content h3 {
	position:relative;
	font-size:14px;
	font-weight:bold;
	left:15px;
	top:15px;
	
	margin-bottom:15px;
}

#content h4 {
	position:relative;
	font-size:12px;
	font-weight:bold;
	left:15px;
	top:15px;
	margin-bottom:15px;
}

table {
	empty-cells:show;
}

#content table{
	
	
}


#content th {
	/*background-color:#ebebeb;*/
	font-weight:bold;
	border-bottom:#999999 solid 1px;
	border-right:#999999 solid 1px;
	font-size:11px;
	font-weight:bold;
	padding:3px;
	background-image: url("images/grid-hrow.gif");
}

#flash_box th {
	background-color:#ebebeb;
	font-weight:bold;
	border-bottom:#999999 solid 1px;
	border-right:#999999 solid 1px;
	font-size:11px;
	font-weight:bold;
	padding:3px;
}

#content td {
	font-size:11px;
	padding:3px;
}

#content fieldset{
	position:relative;
	background-color:#d5e3f3;
	color:#000000;
	margin: 0 10px 0 10px;
	-moz-border-radius:5px 5px;
	-webkit-border-radius:5px 5px;
	border-radius:5px 5px;
	border:none;
	font-size:11px;
	
}


#content legend {
	position:relative;
	color:#000000;
	font-weight:bold;
	font-size:13px;
	font-family:Helvetica;
}


#content form, #content #outer{
	position:relative;
	padding: 10px;
	background-color:#FFFFFF;
	top:0px;
	border:1px solid #a0a8ab; /*green*/
	border-right:2px #7095ba solid;
	border-bottom:2px #7095ba solid;
	margin: 0 10px 20px 10px;
}

/*new tabbing*/
#tablist{
	
}

ul#tablist{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	color:#ffffff;
	font-family:Helvetica,Tahoma,Verdana,sans-serif;
}
ul#tablist li{

	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #ffffff;
	color:#ffffff;
	}
ul#tablist li a, ul#tablist li a:visited{
	display:block;
	float:left;
	
	text-decoration:none;
	padding:12px 20px 0 20px;
	
	height:24px;
	/**/
	background:transparent url("images/blue.jpg") repeat-x top left;
	color:#ffffff;
	}
ul#tablist li a:hover{
	/**/
	background:transparent url("images/black.jpg") repeat-x top left;
	color:#FFFFFF;	
	}

                    
                    






#subtabbing{
	background-image:url(images/sub_tabbing_bg.gif);
	background-position:15px;
	background-repeat:no-repeat;
	float:left;
	clear:both;
	width:800px;
	height:50px;
	left:30px;
	display:inline-block;
	
}

#subtabbing li{
	float: left;
}

#subtabbing ul{
	font-weight:  bold;
	list-style-type:none;
	font-size:10px;
	font-family: Tahoma, Verdana, sans-serif;
	line-height:140%;
	top:13px;
	left:15px;
	height:80px;
	position:relative;
	display:inline-block;
	float:left;
}

#subtabbing a {
	float: left;
	display: block;
	color: #0c3137;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	line-height:140%;
	border-right:#0c3137 1px solid;
	
}


#menu #searchtab{
	position:relative;
	margin-left:20px;
	

}
#menu #searchtab ul#search li {
	position:relative;

	background-image:url(images/button_BG.gif);
	background-position:left;
	background-repeat:repeat-x;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#192c46;
	border:#345e96 1px solid;
	padding:3px;
	height:16px;
	float:left;
	list-style:none;
	margin-right:5px;
	-moz-border-radius:5px 5px;
	-webkit-border-radius:5px 5px;
	border-radius:5px 5px;
}

#menu #searchtab ul#search li#loading{
	border:none;
	background:none;
}



#body a:link {
	font-family:Helvetica, Tahoma, helvetica, verdana;
	
	font-size:13px;
	line-height: 20px;
	text-decoration: none;
}

#body a:hover {
	text-decoration: none;
	color: #330000;
}


#last_cell {
	color: #000000;
	display: block;
	border-right: 1px #000000 solid;
	border-top: 1px #EBEADB solid;
	border-bottom: 1px #EBEADB solid;
	border-left: 1px #EBEADB solid;
	background-color:#F6F6F2;
	
	
}


ul, li {
	margin: 0;
	padding: 0;
	height:auto;
}

.box {
	border: 1px #000 solid;
}

.headline_page {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



.underline {
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-style: none;
	border-bottom-style: double;
}

.list_cell {
	background-color: #E2E2E2;
	border-top-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-style: none;
	color:#000000;
}



input, select, textarea, .invisible_list_field_right {
	font-family: Tahoma, Courier, monospace;
	color: #000000;
	font-size:12px;
	border:inset 1px #0099FF;
}

.invisible_list_field_right{
	display:block;
	text-align:right;
}

input[disabled]{
	background-color:#95ADD3;
	border:1px solid #0099FF;
	color:#000000;
}

#invoice_table input[disabled]{
	background-color:#95ADD3;
	border:1px solid #0099FF;
	color:#000000;
	text-align:right;
}

#flash_box {
	position:absolute;
	top:0px;
	left:0px;
	width:700px;
	border:1px solid #93aadb;
	padding:10px;
	overflow-y:auto;
	display:none;
	opacity:.95;
	z-index:3;
	-moz-border-radius:10px 10px;
	-webkit-border-radius:10px 10px;
	border-radius:10px 10px;
	background-color:#02287a;
}

#flash_box table, #flash_box fieldset{
	background-color:#FFFFFF;
	border:1px solid #a0a8ab;
	border-right:1px #7095ba solid;
	border-bottom:1px #7095ba solid;
	text-align:left;
}

#flash_box legend{
	font-weight:bold;
	background-color:#FFFFFF;
}

#eula {
	position:absolute;
	top:50px;
	left:100px;
	width:800px;
	height:400px;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	display:none;
	z-index:4;
	overflow:auto;
	padding:25px;
	border-style:solid;
	border-width:2px;
	border-color:#111111;
	background-color:#FFFFFF;

}

.submit, /*#content fieldset a,*/  #content fieldset button{
	
	/*background-image:url(images/buttonBG.gif);*/
	background-image:url(images/grid-hrow2.gif);
	background-repeat:repeat-x;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#192c46;
	border:#345e96 1px solid;
	padding:3px;
	margin-right:3px;
	height:20px;
	white-space:nowrap;
	text-align:center;
	-moz-border-radius:5px 5px;
	-webkit-border-radius:5px 5px;
	border-radius:5px 5px;
}

#content fieldset a {
	font-family:Tahoma, Helvetica, sans-serif;
	color:#192c46;
	padding:1px;
	margin-right:3px;
	font-weight:bold;
	white-space:nowrap;
	text-align:center;
	font-size:11px;
		
}

.underscore {
	border-bottom:#0066FF dotted 1px; 
}


#outstanding_item{
	display:inline-block;
	/*float:left;
	clear:none;*/
	margin-left:13px;
}

.submit:hover  #content fieldset a:hover ,  #content fieldset button:hover {
	background-image:url(images/buttonBG.gif);
	background-position:left;
	background-repeat:repeat-x;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#000000;
	border:#000000 1px solid;
	padding:3px;
}

.facility_cell {
	background-color:#ebebeb;
	border:1px solid #0a0a8ab;
}

.involvement_cell {
	background-color:#ebebeb;
	border:1px solid #0a0a8ab;
}



#file_table {
	position:relative;
	width:100%;
	
}

#file_table table{
	
	
	}

#file_list {
}

#file_box {
	z-index:500;
	
	
}

#file_preview {
	position:absolute;
	left:650px;
	top:600px;
	z-index:1000;
	max-height:200px;
	max-width:200px;
}

#file_preview img{
	max-height:200px;
	max-width:200px;
}

#alert{
	position:relative;
	
	font-family:Tahoma, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	margin:5px;
	left:15px;
	border:solid 1px #0a0a8ab;
	z-index:2000;
}
