/* ---------- start basic template webpage ---------- */
html{
	background-color:#F1F1F1;
}
body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:78%;
	font-weight:normal;
}
textarea {
	white-space: pre-wrap !important;
}
h1 {font-weight:bold; font-size:21; color:#00A0EA}
h2 {font-weight:bold; font-size:17; color:#00A0EA}
h3 {font-weight:bold; font-size:15; color:#00A0EA}
h4 {font-weight:bold; font-size:13; color:#00A0EA}
img {border:0;}
form {margin:0; padding:0;}

#full_content_header {
    background-color:#000000;
    width: 100%;
}

#template_webpage {
	margin:0 auto; /* center, not in IE5 */
	padding: 0;
	width:1000px; /* width of page */
}

#template_header {
	position: relative;
	width: 100%;
}

#template_header_line {background-color:#000000;margin: auto;width: 1000px;}
#template_menu_top { float:left; margin:0 0 0 10px; }
#template_search { float:right; margin:0 16px 0 0; }
#template_picker1 { position: absolute; right: 0; top: 145px; }
#template_picker_space { clear:both; height:30px;}
#template_menu_main { background-color:#2B2F3A;}

#template_main {
	position: relative; /* This fixes the IE7 overflow hidden bug */
	width: 100%; /* width of whole page */
	background-color:#FFFFFF;
}

#template_left_position{
	float: left;
	width: 220px;
	padding: 14px 8px 0 16px;
}

#template_right_position{
	float: right;
	width: 756px;
	height: 100%;
}

#template_right_position .quick_links_area{
	float:right; 
	margin-top:16px;
	margin-right:16px; 
	width:160px; 
}

#template_right_position .quick_links_area p{ /* for banners without quicklinks */
	margin:0 0 16px 0;
	padding:0;
}

#template_right_position .quick_links_area img{ max-width:160px; }

#full_content_sitemap{
    	background-color:#363636;
        width: 100%;
}

#footer_container{
	background-color:#363636;
	width: 968px; /* 1000 - padding */
	margin: 0 auto;
	padding:16px 16px 0 16px;
	position: relative;
}

#template_firstpage_left{
	display:table-cell;
	width: 744px;
	vertical-align:top;
	*float:left; /* for dumb browsers like IE7 and below */
}

#template_firstpage_right{
	display:table-cell;
	width: 224px;
	vertical-align:top;
	background-color:#EBEBEB;
	padding:8px;

	/* for dumb browsers like IE7 and below */
	*float:right;
	*margin-right:16px;
	*margin-top:8px;
}

#template_firstpage_right img{ max-width:224px;}

.float_left { float:left; }
.clear_both { clear:both; }
.hide_desktop {display: none;}

.full_screen {
    padding-bottom: 20px;
}

.display_table {
    display:table;
}
.full_screen .display_table {
    display: block;
    height: 100%;
}

.banner_block_row {
    margin: 0 10px;
}
.banner_block_row .quick_links_area {
    display:table-row;
    height: 100%;
}
.banner_block_row .display_table_cell {
    display:table-cell;
    padding: 6px 5px;
    height: 100%;
    vertical-align: top;
    width: 235px;
}

.banner_block_row .display_table_cell .display_table_cell  {
    padding: 0;
}
.banner_block_row .display_table_cell .banner_block_cell {
    height: 100%;
}

.banner_flow_row .display_table_cell .banner_block_cell {
    border-radius: 3px;
}
.banner_flow_row .banner_block_cell img.full_width {
    width: 100% !important;
    height: auto !important;
}

.block_button {
    background: url("../images/white_arrow.png") no-repeat right;
    background-color: #959595;
    color: #ffffff !important;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
    padding: 5px 30px 5px 10px;
    text-decoration: none !important;
}

/* AM */
.block_button.block_button_cyan {
    background-color: #2DCFE0 !important;
}
/* BG */
.block_button.block_button_green {
    background-color: #2bb08e !important;
}
/* GE */
.block_button.block_button_darkred {
    background-color: #7d152c !important;
}
/* GR */
.block_button.block_button_blue {
    background-color: #1d457f !important;
}
/* RO */
.block_button.block_button_orange {
    background-color: #db6123 !important;
}
/* SR */
.block_button.block_button_red {
    background-color: #be3b39 !important;
}
/* TR */
.block_button.block_button_TR {
    background-color: #7c152c !important;
}
/* UA */ 
.block_button.block_button_darkgreen {
    background-color: #0a4935 !important;
}

/* hover buttons */
/* AM */
.block_button.block_button_cyan:hover {
    background-color: #24afbf !important;
}
/* BG */
.block_button.block_button_green:hover {
    background-color: #1f8269 !important;
}
/* GE */
.block_button.block_button_darkred:hover {
    background-color: #4f0d1b !important;
}
/* GR */
.block_button.block_button_blue:hover {
    background-color: #0b3168 !important;
}
/* RO */
.block_button.block_button_orange:hover {
    background-color: #a54818 !important;
}
/* SR */
.block_button.block_button_red:hover {
    background-color: #8e2c2a !important;
}
/* TR */
.block_button.block_button_TR:hover {
    background-color: #540d1d !important;
}
/* UA */
.block_button.block_button_darkgreen:hover {
    background-color: #031e16 !important;
}

