* {
margin: 0;
padding: 0;
}

html, body {
	height: 100%;
}

.preload_image {
	display: none;
}

body {
	background: #fefefe url(images/ialc_main_container_background.png) repeat-x;
}

body, td, th, textarea, input, select, a, h4, h5, h6, button {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}

a:hover {
	color: #2c89b6;  
}

a.ialc_orange {
	color: #ff6e00 !important;
}

a.ialc_orange:hover {
	color: #2c89b6 !important;
}

a > img {
	border: 0;
}

em {
	color: #ff6e00;
}

b {
	color: #61a214;
	font-weight: normal;
	font-style: italic;
}

.date {
	font-size: 12px;
	font-weight: normal;
	color: #ff6e00;
	margin-bottom: 0;
	padding: 0;
	line-height: 10px;
}

p {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

p.ialc_no_space {
	margin: 2px 0 0 0;
	font-weight: normal;
}

.ialc_background_white {
	background: #ffffff;
}

h2 {
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	padding-top:0px;
	color: #2c89b6;
	font-size: 13px;
}

h2 a {
	color: #2c89b6;
}

h2 a:hover {
	color: #ff6e00;
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #d6d6d6; 
	border-style: none none dotted;
	line-height: 1px;
	font-size: 1px; 
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	margin-bottom: 0;
	display: block;
	overflow:hidden;
}

ol {
	margin-left: 40px;
	padding-bottom: 1em;
}

div.ialc_dotted_line {
	border-bottom: 1px dotted #d6d6d6;
	margin-bottom: 5px;
	clear: both;
} 

#ialc_main_container {
	width: 902px;
	margin: auto;
}

#ialc_language_bar {
	font: 13px/1.6 Arial, sans-serif;
	color: #ffffff;
	padding-left: 34px;
	height: 26px;
	line-height: 26px;
	background-repeat: no-repeat;
	background-image:url(images/ialc_language_bar_bubble.png);
}

#ialc_language_bar a {
	text-decoration: none;
	color: #ffffff;
}

#ialc_language_bar a:hover {
	color: #afd0e4;
}

#ialc_language_bar .blue {
	color: #afd0e4;
}

#ialc_language_bar .selection {
	font-weight: bold;
	background-image: url(images/ialc_language_bar_selection_image.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: inline-block;
}

#ialc_header {
	height: 168px;
	background-image: url(images/ialc_logo_and_slideshow_globe_lines.png);
	background-repeat: no-repeat;
	padding-bottom: 0;
	margin-bottom: 0;
}

#ialc_logo { 
	padding-top: 8px;
}

#ialc_logo h1 {
	display: block;
	float: left;
	width: 220px;
	height: 144px;
	text-indent: -9999px;
}

#ialc_logo h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/ialc_logo_and_slideshow_ialc_logotype.png) no-repeat 0 0;
}

#ialc_slideshow_wrap {
	float: right;
	margin-left: 110px;
	width: 564px;
	height: 150px;
	background: url(images/ialc_slideshow_shadow.png) no-repeat 0 0;
}

#ialc_slideshow_actual {
	margin-left: 7px;
	margin-top: 6px;
	width: 550px;
	height: 137px;
}

.ialc_wrapper_div {
	border: 1px solid #d6d6d6;
	background: #ffffff;
	margin-top: 30px;
	margin-right: 6px;
	margin-left: 6px;
	padding-bottom: 10px;
	margin-bottom: -2px;
	position: relative;
}

.ialc_wrapper_div_member {
	border: 1px solid #79d3ff;
	background: #ffffff;
	margin-top: 30px;
	margin-right: 6px;
	margin-left: 6px;
	padding-bottom: 10px;
	margin-bottom: -2px;
	position: relative;
}

#ialc_wrapper_upper_div {
	width: 888px;
	height: 320px;
}

#ialc_wrapper_left_div {
	z-index: 1;
	width: 600px;
	float: left;
	height: 100%;
}

#ialc_wrapper_right_div {
	width: 250px;
	float: right;
	height: auto;
	z-index: 0;
}

h1.ialc_upper_div_heading {
	margin-top: 5px;
	margin-left: -6px;
	margin-right: -6px;
	height: 20px;
	line-height: 20px;
	color: #efefef;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
	background: #7f7f7f url(images/ialc_heading_arrows.png) left no-repeat;
}

