/* +++++++++++++++++++++++++++++ Emex +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	color: #000000;
	background-color:White;
	font-family: 'arial', 'helvetica', sans-serif;
	font-size: 100%;
	text-align: center;
}

table {
	font-size: 1em;
}

td {
	font-family: 'arial', 'helvetica', sans-serif;
	font-size: 1em;
}

a {
	color: #0884c2;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #0884c2;
	background-color: inherit;
	text-decoration: none;
}

img {
	border: none;
}

ul, ul li {
	list-style: none outside;
}

ol {
	list-style: decimal outside;
	margin-left: 2.5em;
}

ol li {
	padding: 0.5em 0em 0.5em;
	list-style: decimal outside;
}

p {
	padding: 0.5em 0em 0.5em;
	line-height: 1.5em;
}

.list_content {
	padding: 0.5em 0em;
}

fieldset {
	border: none;
}

input, textarea {
	font-family: 'arial', 'helvetica', sans-serif;
	padding: 1px 0px;
	font-size: 11px;
	}

select {
	font-family: 'arial', 'helvetica', sans-serif;
	font-size: 11px;
}

button {
	border: 0px;
	font-family: 'arial', 'helvetica', sans-serif;
	font-size: 13px;
	text-align: center;
}

acronym {
	text-transform: uppercase;
	}
	
.hidethis {
	display: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}

.footnote {
	color: #888888;
	background-color: inherit;
	}

	

/* Box Title */

.page_box_title {
	overflow: hidden;
	display: block;
	color: #fff;
	background: #0882c0 url('../images/title_bg_right_white.gif') no-repeat scroll 100% 0%;
	}
		
.page_box_title h1 {
	display: inline-block;
	padding: 0px 10px;
	background: url('../images/title_bg_left_white.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;
	}

		
/* ++++++++++++++++++++ Page Header ++++++++++++++++++++ */

#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 ++++++++++++++++++++ */	

#page_login {
	overflow: hidden;
	width: auto;
	padding-right: 20px;
	height: 33px;
	color: #fff;
	background-color: #0775af;
	font-size: 11px;
	}
	
#page_login h3 {
	float: right;
	position: relative;
	left: -90px;
	top: 0.7em;
	font-size: 1em;
	font-weight: normal;
	}

#page_login li {
	clear: both;
	}
	
#page_login a.btn_logout {
	position: relative;
	top: -0.7em;
	left: 3px;
	margin-left: -5px;
	display: block;
	float: right;
	overflow: hidden;
	width: 57px;
	height: 23px;
	color: #000;
	background: url('../images/btn_logout.gif') no-repeat scroll 100% 0%;
	outline: none;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	}
	
#page_login a.btn_logout:hover {
	background-position: 100% 100%;
	}

#page_login a.btn_logout span {
	display: block;
	width: 57px;
	height: 20px;
	font-size: 9px;
	line-height: 17px;
	}

*:first-child+html #page_login a.btn_logout span {
	line-height: 20px;
	}

* html #page_login a.btn_logout span {
	line-height: 20px;
	}

html[xmlns*=""] #page_login a.btn_logout span {
	line-height: 20px;
	}
	
#page_login a.btn_logout:hover span {
	line-height: 18px;
	background-image: none;
	background-color: transparent;
	cursor: pointer;
	}

*:first-child+html #page_login a.btn_logout:hover span {
	line-height: 21px;
	}

* html #page_login a.btn_logout:hover span {
	line-height: 21px;
	}

html[xmlns*=""] #page_login a.btn_logout:hover span {
	line-height: 22px;
	}



	
	
/* ++++++++++++++++++++ Buttons ++++++++++++++++++++ */

a.form_button 
{
	margin: 0px;
	margin-top: 10px;
	float: left;
	height: 28px;
	background: url('../images/btn_bg_left.gif') no-repeat scroll 0% 0%;
	color: #000;
	background-color: inherit;
	font-size: 11px;
	line-height: 22px;
	text-decoration: none;
	}
	
a.form_button span {
	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.form_button span b {
	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.form_button span b {
	margin-left: -3px;
	}
	
	
a.form_button:hover {
	float: left;
	height: 28px;
	color: #000;
	background-color: inherit;
	background-position: 0% 100%;
	}
	
a.form_button:hover span {
	padding: 0px;
	background-position: 100% 100%;
	line-height: 24px;
	}

a.form_button:hover span b {
	background-position: 0% 4px;
	}


/* Small Button */
	
a.form_btn_sml {
	margin: 10px 2px 0px;
	float: left;
	height: 25px;
	background: url('../images/btn_sml_left.gif') no-repeat scroll 0% 0%;
	color: #000;
	background-color: inherit;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	}
	
a.form_btn_sml span {
	display: block;
	float: left;
	padding: 0px 10px 0px 11px;
	height: 25px;
	background: url('../images/btn_sml_right.gif') no-repeat scroll 100% 0%;
	text-align: center;
	cursor: pointer;
	}
	
a.form_btn_sml span b {
	display: block;
	float: left;
	margin-left: -6px;
	padding-left: 22px;
	height: 25px;
	font-weight: normal;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 2px;
	text-transform: lowercase;
	cursor: pointer;
	}

* html a.form_btn_sml span b {
	margin-left: -3px;
	}
	
a.form_btn_sml:hover {
	float: left;
	height: 25px;
	color: #000;
	background-color: inherit;
	background-position: 0% 100%;
	}
	
a.form_btn_sml:hover span {
	background-position: 100% 100%;
	line-height: 22px;
	}
	
a.form_btn_sml:hover span b {
	background-position: 0px 3px;
	}





#page_maincol 
{
	display:block;
	float:left;	
	padding-top: 15px;
	padding-left: 8px;
	background-color: #f1efe4;
}

#page_leftcol {
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 15px !important;
	background-color: #f1efe4;
	}



/* ++++++++++++++++++++ Logged in user ++++++++++++++++++++ */

#page_login h3 
{
	color: White;
}

/* ++++++++++++++++++++ Login page ++++++++++++++++++++ */

#login_page
{
	padding-top: 65px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.7em;
	background-image:none;
}

#login_page .page_box_title h1 span
{
	color: White;
}

#login_page .page_box_title
{
	width: 320px;
	height: 28px;
	background-color:White !important;
}



#login_page .page_box_body
{
	text-align: center !important;
	width: 320px;
	height: 130px;
	padding: 0px 0px 32px 0px !important;
	background: #fff url('../images/box_bg_bot.gif') repeat-x 0% 100%;
}

.RedText
{
 color: Red;
}