
/* ----->>> TABLE OF CONTENTS <<<-------*/
/*
   Wrappers
   Header
   Navigation
   Content
   Tables
   TEXT Layout
*/

/* TO CALCULATE EM SIZES: FONT PX SIZE / 16 (THE DEFAULT PX SIZE) eg: to get 20px, 20/16 = 1.25em */
/* TO CALCULATE EM LINE HEIGHT SIZES: LINE HEIGHT PX SIZE / 18 (THE DETERMINED LINE HEIGHT SET IN BODY)  */
 

/* -----------------------------------*/
/* ----------->>> WRAPPER <<<---------*/
/* -----------------------------------*/ 
 
#siteWrapper {
width:990px;
margin:0 auto;
text-align: left;
background-color:transparent;
}

#header {
height:86px;
width:990px;
margin: 0px 0px 0px 0px;
background-image: url(/images/conex/bg_header.gif);
background-repeat: no-repeat;
background-position: bottom;
}

	#header_logo {
	float: left;
	height:86px;
	width:100px;
	}
	
	
		.header_searchBox_searchField {
		font:0.75em Arial, Helvetica, sans-serif;
		color:#515048;
		border:1px solid #D6D8D0;
		background-color:#E8EDD6;
		margin:2px;
  		height: 17px;
  		width:137px;
		overflow: auto;
		}
		
		.header_searchBox_dropdown {
		font:0.75em Arial, Helvetica, sans-serif;
		line-height:1.5em;
		color:#515048;
		border:1px solid #D6D8D0;
		background-color:#E8EDD6;
		margin:2px;
  		height: 20px;
  		width:140px;
		overflow: auto;
		}
	
		#header_searchBox_button {
		float: right;
		margin: 5px 0px 0px 0px;
		}
	#header_topNav {
		
	}


/* -----------------------------------*/
/* -------->>> NAVIGATION <<<---------*/
/* -----------------------------------*/

#topNavWrapper {
position:absolute;
top:151px;
right:0px;
height:15px;
width:544px;
/*margin: 151px 10px 0px 400px;*/
}

	#nav {
	margin: 0;
	padding: 0;
	height: 15px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	

	#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

	#nav a {
	float: left;
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:15px; /* for IE5/Win only */
	}
	
	#nav a:hover {
	background-position: 0 -15px;
	}

	#nav a:active, #nav a.selected {
	background-position: 0 -15px;
	}

		#home a  {
		width: 86px;
		background: url(../images/button_home.gif) top left no-repeat;
		}
		
		#whoIs a  {
		width: 209px;
		background: url(../images/button_whoIs.gif) top left no-repeat;
		}
		
		#news a  {
		width: 162px;
		background: url(../images/button_news.gif) top left no-repeat;
		}
		
		#login a  {
		width: 87px;
		background: url(../images/button_login.gif) top left no-repeat;
		}
		
		#logOut a  {
		width: 87px;
		background: url(../images/button_logout.gif) top left no-repeat;
		}
		

#sideNavWrapper {
width:254px;
margin: 0px 0px 0px 0px;
}

	#navSide ul {
	margin: 0;
	padding: 0;
	}
	
		#navSide li {
		margin: 5px 0px 0px 0px; 
		padding: 0;
	    list-style: none;
		display: list-item;
		}
	
		#navSide a {
		font-size: 0.9em;
		line-height:1.3em;
		color:#3E699C;
		text-decoration:none;
		}
		
		#navSide a:hover {
		font-size: 0.9em;
		line-height:1.3em;
		color:#8AA149;
		text-decoration:none;
		}
	
		#navSide a:active, #nav a.selected {
		font-size: 0.9em;
		line-height:1.3em;
		color:#3E699C;
		text-decoration:none;
		}
		
/* -----------------------------------*/
/* ----------->>> CONTENT <<<---------*/
/* -----------------------------------*/


