@charset "utf-8";

/*Reset All */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left; 
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* End of Css Reset */



body {
	margin: 0 auto;
	width: 987px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #80807f;
}
#nav-top-en{
	margin: 10px 0px 0px 25px;
	width: 450px;
	float:left;
	display: block;
}
#nav-top-en li{
	float:left;
	padding-right: 8px;
}
#nav-top-en li a, #nav-top-en li a:visited, #nav-top-en li a:active, #nav-top-en li a:link{
	text-decoration: none;
}
#nav-top-en li a:hover{
	text-decoration: underline;
}
#nav-top-ar{
	margin: 10px 25px 0px 0px;
	width: 450px;
	float:right;
	display:block;
}
#nav-top-ar li{
	float:right;
	padding-right: 8px;
}
#nav-top-ar li a, #nav-top-ar li a:visited, #nav-top-ar li a:active, #nav-top-ar li a:link{
	text-decoration: none;
}
#nav-top-ar li a:hover{
	text-decoration: underline;
}
#logo{
	width: 987px;
	float:left;
	margin: 0 auto;
	clear:both;
	text-align: center;
	display:block;
}
#shadow-mid-top{
	float:left;
	width: 987px;
	height: 13px;
	margin-top: 25px;
	background-image:url(../images/shadow-mid-top.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#mid{
	float: left;
	width: 987px;
	height:302px;
	background-image:url(../images/mid-bg.gif);
	background-repeat: repeat-x;
}
#shadow-mid-bottom{
	float:left;
	width: 987px;
	height: 16px;
	background-image:url(../images/shadow-mid-bottom.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#mid ul{
	margin: 0 25px;
}
#mid ul li.selected{
	width: 180px;
	height: 302px;
	float: left;
	margin-right: 9px;
	background-color:#89221a;
}
#mid ul li{
	width: 180px;
	height: 302px;
	float: left;
	margin-right: 9px;
}
/*
#mid ul li:hover{
	cursor: pointer;
}
*/

#mid img:hover{
	cursor: pointer;
}

#mid ul .last{
	margin-right: 0px;
}
#mid ul li.selectedlast{
	width: 180px;
	height: 302px;
	float: left;
	background-color:#89221a;
	margin-right: 0px;
}
#mid .date-ar{
	color: #40403b;
	height: 21px;
	width: 169px;
	padding-top: 8px;
	text-align: center;
	margin: 0 auto;
}
#mid .selected .date-ar, #mid .selectedlast .date-ar{
	color:#FFFFFF;
	height: 21px;
	width: 169px;
	padding-top: 8px;
	text-align: center;
	margin: 0 auto;
}
#mid .date-en{
	color: #32322d;
	height: 21px;
	width: 169px;
	margin: 8px auto 0px auto;
	text-align: center;
}
#mid .selected .date-en, #mid .selectedlast .date-en{
	color:#FFFFFF;
	height: 21px;
	width: 169px;
	margin: 8px auto 0px auto;
	text-align: center;
}
#mid ul li .mid-box{
	margin: 0 auto;
	width: 169px;
	height: 242px;
	border: solid 1px #FFFFFF;
	background-color:#383832;
}

#mid ul li.selected .mid-box{
	margin: 0 auto;
	width: 169px;
	height: 242px;
	border: none;
	background-color:#383832;
	border: solid 1px #ffffff;	
}

#mid ul li.selectedlast .mid-box{
	margin: 0 auto;
	width: 169px;
	height: 242px;
	border: none;
	background-color:#383832;
	border: solid 1px #ffffff;	
}


#mid .mid-box .title-ar{
	font-size: 13px;
	background-image:url(../images/title-ar-bg.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	width: 169px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	display: block;
	clear:both;
	padding-top: 16px;
	line-height: 14px;
}
#mid .mid-box .title-en{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background-image:url(../images/title-en-bg.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	width: 169px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	display: block;
	clear:both;
	padding-top: 11px;
	line-height: 14px;
}

#mid .mid-box .picture{
	height: 150px;
	width: 170px;
	display: block;
	clear:both;
}

#left-content{
	font-size: 16px;
	width: 430px;
	float:left;
	margin: 32px 0 0 25px;
	line-height: 20px;
}
#right-content{
	width: 450px;
	float:right;
	margin: 32px 30px 0 0;
	text-align: right;
}
#footer{
	clear:both;
	float:left;
	width: 987px;
	margin: 0 auto;
	height: 216px;
	background-color: #f5f5f4;
	border-top: solid 1px #e3e3e3;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 10px;
}
#footer #left{
	float: left;
	width: 450px;
	margin-left: 25px;
}
#footer #right{
	float:right;
	width: 450px;
	text-align:right;
	margin-right: 30px;
}
#sponsors{
	width: 987px;
	float:left;
	margin: 0 auto;
	clear:both;
	text-align: center;
	display:block;
	margin-top: 27px;
}
.heading-red{
	color: #89221a;
	font-size: 1.2em;
	margin-bottom: 5px;
}
a, a:active, a:link, a:visited{
	color: #80807f;
	text-decoration: underline;
}
a:hover{
	color: #80807f;
	text-decoration: none;
}
#flashcontent {
		border:none;
		width: 447px;
		height: 220px;
}
	.inputTxt {
	height: 20px;
	width: 165px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	background: transparent;
	color: #FFFFFF;
}