h1.ialc_upper_div_heading_member {
	margin-top: 5px;
	margin-left: -6px;
	margin-right: -6px;
	height: 20px;
	line-height: 20px;
	color: #efefef;
	font-size: 13px;
	font-weight: bold;
	padding-left: 30px;
	background: #2c89b6 url(images/ialc_heading_arrows_member.png) left no-repeat;
}

div.ialc_h1_heading_left_corner {
	margin-left: -6px;
	background: url(images/ialc_heading_corner_left.png) no-repeat;
	width: 6px;
	height: 5px;
	float: left;
}

div.ialc_h1_heading_right_corner {
	margin-right: -6px;
	background: url(images/ialc_heading_corner_right.png) no-repeat;
	width: 6px;
	height: 5px;
	float: right;
}

div.ialc_h1_heading_shadow {
	width: 100%;
	height: 5px;
	background: url(images/ialc_heading_shadow.png) repeat-x;
	float: left;
}

div.ialc_shadow_top_left_corner {
	background: url(images/ialc_shadow_top_left_corner.png) no-repeat;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: -10px;
	margin-top: -10px;
	z-index: -1;
}

div.ialc_shadow_top {
	background: url(images/ialc_shadow_top.png) repeat-x;
	width: 100%;
	height: 10px;
	float: left;
	margin-top: -10px;
	z-index: -1;
}

div.ialc_shadow_top_right_corner {
	background: url(images/ialc_shadow_top_right_corner.png) no-repeat;
	float: right;
	width: 10px;
	height: 10px;
	margin-right: -10px;
	margin-top: -10px;
	z-index: -1;
}

div.ialc_shadow_left {
	background: url(images/ialc_shadow_left.png) repeat-y;
	left: 0;
	width: 10px;
	height: 100%;
	position: absolute;
	margin-left: -11px;
	z-index: -1;
}

div.ialc_shadow_right {
	background: url(images/ialc_shadow_right.png) repeat-y;
	right: 0;
	width: 10px;
	height: 100%;
	position: absolute;
	margin-right: -11px;
	z-index: -1;
}

div.ialc_shadow_bottom_left_corner {
	background: url(images/ialc_shadow_bottom_left_corner.png) no-repeat;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: -10px;
	bottom: 0px;
	position: absolute;
	margin-bottom: -10px;
	z-index: -1;
}

div.ialc_shadow_bottom {
	background: url(images/ialc_shadow_bottom.png) repeat-x;
	float: left;
	width: 100%;
	height: 10px;
	bottom: 0px;
	position: absolute;
	margin-bottom: -10px;
	z-index: -1;
}

div.ialc_shadow_bottom_right_corner {
	background: url(images/ialc_shadow_bottom_right_corner.png) no-repeat;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: -10px;
	position: absolute;
	margin-bottom: -10px;
	z-index: -1;
}

.clear {
	clear: both;
}

div.ialc_text_area {
	margin: 5px 5px 10px 5px;
}

#ialc_footer_container {
	position: relative;
	width:100%;
	height:204px;
	background: url(images/ialc_footer_background.png) repeat-x;
	z-index: 1;
}

#ialc_footer {
	width: 888px;
	margin: auto;
}

ul.ialc_footer_list {
	list-style-type: none;
	list-style-image: none;
	color: #575757;
	margin-right: 25px;
	float: left;
}

ul.ialc_footer_list a {
	color: #575757;
	text-decoration: none;
}

ul.ialc_footer_list a:hover {
	color: #999999;
}

#ialc_business_card {
	width: 291px;
	height: 193px;
	background: url(images/ialc_footer_business_card.png) no-repeat;
	float: right;
	margin-top: -10px;
}

#ialc_business_card_list {
	list-style-type: none;
	list-style-image: none;
	color: #434343;
	margin-right: 25px;
	float: left;
	margin-left: 25px;
	margin-top: 110px;
}

#ialc_business_card_list a {
	color: #2c88b6;
}

#ialc_business_card_list a:hover {
	color: #3ca9df;
}

img.ialc_right_div_banner {
	border: 1px solid #d6d6d6;
}

.ialc_content_image_left {
	border: 1px solid #CCCCCC; 
	float: left; 
	margin-left: 10px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-top: 5px;
}

