span, div, td, p, li{
font-size: 13px;
}

h1, h2, h3, h4, h5, h6{
color: #2894d5;
font-weight: normal;
margin: 0px 0px 0.5em 0px;
}

p,ul,ol{
margin: 0px 0px 1em 0px;
}

li{
margin: 0px 0px 0.2em 1em;
}

a, a:hover{
color: #2894D5;	
text-decoration:underline;
}

label{
font-weight: bold;
color: #444;
display:inline-block;
}

body{
background: #FFF url(/images/front/page_bg.jpg) repeat-x fixed center bottom;
min-height: 600px;
}

.error{
color: #A30;
font-size: 1em;
font-weight: bold;
}

.info{
color: #0A0;
font-size: 1em;
font-weight: bold;
}

.separator_rounded{
background: transparent url(/images/front/separator_bg.png) no-repeat scroll center top;
width: 100%;
height: 4px;
clear:both;
margin: 10px 0px 10px 0px;
}

#header{
width: 950px;
height:111px;
margin: 0px auto;
background-color:#FFF;
}

#header_stripe{
background-color:#FFF;
}

#header_logo{
display:block;
width: 321px;
height: 68px;
background-image: url(/images/front/idrate_logo.gif);
background-repeat: no-repeat;
}

#header_languages{
position:absolute;
top: 3px;
right: 0px;
}

#header_languages span{
position:relative;
color: #00AFF0;
margin: 0px 2px;
top: -1px;
}

#header_languages a, #header_languages a:hover{text-decoration: none;}
#header_languages a:hover{text-decoration: underline;}

#header_languages a.selected_language{font-weight: bold;}

#menu{
position:relative;
width: 100%;
height: 21px;
margin: 10px auto 0px auto;
}

.menu_item, .menu_item:hover{
text-decoration: none;
color: #00aff0;
margin: 0px 20px;
font-size: 14px;
font-weight: bold;
}

.menu_item:hover{
text-decoration: underline;
}

#content_stripe{
width: 100%;
background: #FFF url(/images/front/content_shadow.gif) repeat-x scroll left top;	
}

#page_content,#grey_block{
overflow:hidden;
border: 0px solid;
width: 100%;
min-width: 950px;
margin: 0px auto 0px auto;
padding: 0px;
}

#grey_block{
background-color: #F2F2F2;
min-height: 200px;
}

#grey_block_content{
width: 950px;
margin: 0px auto;
padding: 20px;
}

#footer_stripe{
width: 100%;
height: 27px;
margin: 0px auto 0px auto;
text-align:center;
position: relative;
background: transparent url(/images/front/footer_bg.png) repeat-x;
}

#footer{
position:relative;
width: 950px;
font-size: 11px;
color: #888;
margin: 0px auto;
padding-top: 4px;
}

#footer a{
color: #888;
text-decoration: underline;
}

#footer #sharethis{
position:absolute;
top: 3px;
right: 0px;
}

.admin_link,.admin_link:hover{
font-size: 12px;
font-weight: bold;
float:right;
margin:0px 5px	;
}

.idrate_orange{color:#cf5e27;}
.idrate_blue{color:#2894D5};

.font_bold{
font-weight: medium !important;
}

.idrate_title h1,.idrate_title h1{
font-size: 24px;
font-weight: normal;
margin-bottom: 0.2em;
}

.idrate_title p,.idrate_title p{
font-size: 1.1em;
color: #1384ae;
font-weight: normal;
margin: 0px 0px 0.2em 0px;
}


/*
Buttons
*/
.blue_button, .blue_button:hover,
.blue_backbutton, .blue_backbutton:hover{
display:inline-block;
background-color: #1384ae; 
color: #FFF;
padding: 2px 12px 0px 12px;
height: 18px;
text-decoration:none;
position:relative;
}

.blue_button:hover,.blue_backbutton:hover{
text-decoration:underline;
}

.blue_button .blue_button_left, .blue_button .blue_button_right,
.blue_backbutton .blue_backbutton_left, .blue_backbutton .blue_backbutton_right{
position:absolute;
width: 8px;
height: 100%;
}

.blue_button .blue_button_left,
.blue_backbutton .blue_backbutton_left{
top: 0px;
left:0px;
}

.blue_button .blue_button_left{background: url(/images/front/blue_button_left.png);}
.blue_backbutton .blue_backbutton_left{background: url(/images/front/blue_backbutton_left.png);}


.blue_button .blue_button_right,
.blue_backbutton .blue_backbutton_right{
top: 0px;
right:0px;
background: url(/images/front/blue_button_right.png);
}


