/*----------------------------------------------------------------------------
	table.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

/*--- the table container ----------------------*/

#table_container {
   position: relative;
	clear: both;
	overflow: hidden;
	line-height: 1.3;
   margin: 0;
   border-bottom: 2px solid #1C526C;
   height:100%;
	padding: 0;
	left:4px;
	width: 723px;
	z-index:2;
/*--Need to change 721 back to 100% once we figure out why it does not stretch!!!!!!!!!!!!!!!!!!!!!!!!!!*/
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container2 {
	z-index: 1;
	position: relative;
	top: 0;
	left: 4px;
	float: left;
	width: 721px;
	padding: 0;
	overflow: hidden;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list2 {
   position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	top: 0;
	left: 0;
}

.sub_nav_list2 li {
	margin: 0;
	padding: 0;
}
/*--- subnavigation items --------------------------------------------------*/


/*---html>body .sub_nav_list2 a {--------*/
/*--- 	height: 26px;/*--- 
/*---}----*/
/*--Do i need the above?--*/

.sub_nav_list2 a {
	text-align: left;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	width: 160px;
	padding: 0 0 0 20px;
	display: block;
}


.vtable_li {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

#systemtable
 {
   position: relative;
	border-width:1px; 
	border-style:outset;
	border-color:#036;
	overflow: hidden;
	line-height: 1.3;
/*---    border-collapse:seperate;-----*/
	z-index:2;
}

.tdblank {

     }

.vtable_col1 {margin-left: 0em;list-style-type:none;float:left;}

.vtable_col2 {margin-left: 6em;margin-top: 2em;list-style-type: none;float:left;}

.vtable_col3 {margin-left: 1.5em;list-style-type: none;float:left;}

.vtable_col4 {margin-left:3.5em;list-style-type: none;float:left;}

.vtable_col11 {margin-left: 0em;list-style-type:none;float:left;}

.vtable_coltop {margin-top: -34.5em;}

.vtable_coltop2 {margin-top: -32em;}

.vtable_coltop3 {margin-top: -31.5em; }

/*--------------------------------------------------------------------------*/