/* CSS Document */
body, td, th, p, h1, h2, h3, h4{
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;	color:#686868;
}
body{
	background: #e4e4e4 url(images/page_bg.jpg) left top repeat-x;
}
body, form, ul, ol, p, h1, h2, h3, h4{
	margin:0px; padding:0px;
}

#global_container{
	width:940px; margin:0px auto; 
}
.breaker{
	clear:both; height:1px; overflow:hidden;
}
a{
	font-size:11px; color:#686868; outline:none; text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
img {
	border:0px;
}

/* header styles */
#header {
	background: url(images/container_bg.png) no-repeat 0 0;
}
#header_en{
	width:940px; margin:0px auto;
	position:relative; height:122px; 
	background:url(images/header_bg_en.png) left top no-repeat; 
}
#header_ru{
	width:940px; margin:0px auto;
	position:relative; height:122px; 
	background:url(images/header_bg_en.png) left top no-repeat;  
}
#header_en h1, #header_ru h1{
	position:absolute; left:16px; top:28px; width:220px; height:40px; 
}
#header_en h1 span, #header_ru h1 span{
	display:none;
}
#banner_container{
	position:absolute; top:7px; right:50px; width:300px; height:80px; 
	background-color:#95a7cb;
}

#header_left{
	position:absolute; left:-90px; top:5px; width:90px; height:199px; 
	background:url(images/top_header_bg.png) left top no-repeat; 
}
#header_bottom{
	position:absolute; left:0px; bottom:0px; width:940px; height:29px; 
	background: url(images/top_menu_bg.jpg) left top no-repeat;
	z-index: 10000; 
}


#top_menu_container{
	position:absolute; left:204px; top:0;
	width:552px; height:24px;
}
#top_menu_container ul{
	position:relative;
	list-style:none; 
}
#top_menu_container ul li{
	position:relative;
	float:left; width:134px; margin-right:4px;
	background:url(images/menu_item.gif) left 0px no-repeat;
	line-height:24px; text-align:center; color:#fff; font-weight:bold; font-size:10px;
	cursor:pointer;
}
#top_menu_container ul li ul{
	position:relative;
	display:none; width:132px; 
	border-left:1px solid #c5c5c5; border-right:1px solid #c5c5c5; 
	background:#fff url(images/submenu_bg.gif) left bottom repeat-x;
}
#top_menu_container ul li ul li{
	position:relative;
	float:none; width:132px; margin:0px; 
	border-bottom:1px solid #c5c5c5; background:none;
	color:#686868; font-weight:normal; text-align:left;
}
#top_menu_container ul li ul li a{
	display:block; height:24px; margin:0px 2px;
	font-size:10px; text-decoration:none; 
}
#top_menu_container ul li ul li a:hover{
	text-decoration:underline;
}
#top_menu_container ul li.active{
	background-position:left -24px;
}
#top_menu_container ul li.active ul{
	display:block; 
}

#top_menu_container ul li ul li ul {
	position:absolute; top:-1px; left:132px;
	border-top:1px solid #c5c5c5; 
}
#top_menu_container ul li.active ul li ul {
	display:none;
}

#top_menu_container ul li ul li.active ul {
	display:block;
}



#top_lang_container{
	position:absolute; top:0px; right:20px; 
	width:78px; height:16px; 
}
#top_lang_container ul{
	list-style:none; 
}
#top_lang_container ul li{
	float:left; width:38px; height:16px; margin-right:1px;
	background:url(images/lang_item.gif) left 0px no-repeat;
	line-height:14px; text-align:center; 
	cursor:pointer; 
}
#top_lang_container ul li.active{
	background-position:left -16px;
}
#top_lang_container ul li a{
	display:block;
	color:#fff; font-weight:bold; font-size:9px; text-decoration:none;
}


/* left column styles */
#left_column{
	float:left; width:200px; margin-right:10px;
}
#search_box{
	height:42px; margin-bottom:10px; padding-top:10px;
	border:1px solid #e9e9e9; background:#fff;
}
#subscribe_box{
	margin-bottom:10px; padding:5px 0px;
	border:1px solid #e9e9e9; background:#fff;
}
#announcement_box{
	margin-bottom:10px;
}
#announcement_box h2{
	height:22px; padding:0px 20px;
	border:1px solid #00236f; background:#2c529d;
	line-height:22px; font-size:11px; color:#fff; 
}
#announcement_box h2 a{
	color: #fff;
}
#announcement_box .box_content{
	padding:5px 5px 130px 5px;
	border:1px solid #e9e9e9; border-top:0px; background:#fff url(images/left_announcement_bg.jpg) left bottom no-repeat;
}
#announcement_box .box_content .announcement{
	margin-bottom:25px;
}
#announcement_box .box_content .announcement h4{
	margin-bottom:5px;
}
#announcement_box .box_content .announcement a{
	display:block; 
	text-align:right; color:#ff8b00; text-decoration:underline;
}


