﻿/* Standard HTML Tags */

body {
	margin:30px 0px 0px 0px;
	background-color: #251409;
	background-image:url('../webcoreimages/s_background.jpg');
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e3ceb7;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #d37834;
}

a:hover {
	color:#e3ceb7;
	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: #FFFFFF;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin-top:0px;

}

h2 {
	color: #FFFFFF;
	font-family:Helvetica;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
}

h3 {
	color: #24549d;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

img	{
	border:0px;
}


input {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #f1d9bb;
	background-color:#ece1d5;
}

select {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #f1d9bb;
	background-color:#ece1d5;
}

textarea {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #f1d9bb;
	background-color:#ece1d5;
}

/* EO Common Styles */
/*************/
/*************/
/*************/

.inputbutton {
	background-color:#754721;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.table_all {
	border:1px #f1d9bb solid;
	width:100%;
}

.table_all td {
	padding:4px;
}

.table_noborder {
	width:100%;
}

.table_noborder td {
	padding:4px;
}

.table_headright {
	background-color:#3f2315;
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
}

.table_headend {
	background-color:#3f2315;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px #FFFFFF solid;
}

.table_rowright {
	border-bottom:1px #f1d9bb solid;
	border-right:1px #f1d9bb solid;
}

.table_rowend {
	border-bottom:1px #f1d9bb solid;
}

.table_rowadd {
	font-weight:bold;
	text-align:center;
	border-bottom:1px #f1d9bb solid;
}

.table_rowrightoff {
	background-color: #D3D8C5;
	border-bottom:1px #E1E4DA solid;
	border-right:1px #E1E4DA solid;
}

.table_rowrightcurrent {
	background-color: #FFFFC1;
	border-bottom:1px #E1E4DA solid;
	border-right:1px #E1E4DA solid;
}

.table_rowrightweekend {
	background-color: #ecefe3;
	border-bottom:1px #E1E4DA solid;
	border-right:1px #E1E4DA solid;
}

.table_cal {
	border:1px #f1d9bb solid;
	width:100%;
	background-color:#ffffff;
	color:#000000;
}

.table_cal td {
	padding:4px;
}



/* EO Site Container Styles */
/*************/
/*************/
/*************/

#container_main{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	background-color:#7c461e;
	background-image:url('../webcoreimages/s_backgroundbody.jpg');
	background-repeat:no-repeat;
 	height:auto !important;
  	height:300px;
	min-height:300px;
}

	#container_header {
	
	}
	
		#container_headercontent {
		
		}
		
	#container_welcome {
		padding:0px 25px 0px 25px;
		text-align:right;
	}
			
	#container_body{
	 	height:auto !important;
	  	height:300px;
		min-height:300px;	
	}
	
		#container_bodycontent {
			padding:0px 22px 20px 23px;
		 	height:auto !important;
		  	height:300px;
			min-height:300px;	
		}
		
			#container_menu {
				background-image:url('../webcoreimages/s_menubar.jpg');
				height:28px;
				padding-top:10px;
			}
			
				#container_menucontent {
					text-align:center;
					color:#f7e0c3;
				}
				
				#container_menucontent a {
					font-size:14px;
					color:#f7e0c3;
					font-family:Verdana;
				}

				#container_box1 {
					background-image:url('../webcoreimages/s_bodycontinue.jpg');
					background-repeat:repeat-y;
				 	height:auto !important;
				  	height:300px;
					min-height:300px;
				}
				
					#container_box1header {

					}

					#container_box1body {
					 	height:auto !important;
					  	height:300px;
						min-height:300px;
						margin:20px 60px 20px 60px;
					}
					
					#container_box1footer {

					}

	#container_footer {
		padding:0px 0px 20px;
	}
	
		#container_footercontent {
			color:#241209;
			text-align:center;
			font-size:10px;
			font-family:Arial;
			font-style:italic;
		}

/* Site Specific Styles */
/*************/
/*************/
/*************/

.imageleft {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

.imageright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.error_text {
	background-color:#dec09e;
	color:#CC0000;
	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;
}

.rowhead {
	background-color:#D3D8C5;
}

.images {
	border:1px #FFFFFF solid;
}
