body 
{
	margin: 0;
	padding: 0;
	
	color: #333333;
	background-color: #fbfbfb;
	/* text-align: center; */
	text-align: left;
	
	font-size: 12px;
	
	font-family: Arial, sans-serif;
}

a
{
	text-decoration:none;
	color: #416784;
	
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
	
}
a:hover
{
	text-decoration:underline;
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
	
}

img
{
	border-style: none
}

* {
    outline: none;
}

.noScript
{
	background: none repeat scroll 0 0 #222222;
    box-shadow: 		0 0 10px #000000 inset;
	-moz-box-shadow:	0 0 10px #000000 inset;
	-webkit-box-shadow:	0 0 10px #000000 inset;
    color: #EEEEEE;
    font-family: Arial,Verdana;
    font-size: 18px;
    font-style: italic;
    height: 50px;
    margin: 0 auto;
    padding-top: 30px;
    width: 100%;
}
/*---------------------------------------------------------------------------------------------*/


#header
{
	background-color: #172028;
	color: #dddddd;
	
	height: 75px;
	min-width: 940px;
	
	font-size: 24px;
	font-family: Arial;
}

.header_centered_subarea
{
	padding: 12px 20px 12px 20px;
	margin:0 auto;
}

.fluid {
	margin: 0;
	width: 100%;
}

.header_part
{	
	float: right;
}

.header_part a
{
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 45px;
	display: block;
	padding-left: 50px;
	text-decoration:none;
}

.header_line
{
	height: 5px;
	background-color: #1D9EB2;
}


#header_title
{
	text-align: left;
}
#header_logo
{
	float: left;
	margin-left: 40px;
	font-family: Arial;
}
#header_part_middle
{
	margin-right: 30px;

}
#header_lang
{
	float: right;
	padding-top: 40px;
}

#header_logo_noc
{
	font-size: 24px;
	font-family: 'Open Sans';
	color: #cccccc;
}
#header_logo_auth
{
	font-size: 24px;
	color: #ffffff;
	font-family: 'Open Sans';
}


#header_part_noclink
{
	float: right;
	padding-top:24px;
}
#header_link_noc
{
	font-size: 18px;
	font-family: 'Open Sans';
	color: #F9F9F9;
}
#header_link_auth
{
	font-size: 18px;
	color: #1d9eb2;
	font-family: 'Open Sans';
}

#header_logo_line
{
	font-size: 17px;
	position: relative;
	bottom:3px;
	color:#555555;
	
}
#header_logo_it
{
	font-size: 13px;
	color:#cccccc;
	font-family: 'Open Sans';
}

#languageSelector
{
	color: #DDDDDD;
	background-color: #172028;
	border: solid 1px #555555;
	
	font-family: Arial;
	font-size:12px;
	font-weight: bold;
	
	-moz-border-radius: 	3px;
	-webkit-border-radius: 	3px;
	border-radius: 			3px;
}


#content
{
	font-family: 'Open Sans', sans-serif;
	
	background-color: #fbfbfb;
	
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #fbfbfb 30%);
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,#e9e9e9), color-stop(20%,#fbfbfb));
	background: -webkit-linear-gradient(top,  #e9e9e9 0%, #fbfbfb 20%); 
	background: -o-linear-gradient(top,  #e9e9e9 0%, #fbfbfb 20%);
	background: -ms-linear-gradient(top,  #e9e9e9 0%, #fbfbfb 20%);
	background: linear-gradient(top,  #e9e9e9 0%, #fbfbfb 20%);
	
	/*height: 600px;*/
}

#content_centered_subarea
{
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	margin:0 auto;
	max-width: 800px;
}

.content_title
{
	padding-top: 30px;
	padding-bottom: 30px;
	color: #172028;
}

#content_banner_container
{
	margin:0 auto;
	height: 130px;
}

.banner_title
{
	margin-right: 10px;
	background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 		inset 0 0 5px #CCCCCC;
	-moz-box-shadow:	inset 0 0 5px #CCCCCC;
	-webkit-box-shadow:	inset 0 0 5px #CCCCCC;
    
    text-align: center;
	
	
	float: left;
	
}

.banner_login_button
{
	
    border-bottom: 1px solid #FFFFFF;
    border-radius: 5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
    border-top: 1px solid #555555;
    box-shadow:			0 0 3px #333333 inset;
	-moz-box-shadow:	0 0 3px #333333 inset;
	-webkit-box-shadow:	0 0 3px #333333 inset;
    
    text-align: center;
	
	width: 180px;	
	float: left;
	
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
	
}

.banner_login_button:hover
{
	cursor: pointer;
	
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
	
}

.banner_login_button:active
{
	box-shadow:			0 0 9px #000000 inset;
	-moz-box-shadow:	0 0 9px #000000 inset;
	-webkit-box-shadow:	0 0 9px #000000 inset;
	cursor: pointer;
	
	-webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
}


.banner_login_button_text
{
	font-family: 'Open Sans';
	color: #FFFFFF;
}

#content_title_second
{
	clear: both;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 22px;
	color: #424242;
}

#content_text
{
	clear: both;
	
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
	color: #555555;
}

#banner_text_servicename
{
	font-size: 38px;
	font-family: 'Open Sans';
	color: #172028;
	position: relative;
	bottom: 18px;
	padding-left:20px;
}

#banner_text_auth
{
	font-size: 38px;
	font-family: 'Open Sans';
	color: #1D9EB2;
	position: relative;
	bottom: 18px;
}


#content_options_container
{
	width: 680px;
	margin: 0 auto;
}

.option
{
	margin-right: 20px;
	background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #FFFFFF;
    border-radius:			3px;
	-moz-border-radius: 	3px;
	-webkit-border-radius: 	3px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 		0 0 3px #CCCCCC inset;
	-moz-box-shadow:	0 0 3px #CCCCCC inset;
	-webkit-box-shadow:	0 0 3px #CCCCCC inset;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
	height: 70px;
	width: 150px;
	
	float: left;
	cursor: pointer;
	
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.option:hover
{
	background: none repeat scroll 0 0 #FFFFFF;
	
	
	-webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.option:active
{
	box-shadow: 		0 0 8px #333333 inset;
	-moz-box-shadow:	0 0 8px #333333 inset;
	-webkit-box-shadow:	0 0 8px #333333 inset;
	
	-webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
}

#error_message
{
        background: #FFE8E8;
        border: 1px solid red;
        border-radius: 6px;
        display: block;
        font-size: 14px;
        font-weight: normal;
        padding: 10px;
        margin-bottom: 10px;
}

