@charset "utf-8";
/* CSS Document */

body{
	background-color: #007ac0;
	background-image: url(/rew_img/body_bg.png);
	background-repeat: repeat-x;
	margin-top: 0px;
}
/*div*/

#wrapper{
	height: 100%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	float: left;
	height: 80px;
	width: 1000px;

	}

#main_menu{
	 background-image: url(/rew_img/menu_bg.png);
	background-repeat: repeat-x;
	float: left;
	height: 20px;
	width: 1000px;
}
#main{
	float: left;
	width: 1000px;
	background-color: #DBDBDB;
	padding-bottom: 15px;
}
#flags{
	text-align: right;
	float: left;
	height: 15px;
	width: 990px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
}
#menu_left{
	float: left;
	width: 190px;
}
.login_fast{
	height: 152px;
	width: 176px;
}
.login_fast_content{
	background-image: url(/rew_img/login_fast_bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	height: 147px;
	width: 151px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
}

.login_fast_end{
	height: 152px;
	width: 15px;
	background-image: url(/rew_img/login_rcorner_bg.png);
	background-repeat: no-repeat;
	float: right;
}

.menu_left_field
{
	font-size: 12px;
	float: left;
	height: 12px;
	width: 166px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(/rew_img/menu_field_rcorner_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 4px;
}

.menu_left_field a {
	color: #000;
	text-decoration: none;
	}

.menu_left_field a:hover {
	color: #000;
	text-decoration: underline;
	}

#contents{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	float: right;
	width: 810px;
	background-image: url(/rew_img/footer_content.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contents_nologin{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	float: right;
	width: 980px;
	background-image: url(/rew_img/footer_content.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#text_index{
	font-size: 12px;
	color: #000;
	text-align: justify;
	float: right;
	width: 760px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#text_global {
	font-size: 12px;
	color: #000;
	text-align: justify;
	float: right;
	width: 770px;
	padding-right: 20px;
	padding-bottom: 25px;}

#text_global a {
	color: #555555;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

#text_global a:hover {
	color: #555555;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

#text_global_nologin {font-size: 12px;
	color: #000;
	text-align: justify;
	float: right;
	width: 920px;
	padding-right: 20px;
	padding-bottom: 25px;}

#text_global_nologin a {
	color: #555555;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

#text_global_nologin a:hover {
	color: #555555;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

#txt_global{
	width: 440px;
	float: left;
	text-align: justify;
	background-image: url(/img/spacer.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 20px;
}

#txt_global_noservice{
	width: 680px;
	float: left;
	text-align: justify;
	padding-right: 20px;
}

#txt_global_noservice_nologin{
	width: 900px;
	float: left;
	text-align: justify;
	padding-right: 20px;
}

#service_column{
	float: right;
	width: 290px;
	text-align: left;
}

#service_column a{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#service_column a:hover{
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footer{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #FFF;
	background-color: #0036b2;
	width: 1000px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	visibility: visible;
	padding-bottom: 0px;
	bottom: 0px;
	clip: rect(auto,auto,0px,auto);
}

/* classi*/

.login_title{
	font-size: 14px;

}
.small{
	font-size: 10px;
}
.field{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 132px;
	height: 18px;
}
.login_track_text{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 128px;
	height: 14px;
}

.title{
	font-size: 18px;
	font-weight: bold;
	color: #0036b2;
}

.boldblue{
	font-weight: bold;
	color: #0036b2;
}

.title_r{
	font-size: 18px;
	font-weight: bold;
	color: #0036b2;
	text-align: right;
}

.right{
	text-align: right;
}

