@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

#wrapper {
  width: 1250px;
  margin: 0 auto;
  position: relative;
  height: 243px;
  display: block;
}

#Header{
	background-image:url(../images/headerbackground.png);
	width:1249px;
	height:209px;
}

/* SEARCH BAR */

#searchSection {
    left: 734px;
    position: absolute;
    top: 145px;
    width: 500px;
}

.sponsoredByTextStyle {
    float: left;
    width: 98px;    
    font-size: 12px;
}
.sponsoredByBanner {
	float: right;
        margin-bottom: 150px;
        padding-top:1px;
}

.google_search_form {
    float: left;
    padding-top: 15px;
    width: 270px;
}

.search_sponsor_container {
    float: right;
    height: 40px;
    margin: 15px 0 0 10px;
    overflow: hidden;
    width: 200px;
}

/* END SEARCH BAR */

#topnav {
	width: 600px;
	height: 12px;
	top: 98px;
	position: absolute;
	left: 635px;
	cursor: pointer;	
}
.buttontop {
	float:right;
	width:100px;
	height:28px;
	padding-left:.85px;
	margin-right:5px;	
		
}

.btnDescriptiontop {
	color: #000;
text-align: center;
top: -15px;
border: 0px solid #000;
border-radius: 6px 6px 6px 6px;
font-family: sans-serif;
font-size: 14px;
font-weight: bold;
height: 21px;
padding-top: 1px;
background-image: url(../images/top_button_normal.png);
background-repeat: no-repeat;
		
}
.btnDescriptiontop:hover {
	color:#00F;
	text-align:center;
	/*top:-15px;
	border: 0px solid #000;	*/
	background-image:url(../images/hover.png);	
        background-repeat: no-repeat;
}

#flagsection {
    float: left;
    height: 32px;
    margin-left: 475px;
    margin-top: 0px;
    width: 260px;
}
.flag {
    float: left;
    height: 32px;
    width: 38px;
}
#flag1 {
    background-image: url("../images/usasmall.png");
    background-repeat: no-repeat;
}
#flag2 {
    background-image: url("../images/polandsmall.png");
    background-repeat: no-repeat;
}
#flag3 {
    background-image: url("../images/chinasmall.png");
    background-repeat: no-repeat;
    float: left;
}
#flag4 {
    background-image: url("../images/czechsmall.png");
    background-repeat: no-repeat;
}
#flag5 {
    background-image: url("../images/eusmall.png");
    background-repeat: no-repeat;
}
#flag6 {
    background-image: url("../images/russiasmall.png");
    background-repeat: no-repeat;
}

#Leaderboard {
    float: right;
    width: 738px;
    height: 137px;
    padding: 2px;
}

.sidb-button {
	background-image: url("../images/Database_Website_Button.png");
	background-repeat: no-repeat;
	width: 160px;
	height: 108px;
	margin-top: -5px;
	margin-bottom: 5px;
}


.eventIcon_pe {
	background-image: url("../images/events_icon_pe.png");
	background-repeat: no-repeat;
	width: 160px;
	height: 108px;
	margin-top: -108px;
}

.eventIcon_ce {
	background-image: url("../images/events_icon_ce.png");
	background-repeat: no-repeat;
	width: 160px;
	height: 108px;
	margin-top: -108px;
}

.eventIcon_cse {
	background-image: url("../images/events_icon.png");
	background-repeat: no-repeat;
	width: 160px;
	height: 108px;
	margin-top: -108px;
}



/* NEW LOGIN BOX STYLES */


 #loginContainer {
    border: 0 solid #000000;
    left: 5px;
    position: relative;
    width: 434px;
}

#loginContainer {
    float: left;
    height: 68px;
    margin-left: 5px;
    width: 420px;
}

#loginContainer div {
    float: left;
    font-family: sans-serif;
    overflow: hidden;
}
#inputContainer input {
    background-color: #F3FBF4;
    border: 0 solid;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 5px #000000;
    font-style: italic;
    margin-top: 6px;
    padding: 3px;
    width: 130px;
}
#buttonContainer {
    margin-top: 4px;
    width: 100px;
}
#buttonContainer input {
    background: url("../images/p.btn_login-input.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #000000;
    cursor: pointer;
    height: 38px;
    text-align: center;
    width: 95px;
}
#buttonContainer a {
    color: #005FA2;
    cursor: pointer;
    font-size: 10px;
    margin-left: 8px;
    margin-top: 4px;
    text-decoration: underline;
    width: 118px;
}

