
textarea {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
}

#engine_container {
	height: 100%;
	width: 800px;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	font-family: helvetica, arial, verdana;
	margin-top: 40px;
}

h2.engine {
	color: #505050;
	letter-spacing: 1px;
}

h3.engine {
	color: #505050;
	letter-spacing: 1px;
}


h2.enginesub {
	color: #8c8c8c;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.eError {
	color: #ff0000;
	font-weight: bold;
}

.eDottedLine {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted  #bfbfbf; 
	border-style: none none dotted; 
	margin: 0;
	padding: 0;
}

a.eAllow { color: green; text-decoration: none; }
a.eAllow:hover { color: green; text-decoration: underline; }
a.eReject { color: #EE0000; text-decoration: none; }
a.eReject:hover { color: #EE0000; text-decoration: underline; }

#ehead_container {
	display: table-cell;
	width: 800px;
	height: 100%;
}

#engine_logoContainer {
	display: block;
	width: 800px;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
}

#engine_logo {
	display: block;
	width: 800px;
	height: 34px;
	text-align: right;
}

#efooter {
	background: url("../images/footer.gif");
	background-repeat: repeat-x;
	width: 800px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 40px;
}

#efooter_txt { 
	text-align: left; 
	margin-left: 10px;
	color: #505050;
}

#eblack_bar {
	background: url("../images/black_bar.gif");
	background-repeat: repeat-x;
	width: 800px;
	height: 27px;
}

#ehead_bar {
	background: url("../images/header.gif");
	background-repeat: repeat-x;
	width: 800px;
	height: 53px;
}

#ehead_top {
	padding-top: 8px;
	padding-left: 10px;
}

#eheadtop_block1 {
	float: left;
	letter-spacing: 1px; 
}

#eheadtop_block2 {
	color: #8c8e91; 
	float: right; 
	margin-right: 8px;
}

#ehead_bottom_container {
	padding-top: 20px;
}

#ehead_bottom {
	position: relative;
	display:inline-table;
	float: left;
	width: 782px;
	height: 16px;
	line-height: 16px;
	
	margin-top: 2px;
	margin-left: 10px;
}

#ehead_logged {
	display: block;
	float: left;
	width: auto;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	color: #505050;
}

.euser_icon {
	margin-top: -2px;
	margin-right: 10px;
	vertical-align: middle;
}	

#ehead_logout
{
	float: right;
	text-align: right;
	width: 50px;
	display: inline;
}

hr.engine
{
	margin: 0;
	padding: 0;
	border: none 0; 
	border-top: 1px solid #cdced0;
	border-bottom: 2px solid #f0f0f1;
}

.engine_navsep
{
	border-top: 1px solid #c7c8cb;
	border-bottom: 1px solid #ffffff;
}

a.engine_link
{
	text-decoration: none;
	color: #505050;
}

a.engine_link:hover
{
	text-decoration: underline;
	color: #505050;
}

a.confirm
{
	text-decoration: underline;
	color: green;
}

a.confirm:hover
{
	text-decoration: underline;
	color: orange;
}

#engine_icons {
	display: table;
	width: 750px;
	height: 100%;
	margin-top: 20px; 
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#engine_icons ul { 
	margin: 0;
	padding: 0;
	width: 750px;
	height: 100%;
}

#engine_icons ul li { 
	display: inline; 
	float: left; 
	list-style-type: none;
	width: 65px;
	height: auto; 
	text-align: center;	
	/*  ( 800px - (num icons x icons width) ) / num spacing slots */
	margin-left: 0px;
	margin-right: 11px;
	color: #505050;
}

#engine_icons ul li#eicon_last {
	margin-right: 0px;
	float: right;
}

.eicon { height: 60px; width: auto; }

#edrop_container {
	width: 800px;
	height: 100%;
}

#edrop {
	width: 800px;
	height: 28px;
	line-height: 28px;
	color: #1a1818; 
	text-align: left;
	background-color: #e1e2e2;
}

.edrop_txt1{
	display: inline-block;
	float: left;
	color: #e64f22;
	margin-left: 10px;
	width: 70px;
 	height: 28px;
}

.edrop_txt2 {
	display: inline-block;
	float: left;
	color: #1a1818; 
	width: auto;
 	height: 28px;
}

.edrop_select {
	float: right;
	margin-top: 4px;
	margin-right: 10px;
}

select.edrop_selectdrop {
	min-width: 230px;
	padding: 0;
	margin: 0;
	background: #ffffff;
	border: 1px solid #b6b6b6;
}

select.edrop_selectdrop2 {
	width: 190px;
	padding: 0;
	margin: 0;
	background: #ffffff;
	border: 1px solid #b6b6b6;
}

hr.single {
	border: 0;
	padding: 0;
	margin: 0px 0px 1px 0px;
	height: 1px;
	color: #aeb0b3;
	background-color: #aeb0b3;
}

