Body , div , table{
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
}
input , select, textarea{
	font-family: tahoma;
	font-size: 11px;
	height: 18px;
}
a{
	text-decoration: none;
	color: #6574DA;
}
a:hover{
	text-decoration: underline;
}
/*** Banner ********************************/
.BannerText{
	letter-spacing: 20px;
	color: #C1CFE0;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}
.BannerLanguage .space{
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 5px 0 5px;
}
.BannerLanguage{
	color: #68A4E9;
}
.BannerLanguage a{
	color: #FFFFFF;
	text-decoration: none;
}
.BannerLanguage a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/*** Footer ***********************************/
.Footer{
	text-align: center;
	color: #FFFFFF;
}

/*** Menu *************************************/
.MenuHeader{
	margin: 5px 0 5px 0;
	background: url('../images/Menu-Center.gif') repeat-x left top;
}
.MenuHeaderText{
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	padding-left: 10px;
}


.MainMenu{
	direction: ltr;
}
.MainMenu ul{
	margin:0;
	padding:0;
	list-style:none
}
.MainMenu li{
	background:url('../images/pointer.gif') no-repeat 11px left;
	line-height:20px;
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	cursor: pointer;
}

.iMOD2{
	background-color: #E9F0F5;
}

/*** TopNews *********************************/
.TopNews{
	direction: ltr;
}
.TopNews ul{
	margin:0;
	padding:0;
	list-style:none
}
.TopNews ul div{
	width: 100%;
	height: 100%;
}
.TopNews li{
	background:url('../images/sq.gif') no-repeat 7px left;
	line-height:20px;
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
	cursor: pointer;
	width: 100%;
	text-decoration: underline;
	font-weight: bold;
	color: #227BC0;
}
.TopNewsItem{
	background-color: #E1F0FF;
	border: 1px solid #FFFFFF;
}


/*** BestNews ********************************/
.BestNews{
	padding: 10px 25px 0 25px;
	direction: ltr;
}
.BestNewsTitle{
	color: #D94013;
	text-align: left;
	font-weight: bold;
}
.BestNewsSBody{
	text-align: justify;
}
.BestNewsTry{
	text-align: right;
}
.BestNewsTry a{
	text-decoration: none;
	color: #227BC0;
	font-weight: bold;
}
.BestNewsTry a:hover{
	text-decoration: underline;
}

/*** AJAX ************************************/
.AjaxRow{
	background-color: #B8DBF5;
}
.btn{
	background-color: #83AABE;
	margin: 5px 10px 0 0;
	border: 1px solid #000000;
	color: #1C3864;
}
.message_good{
	color: #669900;
	font-weight: bold;
}
.message_error{
	color: #FF0000;
	font-weight: bold;
}
.message_alert{
	color: #FF6600;
	font-weight: bold;
}

/**** Button Ajax **********************************/
.button{
	width: 100px;
	text-align: center;
	background: url('../images/button.gif') repeat-x top left;
	color:#FFFFFF;
	padding: 2px 4px 2px 4px;
	margin-left: 10px;
	margin-bottom: 3px;
	height: 20px;
	cursor: pointer;
	border-left: 1px solid #C0C0C2;
	border-top: 1px solid #C0C0C2;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.button_over{
	width: 100px;
	text-align: center;
	background: url('../images/button_over.gif') repeat-x top left;
	color:#FFFFFF;
	padding: 2px 4px 2px 4px;
	margin-left: 10px;
	margin-bottom: 3px;
	height: 20px;
	cursor: pointer;
	border-right: 1px solid #C0C0C2;
	border-bottom: 1px solid #C0C0C2;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.buttonSelect{
	background: url('../images/button_over.gif') repeat-x top left;
	border-right: 1px solid #C0C0C2;
	border-bottom: 1px solid #C0C0C2;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.buttonAjax{
	text-align: center;
	font-family: tahoma;
	font-size: 10px;
	margin: 2px 5px 2px 5px;
	padding: 0 3px 0 3px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #000000;
	width: inherit; 
}

/*** Tables ***************************************/
.TableTitle{
	height: 25px;
	background-color: #343F51;
	text-align: center;
	font-weight:bold;
	color: #FFFFFF;
}
.TableControl{
	text-align: left;
	padding: 0 5px 0 5px;
	direction: ltr;
}
.TableList{
	text-align: center;
}
.TableList td{
	border: 1px solid #CCCCD2;
}
.TableTopRow{
	background-color: #4E535F;
	color: #FFFFFF;
}

.TablePanelTitle{
	height: 25px;
	background-color: #343F51;
	text-align: center;
	font-weight:bold;
	color: #FFFFFF;
}

.TableForm td{
	padding: 2px;
	direction: ltr;
}
/*** Other ************************************/
.newsUsers{
	text-align: justify;
	font-size: 10px;
	padding: 0px 10px 5px 10px;
	direction: ltr;
}

.TopMessage{
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	direction: ltr;
}
.WelComeMessage{
	text-align: center;
	font-weight: bold;
	direction: ltr;
	font-size: 10px;
}