#photopage_box{
	margin-bottom:10px;
}
#photopage_box h2{
	height:22px; padding:0px 20px;
	border:1px solid #00236f; background:#2c529d;
	line-height:22px; font-size:11px; color:#fff; 
}
#photopage_box h2 a{
	color: #fff;
}
#photopage_box .box_content{
	padding:9px; 
	border:1px solid #e9e9e9; border-top:0px; background-color:#fff;
}
#photopage_box .photopage_slideshow_box{
	position: relative;
	width:180px; height:180px;
	overflow:hidden;
}
#photopage_box .image_box_caption{
	position:absolute; left:0; bottom:0;
	width:180px; height:32px; 
	background-color:#000;
	z-index:0;
}
#photopage_box .image_box_caption_title{
	display:block;
	position:absolute; left:0; bottom:0px;
	width:180px; height:32px; 
	text-align:center; line-height:14px; font-size:10px; color:#fff;
	z-index:1; 
}


/* middle column styles */
#middle_column{
	float:left; width:500px; margin-right:10px;
}


#mission_box{
	margin-bottom:10px;
}
#mission_box h2{
	height:22px; padding:0px 20px;
	border:1px solid #00236f; background:#2c529d;
	line-height:22px; font-size:11px; color:#fff; 
}
#mission_box .box_content{
	padding:5px;
	border:1px solid #e9e9e9; border-top:0px; 
}
#mission_box .box_content a{
	display:block; margin-top:10px;
	text-align:right; color:#ff8b00; text-decoration:underline;
}


/* students eye styles */
#students_eye_box{
	margin-bottom:10px;
}
#students_eye_box h2{
	height:22px; padding:0px 20px;
	border:1px solid #00236f; background:#2c529d;
	line-height:22px; font-size:11px; color:#fff; 
}
#students_eye_box h2 a{
	color:#fff;
}
#students_eye_box .box_content{
	padding:5px;
	border:1px solid #e9e9e9; border-top:0px; 
}
#students_eye_box .box_content .article{
	margin-bottom:20px;
}
#students_eye_box .box_content .article h4{
	margin-bottom:5px;
}
#students_eye_box .box_content .article p{
	margin-bottom:5px;
}
#students_eye_box .box_content .article a{
	display:block; 
	text-align:right; color:#ff8b00; text-decoration:underline;
}


/* videos box styles */
#vides_box {
	margin-bottom: 10px;
}
#vides_box h2{
	height:22px; padding:0px 20px;
	border:1px solid #00236f; background:#2c529d;
	line-height:22px; font-size:11px; color:#fff; 
}
#vides_box h2 a{
	color:#fff;
}
#vides_box .box_content{
	padding:5px;
	border:1px solid #e9e9e9; border-top:0px; 
}
#vides_box .video_box_video {
	
}
#vides_box .box_content .article{
	margin-bottom:20px;
}
#vides_box .box_content .article h4{
	margin-bottom:5px;
}
#vides_box .box_content .article p{
	margin-bottom:5px;
}
#vides_box .box_content .article a{
	display:block; 
	text-align:right; color:#ff8b00; text-decoration:underline;
}


#latest_news_box{
	margin-bottom:10px;
}
#latest_news_box h2{
	height:22px; padding:0px 20px;
	border:1px solid #00236f; background:#2c529d;
	line-height:22px; font-size:11px; color:#fff; 
}
#latest_news_box h2 a{
	color:#fff;
}
#latest_news_box .box_content{
	padding:5px;
	border:1px solid #e9e9e9; border-top:0px; 
}
#latest_news_box .box_content .article{
	margin-bottom:20px;
}
#latest_news_box .box_content .article h4{
	margin-bottom:5px;
}
#latest_news_box .box_content .article p{
	margin-bottom:5px;
}
#latest_news_box .box_content .article a{
	display:block; 
	text-align:right; color:#ff8b00; text-decoration:underline;
}



/* content styles */
#content{
	padding:10px;
	background:#fff url(images/content_bg.jpg) left top no-repeat;
}
#content .content_box_header{
	height:22px; padding:0px 20px;
	border:1px solid #00236f; background-color:#2c529d;
	line-height:22px; font-size:11px; color:#fff; font-weight:bold;
}
.content_box_header_link{
	color:#fff; 
}
#content .content_box{
	padding:12px; margin-bottom:10px;
	border:1px solid #e9e9e9; background-color:#fff;
}
#content .content_box p{
	margin-bottom: 10px;
}
#content .content_box ul, #content .content_box ol{
	margin-bottom: 10px;
	padding-left: 25px;
}
#content .content_box a {
	text-decoration:underline;
}
.content_box a.more{
	display:block; 
	text-align:right; color:#ff8b00; text-decoration:underline;
}
.content_box .topic{
	margin-bottom:50px;
}

