﻿/* Standard HTML Tags */

body {
	margin:20px;
	background-color: #FFFFFF;
	background-image:url('../webcoreimages/s_background.jpg');
	background-repeat:repeat-x;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505f5f;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #399d9d;
}

a:hover {
	color:#8dbdbd;
	text-decoration:underline;
}

ul {
	margin-bottom:0px;
	list-style:square;
	list-style-position:outside;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
	padding:0px;
}

h1 {
	color: #000000;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #666666;
}

select {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #666666;
}

textarea {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #666666;
}

/* EO Common Styles */
/*************/
/*************/
/*************/

.inputbutton {
	background-color:#CC0000;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.bolditalic {
	font-weight:bold;
	font-style:italic;
}


.table_all {
	border:1px #C0C0C0 solid;
	width:100%;
}

.table_all td {
	padding:2px;
}

.table_noborder {
	width:100%;
}

.table_noborder td {
	padding:2px;
}

.table_headright {
	background-color:#b2c4c8;
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
}

.table_headend {
	background-color:#b2c4c8;
	color:#FFFFFF;
	font-weight:bold;
}

.table_rowright {
	border-bottom:1px #C0C0C0 solid;
	border-right:1px #C0C0C0 solid;
}

.table_rowend {
	border-bottom:1px #C0C0C0 solid;
}

/* EO Site Container Styles */
/*************/
/*************/
/*************/

#container_main{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
 	height:auto !important;
  	height:400px;
	min-height:400px;
	border:1px #dee6e8 solid;
}

	#container_header {
	
	}
	
		#container_headercontent {
		
		}
			
	#container_menu {
	
	}
	
		#container_menucontent {
		
		}
	
	#container_body{

	}
	
		#container_bodycontent {
			padding:10px 30px 30px 30px;
		}
		
	#container_footer {

	}
	
		#container_footercontent {
		
		}

/* Site Specific Styles */
/*************/
/*************/
/*************/

.imageleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.imageright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.error_text {
	background-color:#CC0000;
	color:#FFFF00;
	font-weight:bold;
	padding:5px;
}

/* Allow for web page to be broken, during print job, after the location where this class appears */
.pagebreadkpoint {
	page-break-before:always;
}
/* for Nimbit widget */
.nimbit1 {
	padding-left: 200px;
}

