@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('../images/panel_bg.jpg');
	background-repeat: repeat-x;
	margin: auto;
	width: 970px;
}

textarea {
	resize: none;
}
	
/** HEADER - BEGIN **/

#header {
	float: left;
	background-color: #7e9ce2;	
}

#header_banner {
	background: url("../images/bg_header.png") repeat-x;
	width: 950px;
	height: 37px;
	padding: 10px 10px 15px 10px;
	float: left;
}

.header_logo {
	clear: both;
	float: left;
	border: 0 none;
	width: 200px;
	height: 37px;
}

#header-search {
	float: right;
	padding: 2px 5px;
	background-color: white;
	width: 210px;
}

#global_menu {
    float: left;
    font-size: 9px;
    margin-left: 50px;
    margin-top: 3px;
    width: 450px;
    text-align: right;
}

#global_menu a {
	color: white;
    text-decoration: none;
    margin-right: 2px;
}

#global_menu img {
	border: 0 none;
}

#global_menu a:HOVER {
	color: #7E9CE2;
}

#global_menu #panel_languages {
	clear: both;
    float: right;
    padding-top: 5px;
    width: 450px;
}

#global_menu #panel_languages a {
	clear: both;
    float: right;
 	margin-bottom: 2px;
}

.header_description {
	float: right;
	margin: 20px 10px 0px 0px;
	font-size: 18px;
	color: #f9981b;
	width: 430px;
}

.flags {
	float: right;
	padding: 0;
}

.item_flags {
	float: left;
	margin-left: 5px;	
	display: block;
}

#header_menu {
	float: left;
	width: 620px;
	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: 1.6em;
	float: left;
	width: 60px;
	display: block;
	border-right: 1px solid white;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
}

.input-search {
	float: left;
	font-size: 9pt;
	text-align: left;
	color : #bbb;
	width: 180px;
	border: 0 none;
}

.input-search-active {
	color : #333;
}

.button-search {
	background: url("../images/search_icon.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
    cursor: pointer;
    float: right;
    height: 16px;
    margin-left: 5px;
    padding: 0;
    width: 16px;
}

/** HEADER - END **/

#content {
	float: left;
	width: 950px;
	padding: 10px;
}

/** REGISTER / LOGIN - BEGIN **/

.identify {
	background: url("../images/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("../images/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("../images/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("../images/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("../images/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 {
	background-color: #333D48;
    clear: both;
    color: white;
    float: left;
    font-size: 9px;
    margin: 10px 0 0;
    padding: 5px 10px;
    width: 950px;
}

.footer-links {
	clear: both;
    display: block;
    float: left;
    color: #7E9CE2;
}

.footer-links a {
	text-decoration: none;
	color: white;
}

.footer-copyright {
	float: right;
	display: block;
	 
	color: white;
}

.clear { 
    clear: both; 
}

.hide {
	display: none;	
}

/** 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("../images/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("../images/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('../images/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;
}

/******** Modal Panel ********/

.modalPanel {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 100;
	left:0;
	top: 0;

	filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
	
}

.user-panel {
	position: absolute;
	z-index: 200;
	width: 450px;
	background-color: #fafbfd;
	border: 1px solid #ccc;
	left: 50%;
	top: 100px;
	margin-left: -225px;
	padding-bottom: 20px;
}

.user-panel .user-panel-header {
	background-color: #394856;
    clear: both;
    color: white;
    display: block;
    float: left;
	padding: 5px 5px 5px 10px;
    text-align: left;
    width: 435px;
}

.user-panel .user-panel-header .title {
	float: left;
}

.user-panel .user-panel-header a {
	float: right;
	color: white;
	text-decoration: none;
}

.user-panel .user-panel-body {
	clear: both;
    float: left;
    font-size: 12px;
    margin: 20px 20px 0 20px;
    text-align: left;
    width: 410px;
}

.user-panel .user-panel-body label {
	display: block;
    float: left;
    width: 100px;
    color: #394856;
}

.user-panel .user-panel-body input {
	float: left;
    margin-bottom: 15px;
    padding: 2px;
    width: 300px;
}

.user-panel .user-panel-body .password-lost {
	display: block;
    float: left;
    font-size: 9px;
    margin-top: 10px;
    width: 300px;	
}

.user-panel .user-panel-body .button {
	float: right;
    margin: 10px 0 0 0;
    padding: 0 10px;
    width: auto;
}

.user-panel .user-panel-body .user-panel-error {
	color: #394856;
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.user-panel .user-panel-body .user-panel-error ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/******** Info ********/
.info {
	text-align: left;
}

	.info a {
		color: #333333;
	}
