@charset "utf-8";

body {
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #f0f0f0;
	text-align: center;
}

.container {
	text-align: center;
	border: 1px solid #cccccc;
	background-color: white;
	background-image: url('/resources/panel_bg.jpg');
	background-repeat: repeat-x;
	margin: auto;
	width: 970px;
}

/** HEADER - BEGIN **/

.header {
	float: left;
	background-color: #7e9ce2;	
}

.header_banner {
	background: url("/resources/bg_header.png") repeat-x;
	width: 950px;
	height: 90px;
	padding: 5px 10px;
	float: left;
}

.header_logo {
	clear: both;
	float: left;
	margin: 7px 0 0 5px;
	border: 0 none;
}

.header_description {
	float: right;
	margin: 20px 10px 0px 0px;
	font-size: 18px;
	/* font-family: Segoe Script Bold; */
	color: #f9981b;
	width: 430px;
}

.flags {
	float: right;
	padding: 0;
}

.item_flags {
	float: left;
	margin-left: 5px;	
	display: block;
}

.header_menu {
	float: left;
	width: 700px;
	padding: 3px 0;
}

.header_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header_menu li {
	float: left;
	margin: 0 0.15em;
}

.header_menu li a {
	color: white;	
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border-right: 1px solid white;
	text-decoration: none;
	text-align: center;
}

.search {
	float: right;
	background-color: #7e9ce2;
	padding: 3px 5px;
}

.input_search {
	float: right;
	font-size: 9pt;
	text-align: left;
	color : #666;
	width: 180px;
}

.button_search {
	float: right;
	border: 0 none;
	margin: 0px 5px 0px 10px;
	width: 23px;
	height: 21px;
	background: url("/resources/buttonsearch.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
}

.button_search:HOVER {
	background: url("/resources/buttonsearch_ho.png") no-repeat scroll 0 0 transparent;
}

/** HEADER - END **/

/** REGISTER / LOGIN - BEGIN **/

.identify {
	background: url("/resources/tab.png") no-repeat scroll 0 0 transparent;
	float: left;
	margin: 30px 125px;
}

.identify_title {
	line-height:31px;
	width: 150px;
	float: left;
}

.identify_title a {
	color:white;
	cursor: pointer;
	float: right;
	font-size: 0.8em;
}

.identify_title_text {
	color:white;
	font-weight: bold;
	float: left;
	margin-left: 20px;
}

.login_content{
	clear: both;
	float: left;
	background:url("/resources/tab_list_login.png") no-repeat scroll 0 0 transparent;
	width: 700px;
	height: 60px;
	padding: 20px 10px;
	font-size: 1.4em;
	text-align: left;
}

.register_content{
	clear: both;
	float: left;
	background:url("/resources/tab_list_register.png") no-repeat scroll 0 0 transparent;
	width: 700px;
	height: 210px;
	padding: 20px 10px;
	font-size: 1.4em;
	text-align: left;
}

.register_content span, .login_content span {
	display: block;
	width: 98px;
	float: left;
	margin: 0 0 15px 10px;	
}

.identify_field {
	margin: 0 50px 15px 15px;
	width: 170px;
	float: left;
	display: block;
}

.identify_button {
	clear: both;
	float: left;
	margin-left: 10px;
	cursor: pointer;
	background: url("/resources/button.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: white;
	padding-bottom: 4px;
	font-weight: bold;
	width: 120px;
	height: 25px;
}

.identify_button:HOVER {
	background: url("/resources/button_ho.png") no-repeat scroll 0 0 transparent;
	
}

.register_captcha {
	clear:both;
	float:left;
	margin: 0 0 15px 10px;
}

input.register_cond  {
	clear:both;
	float:left;
	margin-left: 10px;
}

span.register_cond {
	color: #666666;
	float: left;
	width: 600px;
	font-size: 0.8em;
	margin-top: 2px;
}


/** REGISTER / LOGIN - END **/

/** FOOTER - BEGIN **/

.footer {
	float: left; 
	clear: both;
	width: 970px;
	padding: 0px;
	margin: 0px;
}

.line_footer {
	float: left; 
	clear: both;
	margin: 10px 10px 3px 10px;
	width: 950px;
	display: block;
}

.links_footer {
	float: left; 
	clear: both;
	margin: 0px 10px 0px 10px;
	width: 950px;
	display: block;
	text-align: center;
}

.link_secundary {
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.tag_validators {
	float: left; 
	clear: both; 
	margin: 0px 0px 4px 10px;
}

.footer_copyright {
	float: right;
	margin: 10px 10px 0px 2px;
	display: block;
}

.clear { 
    clear: both; 
    height: 0px; 
    overflow: hidden; 
    visibility: hidden;
}

/** FOOTER - END **/


.user_name {
	float: right;
	color: blue;
	margin-right: 10px;
	margin-top: 2px;
	width: 300px;
	text-align: right;
}

.button {
	width: 85px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: center;
	display: block;
}

.buttonLateral {
	width: 120px;
	height: 25px;
	background: url("/resources/button.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	margin-bottom: 10px;
	border: 0 none;
	color: white;
	padding-bottom: 4px;
	font-weight: bold;
}

.buttonLateral:HOVER {
	background: url("/resources/button_ho.png") no-repeat scroll 0 0 transparent;
}

.image {
	border: 1px solid #68729E;
}

.panel_messages {
	float: left;
	clear: both;
	font-size: 9pt;
}

.panel_messages ul {
	float: left;
	clear: both;
	display: block;
	color: #F9981B;
	margin-left:20px;
	padding: 0;
}

.panel_messages li {
	margin: 4px 0;
}

.error_container {
	float: left;
	text-align: center;
	border: 1px solid #cccccc;
	background-color: white;
	background-image: url('/resources/panel_bg.jpg');
	background-repeat: repeat-x;
	margin: 0 auto;
	width: 970px;
	padding-bottom: 10px;
}

.error_main_all {
	float: left;
	margin: 10px 0px 0px 10px;	
}

.error_panel_text {
	float: left;
	clear: both;
	border: 1px solid #cccccc;
	background-color: #EBF2FE;
	font-family: serif;
	font-size: 11pt;
	color: #4d4445;
	text-align: left;
	padding: 15px 20px 30px 20px;
	width: 735px;
}

.error_image {
	border: none;
}