﻿/* Standard HTML Tags */

body {
	background-color: #C0C0C0;
	margin:0px;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #941f1f;
}

a:hover {
	color:#754343;
	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: #392312;
	font-family: Arial;
	font-size: 18px;

}

h2 {
	font-family: Arial;
	font-size: 16px;
	color: #392312;
	font-weight: bold;
}

h3 {
	color: #392312;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

img	{
	border:0px;
}



select {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

textarea {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

/* EO Common Tags */
/*************/
/*************/
/*************/


.button {
	background-color:#941f1f;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.textbold {
	font-weight:bold;
}

.textitalic {
	font-style:italic;
}

.textunderline {
	text-decoration:underline;
}

.textbolditalic {
	font-weight:bold;	
	font-style:italic;
}

.textboldunderline {
	font-weight:bold;	
	text-decoration:underline;
}


/* EO Project Specific Tags */
/*************/
/*************/
/*************/

#container_main{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../webcoreimages/i_background.jpg')
	
}

#container_ad {
	clear:both;
}

#container_header {
	background-color:#363636;
}

#container_headeradmin {
	background-color:#363636;
	color:#FFFFFF;
	padding:10px;
}


#container_body {
	padding:30px;
	min-height:300px;
}

#container_bodyleft{
	float:left;
	width:650px;
}

#container_bodyright{
	float:right;
	padding:0px 0px 10px 15px;
	width:235px;
}

#container_footer {
	clear:both;
	text-align:center;
}

.table_all {
	border:1px #C0C0C0 solid;
	width:100%;
}

.table_all td {
	padding:1px;
}

.table_headright {
	background-color:#444444;
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
}

.table_headend {
	background-color:#444444;
	color:#FFFFFF;
	font-weight:bold;
}

.table_rowright {
	border-bottom:1px #C0C0C0 solid;
	border-right:1px #C0C0C0 solid;
}

.table_rowend {
	border-bottom:1px #C0C0C0 solid;
}

.error_txt {
	background-color:#CC0000;
	color:#FFFF00;
}

.customcursor {cursor: pointer;}