.left_radius_div
{
    width: 635px;
	height: 350px;
	border:1px solid #0F7FAE;
	z-index:2;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	display:block;
	float: left;
	background: #F6F6F6 url('../../images/global/banner_img.png') right bottom no-repeat;
    background: url('../../images/global/banner_img.png') right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E6E6E6)); /* for webkit browsers */
    background: url('../../images/global/banner_img.png') right bottom no-repeat, -moz-linear-gradient(top,  #fff,  #E6E6E6);
}

.right_radius_wrapper
{
    width: auto;
	height: auto;
	float: right;
}

.right_radius_div
{
    width: 306px;
	height: 170px;
	border:1px solid #0F7FAE;
	z-index:2;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	display: block;
	float: left;
	margin-left: 10px;
	background: #F6F6F6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E0F8F7); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E0F8F7)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #E0F8F7);
}

.round_borders_and_gray_gradient {
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #F6F6F6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E0F8F7); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E0F8F7)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #E0F8F7);  	
}

.radius_big_text
{
    width: auto;
	max-height: 40px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #0F7FAE;
}

.radius_bigger_text
{
    width: auto;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font: 20px arial;
	font-weight: bold;
	text-align: left;
	color: #0F7FAE;
}

.radius_bigger_text a
{
    text-decoration: none;
	color: #0F7FAE;
	text-transform: capitalize;
}

.radius_bigger_text a:hover
{
    text-decoration: underline;
}

.radius_small_text
{
    width: 285px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
	/*margin-bottom: 10px;*/
	float: left;
	font-size: 12px;
	text-align: left;
}

.radius_small_text ul
{
    list-style:square url('../../images/global/star_icon_2.png');
	font-weight: bold;
}

.radius_small_text ul li
{
	line-height: 20px;
	min-height: 30px;
	vertical-align: middle;
}

.left_radius_div .link_container
{
    width: auto;
	height: auto;
	margin-top: 30px;
	margin-left: 40px;
	font-size: 12px;
	text-align: left;
	float: left;
}

.link_container
{
    width: auto;
	height: auto;
	margin-top: 30px;
	margin-right: 10px;
	font-size: 12px;
	text-align: left;
	float: right;
	color: #0F7FAE;
	font-weight: bold;
}

.link_container a
{
    text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #0F7FAE;
	text-transform: capitalize;
}

.link_container a:hover
{
    text-decoration: underline;
}

.content_holder_1
{
    height: auto;
	width: 310px;
	margin-top: 20px;
	border: 0px solid green;
	float: left;
	text-align: left;
}

.content_holder_2
{
    height: auto;
	width: 310px;
	margin-top: 20px;
	margin-left: 15px;
	border: 0px solid green;
	float: left;
}

.content_holder_3
{
    height: auto;
	width: 310px;
	margin-top: 20px;
	margin-left: 5px;
	border: 0px solid green;
	float: right;
}

.long_content_holder
{
    height: auto;
	width: 960px;
	margin-top: 20px;
	text-align: left;
	margin-bottom: 20px;
	min-height: 100px;
}

.long_content_holder_title
{
    height: 20px;
	width: 952px;
	border:1px solid #0F7FAE;
	z-index: 2;
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	color: #0F7FAE;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	display:block;
	background: #F6F6F6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E6E6E6); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E6E6E6)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #E6E6E6);
	margin-bottom: 10px;
	text-transform: capitalize;
}

#latest_interns_text
{
    font-weight: bold;
	margin-top: 20px;
	margin-bottom: 6px;
}

.content_holder_title
{
    height: 20px;
	width: 98%;
	border:1px solid #0F7FAE;
	z-index:2;
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	color: #0F7FAE;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	display:block;
	background: #F6F6F6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E6E6E6); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E6E6E6)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #E6E6E6);
}

.content_holder_title, .long_content_holder_title { 
    font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
    font-weight: bold;
}

.contact_section
{
	margin-top: 10px;
	text-align: left;
}

.image_holder
{
    margin-top: 10px;
	float: left;
	width: 60px;
	height: 60px;
}

