/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

pre {
	line-height: 0.5;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	 font-size: 13pt;
	 color: #334d55;
}

h2 {
	 font-size: 12pt;
	 color: #008;
}

h3 {
	 font-size: 10pt;
	 color: #336;
}

h4 {
	 font-size: 10pt;
	 font-weight: normal;
	 color: #333;
}

h5 {
	 font-size: 10pt;
	 color: #336;
}

ul {
	 margin-top: 0;
	 list-style-type: square;
}

ul ul {
	 list-style-type: disc;
}

ul ul ul {
	 list-style-type: none;
}

label {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #336;
	 font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	border: 0;
}

th {
	text-align: left;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	background-image: url("../images/container_background.gif");
	background-repeat: repeat-y;
	height: 100%;
	min-height: 100%;
}

*>#container {
	height: auto;
}

#masthead {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/header/horizontal_lines.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #000;
	width: 100%;
	white-space: nowrap;
	
	/* hack for NiceTitle */
	height: 85px;
}

#navBar {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
}

#content {
	width: 590px;
	margin: 0px 0px 0px 170px;
	padding: 0px 10px 0px 0px;
}

#siteHeader {
	margin: 0px;
	padding: 0px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 5px 0px 10px 10px;
}

/************* #breadcrumb styles *************/

#breadcrumb {
	font-size: 8pt;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #000;
}

/************** atomic styles *****************/

.center {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

/************** .text styles *****************/

.text, .image {
	clear: none;
	padding: 10px 0px 0px 10px;
	font-size: 10pt;
	overflow: hidden;
}

.image {
	overflow: auto;
	width: 99.8%;
}

.text img, .image img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 5px 0px;
	border: 1px solid #000;
}

.image img {
	float: none;
}

.text img.icon {
	float: none;
	padding: 0px;
	margin: 0px;
	border: 0px solid #000;
}

.error {
	clear: none;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 9pt;
	color: #933;
	background-color: #eee;
	font-weight: bold;
	border: 1px solid #999;
}

.error img {
	vertical-align: middle;
	margin: 4px 7px 4px 0px;
}

.copyright {
	clear: right;
	padding: 10px 0px 0px 10px;
	font-size: 8pt;
	color: #999;
}

.help {
	font-size: 7pt;
	cursor: help;
	font-weight: bold;
	padding: 0px 2px 0px 1px;
	border: 1px solid #000;
}

/*********** #menuSystem styles ***********/

#menuSystem table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 100%;
	color: #fff;
	text-align: left;
	background-color: #009;
}

#menuSystem table.private {
	background-color: #00c;
}

#menuSystem td, th {
	padding: 0px;
}

#menuSystem td.outer {
	border: 1px solid #ccc;
}

#menuSystem th {
	text-transform: uppercase;
}

#menuSystem td.hover, th.hover {
	background-color: #00f;
}

#menuSystem a {
	color: #fff;
	text-decoration: none;
}

/*********** .editTable styles ***********/

.editTable {
	background-color:#6291F0;
	border:1px solid black;
}
	

.editTable td, .editTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	padding: 2px;
	color: #000000;
	vertical-align: top;
}

.editTable td.header {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	background:#FD4B49 url(../images/header/horizontal_lines.gif);
}	

.editTable th {
	font-weight: bold;
}

.editTable input, .editTable select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding:1px 0px 0px 3px;
	vertical-align: top;
	background:#003399 url(../images/input_background.gif);
	border:1px solid black;
}

.editTable .transparent {
	background:transparent;
	border:0px;
	
}

/*********** .zebraTable styles ***********/

.zebraTable {
	background-color:white;
	border:0px solid #0000FF;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

#oud {
	border:0px solid #7F7F7F;
}

.zebraTable td, .zebraTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: #000000;
	padding: 3px;
	margin: 0px;
	vertical-align: top;
}

/*.zebraTable tr:hover {
	padding: 3px;
	margin: 3px;
	color: #000000;
	background:#FFB3B3;
}	*/

.zebraTable tr.light {
	padding: 3px;
	margin: 3px;
	color: #000000;
	background:#FFFFFF;
}	

.zebraTable tr.dark {
	padding: 0px;
	margin: 0px;
	color: #000000;
	background:#DFE1FF;
}	

.zebraTable tr.header {
	padding: 0px;
	margin: 0px;
	color: #000000;
	background:#C6C9FF;
}	

.zebraTable tr.darkgrey {
	padding: 0px;
	margin: 0px;
	color: #000000;
	background:#EFEFEF;
}	

.zebraTable tr.headergrey {
	padding: 0px;
	margin: 0px;
	color: #000000;
	background:#E2E2E2;
}	
/*
.editTable th {
	font-weight: bold;
}

.editTable input, .editTable select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding:1px 0px 0px 3px;
	vertical-align: top;
	background:#003399 url(../images/input_background.gif);
	border:1px solid black;
}

.editTable .transparent {
	background:transparent;
	border:0px;
	
}*/

