@CHARSET "UTF-8";
body {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}
.langSite {
	position:absolute;
	visibility: hidden;
	top:24px;
	background:#fff;
	padding:2px 7px;
	border:1px dotted #828284;
}

#main {
	margin:0 auto;
	width:1000px;
	height:200px;
}
#pnl_left {
	float:left;
	width:230px;
}
	#pnl_left .invite {
		margin:15px 0px 20px 0px;
		padding-left:40px;
		width:150px;
	}
	#pnl_left .login {
		float:right;
		padding-right:5px;
		width:205px;
	}
	#frmLogin .input, #frmRemind2 .input {
		border:1px solid #ABADB3;
		width:173px;
		height:15px;
		font-size:11px;
	}
	#pnl_left .label_checkbox_remember_me {
		background:url(../images/dot_block.jpg) no-repeat left center;
		color:#0071BC;
		font-size:11px;
		padding-left:10px;
		text-decoration:underline;
		vertical-align:super;
	}

#menu {
	margin-left:20px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	font-size:11px;
}
#menu li {
	background-image:url(../images/menu_line.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:20px;
	padding-top:3px;
	width:175px;		
}
#pnl_center {
	float:left;
	width:531px;	
	padding-left:20px;
}
	#pnl_center .slogan {
		color:#000;
		line-height:1.2em;
		font-size:14px;
		float:left;
		display:block;
		padding-bottom:20px;
		padding-top:13px;
		text-decoration:none;
		width:470px;
	}
#pnl_right {
	float:left;
	width:210px;
}

.lang_item {
	height:42px;
	overflow:hidden;
	margin-bottom:2px;
	display:block;
}
		.lang_item .col1{
			float:left;
			width:120px;
			background:#efefef;
			padding:4px 0px 5px 10px;
			border-right:2px solid #ffffff;
			height:35px;
		}
		.lang_item .col2{
			float:left;
			width:126px;
			background:#efefef;
			padding:2px 0px 3px 3px;
			border-right:2px solid #ffffff;
		}
		.lang_item .col4{
			float:left;
			background:#efefef;
			padding:15px 0px 0px 15px;
			height:29px;
			width:80px;
		}
		
#footer {
		height:36px;
		padding-top:44px;
		padding-left:40px;
}

.tr_head {
	background:url(../images/bg_user_list.jpg) repeat-x;
	height:32px;
}

.filter_row {
	
}

.filter_langs_checkboxs {
	margin-left : 50px;	
}

.filter_row .filter_row_caption {
	width : 65px;
}

.filter_courses_group {
	margin-left : 65px;
}

	.filter_courses_group .filter_row_caption {
		font-weight : normal !important;
		float: left;
		line-height: 150%;
		width : 100px;
		text-align : right;
	}
	