.info_holder
{
    margin-top: 10px;
	float: left;
	text-align: left;
	padding-left: 10px;
	width: 230px;
}

.info_holder .location_holder
{
    margin-bottom: 10px;
	font: 12px arial;
	font-weight: bold;
}

.info_holder a
{
    text-decoration: none;
	color: #0F7FAE;
	font: 12px arial;
}

.info_holder a:hover
{
    text-decoration: underline;
}

.ads_corner
{
    width: auto;
	height: auto;
	margin-top: 3px;
	text-align: center;
}

.ads_icon_div
{
    background: url('../../images/global/ad_icon.gif') top left no-repeat; 
	height: 5px; 
	width: 200px;
	margin-left: 6px;
	margin-top: 10px;
}

#top_section
{
    height: auto;
}

#welcome_div
{
    text-align: left;
	float: left;
	width: 300px;
}

#welcome_div span
{
    font-weight: bold;
	color: black;
	text-transform: capitalize;
}

#comp_wrapper
{
    float: left;
	padding-left: 10px;
	text-align: left;
	width: 315px;
}

#comp_wrapper span
{
    font-weight: bold;
	color: #0F7FAE;
}

#comp_wrapper a
{
    text-decoration: none;
	color: #0F7FAE;
	font-weight: normal;
}

#comp_wrapper a:hover
{
    text-decoration: underline;
}

#comp_meter
{
    width: 300px; 
	height: 25px; 
	border: 1px solid #74A2B3;
	margin-top: 5px;
	margin-bottom: 5px;
}

#comp_meter_shader
{
    background: #CCE1E9; 
	width: 80%; 
	height: 25px;
}

#social_network_plugins
{
    float: right;
	width: 320px;
	text-align: right;
	padding-left: 10px;
	margin-top: 20px;
}

#google_plus_1_wrapper
{
	max-width: 100px; 
	min-width: 70px;
	height: 65px;
	float: right;
	margin-right: 20px;
}

#fb_like_plugin_wrapper
{
	max-width: 100px; 
	min-width: 70px;
	height: 65px;	
	float: right;
	margin-right: 15px;
}

#tweet_button_plugin_wrapper
{
	max-width: 100px; 
	min-width: 70px;
	height: 65px;	
	float: right;
	margin: 0 auto;
}

#top_photo_holder
{
    margin-top: 10px;
}

#top_photo_holder img
{
    float: left;
}

#top_photo_holder #username_holder
{
    float: left;
	margin-left: 10px;
}

#top_photo_holder #username a
{
    color: #0F7FAE;
	font-weight: bold;
	text-decoration: none;
}

#top_photo_holder #username a:hover
{
    text-decoration: underline;
}

#top_photo_holder #useropt a
{
    color: #0F7FAE;
	font-weight: normal;
}

#top_photo_holder #useropt a:hover
{
    text-decoration: underline;
}

.popup_button_1 a
{
    background-color: #E2D523;
	border: 1px solid #BA82DA;
	color: #6C348D;
	font-weight: bold;
	padding: 6px;
	font-size: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
}

.popup_button_1
{
	height: auto;
	margin-top: 4px;
	cursor: pointer;
	min-width: 100px;
	margin-bottom: 6px; 
}

.popup_button_2 a
{
    background-color: #D8E3EE;
	border: 1px solid #5CA4C1;
	color: #5CA4C1;
	font-weight: bold;
	padding: 6px;
	font-size: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
}

.popup_button_2
{
	height: auto;
	margin-top: 4px;
	cursor: pointer;
	min-width: 100px;
	margin-bottom: 6px;
}

#change_nav_loader
{
    height: 15px; 
	width: 200px; 
	margin: 0 auto; 
	margin-top: 20px;  
	border: 1px solid #82B2C7; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	background: url(../../images/global/profile_nav_loader.gif) center center no-repeat; 
	display: none;
}

#display_container_loader
{
    width: 480px;
	margin: 0 auto;
	height: 480px;
	background: url('../../images/global/edit_ajax_loader_1.gif') center center no-repeat;
	text-align: justify;
}

