﻿/* Standard HTML Tags */

body {
	background-image:url('../webthemes/0001/0001s_background.jpg');
	background-color: #420101;
	background-position:center top;
	background-repeat:repeat-y;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #fd8a25;
}

	a:hover {
		color:#ffbb7f;
	}

ul {
	margin-bottom:0px;
	list-style:square;
	list-style-position:outside;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	padding:0px;
}

h1 {
	color: #ffbb7f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
}

h2 {
	color: #ffbb7f;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

hr {
	height:1px;
	color:#996666;
}

img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 12px;
}

select {
		font-family: Arial;
		font-size: 12px;
}

textarea {
		font-family: Arial;
		font-size: 12px;
}

/* EO Common Styles */
/*************/
/*************/
/*************/

.inputbutton {
	background-color:#CC0000;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.table_all {
	width:100%;
	border:1px #dacece solid;
}
	
	.table_all td {
		vertical-align: top;
		padding:4px;
	}

.table_noborder {
	width:100%;
}

	.table_noborder td {
		vertical-align: top;
		padding:4px;
	}

.table_allvalign {
	width:100%;
}
	
	.table_allvalign td {
		padding:4px;
	}

.table_headright {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	background-color:#660000;
	border-right:1px #dacece solid;
	border-bottom:1px #dacece solid;
}

.table_headend {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	background-color:#660000;
	border-bottom:1px #dacece solid;
}

.table_headtitle {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.table_rowright {
	border-right:1px #dacece solid;
	border-bottom:1px #dacece solid;
}

.table_rowend {
	border-bottom:1px #dacece solid;
}

/* EO Site Container Styles */
/*************/
/*************/
/*************/

#container_main{
	width:980px;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
}


	#container_header {
		background-image:url('../webthemes/0001/0001s_header.png');
		height:313px;
		margin-bottom:10px;
	}
	
		#container_headerleft {
			width:211px;
			float:left;
		}
		
			#container_headerleftcontent {
				padding:100px 0px 0px 0px;
				text-align:center;
			}
		
		#container_headerright {
			width:769px;
			float:right;
		}
		
			#container_headerrightcontent {
		
			}
			
	#container_menu {
		clear:both;
	}
	
		#container_menucontent {
			text-align:right;
			padding:5px;
			color:#FFFFFF;
		}
		
			#container_menucontent a{
				color:#FFFFFF;
				font-family:"Times New Roman", Times, serif;
				font-weight:bold;
				font-size:20px;
				font-style:italic;
			}
			
		#container_menucontentyes {
			text-align:right;
			padding:5px;
			color:#FFFFFF;
		}
			
			#container_menucontentyes a{
				color:#FFFFFF;
				font-family:"Times New Roman", Times, serif;
				font-weight:bold;
				font-size:16px;
				font-style:italic;
			}
			
	#container_ad {
		clear:both;
		height:281px;	
		background-image:url('../webthemes/0001/0001s_ad.png');
		margin-bottom:10px;
	}
		#container_adcontent {
			padding:20px 10px 10px 10px;
		}
		
		.ad_boxcontent {
			padding:10px;
		}
				
			.ad_box1 {
				float:left;
				width:350px;
				margin-right:10px;
			}
			
				.ad_box1tit {
					color: #ffbb7f;
					font-family:"Times New Roman", Times, serif;
					font-style:italic;
					font-size: 22px;
					font-weight: bold;
					height:20px;
				}

				.ad_box1content {
					padding-top:5px;
					color:#ffbb7f;
				}
			
			.ad_box2 {
				float:left;
				width:275px;
				height:246px;
			}
			
				.ad_box2tit {
					color: #FFFFFF;
					font-family:"Times New Roman", Times, serif;
					font-style:italic;
					font-size: 20px;
					font-weight: bold;
					text-align:center;
					height:20px;
					padding-top:3px;
				}
				
				.ad_box2content {
					padding:10px;	
					color:#ffbb7f;
				}
			
			.ad_box3 {
				float:left;
				margin-left:30px;
				width:280px;
				height:246px;
			}
			
				.ad_box3tit {
					color: #FFFFFF;
					font-family:"Times New Roman", Times, serif;
					font-style:italic;
					font-size: 20px;
					font-weight: bold;
					text-align:center;
					height:20px;
					padding-top:3px;
				}
				
				.ad_box3content {
					padding:10px;	
					color:#ffbb7f;
				}
	
	#container_homebodytop {	
		clear:both;
		background-image:url('../webthemes/0001/0001s_homebodytop.png');
		height:15px;
	}
	
			
	#container_bodytop {
		clear:both;
		background-image:url('../webthemes/0001/0001s_bodytop.png');
		height:15px;
	}	
	
	#container_body{
		clear:both;
		overflow:auto;
	}
		
			#container_bodycontent {
				background-color:#410304;
				background-image:url('../webthemes/0001/0001s_bodymiddle.png');
				background-repeat:no-repeat;
				padding:20px 20px 20px 20px;
				overflow:auto;
			}
			
			#container_bodyall {
				clear:both;
			}
			

			#container_box1 {
				float:left;
				width:620px;
			}
			
				#container_box1content {
				
				}
				
			#container_box2 {
				float:right;
				width:300px;
				padding-left:20px;
			}
			
				#container_box2content {

				}
			
	#container_bodybottom {
		clear:both;
		background-image:url('../webthemes/0001/0001s_bodybottom.png');
		height:15px;
	}
						
	#container_footer {

	}
	
		#container_footercontent {
			color:#FFFFFF;
			text-align:center;
			padding:5px;;
		}
		
/* 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;
}

.actionbutton {
	background-image:url('../webimages/i_buttonred.jpg');
	width:119px;
	height:36px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	border:1px #996666 solid;
	cursor:pointer;
}

.divactionbutton {
	width:94px;
	height:23px;
	background-image:url('../webimages/b_blue.png');
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	border:0px;	
	text-align:center;
	padding-top:7px;
}

	.divactionbutton a{
		color:#FFFFFF;
	}

.error_text {
	clear:both;
	background-color:#fffe98;
	color:#CC0000;
	font-weight:bold;
	background-image:url('../webimages/i_error.png');
	background-repeat:no-repeat;
	padding: 2px 5px 5px 30px;
}

.ok_text {
	clear:both;
	background-color:#c3e89c;
	color:#000000;
	font-weight:bold;
	background-image:url('../webimages/i_ok.png');
	background-repeat:no-repeat;
	padding: 2px 5px 5px 30px;
}

.sys_message {
	width:800px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

.homeboxbutton {
	padding-left:70px;
}

.highlight {
	
}

.clear {
	clear:both;
}

.nomargintop {
	margin-top:0px;
}

.images {
	border:1px #996666 solid;
	padding:5px;
}

.imageswhite {
	background-image:url('../webimages/i_iconbox.png');
	background-repeat:no-repeat;
	padding:5px;
}

.highlightyellow {
	background-color:#fef9af;
}

.highlightred {
	background-color:#ffc8c8;
}

.highlightgray {
	background-color:#dfdfdf;
}

.highlightgreen {
	background-color:#e1ffdf;
}

.textsmall {
	font-size:11px;
}
