@charset "utf-8";
/* CSS Document */

body {
	background:#FFF url(images/bg.jpg) repeat-x bottom;
	margin: 0px;
}
td img {display: block;}
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
table { 
	color:#103875;
}

a:link {
	color: #B70000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
}

.headerBar, .footerBar {
	background:#0E3570;
	color:#FFF;
}
.headerBar {
	padding-right:10px;
}

.footerBar {
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;
}
.footerBar a:link {
	color: #00CCFF;
	text-decoration: none;
}
.footerBar a:visited {
	text-decoration: none;
	color:#0099FF;
}
.footerBar a:hover {
	text-decoration: none;
	color:#00FFFF
}
.footerBar a:active {
	text-decoration: none;
}


.midBar {
	background:url(images/ema_r3_c2.jpg) repeat-x left;
}
.leftBar {
	background:url(images/ema_r1_c1.png) repeat-y right;
}
.rightBar {
	background:url(images/ema_r1_c3.png) repeat-y left;
}

.menu {
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
}
#m1, #m2, #m3, #m4, #m5, #m6, #m7, #m8, #m9 {
	color:#0C3370;
	background-color:;
}
#ms1, #ms2, #ms3, #ms4, #ms5, #ms6, #ms7, #ms8, #ms9 {
	color:#FFF;
	background-color:#092755;
}

.mainPane {
	background:#FFF url(images/ema_r4_c2.jpg) repeat-y left;
}
.contentPane {
	padding:10px;
}
.loginPane {
	color:#FFF;
}
.loginField {
	color:#0C3370;
	font-size:9px;
	height:12px;
	width:120px;
}
.loginButton {
	color:#fff;
	font-size:11px;
	padding-bottom:3px;
	*padding-bottom:0px;
	cursor:pointer;
	height:22px; width:60px;
	background-color:#333;
	/*border:#fff thin solid;*/
	border:#FFFFFF solid 1px;
	font-weight:bold;
}
.formButton {
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	background-color:#333;
	border:#0C3370 thin solid;
}
.formField {
	color:#0C3370;
	/*border:#0C3370 thin solid;*/
	border:#0C3370 solid 1px;
	background-color:#EAFAFF;
}

.listbox {
	width:140px;
	font-size: 12px;
	color: #000;
}
.listbox2 {
	width:75px;
	padding:0px;
	margin:0px;
	font-size: 12px;
	color: #000;
}
.title {
	font-size:20px;
	font-weight:bold;
}
.largeText {
	font-size: 30px;
	font-weight: bold;
}

/*************** Our styles ***************************/

.loginPane a {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:12px;
}

.loginPane a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

/* Reward Category listing */

/*.sideNav {
	width:150px;
	float:left;
	padding:23px 0 0;
}*/
.sideNav ul {
	list-style:none;
	padding:0px;
}
.sideNav li {
	line-height:12px;
	list-style:none;
	
	padding: 0px 0px 20px 10px;
	color:#993333;
	background: url(images/iconNav01.gif) no-repeat 0px 3px;
}
.sideNav a {
	display:block;
	text-decoration: none;
}
.sideNav li {
	/*float:left;*/
}

.m1 {
	/*width:130px;
	font-size: 75%;
	color: #979797;
	font-weight: bold;
	padding: 8px 0px 8px 20px;*/
	padding: 0px 0px 20px 0px;
	color:#993333;
	background: url(images/iconNav01.gif) no-repeat 5px 10px;
}

.price-title
 {
	 background-color:#0e3570;
	 color:#FFFFFF;
	 font-size:12px;
	 padding:0px 0px 0xp 5px;
	 
 }