img.ialc_content_image_right {
	border: 1px solid #CCCCCC; 
	float: right; 
	margin-left: 10px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-top: 5px;
}

div.ialc_content_link_bar {
	margin-top: 8px;
	line-height: 20px; 
	height: 20px; 
	background-color: #f2f2f2; 
	border-top: 1px dotted #d6d6d6; 
	border-bottom: 1px dotted #d6d6d6; 
	width: 100%;
	margin-bottom: 0px;
	display: inline-block;
}

div.ialc_content_link_bar > span {
	padding-left: 20px;
}

div.ialc_content_link_bar > span.ialc_info_sign {
	background: url(images/ialc_content_info_sign.png) no-repeat;
}

div.ialc_content_link_bar > span.ialc_download_sign {
	background: url(images/ialc_content_download_sign.png) no-repeat;
}


div.ialc_content_link_bar > span.ialc_pen_sign {
	background: url(images/ialc_content_pen_sign.png) no-repeat;
}

div.ialc_content_link_bar > span.ialc_search_sign {
	background: url(images/ialc_content_search_sign.png) no-repeat;
}

div.ialc_content_link_bar > span a {
	color: #ff6e00;
}

div.ialc_content_link_bar > span a:hover {
	color: #2c89b6;
}

ul.ialc_content_list {
	margin-top: 10px;
}

ul.ialc_content_list > li {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 17px;
	list-style-type: none;
	list-style-image: none;
	background: url(images/ialc_content_ul_arrows.png) no-repeat left top;
	line-height: 20px;
}

ul.ialc_content_list_blue > li {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 17px;
	list-style-type: none;
	list-style-image: none;
	background: url(images/ialc_content_ul_arrows_blue.png) no-repeat left top;
	line-height: 20px;
}

ul.ialc_content_list_orange > li {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 17px;
	list-style-type: none;
	list-style-image: none;
	background: url(images/ialc_content_ul_arrows_orange.png) no-repeat left top;
	line-height: 20px;
}

ul.ialc_content_list_green > li {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 17px;
	list-style-type: none;
	list-style-image: none;
	background: url(images/ialc_content_ul_arrows_green.png) no-repeat left top;
	line-height: 20px;
}

ul.ialc_content_list_purple > li {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 17px;
	list-style-type: none;
	list-style-image: none;
	background: url(images/ialc_content_ul_arrows_purple.png) no-repeat left top;
	line-height: 20px;
}

ul.ialc_member_list {
	margin-top: 10px;
}

ul.ialc_member_list > li {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 17px;
	list-style-type: none;
	list-style-image: none;
	background: url(images/blue_list_bullet.png) no-repeat left top;
	line-height: 20px;
}

ul.ialc_content_list_no_margin > li {
	margin-bottom: 0px !important;
}

#ialc_upper_selection_wrapper {
	padding: 10px 10px 10px 10px;
	float: left;
}

.ialc_upper_information_wrapper {
	padding: 10px 10px 10px 10px;
	border: 1px solid #d6d6d6;
	height: 270px;
	width: 622px;
	position: absolute; 
	right: 5px; 
	top: 30px;
	display: none;
}

div.ialc_upper_selection {
	height: 40px; 
	width: 220px; 
	color: #6e6e6e; 
	margin-top: 5px;
}

div.ialc_upper_selection:hover {
	cursor: default;
}

div.ialc_upper_selection_hover {
	background: url(images/ialc_upper_div_selection_background.gif) no-repeat;
}

div.ialc_upper_what_is_ialc{
	background: url(images/ialc_upper_what_is_ialc.png) no-repeat;
}

div.ialc_upper_what_is_ialc:hover{
	background: url(images/ialc_upper_what_is_ialc_hover.png) no-repeat;
}

div.ialc_upper_what_is_ialc_hover{
	background: url(images/ialc_upper_what_is_ialc_hover.png) no-repeat;
}

div.ialc_upper_schools_and_agents{
	background: url(images/ialc_upper_schools_and_agents.png) no-repeat;
}

div.ialc_upper_schools_and_agents:hover{
	background: url(images/ialc_upper_schools_and_agents_hover.png) no-repeat;
}

div.ialc_upper_schools_and_agents_hover{
	background: url(images/ialc_upper_schools_and_agents_hover.png) no-repeat;
}