.left_radius_div_company
{
    width: 635px;
	height: 350px;
	border:1px solid #0F7FAE;
	z-index:2;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	display:block;
	float: left;
	background: #F6F6F6 url('../../images/global/company_page_bg_3.png') right bottom no-repeat;
    background: url('../../images/global/company_page_bg_3.png') right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E6E6E6)); /* for webkit browsers */
    background: url('../../images/global/company_page_bg_3.png') right bottom no-repeat, -moz-linear-gradient(top,  #fff,  #E6E6E6);
}

#application_location_time 
{
    padding-top: 2px;
	font-weight: bold;
}

#application_location_time ul
{
    
	padding: 0px;
	list-style: none;
	margin: 0;
}

#application_location_time ul li
{
    display: inline; 
	font-size: 12px; 
	text-align: center; 
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif; 
	color: #F08B28;
	font-weight: bold;
}

.digital_time_point
{
    position: relative; 
	-moz-animation: digital_time_point 1s ease infinite; 
	-webkit-animation: digital_time_point 1s ease infinite; 
	padding-left: 1px; 
	padding-right: 1px;
}

@-webkit-keyframes digital_time_point 
{
    0% {opacity:1.0; text-shadow:0 0 20px #3272A1;}
    50% {opacity:0; text-shadow:none; }
    100% {opacity:1.0; text-shadow:0 0 20px #3272A1; }	
}


@-moz-keyframes digital_time_point 
{
    0% {opacity:1.0; text-shadow:0 0 20px #3272A1;}
    50% {opacity:0; text-shadow:none; }
    100% {opacity:1.0; text-shadow:0 0 20px #3272A1; }	
}

/*=========================================================== CONTACT PAGE CSS ===========================================================*/

#contact_content_area_wrapper, #about_us_content_area_wrapper
{
	width: 710px;
	min-height: 400px;
}

#contact_form_wrapper
{
	width: 330px;
	margin-right: 10px;
	float: left;
}

.contact_form_input_label_wrapper
{
	width: 310px;  
	margin-bottom: 15px; 
}

.contact_form_label_wrapper
{
	margin-bottom: 5px;
	font-weight: bold;
}

.contact_from_input_wrapper
{
	height: 30px; 
	line-height: 30px;
}

.contact_form_input_text
{
	width: 290px; 
	height: 25px; 
	line-height: 25px; 
	border: 2px solid #CDCDCD; 
	padding-left: 5px; 
	padding-right: 5px; 
	outline: none;
}

#contact_form_input_textarea_wrapper
{
	min-height: 150px; 
	line-height: 25px; 
	border: 2px solid #CDCDCD; 
	background: white;
	width: 300px;
}

#contact_form_input_textarea_wrapper #contact_message
{
	width: 290px; 
	min-height: 150px; 
	overflow: hidden; 
	border: none; 
	resize: none; 
	padding: 5px; 
	outline: none;
}

#contact_form_address_container
{
	margin-top: 20px;
}

#contact_address_wrapper
{
	width: 310px; 
	float: right;
	margin-right: 5px;
}

#contact_address_wrapper_top
{
	background: url('../../images/global/contact_address_wrapper_top.gif') no-repeat; 
	width: 310px; 
	height: 40px; 
	color: #005596; 
	line-height: 45px; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: left; 
	padding-left: 20px;
}

#contact_address_wrapper_body
{
	background: url('../../images/global/contact_add_content.gif') repeat-y; 
	font-size: 12px; 
	width: 310px;
	padding: 20px;
}

#contact_address_company_name
{
	font-weight: bold;
}

#contact_address_wrapper_bottom
{
	background: url('../../images/global/contact_add_bottom.gif') no-repeat; 
	font-size: 12px; 
	width: 310px; 
	height: 60px; 
	padding: 20px;
}

#contact_address_company_name, #contact_address_street_name, #contact_address_email_phone
{
	margin-bottom: 10px;
}

#contact_form_input_select
{
	width: 302px; 
	height: 32px; 
	border: 2px solid #CDCDCD; 
	padding: 5px; 
	outline: none;
}

#contact_form_submit_button_wrapper
{
	width: 305px;  
	margin-bottom: 15px; 
	min-height: 20px;
}

#contact_information_wrapper, #about_us_information_wrapper
{
	margin-bottom: 40px;
}

#contact_information_heading, #about_us_information_heading
{
	font-size: 16px;
	font-weight: bold;
}

.contact_information_text
{
	margin-top: 10px;
	font-size: 12px;
}

#contact_form_ajax_loader
{
	margin-top: 5px; 
	border: 2px solid #92CAE4; 
	height: 35px; 	
	width: 300px;  
	text-align: center;
	background: #D5EDF8 url('../../images/global/profile_photo_loader.gif') center center no-repeat;
}

#contact_form_ajax_success
{
	background: #E6EFC2;
    margin-top: 5px; 
	color: #264409;
	border: 2px solid #C6D880; 
	min-height: 15px; 
	line-height: normal;
	padding: 12px 5px;
	width: 290px;  
	text-align: center;
}

#contact_form_ajax_error
{
	background: #ffebe8; 
	margin-top: 5px; 
	border: 2px solid #FBC2C4; 
	min-height: 15px; 
	line-height: normal;
	padding: 12px 5px;
	width: 290px; 
	color: #8A1F11;
	text-align: center;
}

.about_sub_title_information_wrapper
{
	margin-top: 20px;
	font-size: 13px;
}

.about_sub_title_wrapper
{
	margin-bottom: 2px;
	font-weight: bold;
}

.about_information_content_wrapper
{
	text-align: justify;
}

/*===========================================================================================================================================*/

.offline_three_part_side_nav_wrapper
{
	padding-top: 30px;
}

.side_nav_href_anchor, .side_nav_href_anchor:hover
{
	text-decoration: none;
	display: block;
	height: 25px;
}

.useful_links_side_nav_tab_container
{
	height: 25px; 
	margin-top: 2px;
	line-height: 25px;
	width: 185px; 
	padding-left: 25px;
	text-align: left; 
	font-weight: normal; 
	margin: 0 auto; 
	color: #0F7FAE; 
	cursor: pointer;
	overflow: hidden;
	background: url('../../images/global/useful_links_sprite_img.png') no-repeat;
	margin-bottom: 2px;
}

#useful_links_tab, #global_partners_tab, #about_us_company_information_tab, #employers_internship_policy_tab, 
#employers_internship_formalities_tab, #student_application_letter_tab, #student_curriculum_vitae_tab, 
#student_job_interview_tab, #employers_how_it_works_tab, #personal_mediation_information_tab, #personal_mediation_packages_tab,
#about_us_company_vacancies_tab
{
	background-position: 0px 5px;
}

#partners_links_tab, #partners_schools_and_universities_tab, #about_us_company_history_tab
{
	background-position: 0px -21px;
}

#schools_and_universities_links_tab, #language_schools_links_tab, #become_a_partner_tab
{
	background-position: 0px -47px;
}

#educational_organizations_links_tab
{
	background-position: 0px -73px;
}

#interesting_sites_links_tab
{
	background-position: 0px -99px;
}

.partners_side_nav_tab_container
{
	height: 25px; 
	margin-top: 2px;
	line-height: 25px;
	width: 185px; 
	padding-left: 25px;
	text-align: left; 
	font-weight: normal; 
	margin: 0 auto; 
	color: #0F7FAE; 
	cursor: pointer;
	overflow: hidden;
	background: url('../../images/global/partners_sprite_img.png') no-repeat;
	margin-bottom: 2px;
}

.about_us_side_nav_tab_container
{
	height: 25px; 
	margin-top: 2px;
	line-height: 25px;
	width: 185px; 
	padding-left: 25px;
	text-align: left; 
	font-weight: normal; 
	margin: 0 auto; 
	color: #0F7FAE; 
	cursor: pointer;
	overflow: hidden;
	background: url('../../images/global/about_us_sprite_img.png') no-repeat;
	margin-bottom: 2px;
}