﻿body 
{
		background-color: #f1efe4;
		font-family: 'arial', 'helvetica', sans-serif;
}
		
/* ++++++++++++++++++++ Page Header ++++++++++++++++++++ */
p
{
		font-family: 'arial', 'helvetica', sans-serif;
	}
#page_header {
	overflow: hidden;
	position: absolute;
	left: 21px;
	top: 0px;
	z-index: 1;
	width: 211px;
	height: 33px;
	color: #fff;
	background-color: #0775af;
	}
	
#page_header h1 {
	width: 211px;
	height: 33px;
	background: url('../images/emex_logo.gif') no-repeat 0% 0%;
	}
	
#page_header h1 a {
	display: block;
	padding-top: 33px;
	width: 211px;
	height: 33px;
	}	

	#page_login {
	overflow: hidden;
	width: auto;
	padding-right: 20px;
	height: 33px;
	color: #fff;
	background-color: #0775af;
	font-size: 11px;
	}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}
.page_container {
	text-align: left;
	font-size: 0.7em;
	}
	
	#header_container {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	height: 65px;
	width: 100%;
	}
#DropCentre
{
	padding-top: 200px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.9em;
	background-image:none;
}

#Drop
{
	padding-top: 35px;	
	vertical-align: middle;
	font-size: 0.9em;
	background-image:none;
}

/* ++++++++++  Buttons  ++++++++ */

a.emexbutton 
{
	line-height: 22px;
	margin-top: 10px;
	float: left;
	height: 28px;
	background: url('../images/btn_bg_left.gif') no-repeat scroll 0% 0%;
	color: #000;
	background-color: inherit;
	text-decoration: none;
	}
	
a.emexbutton span 
{
	line-height: 22px;
	display: block;
	float: left;
	padding: 0px 18px 0px 15px;
	height: 28px;
	background: url('../images/btn_bg_right.gif') no-repeat scroll 100% 0%;
	text-align: center;
	cursor: pointer;
	}
	
a.emexbutton span b 
{
	font-size: 1em;
	display: block;
	float: left;
	margin-left: -6px;
	padding-left: 26px;
	height: 28px;
	font-weight: normal;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 3px;
	text-transform: lowercase;
	cursor: pointer;
	}
	
* html a.emexbutton span b {
	margin-left: -3px;
	}
	
	
a.emexbutton:hover {
	float: left;
	height: 28px;
	color: #000;
	background-color: inherit;
	background-position: 0% 100%;
	}
	
a.emexbutton:hover span {
	padding: 0px 18px 0px 15px;
	background-position: 100% 100%;
	line-height: 24px;
	}

a.emexbutton:hover span b {
	background-position: 0% 4px;
	}	

/* Button Next */

a.btn_next b {
	background-image: url('../images/btn_next.gif');
	}	


.btn_inactive a.btn_next b {
	background-image: url('../images/btn_next_disable.gif');
	}		



.page_box {
	display: block;
	margin-bottom: 18px;
	}	
	
	/* Box Title */

.page_box_title {
	overflow: hidden;
	display: block;
	color: #fff;
	height: 28px;
	background: #0882c0 url('../images/title_bg_right.gif') no-repeat scroll 100% 0%;
	}
		
.page_box_title h1 {
	display: inline-block;
	padding: 0px 0px;
	background: url('../images/title_bg_left.gif') no-repeat 0% 0%;
	}
	
.page_box_title h1 span {
	overflow: hidden;
	display: block;
	height: 28px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 12px;
	line-height: 29px;
	text-transform: uppercase;
	font-weight: normal;
	}
	
	
	/* Box Body */

.page_box_body {
	overflow: auto;
	background: #ffffff url('../images/box_bg.gif') repeat;
	}

*:first-child+html .page_box_body {
	width: 100%;
	margin-right: -20px;
	}
	
* html .page_box_body {
	width: 100%;
	margin-right: -20px;
	}
	
.page_box_body_b {
	padding: 10px 15px 160px 0px;
	background: url('../images/box_bg_bot.gif') repeat-x 0% 100%;
	}	
/* ++++++++++++++++++++ Navigation Buttons ++++++++++++++++++++ */

.page_navlinks {
	clear: both;
	position: relative;
	margin: 0px -15px;
	padding: 7px 15px 0px;
	width: 100%;
	border-top: 1px #dedede solid;
	}

*:first-child+html .page_navlinks {
	margin-top: -10px;
	}
	
* html .page_navlinks {
	position: relative;
	top: -10px;
	}
	
.page_navlinks fieldset.form_group_btn {
	float: right;
	text-align: right;
	white-space: nowrap;
	}

.page_navlinks a.form_button, .page_navlinks a.form_button:hover {
	position: relative;
	left: 12px;
	margin-right: 10px;
	}

*:first-child+html .page_navlinks a.form_button, *:first-child+html .page_navlinks a.form_button:hover {
	margin-right: 8px;
	float: none;
	display: inline-block;
	}
	
* html .page_navlinks a.form_button {
	position: relative;
	top: 8px;
	margin-top: 0px;
	margin-right: 8px;
	float: none;
	display: inline-block;
	}

* html .page_navlinks a.form_button:hover {
	margin-right: 8px;
	float: none;
	display: inline-block;
	}
	
.page_navlinks a.btn_prev b {
	background-image: url('../images/btn_prev.gif');
	}

.page_navlinks a.btn_next:hover b {
	background-position: 100% 4px;
	}

.page_navlinks a.btn_next b {
	margin: 0px -5px 0px -1px !important;
	padding: 0px 26px 0px 0px !important;
	background-image: url('../images/btn_next.gif');
	background-position: 100% 3px;
	}

* html .page_navlinks a.btn_next span {
	margin-right: -2px;
	}

.page_navlinks .btn_inactive a.btn_next b {
	background-image: url('../images/btn_next_disable.gif');
	}
	
.page_navlinks .btn_inactive a.btn_prev b {
	background-image: url('../images/btn_prev_disable.gif');
	}

.btn_inactive a.form_btn_sml.btn_next:hover b {
	background-position: 100% 2px !important;
	}

.btn_inactive a.form_btn_sml.btn_next:hover b {
	background-position: 100% 2px !important;
	}

.page_navlinks .btn_inactive a.btn_next:hover b {
	background-position: 100% 3px !important;
	}

.page_navlinks .btn_inactive a.btn_prev:hover b {
	background-position: 0% 3px !important;
	}

#right
{	
position:absolute;
left:350px;
top:90px;
padding-bottom:100px;
}	
	