body
{
	font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    text-align: center;
    background: #fff;
    margin: 0px;
    padding: 0px;
	color: #333;
	word-wrap: break-word;
}

img
{
    border: none;
}

a
{
    text-decoration: none;
	color: #0F7FAE;
	cursor: pointer;
}

h1, h2, h3 
{
   margin: 0px;
}

select
{
    border: 1px solid silver;
	padding: 3px;
	font-family: arial;
	color: #333;
}

input[type="submit"]
{
    text-transform: uppercase;
}

textarea
{
   /*if autogrow is enabled set overflow to hidden*/
}

a:hover
{
    text-decoration: underline;
}

.body
{
    width: 960px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}

.clear
{
    clear: both;
}

.clear_both
{
	clear: both;
}

.clear_left
{
	clear: left;
}

.clear_right
{
	clear: right;
}

.header
{
    width: 960px;
	margin: 0 auto;
}

.content
{
    width: 960px;
	margin: 0 auto;
	margin-top: 20px;
}

.footer
{
    width: 960px;
	margin: 0 auto;
}

.company_logo
{
    float: left;
	text-align: left;
}

.website_sponsors_logo_wrapper
{
    float: right;
	margin: 0 auto;
	margin-top: 10px;
	margin-left: 40px;
	text-align: right;
}

#company_logo_slogan_wrapper
{
	margin-bottom: 8px;
	margin-top: 0px;
}

#website_slogan_wrapper
{
	float: right;
	position: absolute; 
	right: 0px; 
	bottom: 0px;
	width: 360px;
}

#top_deck_nav_container
{
	position: relative;
	margin-top: 3px;
	padding-top: 30px;
}

#top_deck_nav_ul_wrapper
{
	float: left;
	border: 0px solid red;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#website_slogan_top
{
	font-weight: bold; 
	color: #0F7FAE;
	font-size: 12px;
	text-align: right;
}

#website_slogan_bottom
{
	font-weight: normal; 
	font-size: 10px; 
	color: #666666;
	text-align: right;
}

.company_slogan .top_slogan_text
{
    font-weight: bold;
	font-size: 18px;
	color: #0F7FAE;
	cursor: default;
}

.company_slogan .bottom_slogan_text
{
    display: inline;
	font: 10px arial;
	font-weight: bold;
	color: #999;
	cursor: default;
}

.sponsor_logo_1
{
    float: right;
	width: auto;
	height: auto;
	text-align: right;
	margin-top: 10px;
}

#bottom_deck_nav_container
{
	border: 1px solid #0F7FAE;
	z-index: 2;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	-moz-border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	display: block;
	margin: 0 auto;
	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);
}

.top_nav
{
    list-style-type: none;
	margin: 0;
	width: 940px; 
	min-height: 35px;
	padding-left: 10px;
	padding-right: 8px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E0F8F7); /* for IE 7 and earlier */
}

.top_nav .top_nav_link
{
    border-right: 1px solid #999;
    width: auto;
	float: left;
	padding: 0 17px;
	margin: 10px 0;

}
.top_nav .top_nav_link.first {
	padding-left: 10px;
}
.top_nav .top_nav_link.last {
	border-right: 0;
}

.top_nav .top_nav_link a
{
    text-decoration: none;
	color: #0F7FAE;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Arial,Helvetica,sans-serif;
}

.top_nav .top_nav_link a:hover
{
    text-decoration: underline;
}

.bold_text_1
{
    font-size: 19px; 
	color: #0F7FAE; font-weight: normal;
	font-family: 'Trebuchet MS', sans-serif;
	text-transform: capitalize;
}

.bold_text_line_1
{
    width: 685px;
	height: 10px;
	/*float: left;*/
	padding-top: 1px;
	padding-left: 20px;
	border-bottom: 1px solid #0F7FAE;
	margin-bottom: 10px;
}