#inputContainer {
    padding-left: 12px;
padding-right: 0px;
padding-top: 3px;
width: 158px;
height: 60px;
border-left: thin #09F;
border-right: thin #09F;
}

#subscribeContainer {
    height: 65px;
    line-height: 6px;
    /* padding-top: 24px; */
    width: 150px;
}

#subscribeContainer {
    height: 65px;
    line-height: 6px;
    width: 150px;
    padding-top: 17px;
    line-height: 20px;
}

#subscribeContainer a {
    color: #005FA2;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-style: italic;
    padding: 8px;
    text-decoration: none;
    width: 143px;
}





/* LOGIN BOX */

/* #loginContainer {
    width: 439px;
    height: 62px;
    border: 0 solid #000;
    position: relative;
    left: 5px;
    float:left;
}
*/

#buttonContainer {
   margin-top: 4px;
   width: 100px;
}

#buttonContainer a {
   width: 118px;
   text-decoration: underline;
   font-size: 10px;
   color: #005fa2;
   cursor: pointer;
   margin-left: 8px;
   margin-top: 4px;
}

#buttonContainer a:hover {
   width: 118px;
   text-decoration: none;
   font-size: 10px;
   color: #005fa2;
   cursor: pointer;
}
#buttonContainer_logout {
   margin-top: 16px;
}
#buttonContainer_logout a{
    width: 118px;
    text-decoration: underline;
    font-size: 10px;
    color: #005fa2;
    cursor: pointer;
    margin-left: 8px;
    margin-top: 4px;
}
#buttonContainer_logout a:hover{
    width: 118px;
    text-decoration: none;
    font-size: 10px;
    color: #005fa2;
    cursor: pointer;
}

#inputContainer {
   padding-left: 12px;
padding-right: 0px;
padding-top: 3px;
width: 158px;
height: 60px;
border-left: thin #09F;
border-right: thin #09F;
}
#inputContainer_logout {
    border-left: thin none #0099FF;
    border-right: thin none #0099FF;
    height: 67px;
    padding-top: 0;
    padding-right: 0px;
    width: 165px;;
}

/* #loginContainer {
float: left;
width: 355px;
height: 68px;
margin-left: 20px;
}
*/

/* #subscribeContainer {
   padding-top: 24px;
}

#subscribeContainer a {
   width: 75px;
   padding-top: 20px;
   text-decoration: none;
   font-size: 18px;
   color: #005fa2;
   font-family: Arial, Helvetica, sans-serif;
   font-style: italic;
   cursor: pointer;
}
*/

#subscribeContainer a:hover {
   text-decoration: underline;
   cursor: pointer;
}

#loginContainer div {
   float: left;
   overflow: hidden;
   font-family: sans-serif;
}
		
#welcomeContainer {
    text-align:center;
    font-size: 15px;
    margin-top: 25px;
}

#inputContainer input {
   border: 0 solid;
   border-radius: 4px 4px 4px 4px;
   padding: 3px;
   margin-top: 6px;
   margin-bottom:0px;
   height:16px;
   background-color: #F3FBF4;
   box-shadow: 0 0 5px #000;
   font-style: italic;
   width: 130px;
}

#inputContainer input:focus {
   border-color: #9ecaed;
   box-shadow: 0 0 5px #9ecaed;
}
#inputContainer_error {
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 3px;
    width: 140px;
    height: 62px;
    border-left: thin #09F;
    border-right: thin #09F;
}
#inputContainer_error input{
    border: 2px solid #F00;
    border-radius: 4px;
    font-size: 11px;
    padding: 3px;
    font-style:italic;
    margin-top: 6px;
    background-color:#F3FBF4;
    box-shadow:0 0 5px #000;
    color:#000;
    width: 130px;		
}
#inputContainer_error input:focus { 
    border-color:#F00;
    box-shadow:0 0 5px #F00;
}


/* END LOGIN BOX */

.leftADcontainer, .rightADcontainer {
	width: 160px;	
}

.leftADcontainer{
	float:left;
	/* padding: 10px 5px 10px 0; */
	margin: 10px 10px 10px 0;
}

.rightADcontainer {
	float:right;
	/* padding: 10px 0 10px 5px; */
	margin: 10px 0 10px 0px;
}

.leftADcontainer .skyscraper_holder {
	padding-bottom: 10px;
}

.SkyScraperBottomLeft{

}