.banner_flow_row .banner_block_cell .banner_content {
    padding: 5px 7px;
}
.banner_flow_row .display_table_cell.calendar_block .banner_block_cell {
    border: none;
}
.banner_flow_row .display_table_cell.calendar_block .banner_block_cell .banner_content {
    padding: 0;
}
.banner_flow_row .display_table_cell.calendar_block .banner_block_cell .banner_content .calendar_container {
    margin: 0 auto;
}

/* ---------- end basic template webpage ---------- */

a:link { text-decoration: underline; font-weight:normal; color:  #092DE5;  }
a:visited { text-decoration: underline; font-weight:normal; color:  #092DE5;	 }
a:active { text-decoration: underline; font-weight:normal; color:  #092DE5;  }
a:hover { text-decoration: none; font-weight:normal; color:  #092DE5;  }

/* Campus area - menu ----------------------------- */
#campus_area{ margin: 3px 0 0 0; float:right; }
ul#nav {margin: 0;}
ul.drop a { display:block; color: #FFFFFF; text-decoration: none;}
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0; background: #404040;}
ul.drop { position: relative; z-index: 597; float: left; }
ul.drop li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1; padding: 5px 10px; }
ul.drop li.hover, ul.drop li:hover { position: relative; z-index: 599; cursor: default; background: #959595;}
ul.drop ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 156px; border:0;}
ul.drop ul li { float: none; border-top:1px solid #C1C1C1; border-right:0;}
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible }
.campus_arrow_down{background: url('../images/campus_arrow_down.png') right no-repeat; padding-right:18px;}
.campus_selected_menu {background-color:#848484 !important;}
/* ----------------------------- Campus area - menu */

#main_header{
    min-height:151px;
    margin:0;
    border-bottom:3px solid #2E8CEE;
}
#main_logo{
    background-color:#ffffff;
    float:left; 
    margin:0;
}
#city_college_frase_header {
	color: #848484;
	font-size: 10px;
	left: 10px;
	position: absolute;
	top: 175px;
}
#city_college_frase_footer {
	color: #ffffff;
	font-size: 10px;
	left: 15px;
	position: absolute;
	top: 140px;
}
#main_slogan{
    font: normal 29px 'Noto Serif', serif, Arial;
    color:#424043;
    left: 220px;
    position: absolute;
    top: 55px;
}
#main_slogan2{
    background-color:#2E8CEE;
    color:#ffffff;
    font: normal 16px Verdana, Arial;
    left: 220px;
    padding:2px 7px 2px 7px;
    position: absolute;
    top: 141px;
}
.language_selector_left_border{
    border-left:1px solid #5A4975;
    height:10px;
    width:10px;
    float:left;
    margin-top:5px;
}