.content_box .topic_left{
	float:left; width:229px; height:245px; 
	margin:-12px 0 10px -12px;
	padding:0 10px 0 9px;
	border-bottom:1px solid #e9e9e9; border-right:1px solid #e9e9e9;
	background:#fff url(images/spotlight_box_bg.gif) bottom left repeat-x;
	overflow:hidden;
}
.content_box .topic_right{
	float:right; width:229px; height:245px; 
	margin:-12px -12px 10px 0;
	padding:0 9px 0 10px;
	border-bottom:1px solid #e9e9e9; border-left:1px solid #ffffff;
	background:#fff url(images/spotlight_box_bg.gif) bottom left repeat-x;
	overflow:hidden;
}

.content_box .topic_title{
	margin:5px 0px;
	font-weight:bold; color:#686868;
}
.content_box .topic_title span{
	font-weight:normal; font-size:11px;
}
.content_box .topic_author{
	padding-top:10px;
	font-size:9px; 
}
.content_box .topic_date{
	padding-bottom:10px;
	font-size:9px; 
}
.content_box .topic_actions{
	margin-bottom:20px;
}
.content_box .topic_email{
	float:left; margin-right:10px; margin-bottom:5px;
	line-height:16px; font-size:11px; color:#686868;
	cursor:pointer;
}
.content_box .topic_print{
	float:left; margin-right:10px; margin-bottom:5px;
	line-height:16px; font-size:11px; color:#686868; 
	cursor:pointer;
}
.content_box .addthis_button{
	float:right; padding-left:20px; margin-bottom:5px;
	line-height:16px; font-size:11px; color:#686868; 
	cursor:pointer;
}
.content_box .topic_publisher{
	height:20px; margin-top:30px;
	font-size:10px; font-style:italic;
}
.content_box .topic_photo_box{
	margin:10px auto 0px auto; padding:5px; 
	background-color:#e4e4e4; 
}
.content_box .topic_photo_author{
	display:block; height:20px; margin-bottom:10px;
	text-align:right; font-size:10px; line-height:20px;
}
.content_box .topic_photo_caption{
	display:block; height:20px; margin-bottom:10px;
	text-align:center; font-size:10px; line-height:20px;
}
.topic p a {
	text-decoration:underline;
}
.slideshow_controls{
	text-align:center; margin-bottom:15px;	
}



.sub_category {
	float:left; margin-right:20px; 
}
.sub_category a {
	text-decoration:underline;
}
.sub_category_active {
	float:left; margin-right:20px; 
}
.sub_category_active a {
	text-decoration:underline; color:#ff8b00; 
}



/* right column styles */
#right_column{
	float:left; width:200px; 
}
.jointeam_box{
	padding:5px 0px; margin-bottom:10px;
	border:1px solid #e9e9e9; background:#fff;
}
.jointeam_box a{
	display:block; width:150px; height:22px; margin:5px auto;
	background:url(images/jointeam_btn_bg.gif) left top no-repeat;
	text-align:center; font-weight:bold; font-size:11px; color:#fff; line-height:22px; text-decoration:none;
}

.networks_box {
	margin-bottom:10px;
}
.networks_box h2 {
	height:22px; padding:0px 20px;
	border:1px solid #00236f; background:#2c529d;
	line-height:22px; font-size:11px; color:#fff; 
}
.networks_box .box_content {
	padding:15px 0px; 
	border:1px solid #e9e9e9; background:#fff;
	text-align:center;
}
.networks_box a { outline:none; }
.networks_box img {
	margin:0 12px; position:relative;
}
.network_tip {
	position:absolute;
	width:114px; height:48px; padding-top:12px;
	background:url(images/network_tip_bg.gif) left top no-repeat;
	text-align:center;
}

#contacts_box{
	padding:15px; margin-bottom:10px;
	border:1px solid #e9e9e9; background:#fff;
	text-align:center;
}
#current_proj_box{
	margin-bottom:10px;
}
#current_proj_box h2{
	height:22px; padding:0px 20px;
	border:1px solid #00236f; background:#2c529d;
	line-height:22px; font-size:11px; color:#fff; 
}
#current_proj_box h2 a{
	color:#fff;
}
#current_proj_box .box_content{
	padding:5px;
	border:1px solid #e9e9e9; border-top:0px; 
}
#current_proj_box .box_content .project{
	margin-bottom:25px;
}
#current_proj_box .box_content .project h4{
	margin-bottom:5px;
}
#current_proj_box .box_content .project a{
	display:block; 
	text-align:right; color:#ff8b00; text-decoration:underline;
}