#ajax_page_section
{
    width: 705px; 
	height: auto; 
	float: right; 
	padding-top: 1px; 
	text-align: left; 
	padding-left: 20px;
}

.ajax_page_text_left
{
    float: left;
	width: auto;
	height: auto;
}

.searchinterns
{
    background: #fff url('../../images/global/icons/page_find.png') center left no-repeat;
    height: 25px; 
    line-height: 25px;
    width: 190px; 
    padding-left: 20px;
    text-align: left; 
    font-weight: normal; 
    margin: 0 auto; 
    color: #0F7FAE; 
    cursor: pointer;
    overflow: hidden;
}

.searchinterns_active
{
    height: 25px; 
    line-height: 25px;
    width: 190px; 
    padding-left: 20px;
    background: #D8DFEA url('../../images/global/icons/page_find.png') center left no-repeat;
    text-align: left; 
    font-weight: normal; 
    margin: 0 auto; 
    color: #0F7FAE; 
    cursor: pointer;
    overflow: hidden;
}

.searchinterns:hover
{
    text-decoration: underline;
	color: #0F7FAE;
}

.browseinterns
{
    background: #fff url('../../images/global/icons/page_go.png') center left no-repeat;
    height: 25px; 
    line-height: 25px;
    width: 190px; 
    padding-left: 20px;
    text-align: left; 
    font-weight: normal; 
    margin: 0 auto; 
    color: #0F7FAE; 
    cursor: pointer;
    overflow: hidden;
}

.browseinterns_active
{
    height: 25px; 
    line-height: 25px;
    width: 190px; 
    padding-left: 20px;
    background: #D8DFEA url('../../images/global/icons/page_go.png') center left no-repeat;
    text-align: left; 
    font-weight: normal; 
    margin: 0 auto; 
    color: #0F7FAE; 
    cursor: pointer;
    overflow: hidden;
}

.browseinterns:hover
{
    text-decoration: underline;
	color: #0F7FAE;
}

.view_matches_internships
{
    background: #fff url('../../images/global/icons/folder_table.png') center left no-repeat;
	height: 25px; 
	width: 190px; 
	padding-left: 20px;
	text-align: left; 
	font-weight: normal; 
	margin: 0 auto; 
	color: #0F7FAE; 
	cursor: pointer;
	overflow: hidden;
	font-weight: normal;
	line-height: 25px;
}

.view_matches_internships_active
{
    height: 25px; 
	width: 190px; 
	padding-left: 20px;
	background: #D8DFEA url('../../images/global/icons/folder_table.png') center left no-repeat;
	text-align: left; 
	font-weight: normal; 
	margin: 0 auto; 
	color: #0F7FAE; 
	cursor: pointer;
	overflow: hidden;
	font-weight: normal;
	line-height: 25px;
}

.view_matches_internships:hover
{
    text-decoration: underline;
	color: #0F7FAE;
}

.content_container
{
    height: auto; 
	width: 960px;
}

.side_nav_wrapper
{
    width: 220px; 
	min-height: 600px;
	height: auto; 
	float: left; 
	padding-left: 5px; 
	padding-right: 5px;
}

.top_nav .top_nav_link  .active
{
	color: #F93;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Arial,Helvetica,sans-serif;
}

.slogan_text
{
    width: auto;
	margin-top: 15px;
	display: inline; 
	height: auto; 
		float: left;
	text-align: left;
}

.slogan_text span
{
    font-size: 12px; 
	font-weight: bold; 
	color: #F93; 
	cursor: pointer;
}
.slogan_text, .slogan_text a 
{
	font-family: arial; 
	font-size: 12px; 
	font-weight: bold; 
	color: #666;
}

#top_login_logout_link_wrapper
{
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
	color: #0F7FAE;
	text-transform: capitalize;
	line-height: normal;
	float: right;
	padding-top: 18px;
	padding-right: 15px;
}

