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

body {
	padding:0;
	margin:0;
	font-size:100.01%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#7f4099;
}

#wrapper img {
	border:0;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align:left;
/* border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff; */
}

#wrapper .accessibility {
	display:none;
}

#wrapper .clearboth {
	clear:both;
	font-size:1px;
	line-height:0;
}

#wrapper .clearboth hr {
	display:none;
}

#header h1 {
	margin:0;
	line-height:0;
	font-size:1px
}

#imagebar {
	font-size:1px;
	line-height:0;
}

#navigation {
	clear:both;
	background-color:#7f4099;
}

#navigation ul {
	list-style:none;
	padding:5px 20px 5px 20px;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	text-transform:uppercase;
}

#navigation ul li {
	display:inline;
	padding:0 0 0 75px;
	margin:0;
}

#navigation li a, #navigation li a:visited {
	color:#fff;
	text-decoration:none;
}

#navigation li a:hover {
	color:#ED0C8D;
}

#content {
	background:url(http://www.bes-asia.com/themes/bes-asia/images/template/wrapper-bg.jpg) repeat-y;
}

#maincontent {
	width:599px;
	padding:24px;
	float:right;
	color:#808285;
}

#maincontent h1 {
	margin-top:0;
	font-size:145%;
	font-weight:normal;
	color:#7f4099;
}

#maincontent h2 {
	font-size:115%;
	font-weight:normal;
	color:#7f4099;
}

#maincontent h3 {
	font-size:100%;
	font-weight:normal;
	color:#7f4099;
	margin-bottom:5px;
}

#maincontent p, #maincontent ul, #maincontent ol, #maincontent table {
	font-size:90%
}

#maincontent p {
	margin-top:0;
	font-size:90%;
	line-height:140%;
}

#leftcol {
	padding:24px 18px 24px 34px;
}

#leftcol p {
	color:#7f4099;
}

#maincontent ol li, #maincontent ul li {
	list-style:url(http://www.bes-asia.com/themes/bes-asia/images/template/bullet.gif);
}

#imagebar .mainimage {
	float:left;
	padding-right:24px;
}

#imagebar .thumb {
	float:left;
	padding:0 0 7px 24px;
}

#imagebar .thumbfirst {
	float:left;
	padding:0 0 7px 0;
}

#maincontent .submit_reg{
	background: url(http://www.bes-asia.com/themes/bes-asia/images/submit.gif) no-repeat;
	cursor:pointer;
	border-style:none;
	width:98px;
	height:30px;
}
#maincontent .red_text{
	color:#FF0000;
}

#maincontent .error_bg{
	background-color:#c6006f;
	color:#fff;
}

#maincontent table.results{
	border-collapse:collapse;
}
#maincontent table.results td, table.results th {
	padding:5px;
}
#maincontent table.results th{
	font-weight:bold;
}
#maincontent table.results td{
	border:1px solid #fff;
}

#maincontent .download img{
	border-style:none;
}

.login {
	padding:10px;
	font-size:80%;
}

.login a, .login a:visited {
	color: #CCC;
	text-decoration:none;
}


.tickercontainer { /* the outer div with the black border */
background: #EC108D; 
width: 960px; 
margin: 0; 
padding: 5px 0 5px 0;
overflow: hidden; 
}
ul.newsticker { /* that's your list */
position: relative;
left: 960px;
font: 16px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0 22px 0 0;
color: #fff;
}
ul.newsticker li span {
color: #F1AACB;
}