/* footer styles */
#footer{}
#footer_top{
	height:20px; 
	background:#fff;
	line-height:20px; text-align:center;
}
#footer_bottom{
	padding:5px 20px;
	background:#294d95; border:1px solid #00236f;
	line-height:16px; text-align:right; color:#e3e3e3;
}

#footer_bottom2{
	width:940px; height:50px; margin-bottom:10px;
}
#studio_logo{
	float:left; width:100px; height:50px; 
	background:url(images/cr_studio_logo.gif) left bottom no-repeat;
}
#counters {
	float:left; width:210px; height:50px;
	overflow:hidden;
}
#material_permissions{
	float:left; width:630px; height:50px; padding-top:20px;
}



.activeMember{
	margin:5px 0px; 
	background-color:#fff; border:1px solid #c0c0c0; 
}
.activeMember h4 { 
	height:32px; padding:0px 10px;
	background:#2c529d url(images/members_collaps_arrow.gif) 450px center no-repeat; 
	color:#fff; line-height:32px;
	cursor:pointer; 
}
.activeMember p { 
	padding:15px; 
	line-height:18px; 
}

.inactiveMember{ 
	margin-top:-1px; 
	border-bottom:1px solid #e9e9e9; border-top:1px solid #e9e9e9; 
}
.inactiveMember h4 { 
	height:32px; padding:0px 10px;
	background:#fff url(images/members_expand_arrow.gif) 450px center no-repeat; 
	line-height:32px;
	cursor:pointer; 
}




/* pagination styles */
.pagination {
	padding:5px 0px; 
	text-align:center; 
}
.pagination .active {
	color:#ff8b00; font-weight:bold; font-size:12px;
}
.pagination a {
	font-size:12px; 
}


/* Media news regions */
.news_sections_box {
	position: relative;
}
.regions {
	display:block; float:right;
}
.regions a {
	color:#fff; margin:0 5px;
}
.regions a.active_region {
	text-decoration:underline; font-weight:bold;
}

.archive_news_link {
	margin: 3px 0 15px 0;
	text-align: right; 
}
.archive_news_link a {
	display: inline-block;
	height: 16px; line-height: 16px; text-indent: 20px; font-weight: bold;
	background: url(images/calendar.gif) left center no-repeat;
}
.archive_news_box {
	display: none; 
	padding:5px 10px; margin: 5px 0 10px 0;
	border:1px solid #ccc; background:#fff url(images/spotlight_box_bg.gif) repeat-x scroll left bottom; /*background-color:#2c529d;*/
	line-height:22px; font-size:11px; color:#686868; font-weight:bold; text-align: right; 
}
.archive_news_box select {
	font-size: 11px;
}
.archive_news_box input {
	font-size: 11px; border:1px solid #00236f; background-color: #2a5099;
	color: #fff; cursor: pointer; font-weight: bold;
}
.archive_news_not_found {
	margin-bottom: 10px;
	text-align: center;
}


#contact_form {
}
#contact_form h2{
	height:22px; padding:0px 20px;
	border-bottom:1px solid #00236f; background:#2c529d;
	line-height:22px; font-size:11px; color:#fff; font-weight:normal;
}
#contact_form {
	padding:0 15px;	margin:15px 0;
}
#contact_form div.contact_title{
	float:left; font-weight:bold; margin-right:10px; width:70px; line-height:22px;
}
#contact_form div.contact_body{
	float:left; line-height:22px; width:338px;
}


/* spotlight styles */
.spotlight_box {
	margin-bottom:10px;
}
.spotlight_box .content_box {
	background:#fff url(images/spotlight_box_bg.gif) bottom left repeat-x;
}
.spotlight_box .topic_photo_box {
		margin-bottom:10px;
}


/* comments */
.comments h2 {
	padding:5px; background-color:#f2f2f2;
}
.comments ul {
	margin:0px 0; padding:0; list-style:none;
}
.comments ul li {
	padding:10px 0;
	border-bottom:1px solid #ddd;
}
.comments ul h3 {
	margin-bottom:10px;
}
.comments ul h3 span {
	font-weight:normal;
}
.post_comment {
	margin-top:30px;
}
.post_comment label {
	font-weight:bold;
}

.students_article_footer {
	margin-top: 8px;
}
.students_article_footer a.more {
	float: right;
}
.students_article_footer a.comments_count {
	float: left; 
	text-align: right; text-decoration: underline; color: #999; font-size: 9px;
}

/* banners */
.banners .banner {
	margin-bottom: 10px;
	text-align: center;
}
}