.language_selector{
        float:left;
        font-size:15px;
        font-weight:bold;
        margin:5px;
        padding:0 12px 0 0;
        border-right:1px solid #5A4975;
        line-height: 10px;
}
.language_selector a:link, .language_selector a:visited {color:#A0A0A0; text-decoration:none; outline:none;}
.language_selector a:hover { color:#000000;}

.message_success{
	color:#058E1E;
	font-size:17px;
	margin:10px;
	text-align:center;
}
.message_failure{
	color:#FF0000;
	font-size:17px;
	margin:10px;
	text-align:center;
}


/* Google map  ------------------------------------ */
.google_map_canvas{width:100%; height:360px;}
.google_infowindow_title {padding:2px; text-align:center; color:#000000; font-size:13px; font-weight:normal;}
.google_infowindow_desc {padding:2px; text-align:justify; color:#3F3F3F; font-size:11px; font-weight:normal;}
.google_infowindow_link {float:right; padding:2px; text-align:justify; color:#3F3F3F; font-size:11px; font-weight:normal;}


/* start contact ----------------------- */
.contact_textbox_small{
	font-family: Arial, Tahoma, sans-serif; 
	font-size:14px; 
	width: 230px;
	padding:5px; 
	border: 1px solid #BFBFBF; 
	border-radius:2px;
	background:transparent url(../images/system/input_background.png) 0 0 repeat-x;
}

.contact_textbox_big{
	font-family: Arial, Tahoma, sans-serif; 
	font-size:14px; 
	width: 559px;
	padding:5px; 
	border: 1px solid #BFBFBF; 
	border-radius:2px;
	background:transparent url(../images/system/input_background.png) 0 0 repeat-x;
}

.contact_textbox_captcha{
	font-family: Verdana, Trebuchet MS, Tahoma; 
	font-size:17px; 
	font-weight:bold;
	width:84px;
	padding:4px; 
	margin-top:2px;
	border: 1px solid #BFBFBF; 
	border-radius:2px;
	background:transparent url(../images/system/input_background.png) 0 0 repeat-x;
	color:#155CAF;
	text-align:center;
	text-transform: uppercase;
}

.contact_newsletter{
	width:180px;
	border:1px solid #AFAFAF;
}

.middle_news_table td{
	width:50%;
}
/* ------------------------ end contact  */


.search_underpost_graduate{
	font-family: Arial, Tahoma, sans-serif; 
	font-size:12px; 
	width: 143px;
	padding:3px;
	height:14px; /* only for this template */
	margin:0;
	border: 1px solid #9B9B9B; 
	border-radius:2px;
	background:transparent url(../images/system/input_background.png) 0 0 repeat-x;
	float:left;
}


/* start search ------------------------ */
.search_container {padding:0; margin:4px 4px 0 0;}
.search_textbox{
	font-family: Arial, Tahoma, sans-serif; 
	font-size:14px; 
	width: 210px;
	padding: 3px 25px 3px 10px;
	height:18px; /* only for this template */
	margin:2px 0 0 0;
	border: 1px solid #BFBFBF; 
	float:left;
	color:#707070;
}
.search_label{
	float:left;
	color:#FFFFFF;
	margin:7px 6px 0 0;
	font-family: Arial, Tahoma, sans-serif; 
	font-size:13px; 
}

.search_article {
	float:left;
	width:210px;
	margin-top:4px;
}
#sb_search {
	margin:6px 0 0 -20px;
}

.search_textbox_footer{
	font-family: Arial, Tahoma, sans-serif; 
	font-size:14px; 
	width: 180px;
	padding: 5px;
	height:18px; /* only for this template */
	margin:0;
	border: 1px solid #BFBFBF; 
	border-radius:2px;
	background:transparent url(../images/system/input_background.png) 0 0 repeat-x;
	float:left;
}
/* -------------------------- end search */






/* start member login table ------------------ */
.login_table {
	padding: 24px 14px 24px 14px;
	background-color:#F3F3F3;
	text-align:left;
	border:1px solid #999595;
	margin-bottom:16px;
}
.login_form_input{
	font-family: Arial, Tahoma, sans-serif; 
	font-size:14px; 
	width: 94%;
	padding: 6px 4px 6px 4px; 
	margin-top:2px;
	border: 1px solid #BFBFBF; 
	border-radius:2px;
	background:transparent url(../images/system/input_background.png) 0 0 repeat-x;
}

.login_list_ul{
	margin: 0px;
	padding-left: 14px;
	list-style-type:square;
	color:#BE1E4C;
}
.login_list_ul li{
	margin:2px 0 2px 0;
}
.login_list_li:hover {color:#910029;}
.login_list_li#current {color:#910029;}
.login_list_li a:link {font-weight: normal;}
.login_list_li a:visited {font-weight: normal;}
.login_button_frame{ margin:5px 0 15px 0;}
/* -------------------- end member login table */


/* start member register table --------------- */
.message_table {border: 1px solid #dddddd; padding: 20px; margin:10px 0 10px 0; background-color: #FDFDFD; text-align:center;}
.register_table {
	width:500px;
	padding: 24px;
	background-color: #F3F3F3;
	border: 1px solid #999595;
	margin:0 auto;
	margin-bottom:30px;
	text-align:right;
	box-shadow: 3px 3px 9px 2px rgba(100, 100, 100, 0.1);
}
.register_table_left {
    float:left;
    text-align:right;
    width:195px;
}
.register_table_right {
    float:right;
}
.register_form_input{
	font-family: Arial, Tahoma, sans-serif; 
	font-size:14px; 
	width: 290px;
	padding: 6px 4px 6px 4px; 
	border: 1px solid #BFBFBF; 
	border-radius:2px;
	background:#ffffff url(../images/system/input_background.png) 0 0 repeat-x;
    vertical-align: middle;
}

.register_form_input_select{
	font-family: Arial, Tahoma, sans-serif; 
	font-size:13px; 
	width: 270px;
	padding:3px 4px 3px 4px; 
	border: 1px solid #BFBFBF; 
	border-radius:2px;
	background:#ffffff url(../images/system/input_background.png) 0 0 repeat-x;
    vertical-align: middle;
}

.register_form_checkbox {
    width:300px;
    text-align:left;
    float:right;
}
.language_textbox {
	float: left;
}
.language_box a {
	margin: 0px 5px 0px 5px;
	text-decoration: none;
}
.star_class{color:#FF6600; font-size:14px;}
/* ----------------- end member register table */

/* ----------------- start member view profile */
.member_photo{
    margin-top:15px;
    margin-right:15px;
    float:left
}
.member_photo img{
    width:150px;
}
.member_basic_information{
    float:left;
}
.member_basic_information td{
    border-spacing:0;
    border:none;
    padding-top:15px;
}
.member_basic_information p{
    margin:0;
    padding:0;
}
.table_key{
    font-weight:bold;
    width:170px;
    vertical-align:top;
}
.table_value{
    width:370px;
    vertical-align:top;

}
/* ----------------- end member view profile */


.member_only_icon{ float:right; margin:0 4px 0 4px;}
.member_only_icon_lastnews{ float:left; margin:0 4px 0 0; }
.member_only_access{ float:left; margin:3px 6px 0 0; }

#footer_contact_data { color:#FFFFFF; font-size:11px; float:left; margin:0 0 0 10px; width:360px; }
#footer_copyright { color:#FFFFFF; font-size:11px; margin:30px 0 0 0; }
#footer_search_container {
	float:right; 
	background-color:#5E5E5E; 
	color:#FFFFFF; 
	font-size:11px; 
	padding:18px; 
	*width:295px; /* for dumb browsers like IE7 and below */
}
.footer_search_container form {
padding:0;margin:0;
}


.footer_sitemap{
	font-weight:bold;
	font-size:12px;
	padding: 10px 10px 10px 0;
	margin: 0px;
}
.footer_sitemap a {color: #ffffff; text-decoration:none;}
.footer_sitemap ul{
	font-size:11px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
.footer_sitemap ul a { color: #C1C1C1; text-decoration:none; }
.footer_sitemap ul a:hover { color: #FFFFFF; }

.footer_sitemap li {
	width:150px;
	white-space:nowrap;
	margin-right: 25px;
	padding: 3px 3px 3px 0px;
	list-style-type: none;
	float:left;
}
.footer_sitemap ul li{
	border-bottom:1px solid #515C63;
	padding:3px 3px 3px 12px;
	margin:0;
	background: url('../images/bullet_footer.png') 1px  no-repeat;
}



.main_content_container{
    padding:16px;
    min-height:200px;
    line-height:150%;
}

.path_container{padding:8px 16px 0 16px; height: 20px;}
.path_text{font: normal 90% Arial; float:left;}
.path_text a:link, .path_text a:visited, .path_text a:active{color:#646464; text-decoration:underline;}
.path_text a:hover{color:#333333;}



.subcategory_container {
	text-align:left;
	/* background-color:#E3F1FF; */
	padding:0;
}

.subcategory_container ul {
	margin: 0 0 0 16px;
	padding:0px;
}

.subcategory_container li {  color:#F57B21; padding:2px; font-size:13px;}

.category_description_container{ margin:16px; max-width:548px; }
.category_description_container p { margin-left:0; margin-right:0; padding-left:0; padding-right:0; }
.category_description_container img { border:0; max-width:548px; }

.article_container{
	margin-bottom:25px;
	*padding: 16px; /* for dumb browsers like IE7 and below */
}

.article_container .art_image_default img { float:left; margin:2px 10px 2px 0; border:0;}

.article_title{
    font-family:Arial, Verdana, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	font-size:150%;
	color:#00A7F5;
}

/* for date in title */
.article_title span{
	font-size:14px;
    color:#00A7F5;
}

h1{
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:150%;
}

h2{
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:135%;
    margin-top:-5px;
}
h3{
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:120%;
    margin:20px 0 5px 0;
}

.article_image_cover_left{
	float:left; 
	margin:2px 10px 2px 0; 
	border:0;
}

.article_image_cover_right{
	float:right; 
	margin:2px 0 2px 10px; 
	border:0;
}


.article_image_inside{
	float:left; 
	margin: 15px 20px 5px 0; 
    box-shadow:  0px 0px 6px 3px rgba(0, 0, 0, 0.2);
	width:161px;
}

.article_content p {
	margin-top:10px;
	margin-bottom:10px;
}

.article_content img { border:0;}

.article_more{
	float:left;	
}

.article_back{
	float:left;
	background: url('../images/back_icon.png') left no-repeat;
	padding-left: 23px; 
	margin:16px;
}


/* two columns categories ---------- */
.article_2col_left_container{
	border:1px solid #D8D9DD;
	border-radius:2px;
	border-top:5px solid #00A0EA;
	width:46%;
	margin:0 0 30px 0;
	padding:10px;
	float:left;
}

.article_2col_left_container img{
	max-width:140px;
}

.article_2col_left_container h1{
	font-size:17px;
}


.article_2col_right_container{
	border:1px solid #D8D9DD;
	border-radius:2px;
	border-top:5px solid #00A0EA;
	width:46%;
	margin:0 0 30px 0;
	padding:10px;
	float:right;
}

.article_2col_right_container img{
	max-width:140px;
}

.article_2col_right_container h1{
	font-size:17px;
}
/* ---------- two columns categories */



/* -- Div as table ------------------ */
#member_staff .art_table{
    border-spacing:0px;
}
#member_staff .article_title{
    margin-bottom:16px;
}
.art_table{
	display:table; 
	border-spacing:16px;
}
.art_table-caption {
	display:table-caption;
	padding:10px;
	margin: 16px 16px 6px 16px;
	*width: 526px; /* for dumb browsers like IE7 and below */
}
.art_table-row{display:table-row;}
.art_table-col{
	width:50%;
	display:table-cell;
	border:1px solid #D8D9DD;
	border-radius:2px;
	border-top:5px solid #00A0EA;
	padding:10px;
	*margin:16px; /* for dumb browsers like IE7 and below */
	*width:524px; /* for dumb browsers like IE7 and below */
}
.art_table-col .article_title{ font-size:17px; }
.art_table-caption .art_image_default img { float:left; margin:2px 10px 2px 0; border:0;}


.header_white_no_padding { background-color:#FFFFFF; padding:0;}
.header_grey { background-color:#EBEBEB; }
.header_blue { background-color:#E3F1FF; }
/* ------------------ Div as table -- */


/* -- Quick links ------------------- */
.quick_links_table{ margin-bottom:16px; width:100%; }
.quick_links_head{
    border:1px solid #999595;
    color:#000000;
	font-family:Arial;
	font-size:102%;
	font-weight:bold;
	padding: 6px 10px 6px 10px;
}
.quick_files { background: url('../images/quick_files.gif') right no-repeat #CBCBCB; }
.quick_downloads { background: url('../images/quick_downloads.gif') right no-repeat #CBCBCB; }

.list_quick_links{ margin:0 auto; font-size:92%;}
.list_quick_links ul{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width:100%;
	border-bottom:1px solid #999595;
}
.list_quick_links ul li{
	display: block;
	margin: 0;
	padding: 0;
	border-left:1px solid #999595;
	border-right:1px solid #999595;
}
.list_quick_links ul li a{
	display: block;
    padding: 7px 24px 7px 10px;
    background: #EAEAEA;
	text-decoration: none;
	color:#000000;
}
.list_quick_links ul li a:hover, .list_quick_links ul li#active a:hover{
	background:url("../images/arrow-sprite.png") no-repeat scroll -650px center #EAEAEA;
	color: #000000;
}
/* ------------------- Quick links -- */



/* Frontpage Banner Links ---------------------- */
.frontpage_banner_links{ margin:13px 0 0 0; height:300px; background-color:#F9F9F9; }
.frontpage_banner_links ul{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width:100%;
}
.frontpage_banner_links ul li{
	display: block;
	margin: 0;
	padding: 0;
}
.frontpage_banner_links ul li a{
	display: block;
	padding: 10px;
	background-color:#F9F9F9;
	border-bottom:1px solid #D3D3D3;
	text-decoration: none;
	color:#4F5054;
	font-size:13px;
	font-weight:bold;
	border-left:4px solid #F9F9F9;
}
.frontpage_banner_links ul li a:hover, .frontpage_banner_links ul li#active a:hover{
	background:#D4E8F5;
	color: #4F5054;
	border-left:4px solid #0952B9;
}
/* ------------------- Frontpage Banner Links -- */

.topstory_container {margin-top:22px;}
.full_screen .topstory_container {margin-top: 0px;}
.topstory_art_container {position:relative; height:92px; overflow:hidden; margin-bottom:3px;}
.topstory_title {
	position: absolute; 
	width:218px;
	bottom:-11px; 
	*margin-bottom:11px;  /* for dumb browsers like IE7 and below */
	background:#00000; 
	background:rgba(0,0,0,.6);
	color:#FFFFFF;
	padding:3px;
	font-family:Arial;
	font-size:12px; 
	font-weight:normal;	
}
.topstory_image_cover {}
.space_under_topstory {height:7px;}

.full_screen .frontpage_red_module { float: none; height: inherit; margin: 0px; width: auto; }
.full_screen .frontpage_big_red_module {
    background-color: #BE3B39;
    color: #ffffff;
    padding: 10px;
    width: 715px;
}
.full_screen .frontpage_title_red_module {
    font: normal 17px 'Noto Serif', serif, Arial;
    margin: 0px 10px;
}
.full_screen .frontpage_small_red_module {
    background-color: #8E2C2B;
    float: left;
    font-size: 13px;
    margin: 10px;
    padding: 10px;
    width: 317px;
}
.full_screen .frontpage_small_red_module .title {
    padding: 5px;
    font-size: 14px;
}
.full_screen .frontpage_module_text_list a {
    color: #ffffff;
}
.full_screen .search_underpost_graduate {
    background-color: #ffffff;
    border-radius: 5px;
    margin: 3px 5px;
    padding: 7px;
    width: 230px;
}
.full_screen .button_underpost_graduate {
    background: url("../images/white_arrow.png") no-repeat center;
    background-color: #BE3B39;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    margin: 3px 5px;
    padding: 8px 35px 8px 8px;
    cursor: pointer;
}
.full_screen .button_underpost_graduate:hover {
    background-color: #d83c3a;
}

.full_screen .frontpage_big_blue_module {
    background-color: #1C467C;
    color: #ffffff;
    margin-top: 15px;
    padding: 10px;
    width: 715px;
}
.full_screen .frontpage_title_blue_module {
    font: normal 17px 'Noto Serif', serif, Arial;
    margin: 0px 10px;
}
.full_screen .frontpage_blue_banner_links {
    background-color: #15345D;
    color: #ffffff;
    font-size: 14px;
    margin: 10px;
    padding: 5px;
}
.full_screen .frontpage_blue_banner_links .quick_links_area .display_table_cell {
    width: 100%;
}
.full_screen .frontpage_blue_banner_links .quick_links_area .display_table_cell .banner_block_cell {
    border: none;
}
.full_screen .frontpage_blue_banner_links ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.full_screen .frontpage_blue_banner_links ul:first-child {
    width: 360px;
}
.full_screen .frontpage_blue_banner_links ul li {
    padding: 5px 7px;
}
.full_screen .frontpage_blue_banner_links ul li a {
    color:#ffffff;
}


.frontpage_red_module{ width:220px; height:350px; background-color:#EBEBEB; float:left; padding:7px; margin:20px 8px 0 16px; }
.frontpage_red_module .title { background-color:#7D152C; color:#FFFFFF; padding:5px; font-size:15px; }
.frontpage_red_module .orange { background-color:#BF3B39; }
.frontpage_red_module .find_course {color:#616B86; font-weight:bold; padding:5px;}
.frontpage_red_module .find_ma_msc {color:#616B86; font-weight:bold; padding:5px;}

.full_screen .frontpage_green_module { float: none; height: inherit; margin: 0px; width: auto; }

.frontpage_green_module{ width:220px; height:350px; background-color:#EBEBEB; float:left; padding:7px; margin:20px 8px 0 0; }
.frontpage_green_module .title{ background-color:#0A4936; color:#FFFFFF; padding:5px; font-size:15px; }
.frontpage_green_module img { max-width: 220px;}

.full_screen .frontpage_blue_module { float: none; height: inherit; margin: 0px; width: auto; }

.frontpage_blue_module { width:220px; height:350px; background-color:#EBEBEB; float:left; padding:7px; margin:20px 0 0 0; }
.frontpage_blue_module .title{ background-color:#1D457F; color:#FFFFFF; padding:5px; font-size:15px; }
.frontpage_blue_module img { max-width: 220px;}
.frontpage_blue_module p { padding: 7px;}

.frontpage_module_text_list {color:#474747; padding:5px; height:50px;}


.lastnews_container{margin:0 10px 10px 16px; padding:3px 7px 3px 7px; background-color:#F9F9F9;}
.lastnews_line {
	float:left;
	width:340px;
	height:100px;
	padding: 5px 10px 5px 0;
}
.lastnews_cover_small{
	float:left; 
	margin:4px 10px 4px 0px; 
	padding:3px; 
	border:1px solid #D8DEE2;
	background-color:#FAFAFA;
}
.lastnews_cover_small img{
	width:110px;
	height:72px;
}
.lastnews_date {
	color:#8A8A8A;
	margin-top:2px;
}
.lastnews_date span {
	font-size:13px;
	padding-left:14px;
	background: url('../images/bullet_news.png') 1px no-repeat;
}
.lastnews_article {
	float:left;
	width:210px;
}
.lastnews_more {
	padding-top:5px;
	padding-bottom:5px;
	float:right;
}


.full_screen .accreditation_title {
        margin-right: 16px;
        font: normal 17px 'Noto Serif', serif, Arial;
}
.accreditation_title{
	margin: 24px 0 8px 16px;
	font-size:18px;
	font-weight:normal;
	color:#626B88;
}

.accreditation_title a{
	font-size:14px;
}

.full_screen .accreditation_banners{
        margin-right: 16px;
        margin-bottom: 0px;
}
.accreditation_banners{
	margin:0 10px 20px 16px;
	border:7px solid #EBEBEB;
}

.accreditation_banners p{
	margin:0;
	padding:0;
}



.smoothmenu_containter_horizontal{}

.print_friendly_div{float:right;}

.comment_bubble_top{
	background-color:#D7E7EA;
	border: 1px solid #8CC2CE;
	margin: 30px 30px 20px 30px;
	padding: 8px 20px;
	font-size:17px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.comment_bubble{
	background-color:#E7F0F2;
	border: 1px solid #BFD5DA;
	margin: 10px 30px 10px 30px;
	padding: 20px;
	border-radius: 5px;
}
.comment_bubble_title{}
.comment_bubble_date{
	color:#545454;
	font-size:12px;
	margin-bottom:8px;
}
.comment_bubble_text{}

.comment_fieldset{
	border: 1px #DDDDDD solid;
	margin: 30px;
	padding: 10px 20px 20px 20px;
	color: #333333;
	background-color: #FAFAFA;
	border-radius: 5px;
}
.comment_fieldset legend{
	padding: 5px 15px 5px 15px;
	font-size:17px;
	border: 1px #DDDDDD solid;
	background-color: #FFFFFF;
}
.comment_div {
	margin:14px;
}
.comment_div label{
	width: 30%;
	padding:5px;
	float: left;
	text-align: right;
	display: block;
}
.comment_div input, textarea{
	width: 65%;
	padding:4px; 
	border: 1px solid #DDDDDD;
}
.comment_div input:hover, textarea:hover{
	border: 1px solid #BABABA;
}

.comment_captcha {
	text-align:center;
}



.related_div_all{
	background-color:#F3F3F3; 
	padding: 1px 16px 16px 16px;
	margin:20px 0 10px 0;
}
.related_div_all_title{
	font-size:19px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#3D5869;
	padding: 6px 16px 6px 16px;
	position:relative;
	top:30px;
	left:20px;
}
.related_div_articles{
	border-bottom:3px solid #FFFFFF;
	margin:16px 0 0 0;
}
.article_related_image{
	float:left; 
	margin:4px 14px 4px 0;  
	border:10px solid #E5E5E5;
}
.article_related_title{
	font-size:17px;
	font-weight:normal;
	padding: 2px 0 0 0; 
}

.article_related_readmore{
	float:right;
	width:25;
	height:23;
}





/*----------------------------------------------*\
	BUTTON Google Style Start
\*----------------------------------------------*/
button {
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font: normal 15px Trebuchet MS, Arial, sans-serif;
	color: #444;
	line-height: 17px;
	height: 18px;
	display: inline-block;
	margin:0;
	padding: 5px 6px 4px 6px;
	background: #F3F3F3;
	border: solid 1px #D9D9D9;
	border-radius: 2px;
	transition: border-color .20s;
	height: 29px !important;
	cursor: pointer;
}
button:hover {
	background: #F4F4F4;
	border-color: #C0C0C0;
	color: #333;
}
button:active {
	border-color: #4D90FE;
	color: #4D90FE;
	box-shadow:inset 0 0 10px #D4D4D4;
}
button.bluebtn {
	border: 1px solid #3079ED !important;
	background: #4B8DF8;
	background: -webkit-linear-gradient(top, #4C8FFD, #4787ED);
	background: -moz-linear-gradient(top, #4C8FFD, #4787ED);
	background: -ms-linear-gradient(top, #4C8FFD, #4787ED);
	background: -o-linear-gradient(top, #4C8FFD, #4787ED);
	transition: border .20s;
}
button.bluebtn:hover {
	border: 1px solid #2F5BB7 !important;
	background: #3F83F1;
	background: -webkit-linear-gradient(top, #4D90FE, #357AE8);
	background: -moz-linear-gradient(top, #4D90FE, #357AE8);
	background: -ms-linear-gradient(top, #4D90FE, #357AE8);
	background: -o-linear-gradient(top, #4D90FE, #357AE8);
}
button.greenbtn {
	border: 1px solid #29691D !important;
	background: #3A8E00;
	background: -webkit-linear-gradient(top, #3C9300, #398A00);
	background: -moz-linear-gradient(top, #3C9300, #398A00);
	background: -ms-linear-gradient(top, #3C9300, #398A00);
	background: -o-linear-gradient(top, #3C9300, #398A00);
	transition: border .20s;
}
button.greenbtn:hover {
	border: 1px solid #2D6200 !important;
	background: #3F83F1;
	background: -webkit-linear-gradient(top, #3C9300, #368200);
	background: -moz-linear-gradient(top, #3C9300, #368200);
	background: -ms-linear-gradient(top, #3C9300, #368200);
	background: -o-linear-gradient(top, #3C9300, #368200);
}
button.redbtn {
	border: 1px solid #D14836 !important;
	background: #D64937;
	background: -webkit-linear-gradient(top, #DC4A38, #D14836);
	background: -moz-linear-gradient(top, #DC4A38, #D14836);
	background: -ms-linear-gradient(top, #DC4A38, #D14836);
	background: -o-linear-gradient(top, #DC4A38, #D14836);
	transition: border .20s;
}
button.redbtn:hover {
	border: 1px solid #B0281A !important;
	background: #D14130;
	background: -webkit-linear-gradient(top, #DC4A38, #C53727);
	background: -moz-linear-gradient(top, #DC4A38, #C53727);
	background: -ms-linear-gradient(top, #DC4A38, #C53727);
	background: -o-linear-gradient(top, #DC4A38, #C53727);
}
button.action:hover {
	box-shadow:iset 0 1px 0px #DDD;
}
button.action:active {
	box-shadow: none !important;
	border-color: #C6C6C6 !important;
}
button.bluebtn:active {
	border-color: #2F5BB7 !important;
}
button.greenbtn:active {
	border-color: #2D6200 !important;
}
button.redbtn:active {
	border-color: #B0281A !important;
}

/*----BUTTON LABEL------------------*/
 button span.label {
	display: inline-block;
	line-height: 17px;
	height: 18px;
	padding: 0 1px;
	color: #444;
	transition: color .20s;
}
button span.label {
	line-height: 15px !important;
}
button:hover .label.bluebtn {
	color: #7090C8;
}
button:hover .label.greenbtn {
	color: #42B449;
}
button:hover .label.yellow {
	color: #F7CB38;
}
button.bluebtn .label {
	color: #FFF !important;
	text-shadow: 0 1px 0 #2F5BB7 !important;
}
button.greenbtn .label {
	color: #FFF !important;
	text-shadow: 0 1px 0 #2D6200 !important;
}
button.redbtn .label {
	color: #FFF !important;
	text-shadow: 0 1px 0 #B0281A !important;
}
button.action .label {
	padding: 0 17px !important;
}
button.action:active .label {
	color: #333 !important;
}
button.bluebtn:active .label, button.greenbtn:active .label, button.redbtn:active .label {
	color: #FFF !important;
}

/*----------------------------------------------*\
	BUTTON Google Style End
\*----------------------------------------------*/

#w3c_container {float:right; padding: 8px 4px 8px 8px; background-color:#4B4C51;}

/* Image Sprite CSS */
a.w3c_sprite {
    display: block;
    width: 57px;
    height: 19px;
    background: url('../images/validator_w3.png') no-repeat 0 0;
    overflow: hidden;
    text-indent: -1000px;
}
a:hover.w3c_sprite { background-position: 0 -19px; }
a:active.w3c_sprite { background-position: 0 -19px; }
/* END Image Sprite CSS */


/* Table Styles */
.art_table table {
	width: 100%;
	*width: 548px; /* for dumb browsers like IE7 and below */
	border: 1px solid #BFD1E0;
	margin: 0;
	text-align: left; 
	border-collapse:collapse;
	background-color:#E3F1FF;
}
.art_table th {
	font-weight: bold;
	background-color: #92BBE7;
	white-space:nowrap;
	padding: 7px; 
	border: 1px solid #92BBE7;
}
.art_table th p { margin:0; padding:0; }
.art_table td { padding: 7px; border: 1px solid #BFD1E0;  }
.art_table td p { margin:0; padding:0; }
.art_table .odd { background-color:#FFFFFF; }


/* Table clear style */
.art_table .clear { border:0px;}
.art_table .clear th{ border:0px; background-color: #FFFFFF; color:#000000; }
.art_table .clear td{ border:0px; background-color: #FFFFFF; color:#000000; }

#full_content_footer{
    background-color: #000000;
    width: 100%;
}

#design_developed {
    background-color: #000000;
    text-align:right;
    padding: 15px;
    margin: 0 auto;
    width: 970px;
}


/* Tabs for courses */
ul.tabs {
 margin: 0;
 padding: 0;
 float: left;
 list-style: none;
 height: 30px; /*--Set height of tabs--*/
 border-bottom: 1px solid #999;
 border-left: 1px solid #999;
 width: 100%;
}
ul.tabs li {
 float: left;
 margin: 0;
 padding: 0;
 height: 29px; /*--Subtract 1px from the height of the unordered list--*/
 line-height: 29px; /*--Vertically aligns the text within the tab--*/
 border: 1px solid #999;
 border-left: none;
 margin-bottom: -1px; /*--Pull the list item down 1px--*/
 overflow: hidden;
 position: relative;
 background: #EBEBEB;
}
ul.tabs li a {
 text-decoration: none;
 color: #000;
 display: block;
 padding: 0 20px;
 border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
 outline: none;
}
ul.tabs li a:hover {
 background: #c1c1c1;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
 background: #fff;
 border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content { padding: 20px; }

.tab_content h1{ margin: 0px 0px 10px 0px; font-size:22px; font-weight:normal; color:#2283E5; }
.tab_content h2{ margin: 0px 0px 10px 0px; font-size:20px; font-weight:normal; color:#2283E5; }
.tab_content h3{ margin: 0px 0px 10px 0px; font-size:18px; font-weight:normal; color:#2283E5; }

.tab_content ul { list-style-image: url('../images/bullet_courses.png');}
.tab_content ul li { margin-bottom: 5px;}

/* -- Mimi's change -- .tab_content ul li a { font-size:14px;} */

.cat_list_table{

	display:table; 
	margin:-28px 0 16px 16px;
}

.blue{
	background-color:#E3F1FF;
	padding:10px;
}
.blue h1 { font-weight:normal; }
.blue h2 { font-weight:normal; margin:10px 0 10px 0; }
.blue h3 { font-weight:normal; }
.blue h4 { font-weight:normal; }


.grey{
	background-color:#EBEBEB;
	padding:10px;
}
.grey h1 { font-weight:normal; }
.grey h2 { font-weight:normal; margin:10px 0 10px 0; }
.grey h3 { font-weight:normal; }
.grey h4 { font-weight:normal; }



.table-blue{
	padding:10px;
	border:1px solid #D8D9DD;
	border-radius:2px;
	border-top:5px solid #00A0EA;
}
.table-blue h1 { font-weight:normal; }
.table-blue h2 { font-weight:normal; margin:0 0 10px; font-size:17px; line-height:22px; height: 44px;}
.table-blue h3 { font-weight:normal; }
.table-blue h4 { font-weight:normal; }


.newsletter_table { text-align:right; }


.event_date_line{ text-align:right; background-color:#E3F1FF; padding:8px; margin-bottom:8px; }
.event_department_line{ text-align:right; }

.name_min_width{
	min-width:180px;
}


#back_campus_lang_link {float:right;font: normal 94% Arial; margin-top:2px; margin-left:5px;}
#back_campus_lang_link a:link, #back_campus_lang_link a:visited, #back_campus_lang_link a:active{color:#2E8CEE; text-decoration:underline;}
#back_campus_lang_link a:hover{color:#0E58A3;}

.share_button_up { float:left; margin:-2px 5px 0 5px;}
.share_button_up img {
	display: block;
	background: url('../images/share.png') no-repeat;
	height: 20px;
	width: 106px;
}

.share_button_up img:hover {
	background-position: 0 -20px;
}



/* Tooltip ------------------- */ 
#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}

#aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
}

.defaultTheme {
	border:1px solid #FF2660;
	background:#fff;
	color:#000;
	margin:0;
	padding:6px 12px;	
	border-radius: 12px 12px 12px 0;
	box-shadow: 2px 2px 5px #939393;
}
	
.defaultTheme #aToolTipCloseBtn {
	display:block;
	height:18px;
	width:18px;
	background:url(../images/closeBtn.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-20px;
	right:-30px;
	margin:2px;
	padding:4px;
}
/* ------------------- Tooltip */ 

/* --------------------- popup */
.well {
    background-color: #444444;
    border: 1px solid #000000;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    padding: 4px;
}
.landscape {
}
    .landscape img {
        width: 100%;
    }
.portrait {
    height: 85%;
}
    .portrait img {
        height: 95%;
    }    
#my_popup {
    
}
#fadeandscale {
  transform: scale(0.8);
}
.popup_visible #fadeandscale {
  transform: scale(1);
}
/* --------------------- popup */