div.ialc_upper_workshops_and_roadshows{
	background: url(images/ialc_upper_workshops_and_roadshows.png) no-repeat;
}

div.ialc_upper_workshops_and_roadshows:hover{
	background: url(images/ialc_upper_workshops_and_roadshows_hover.png) no-repeat;
}

div.ialc_upper_workshops_and_roadshows_hover{
	background: url(images/ialc_upper_workshops_and_roadshows_hover.png) no-repeat;
}

div.ialc_upper_student_enquiries{
	background: url(images/ialc_upper_student_enquiries.png) no-repeat;
}

div.ialc_upper_student_enquiries:hover{
	background: url(images/ialc_upper_student_enquiries_hover.png) no-repeat;
}

div.ialc_upper_student_enquiries_hover{
	background: url(images/ialc_upper_student_enquiries_hover.png) no-repeat;
}

div.ialc_upper_need_more_info{
	background: url(images/ialc_upper_need_more_info.png) no-repeat;
}

div.ialc_upper_need_more_info:hover{
	background: url(images/ialc_upper_need_more_info_hover.png) no-repeat;
}

div.ialc_upper_need_more_info_hover{
	background: url(images/ialc_upper_need_more_info_hover.png) no-repeat;
}

div.ialc_upper_selection > div {
	height: 40px; 
	line-height: 40px; 
	padding-left: 35px;
	margin-left: 5px;
}