.SkyScraperBottomRight{
	/* float:right; */
	/* width: 170px; */
}

.ad_holder {
  margin-bottom: 10px;
}

.ad_holder_skyscraper_bottom_right {
 margin-left: 10px;
}

#top_content {
	float: left;
	width:77.6%;	
	padding-left:30px;
	height:620px;
}

#bottom_content {
float: left;
position: relative;
width: 910px;
}

#Footer {
	background-image: url(../images/newfooter3.png);
	width: 1250px;
	height: 400px;
	float:left;
}


/* NEW MENU */


/* END NEW MENU */



.footerUL {
	list-style:none;
	height: 345px;
	
}

.footerUL li {
	float:left;
	width:131px;
	
}

.footerUL li a {
       color: #FFF;
       text-decoration:none;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11px;
       display: block;
       margin-left: 5px;
       line-height: 16px;
}

.footerUL li a:hover {
       color: #FFF;
       text-decoration:underline;
}

/* BEGIN SOCIAL LINKS */
#socialLinksContainer {
    left: 450px;
position: absolute;
top: 162px;
width: 270px;
}
#social_1 {
    clear: both;
}
#social_1, #social_2, #social_3, #social_4, #social_5, #social_6 {
    text-align: center;
    width: 16.67%;
}
#social_1, #social_2, #social_3, #social_4, #social_5, #social_6  {
    float: left;
}
/* END SOCIAL LINKS */

/* BEGIN INTERNATIONAL ICONS */
#internationalIcons {
    color: #FFFFFF;
    height: 46px;
    left: 478px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 220px;
    z-index: 10000;
}
#international_icon_label {
color: black;
    font-family: Arial;
    font-size: 11px;
    font-style: italic;
    height: 12px;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
}
#internationalIcons .icon_holder{
    float: left;
    height: 26px;
    margin: 0 3px 0 0;
    padding: 0;
    position: relative;
    width: 15%;
}
.int_icon_caption, .int_icon {
}

.int_icon {
    width: 31px;
    height: 22px;
}

.int_icon_caption {
    color: #000000;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 0.8em;
    width: 100%;
    height: 100%;
    line-height: 2.8em;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    display: none;
}

/* END INTERNATIONAL ICONS */

/* DEBUG INFO */
.debug_content {
  float: left;
  font-size: 12px;
  font-family: Arial;
}  
 /* END DEBUG INFO */ 
 
.companyLogoLink {
	display: block;
position: relative;
width: 223px;
height: 60px;
top: -55px;
float: right;
}

.bottomLogoLink {
float: left;
display: block;
}

/* Far RIght News */
.far_right_news {
    float: left;
    margin-top: 111px;
    width: 160px;
}

div.news_list_formatRev2012_farRight {
    background-image: url("../images/featuredheader2.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: White;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    line-height: 16px;
    /*margin-left: 12px;*/
    margin-left: 4px;
    padding-bottom: 4px;
    /*width: 151px;*/
    width: 160px;
}

.news_list_formatRev2012_farRight {
    background-color: #f1f0f0;
    border: 0 solid #5E5E5E;
}

div.news_list_formatRev2012_top div.csc-header-n2, div.news_list_formatRev2012_bottom div.csc-header-n2, div.news_list_formatRev2012_farRight div.csc-header-n2 {
    margin-bottom: 8px;
    text-align: center;
}

.news-list-item {
    color: #000000;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    clear: both;
    font-size: 10px;
    line-height: 19px;
    margin: 0 0 3px;
    margin-left:5px;
    font-family: sans-serif;
}

span.list_news_title, h1.list_news_title, h2.list_news_title, h3.list_news_title {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0 0 0 13px;
    background-image: url("/fileadmin/templates/redesign2012/images/all_square.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    color: #006699;
    text-decoration: none;
}
h2.list_news_title a{
	font-weight: bold;
}

.news-list-item a {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    text-decoration: none;
}

.news-list-item a:hover {
    text-decoration:underline;
}

.farRight_moreLinkHolder {
    text-align: center;    
    font-size: 14px;
}

.farRight_moreLinkHolder a {
    text-decoration: none;
}

.farRight_moreLinkHolder a:hover {
    text-decoration: underline;
}
span.blue_news_header {
font-size: 17px;
font-weight: bold;
line-height: 20px;
color: #000;
font-family: sans-serif;
text-decoration: none;
}

#main_content_section {
float: left;
width: 908px;
padding-bottom: 20px;
}