#econtent_container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#elogin_container
{
	background-color: #e1e2e2;
	width: 800px;
	height: 187px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#elogin_txt {
	color: #e64f22;
	width: 800px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
	margin-left: 10px;
}

#elogin_table { margin-top: 20px; width: 540px; margin-left: auto; margin-right: auto }
#eforgot_table { margin-top: 20px; width: 540px; margin-left: auto; margin-right: auto; }

.eform {
	background: #ffffff;
	border: 1px solid #b6b6b6;
	padding-top:4px;
	padding-bottom: 4px;
}

select.eform {
	background: #ffffff;
	border: 1px solid #b6b6b6;
	padding-top:0px;
	padding-bottom: 0px;
}

.eform800 {
	background: #ffffff;
	border: 1px solid #b6b6b6;
	padding-top:4px;
	padding-bottom: 4px;
	width: 790px;
}

.eform_fields {
	background: #ffffff;
	border: 1px solid #b6b6b6;
	padding-top:4px;
	padding-bottom: 4px;
	width: 656px;
}

.eform_fields2 {
	background: #ffffff;
	border: 1px solid #b6b6b6;
	padding-top:4px;
	padding-bottom: 4px;
	width: 190px;
}

#eforgot_container {
	background-color: #e1e2e2;
	width: 800px;
	height: 155px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#eforgot_txt {
	color: #e64f22;
	width: 800px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
	margin-left: 10px;
}

.content_border
{
	border: 1px solid #b6b6b6;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #1a1818;
}

/** Stats **/

#estats_topHeader {
	background: url("../engine/images/footer.gif");
	background-repeat: repeat-x;
	width: 800px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	margin-top: 20px;
}

#estats_topLeft { float: left; margin-left: 10px; }
#estats_topRight { float: right; margin-right: 10px; }

#estats_topContainer {
	display: table;
	width: 800px;
	height: 260px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#estats_topContainer ul
{
	margin: 0;
	padding: 0;
	width: 800px;
	height: 260px;
}

#estats_topContainer ul li { 
	display: inline; 
	float: left; 
	list-style-type: none;
	width: 156px;
	height: 260px;
	text-align: center;	
	margin-left: 0px;
	margin-right: 5px;
	background-color: #eeeeee;
}

#estats_topContainer ul li#estats_lastBox { 
	float: right;
	margin-right: 0px;
}

.estats_topBoxHead {
	background-color: #bababa;
	width: 156px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}

.estats_topBox {
	background-color: #eeeeee;
	width: 152px;
	height: 233px;
	border-left: 2px solid #bababa;
	border-bottom: 2px solid #bababa;
	border-right: 2px solid #bababa;
}

.estats_topBoxContent {
	padding-top: 10px;
	margin-left: 10px;
	text-align: left;
	line-height: 18px;
}

#estats_topContainer ul li a, #estats_topRef a {
	text-decoration: none;
	color: #292929;
}

#estats_topContainer ul li a:hover, #estats_topRef a:hover {
	text-decoration: underline;
	color: #292929;
}

#estats_topRefContainer {
	width: 796px;
	height: 260px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
	border-left: 2px solid #bababa;
	border-bottom: 2px solid #bababa;
	border-right: 2px solid #bababa;
}

#estats_topRefHead {
	background-color: #bababa;
	width: 776px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
}

#estats_topRef {
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	line-height: 16px;
}

.estats_topNum {
	display: block;
	width: 10px;
	margin-right: 8px;
	font-weight: bold;
	float: left;
}

a.estats_actLink {
	color: #505050;	
	text-decoration: none;
}

a.estats_actLink:hover {
	color: #505050;	
	text-decoration: underline;
}

a.activity_order {
	color: #ffffff;	
	text-decoration: none;
}

a.activity_order:hover {
	color: #ffffff;	
	text-decoration: underline;
}

/*********/

.euploadGal {
	border: 1px solid #b6b6b6;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #1a1818;
	overflow-x: auto; 
	overflow-y: hidden; 
	white-space: nowrap;
}

.euploadGal ul {
	padding: 0; 
	margin: 0;
	color: White;
	float: left;
	width: auto;
	height: 110px;
}

.euploadGal ul li { 
	display: inline; 
	list-style-type: none; 
	padding: 0; 
	margin: 0;
}

.euploadGal_imgLink {
	z-index: 0; 
	margin-left: -70px;
	margin-right: 10px;
	border: 3px solid #bcbec0;
}

.euploadGal_imgUnlink {
	z-index: 0; 
	margin-left: -70px;
	margin-right: 10px;
	border: 3px solid #a6cc3a;
}

.euploadGal_link {
	z-index: 5; 
	position: relative;
	top: 17px;
	left: 8px;
}

.euploadGal_unlink {
	z-index: 5; 
	position: relative;
	top: 17px;
	left: 8px;
}

.euploadGal_imgDel {
	padding: 0;
	margin: 0;
	z-index: 5; 
	position: relative; 
	left: 110px; 
	top: -10px;
	border: 0;
}