a.ialc_upper_div_partner_link {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.ialc_upper_div_partner_link:hover {
	color: #2c89b6;
	text-decoration: underline;
}

img.ialc_image_hovering {
	position: absolute;
	height: 80px;
	width: 110px;
	border: 1px solid #CCCCCC; 
}

img.ialc_image_hovering:hover {
	height: auto;
	width: auto;
	border: 1px solid #999999;
	z-index: 10;
}

div.ialc_image_hovering_wrapper {
	float: right;
	margin-top: 5px;
	height: 80px;
	width: 110px;
}

.button_search {
	border: 1px solid #d2d2d2; 
	font-weight: bold; 
	color: #6e6e6e; 
	height: 22px;  
	background: #ffffff url(images/ialc_button_search_sign.png) no-repeat;
	padding: 0 5px 0 20px;
	overflow: visible; 
}

.button_search:hover {
	background-color: #f6fcff;
	border-color: #a7d9ff;
}

.button_show_all {
	border: 1px solid #d2d2d2; 
	font-weight: bold; 
	color: #6e6e6e;
	background: #ffffff url(images/ialc_button_tick_sign.png) no-repeat left center;
	padding: 0 5px 0 20px;
}

.button_show_all:hover {
	background-color: #f6fcff;
	border-color: #a7d9ff;
}

.ialc_button {
	border: 1px solid #d2d2d2; 
	font-weight: bold; 
	color: #6e6e6e;
	padding: 0 5px 0 20px;
}

.ialc_button:hover {
	background-color: #f6fcff;
	border-color: #a7d9ff;
}

.ialc_button_plus {
	background: #ffffff url(images/ialc_button_plus_sign.png) no-repeat left center;
}

.ialc_button_minus {
	background: #ffffff url(images/ialc_button_minus_sign.png) no-repeat left center;
}

div.ialc_div_table_wrapper {
	padding: 0 10px 0 10px;
}

div.ialc_div_table_heading {
	background-color: #f2f2f2; 
	font-weight: bold; 
	border-top: 1px dotted #999999; 
	border-bottom: 1px dotted #999999; 
	line-height: 20px;
}

div.ialc_div_table_row {
	border-bottom: 1px dotted #999999; 
	line-height: 20px;
}

label.ialc_send_form {
	float:left; 
	width:190px; 
	padding-right: 5px; 
	text-align:right; 
	font-weight: bold;
}

label.ialc_send_form_partner {
	float:left; 
	width:240px; 
	padding-right: 5px; 
	text-align:right; 
	font-weight: bold;
}

.button_send {
	border: 1px solid #a7ffba; 
	font-weight: bold; 
	color: #6e6e6e;
	height: 30px;
	background: #f6fff6 url(images/ialc_button_tick_sign.png) no-repeat;
	padding: 0 5px 0 20px;
	overflow: visible; 
}

.button_send:hover {
	background-color: #f6fcff;
	border-color: #a7d9ff;
}

.form_school_enquiry {
	width: 300px; 
	border: 1px solid #999999; 
	height: 1.5em;
}

img.ialc_flag {
	border: 1px solid #CCCCCC;
}

div.itinerary {
	border: 1px solid #408ab9;
	background: #408ab9 url(/images/bg_russia.png) no-repeat right top;
	padding: 10px;
	margin: 10px;
	height: 150px;
	color: white;
}

div.itinerary > h1 {
	font-size: 16px;
	text-decoration: underline;
	margin-left: 10px;
	margin-bottom: 10px;
}

p.reg_link {
	background: url(/images/tick.png) no-repeat;
	padding-left: 25px;
	line-height: 25px;
	font-size: 16px;
	text-decoration: underline;
}

p.reg_link > a {
	color: white;
	font-size: 16px;
}

p.reg_link > a:hover {
	color: #D8E2EF;
	font-size: 16px;
}

p.reg_link_blue {
	background: url(/images/blue_tick.gif) no-repeat;
	padding-left: 25px;
	line-height: 25px;
	font-size: 16px;
	text-decoration: underline;

}

p.reg_link_blue > a {
	color: #2c89b6;
	font-size: 16px;
}

p.reg_link_blue > a:hover {
	color: #329acd;
	font-size: 16px;
}

div.ialc_parter_promo {
	margin: 0 auto; 
	border: 1px solid #999999; 
	height: 50px; 
	width: 570px; 
	background: url(/css/images/agents/ialc_agents_promo.gif); 
}

p.ialc_parter_promo {
	padding-left: 50px; 
	font-size: 16px; 
	line-height: 50px; 
	height: 50px;
	color: #FFFFFF;
}

div.ialc_annual_return {
	margin: 0 auto; 
	border: 1px solid #999999; 
	height: 50px; 
	width: 570px; 
	background: url(/css/images/annual_membership_background.gif); 
}

p.ialc_annual_return {
	text-align: center;
	font-size: 16px; 
	line-height: 50px; 
	height: 50px;
	color: #FFFFFF;
}

a.ialc_parter_promo {
	font-size: 16px; 
	color: #FFFFFF;
	font-weight: bold;
}

a.ialc_annual_return {
	font-size: 16px; 
	color: #FFFFFF;
	font-weight: bold;
}

a.ialc_parter_promo:hover {
	font-size: 16px; 
	color: #ff6e00;
	font-weight: bold;
}

div.ialc_promo_banner {
	margin: 0 auto; 
	border: 1px solid #999999; 
	height: 50px; 
	width: 570px; 
	background: url(/css/images/agents/ialc_agents_promo.gif); 
}

p.ialc_promo_banner {
	padding-left: 240px; 
	font-size: 16px; 
	line-height: 50px; 
	height: 50px;
	color: #FFFFFF;
}

a.ialc_promo_banner {
	font-size: 16px; 
	color: #FFFFFF;
	font-weight: bold;
}

a.ialc_promo_banner:hover {
	font-size: 16px; 
	color: #ff6e00;
	font-weight: bold;
}

div.ialc_agency_country_list {
	border-top: 1px dotted #2c89b6;
	border-bottom: 1px dotted #2c89b6;
	background: #f5f9fc;
	padding: 2px 0 2px 12px;
}

div.ialc_left_shadow_edit {
	margin-left: -11px; 
	background: url(/css/images/ialc_heading_corner_left.png) no-repeat; 
	width: 6px; 
	height: 5px; 
	float: left;
}

div.ialc_mid_shadow_edit {
	width: 600px; 
	height: 5px; 
	background: url(/css/images/ialc_heading_shadow.png) repeat-x; 
	float: left;
	margin-left: -5px;
}

div.ialc_right_shadow_edit {
	margin-right: -11px; 
	background: url(/css/images/ialc_heading_corner_right.png) no-repeat; 
	width: 6px; 
	height: 5px; 
	float: left;
}

h2.ialc_h2_edit {
	margin-bottom: 0;
	margin-top: 5px; 
	margin-left: -11px; 
	margin-right: -11px; 
	height: 20px; 
	line-height: 20px; 
	color: #efefef; 
	font-size: 14px; 
	font-weight: bold; 
	padding-left: 30px; 
	background: #7f7f7f url(/css/images/ialc_heading_arrows.png) left no-repeat;
}