.section_divider
{
    background: url('../../images/global/line_divider.gif') left bottom no-repeat;
    height: 11px;
    padding-bottom: 49px;
    margin-bottom: -1px;
}
.footer_links_1 h6, .footer_links_2 h6 {
	font: 14px arial;
	font-weight: bold;
	color: #333;
	margin: 0;
}
.footer_links_1
{
    width: 175px;
	height: auto;
	float: left;
	text-align: left;
	font: 14px arial;
	font-weight: bold;
	color: #333;
	margin-left: 2px;
	overflow: hidden;
}

.footer_links_1 ul
{
    list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

.footer_links_1 ul
{
    margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
}

.footer_links_1 ul a
{
    font-size: 12px;
	font-weight: normal;
	color: #777;
	text-transform: capitalize;
}

.footer_links_2
{
    width: 400px;
	float: right;
	margin-left: 5px;
}

.footer_ads_1
{
    float: right;
	width: 220px;
	height: auto;
	text-align: right;
	margin-top: 3px;
}

.copyright
{
    text-align: left;
	margin-top: 18px;
	font: 12px arial;
	color: #333;
}

#website_built_by
{
	text-align: left;
	margin-top: 2px;
	font: 12px arial;
	color: #333;
}

.noscript
{
    margin: 0 auto;
	width: 960px;
	height: 60px;
	border: 1px solid #EB2442; 
	background: #FFEBE8;
	display: block;
	margin-top: 10px;
}

.noscript span
{
    color: black; 
	font-weight: normal; 
	height: 60px; 
	line-height: 60px;
	text-transform: none;
}

.beta
{
    position: fixed;
	width: 86px;
	height: 86px;
	top: 0px;
	right: 0px;
	background: url('../../images/global/beta.gif') no-repeat;
	border: none;
}

.feedback_button
{
    position: fixed;
	width: 40px;
	height: 160px;
	top: 35%;
	left: 0px;
	background: red;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.gradient_button
{
    padding: 4px;
	font: 12px arial;
	font-weight: bold;
	width: auto;
	border: 1px solid #0F7FAE;
	cursor: pointer;
	color: #1F7193;
	text-transform: uppercase;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	background: #EAC117;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EAC117)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #EAC117);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#EAC117); /* for IE */
}

.gradient_button_blue
{
    padding: 4px;
	font: 12px arial;
	font-weight: bold;
	width: auto;
	border: 1px solid #0F7FAE;
	cursor: pointer;
	color: #1F7193;
	text-transform: uppercase;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	background: #58B4DB;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#83B4C9));
    background: -moz-linear-gradient(top,  #fff,  #83B4C9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#58B4DB); /* for IE */
}

.gradient_button_green
{
    padding: 4px;
	font: 12px arial;
	font-weight: bold;
	width: auto;
	border: 1px solid #0F7FAE;
	cursor: pointer;
	color: #1F7193;
	text-transform: uppercase;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	background: #B2D549;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#B2D549));
    background: -moz-linear-gradient(top,  #fff,  #B2D549);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#B2D549); /* for IE */
}

.gradient_button_gray
{
    padding: 4px;
	font: 12px arial;
	font-weight: bold;
	width: auto;
	border: 1px solid #0F7FAE;
	cursor: pointer;
	color: #1F7193;
	text-transform: uppercase;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	background: #ECE5B6;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ECE5B6)); 
    background: -moz-linear-gradient(top,  #fff,  #ECE5B6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ECE5B6); /* for IE */
}

.blue_button
{
    cursor: pointer;
	background: #C7EEFF;
	border: 1px solid #86A332;
	color: #347C2C;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.green_button
{
    cursor: pointer;
	background: #B2D549;
	border: 1px solid #86A332;
	color: #347C2C;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.cancel_button
{
    cursor: pointer;
	background: #ECE5B6;
	border: 1px solid #86A332;
	color: #347C2C;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.yellow_gradient_button
{
	cursor: pointer;
	background: #F1B749;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F1B749)); 
    background: -moz-linear-gradient(top,  #ffffff,  #F1B749);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#F5AA1B); /* for IE */
	border: 1px solid #E8AC47;
	color: #454545;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.yellow_gradient_button:hover
{
	background: #F2C46C;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F2C46C)); 
    background: -moz-linear-gradient(top,  #ffffff,  #F2C46C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#DE9E17); /* for IE */
}

.cancel_gradient_button
{
	cursor: pointer;
	background: #EEEEEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#EEEEEE)); 
    background: -moz-linear-gradient(top,  #ffffff,  #EEEEEE);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#DCD4C3); /* for IE */
	border: 1px solid silver;
	color: #454545;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cancel_gradient_button:hover
{
	background: #cbcbcb;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cbcbcb)); 
    background: -moz-linear-gradient(top,  #ffffff,  #cbcbcb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cbcbcb); /* for IE */
}

.spacer2px
{
    height: 2px;
}
.spacer5px
{
    height: 5px;
}

.spacer10px
{
    height: 10px;
}

.spacer15px
{
    height: 15px;
}

.spacer20px
{
    height: 20px;
}

.spacer25px
{
    height: 25px;
}

.spacer30px
{
    height: 30px;
}

.spacer35px
{
    height: 35px;
}

.spacer40px
{
    height: 40px;
}

.spacer45px
{
    height: 45px;
}

.display_none
{
    display: none;
}

.display_block
{
    display: block;
}

a.profile_add_new_item
{
    text-decoration: none;
	color: #0F7FAE;
	font-weight: normal;
	text-transform: capitalize;
	padding-left: 20px;
	background: url('../../images/global/icons/add.png' ) center left no-repeat;
}

.downloadpdf
{
    background: url('../../images/global/icons/page_white_acrobat.png') center left no-repeat; 
	text-decoration: none;
	color: #0F7FAE; 
	font-weight: normal;
	padding-left: 20px;
	height: 20px;
}

.downloadword
{
    background: url('../../images/global/icons/page_word.png') center left no-repeat; 
	text-decoration: none;
	color: #0F7FAE; 
	font-weight: normal;
	padding-left: 20px;
	height: 20px;
}

.select_language_wrapper
{
    float: right;
	width: 180px;
	margin-left: 3px;
	cursor: pointer;
	height: auto;
	margin-right: 1px;
}

.selected_language_wrapper
{
    width: 179px;
	height: 25px;
	border: 1px solid #0F7FAE;
	background: #E0F8F7;
}

.main_language_flag_container
{
    width: 178px;
	height: 25px;
}

.language_flag_container
{
    width: 178px;
	height: 25px;
	cursor: pointer;
}

.language_flag_container:hover
{
    background: #9ADBD8;
}

.language_container
{
    width: 120px;
	height: 25px;
	line-height: 25px;
	text-transform: capitalize;
	padding-left: 10px;
    padding-right: 10px;
    float: left;
    font-size: 13px;
    font-family: arial;
	text-align: left;
}

.language_arrow_container
{
    float: right;
	width: 16px;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
    padding-right: 10px;
    background: url('../../images/global/icons/gray_down_arrow_1.png') 15px center no-repeat;
}

.language_arrow_wrapper
{
    height: 11px;
	width: 16px;
	margin-top: 5px;
}

.language_select_drop_ie
{
    width: 180px;
	height: auto;
	border: 1px solid #0F7FAE;
	position: absolute;
	margin-top: 1px;
	display: none;
	background: #E0F8F7;
	margin-left: -180px; /*Fix for ie 7 position bug*/
	z-index: 6000;
}

.language_select_drop
{
    width: 180px;
	height: auto;
	border: 1px solid #0F7FAE;
	position: absolute;
	margin-top: 1px;
	display: none;
	background: #E0F8F7;
	z-index: 6000;
}

.view_profile_link_wrapper
{
	/*background: #fff url('../../images/global/icons/zoom.png') center left no-repeat;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;*/
	width: 300px;
}

.view_profile_link
{
    text-decoration: none;
	background: #fff url('../../images/global/icons/zoom.png') center left no-repeat;
	padding-left: 20px;
	height: 16px;
	display: block;
	color: #0F7FAE;
}

div.pagination 
{
	padding: 3px;
	margin: 2px;
	text-align: center;
}

div.pagination a 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #0F7FAE;
	text-decoration: none;
	color: #0F7FAE;
}

div.pagination a:hover, div.pagination a:active 
{
	border: 1px solid #0F7FAE;
	color: #000099;
}

div.pagination a.current 
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #0F7FAE;
	color: #FFF;
	cursor: default;
}

div.pagination a.disabled 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
	cursor: default;
}

#left_small_photo_div_wrapper
{
    float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.left_small_photo_div_wrapper
{
    float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.placement_ajax_loader
{
    height: 15px; 
	width: 200px; 
	margin-top: 2px;   
	background: url(../../images/global/profile_nav_loader.gif) left center no-repeat; 
	display: none;
}

.placement_server_error
{
    background: url(../../images/global/icons/error.png) left center no-repeat; 
	padding-left: 25px;
	color: #eb2442;
	height: 25px;
	width: 420px;
	line-height: 27px;
	display: none;
}

.placement_server_success
{
    background: url(../../images/global/icons/accept.png) left center no-repeat; 
	padding-left: 25px;
	color: green;
	height: 25px;
	width: 420px;
	line-height: 27px;
	display: none;
}

.index_sectionelse_wrapper
{
    height: 240px;
	width: 307px;
	text-align: center;
	padding-top: 30px;
}

.back_to_profile_page_button
{
	padding: 7px 8px 7px 8px;
	font: 13px arial;
	font-weight: bold;
	width: auto;
	border: 1px solid #0F7FAE;
	cursor: pointer;
	color: #1F7193;
	line-height:normal;
	text-transform: none;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	background: #EAC117;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EAC117)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #EAC117);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#EAC117); /* for IE */
}

.back_to_profile_page_button:hover
{
	text-decoration: none;
	background: #F2C46C;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F2C46C)); 
    background: -moz-linear-gradient(top,  #ffffff,  #F2C46C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#F2C46C); /* for IE */
}

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

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

#confirmation_popup_title_wrapper
{
	height: 30px; 
	width: 450px; 
	border: 1px solid white; 
	background: #0F7FAE; 
	line-height: 30px;
}

#confirmation_popup_title_span
{
	padding-left: 10px; 
	color: white; 
	font-size: 15px; 
	font-weight: bold; 
	cursor: default;
}

#confirmation_popup_content_wrapper
{
	background: white; 
	margin:0 auto; 
	padding: 10px;
}

#confirmation_popup_text_wrapper
{
	background: white; 
	padding: 5px; 
	text-align: left; 
	color: #666; 
	float: left;
}

#confirmation_popup_buttons_wrapper
{
	padding-top: 8px; 
	margin-bottom: 10px;
}

#confirmation_popup_cancel_wrapper
{
	float: left; 
	padding-left: 10px;
}

#confirmation_popup_continue_wrapper
{
	float: left;
}

.profile_fieldset .div_left
{
    float: left; 
	width: 160px; 
	color: black; 
	font-weight: normal;
	min-height: 10px;
}

.profile_fieldset .div_left span 
{
    height: 25px;
	line-height: 25px;
	font-weight: normal;
	color: black;
}

.profile_fieldset .div_right
{
    padding-left: 20px;
    float: left; 
	width: 410px; 
	color: black; 
	font-weight: normal;
}

#side_nav_ajax_loader
{
	height: 15px; 
	width: 190px; 
	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;
}

#top_photo_holder
{
    margin-top: 10px;
}

#top_photo_holder img
{
    float: left;
}

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

#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;
}

#ajax_display_container
{
    width: 705px; 
	min-height: 600px; 
	margin-top: 40px;
}

#feedback_button
{
	position: fixed;
	width: 31px;
	height: 211px;
	top: 35%;
	left: 0px;
	background: url('../../images/global/feedback_button.png') left center no-repeat;
	cursor: pointer;
}

#website_feedback_container_wrapper
{
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url('../../images/global/feedback_bg_one.png') repeat-x scroll 0 0 #DCD8D7;
    border-color: white #9EA3A9 #9EA3A9 white;
    border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 2px;
    padding: 20px 20px 10px;
    width: 400px;
	min-height: 400px;
	margin-top: 42px;
}

.website_feedback_html_container
{
	width: 460px;
	min-height: 460px;
}

#close_feed_back_popup_wrapper
{
	height: 42px;
	width: 42px;
	float: right;
	position: absolute;
	top: 30px;
	right: 0px;
	cursor: pointer;
	background: transparent url('../../images/global/feedback_close_button.png') no-repeat;
}

#feedback_container_title
{
	color: #40454F;
    font-size: 140%;
    letter-spacing: -0.5px;
    line-height: 1em;
    margin-bottom: 1em;
}

#feedback_input_fields_container
{
	margin-top: 40px;
}

.feedback_input_field_wrapper
{
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-color: #777777 #CCCCCC #CCCCCC #777777;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
	width: 300px;
}

.feedback_input_text_field
{
	border: medium none;
    color: #999999;
    cursor: text;
    display: block;
    font: 120% Arial,Helvetica,sans-serif;
    padding: 6px;
    width: 95%;
	overflow: hidden;
}

.feedback_input_select_field
{
	border: medium none;
    display: block;
    font: 120% Arial,Helvetica,sans-serif;
    padding: 6px;
    width: 99%;
	overflow: hidden;
}

.feedback_input_radio_field
{
	height: 30px;
	float: left;
	margin-right: 20px;
}

.feedback_input_radio
{
	height: 15px;
	float: left;
	margin-right: 3px;
	vertical-align: bottom;
}

.feedback_input_radio_label
{
	height: 18px;
	line-height: 18px;
	float: left;
}

.feedback_input_label
{
	margin-bottom: 5px;
	color: #40454F;
	font-size: 13px;
	font-weight: bold;
}

.feedback_input_textarea
{
	border: medium none;
    display: block;
    font: 120% Arial,Helvetica,sans-serif;
    padding: 6px;
    width: 95%;
	overflow: hidden;
	resize: none;
	min-height: 80px;
}

.feedback_input_fields_wrapper
{
	margin-bottom: 15px;
}

.feedback_asterisk
{
	color: #EB2442;
}

#feedback_ajax_request_loader
{
	height: 30px;
	line-height: 30px;
	min-width: 40px;
	background: url('../../images/global/facebook_like_preloader.gif') left center no-repeat;
	padding-left: 40px;
}

#feedback_ajax_request_success
{
	height: 30px;
	line-height: 35px;
	min-width: 40px;
	background: url('../../images/global/tick_icon.png') left center no-repeat;
	padding-left: 30px;
	color: green;
}

#feedback_ajax_request_error
{
	height: 30px;
	line-height: 35px;
	min-width: 40px;
	background: url('../../images/global/message_error_icon.png') left center no-repeat;
	padding-left: 30px;
	color: #EB2442;
}

#profile_ad_section
{
    width: 230px; 
	min-height: 700px;
	float: right; 
	margin: 0 auto;
}

#ad_text_divider
{
    height: 10px; 
	border-bottom: 1px solid #0F7FAE; 
	width: 205px;
}

#profile_ad_section p
{
    width: 220px;
	text-align: center;
	padding-left: 12px;
}

#ad_text_wrapper
{
    text-align: left; 
	padding-left: 20px;
}

.top_deck_nav_tabs
{
    height: 35px;
    line-height: 35px;
    margin-bottom: 0px;
	padding: 0px;
	
}

.top_deck_nav_tabs li
{
    float:left;
    margin-bottom: -1px;
    margin-right: 2px;
    font-weight: bold;
    font-size: 11px;
    text-transform: capitalize;
    list-style: none;
    display: block;
    cursor: pointer;
	position: relative;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
}

.top_deck_nav_tabs a
{
    padding:0 20px;
	height: 35px; 
	display: block;
}

.top_deck_nav_tabs a:hover
{
    text-decoration: none;
}

.top_deck_nav_tab_not_active
{
    background: #F3F3F3; /*#E7FABB*/
    height: 34px;
    border: 1px solid #888;
	-moz-border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	color: #666666;
	border-bottom: 0px;
	line-height: 31px;
}

.top_deck_nav_tab_not_active a
{
	color: #666666;
}

.top_deck_nav_tab_not_active:hover
{
    background-color: #E0F8F7;
	border: 1px solid #0F7FAE;
	border-bottom: 0px;
    -moz-transition:background-color .25s linear; 
    -webkit-transition:background-color .25s linear;
    transition:background-color .25s linear;
}

.top_deck_nav_tab_active
{
    display: block;
    border: 1px solid #0F7FAE;
    border-bottom: 1px solid #fff;
    background: #fff;
    height: 34px;
	line-height: 34px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	color: #678521;
}

.top_deck_nav_tab_active a
{
	color: #678521;
}

.top_deck_nav_tab_active:hover
{
    background-color: #FFF;
	border-bottom: 1px solid #fff;
    -moz-transition:background-color .25s linear; 
    -webkit-transition:background-color .25s linear;
    transition:background-color .25s linear; 
}

.view_profile_wrapper
{
	min-width: 100px;
	/*height: 20px;
	line-height: 20px;
	background: url('../../images/global/icons/zoom.png') left center no-repeat;
	padding-left: 20px;*/
}

.placement_info_box
{
    border: 1px solid #FFE358;
	background: #FFFFBB url('../../images/global/icons/information.png') 5px 15px no-repeat;
	min-height: 30px;
	width: 420px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 27px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 30px;
	color: black;
	font-weight: normal;
}

.page_important_notification_box
{
	border: 1px solid #FFE358;
	background: #FFFFBB url('../../images/global/icons/information.png') 5px 20px no-repeat;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 20px 30px 20px 27px;
	color: black;
	font-weight: normal;
}

.right_side_ads_text_wrapper
{
	margin: 0 auto;
	border-bottom: 1px solid #0F7FAE;
    padding-bottom: 10px;
    width: 205px;
	text-align: left;
}

.right_side_ads_content_wrapper
{
	margin: 0 auto;
	width: 205px;
}

.right_side_ads_image_wrapper
{
	padding-top: 10px; 
}

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

.inactive_side_nav_tab_bg_color
{
	background-color: #FFFFFF !important;
}

.inactive_side_nav_tab_bg_color:hover
{
	background-color: #EFF2F7 !important;
}

.active_side_nav_tab_bg_color
{
	background-color: #D8DFEA !important;
}

.left_side_nav_ul_container
{
	width: 220px; 
	text-align: left; 
	font-weight: normal; 
	color: #0F7FAE; 
	cursor: pointer;
	overflow: hidden;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.left_side_nav_li_container
{
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
}

.bg_position_05px
{
	background-position: 0 5px !important;
}

.bg_position_0-21px
{
	background-position: 0 -21px !important;
}

.bg_position_0-47px
{
	background-position: 0 -47px !important;
}

.bg_position_0-74px
{
	background-position: 0 -74px !important;
}

.bg_position_0-99px
{
	background-position: 0 -99px !important;
}

.bg_position_0-100px
{
	background-position: 0 -100px !important;
}

.bg_position_0-126px
{
	background-position: 0 -126px !important;
}

.bg_position_0-151px
{
	background-position: 0 -151px !important;
}

.bg_position_0-177px
{
	background-position: 0 -177px !important;
}

.bg_position_0-203px
{
	background-position: 0 -203px !important;
}

.bg_position_0-230px
{
	background-position: 0 -230px !important;
}

.bg_position_0-228px
{
	background-position: 0 -228px !important;
}

.add_png_icon_link
{
	background: url('../../images/global/icons/add.png') left center no-repeat;
	color: #0F7FAE;
    font-weight: normal;
    padding-left: 20px;
    text-decoration: none;
}

.required_input_field_shadow
{
	-moz-box-shadow: 0 0 0.25em #FC3737;
	-webkit-box-shadow: 0 0 0.25em #FC3737;
	box-shadow: 0 0 0.25em #FC3737;
}

.vertical_align_top
{
	vertical-align: top;
}

.page_ads_section
{
	float: right;
    margin: 0 auto;
    min-height: 400px;
    padding-left: 10px;
    width: 210px;
}

#change_language_list_wrapper
{
	float: right;
	padding-top: 10px;
}

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

#language_drop_down_ul_wrapper
{
	padding-bottom: 10px;
	width: 200px;
	
}

#language_drop_down_ul_wrapper:hover > ul
{
	display: block;
}

#language_drop_down_ul_wrapper div
{
	padding: 7px;
	border: 1px solid red;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #E0F8F7;
	border: 1px solid #0F7FAE;
	cursor: pointer;
	text-align: left;
	padding-left: 32px;
}

#language_drop_down_li_wrapper
{
	list-style: none;
	display: none;
	position: absolute;
	text-align: left;
	width: 198px;
	background-color: #E0F8F7;
	border: 1px solid #0F7FAE;
	margin: 0px;
	padding: 0px;
	z-index: 500;
}

#language_drop_down_li_wrapper li
{
	background-repeat: no-repeat;
	background-position: 10px center;
	cursor: pointer;
	padding-left: 32px;
	height: 30px;
	line-height: 30px;
}

#language_drop_down_li_wrapper li:hover
{
	background-color: #9ADBD8;
}

#language_drop_down_li_wrapper li a
{
	text-decoration: none;
	display: block;
	color: black;
}

.ajax_request_success_page_div_wrapper
{
	background: url("../../images/global/icons/tick.png") no-repeat scroll 5px center #EBF8A4;
    border: 1px solid #A2D246;
    padding: 20px 20px 20px 27px;
}

.search_result_item_wrapper
{
	border: 1px solid #0F7FAE;
	padding: 2px;
	cursor: pointer;
}

.search_result_item_wrapper:hover
{
	background: #EFF2F7;
}

.student_information_wrapper
{
	width: 698px;
	border: 1px solid #0F7FAE;
	padding: 2px;
	cursor: pointer;
}

.student_information_wrapper:hover
{
	background: #EFF2F7;
}

#client_name_left_section_wrapper
{
	padding-left: 10px;
	color: #0F7FAE;
	float: left;
	width: 145px;
}

#client_name_left_section_href
{
	text-decoration: none;
	font-weight: bold;
}

#client_name_left_section_href:hover
{
	text-decoration: underline;
}

.delete_invitation_application_link
{
	text-decoration: none;
	color: #0F7FAE;
	padding-left: 20px;
	background: url('../../images/global/icons/delete.png' ) center left no-repeat;
}

.language_competence_container
{
	border: 1px solid #0F7FAE; 
	padding: 5px; 
	min-height: 5px; 
	margin-bottom: 3px;
	width: 370px;
}

.placement_language_append_wrapper
{
	min-height: 18px; 
	line-height: 18px; 
	padding-bottom: 5px;
}

.placement_language_append_wrapper .first_float
{
	float: left; 
	width: 330px;
}

.placement_language_append_wrapper .second_float
{
	float: right; 
	width: 20px; 
	text-align: right;
}

.placement_language_append_wrapper img
{
	cursor: pointer;
}