#bodyWrapper {
position:relative;
width:990px;
margin:0 auto;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-color:#FFFFFF;
}

	#LeftContainer {
	position:relative;
	float: left;
	width:715px;
	margin: 0px 0px 0px 10px;
	padding:0px;
	background-color:#FFFFFF;
	z-index: 100;
	}
	
	#LeftContainer_RightAlign {
	float: right;
	}
			
	#RightContainer {
	position:relative;
	float: right;
	width:245px;
	margin: 0px 10px 10px 0px;
	padding:0px;
	background-color:#FFFFFF;
	z-index: 100;
	}
	
		#divTable {
			display: block;  /* block float the labels to left column, set a width */
			float: left; 
			width: 715px; 
		}
			/* style for dspViewChart layout */
			#tableColumn { 
				display: block;  /* block float the labels to left column, set a width */
				float: left; 
				padding: 0; 
				margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
				text-align: right; 
			}
			
			#tableColumn2 { 
				display: block;  /* block float the labels to left column, set a width */
				float: left; 
				width: 150px; 
				padding: 0; 
				margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
				text-align: right; 
			}
	
		/* this is if you want 2 columns to have an equal height illusion */
		#bg_col_left {
		position:absolute;
		left:0;
		top:10px;
		height:100%;
		width:715px;
		background-color: ;
		z-index: 0;
		}
		
		#bg_col_right {
		position:absolute;
		left:735px;
		top:10px;
		height:100%;
		width:245px;
		z-index: 0;
		}

		.clearer{
		height:1px;
		overflow:hidden;
		margin-top:-1px;
		clear:both;
		}
	
	
		/* styles/div for RightContainer are in custom.css */
		

#footer_container {
width:990px;
margin:0 auto;
}

	#footer_align {
	float:right;
	padding: 15px 0px 20px 0px;
	}
	
		#footer_align a {
		font-size:0.75em;
		line-height:1em;
		color: #FFFFFF;
		text-decoration:none;
		}
		
		#footer_align a:hover {
		font-size:0.75em;
		line-height:1em;
		color: #8AA149;
		text-decoration:underline;
		}
		
		

	

#loginForm_container {
height:350px;
width:550px;
background-position: top left;
background-repeat: no-repeat;
}

	#loginError {
	float: left;
	display: inline;
	margin: 10px 10px 0px 0px;
	height:25px;
	width:550px;
	color: #CC6715;
	}
	
	#loginFormLabel {
	float: left;
	display: inline;
	margin: 15px 5px 2px 5px;
	height:25px;
	width:120px;
	text-align: right;
	font-weight: bold;
	}
	
	#loginFormField {
	float: left;
	display: inline;
	margin: 10px 5px 2px 5px;
	height:25px;
	width:120px;
	text-align: left;
	font-weight: bold;
	}
	
	#loginFormFieldInvite {
	float: left;
	display: inline;
	margin: 14px 5px 0px 5px;
	height:25px;
	width:120px;
	text-align: left;
	font-weight: none;
	}
	
	#loginFormFieldBand {
	float: left;
	display: inline;
	margin: 10px 5px 2px 5px;
	height:25px;
	width:100px;
	text-align: right;
	font-weight: bold;
	}
	
	#loginFormSubmit {
	clear: both;
	float: left;
	display: inline;
	margin: 10px 5px 2px 5px;
	height:25px;
	width:290px;
	text-align: right;
	}
	
	#login_link {
		clear: both;
		float: left;
		width:550px;
		margin:10;
		padding:0;
		}
				
			#login_link li {
			margin: 0 0 5px 0; 
			padding: 0;
		    list-style: none;
			display: list-item;
			}
		
			#login_link a {
			font-size: 0.7em;
			line-height:0.8125em;
			color:#333333;
			text-decoration:none;
			}
			
			#login_link a:hover {
			font-size: 0.7em;
			line-height:0.8125em;
			color:#8AA149;
			text-decoration:underline;
			}
		
			#login_link a:active, #nav a.selected {
			font-size: 0.7em;
			line-height:0.8125em;
			color:#333333;
			text-decoration:none;
			}



/* -----------------------------------*/
/* ------>>>     Tables     <<<-------*/
/* -----------------------------------*/

/* Set all table parameters to 0 */ 
#zeroTables table td tr {
	border: 1px solid #34912a;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}


 
 
/* -----------------------------------*/
/* -------->>> TEXT Layout <<<--------*/
/* -----------------------------------*/ 
#line_break_thin { 
clear:both; 
border-bottom: 1px solid #999999;
margin: 5px 0 5px 0;
width: 700px;
}

#line_break_thinMSIE { 
clear:both; 
border-bottom: 1px solid #999999;
margin: -10px 0 5px 0;
width: 700px;
}


#line_breakClean { 
clear:both; 
margin: 0 0 0 0;
}



/* -----------------------------------*/
/* -------->>> ADMIN STYLES <<<--------*/
/* -----------------------------------*/ 

.tableData {
font-size:0.9em;
}



