*
{
	margin:0px;
	padding:0px;
}

html, body  
{
    font-family: "Trebuchet MS", "Helvetica", "Arial";
	font-size:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:left;
	color:#000;
	background:#FFF;
}

img
{
    border: 0;
}

a img
{
    border: 0;
}

.mensagemErro
{
	color:#FF0000;
	margin:10px 0px;
	padding:10px 10px 10px 20px;
	border: 1px solid #FF0000;
	background-color: #FFEEEE;
}
.mensagemSucesso
{
	color:#156315;
	margin:10px 0px;
	padding:10px 10px 10px 20px;
	border: 1px solid #156315;
	background-color: #CCF0D4;
}

#art-page-background-gradient
{
    background-color:#F9F9F9;
    background-image:url(images_layout_portal/bg-gradient.png);
    background-repeat:repeat-x;
    background-position:bottom;
}

#art-page-background-image
{
	min-height:500px;
	background-color:transparent;
	background-image:url(images_layout_portal/bg-cloud.png);
	background-repeat:repeat-x;
	background-position:top left;
}

.width-setter
{
	width:980px;
	margin:0 auto;
	padding-right:20px;
}

#header
{
	min-height:76px;
	margin:0 auto 9px auto;
}
#header-logo
{
    /*beta*/
    /*
	font-size:20px;
    font-weight:bold;
    color:#FFF;
    text-align:right;
    width:150px;
	*/
	width:94px;
	height:80px;
	margin:5px 0 0 0;
	background-image:url(images_layout_portal/logo-san-top.png);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	cursor:pointer;
}
#header-panel
{
	width:320px;
	margin:3px 0 0 0;
	float:right;
}

#menu
{
	margin:0px auto;
	background-image:url(images_layout_portal/menu.png);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #BCBEC0;
	border-radius:5px;
	box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -ms-box-sizing:border-box; 
	overflow:hidden;
}
#menu .megamenu-width
{
    width:790px;
    float:left;
}
#menu .search
{
    width:170px;
    height:30px;
    float:right;
    background-image:url(images_layout_portal/menu-background-search.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
#menu .search-textbox input[type="text"]
{
    padding:0 3px;
    margin:6px 0 0 16px;
	width:114px;
	height:18px;
	font-size:11px;
	border:0;
	background-color:transparent;
	font-size:13px;
	outline:0;
}

#container
{
	min-height:300px;
	height:auto;
	margin:15px auto;
}
#container-content
{
	width:800px;
	min-height:180px;
	margin:0px;
	float:left;
}

.container-content-carousel
{
	height:285px;
	margin-bottom:17px;
	border:1px solid #BCBEC0;
	border-radius:10px;
	overflow:hidden;
	background-color:#FFF;
	background-image:url(images_layout_portal/carousel.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.container-content-section
{
	min-height:70px;
	margin-bottom:17px;
}
.container-content-section-header, .container-content-section-header-two
{
	height:33px;
	margin-bottom:3px;
	overflow:hidden;
}
.container-content-section-header
{
	background-image:url(images_layout_portal/content-header.png);
}
.container-content-section-header-two
{
	background-image:url(images_layout_portal/content-header-two.png);
}

.container-content-section-header ul, .container-content-section-header-two ul, .container-sidebar-section-header ul
{
	padding:0;
	text-align:left;
	list-style:none;
	margin-top:5px;
	margin-left:12px;
}
.container-content-section-header ul li, .container-content-section-header-two ul li, .container-sidebar-section-header ul li
{
	color:#1D6597;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	display:inline;
}
.container-content-section-header-two ul li
{
	margin-right:285px;
}

.container-content-section-body
{
    color:#5E5E5E;
    font-size:14px;
	min-height:60px;
	height:auto;
	padding:20px;
	border:1px solid #BCBEC0;
	border-radius:5px;
	background-color:#FFF;
	
}
.container-content-section-body form input[type="text"], .container-content-section-body form input[type="password"]
{
    border:1px solid #DDD;
    font-size:14px;
    padding:3px 5px;
    outline:0;
}
.container-content-section-body form input[type="text"]:hover, form input[type="password"]:hover, .container-content-section-body form input[type="text"]:focus, form input[type="password"]:focus
{
    border:1px solid #AAA;
}
.container-content-section-body form select
{
    border:1px solid #DDD;
    font-size:14px;
    padding:3px 5px;
    outline:0;
}
.container-content-section-body form select:hover, form select:focus
{
    border:1px solid #AAA;
}
.container-content-section-body h1
{
    color:#1D6597;
    font-size:16px;
    margin:10px 0 15px 0;
}
.container-content-section-body p
{
    margin:15px 0;
    line-height:22px;
    text-align:justify;
}
.container-content-section-body ul
{
    padding-left:15px;
}
.container-content-section-body ul li
{
    padding:3px 0;
}
.container-content-section-body-table-partner
{
	width:100%;
	border-collapse:collapse;
	text-align:center;
	margin:15px auto 0px auto;
}

#container-content-body
{
	min-height:100px;
	margin:10px;
	background-color:#FFF;
}

#container-sidebar
{
	width:169px;
	min-height:170px;
	margin:0px;
	float:right;
}
.container-sidebar-section
{
	min-height:70px;
	margin-bottom:17px;
}
.container-sidebar-section-header
{
	height:33px;
	margin-bottom:3px;
	background-image:url(images_layout_portal/sidebar-header.png);
	overflow:hidden;
}
.container-sidebar-section-body
{
    font-size:12px;
	min-height:60px;
	padding:10px 11px;
	border:1px solid #BCBEC0;
	border-radius:5px;
	background-color:#FFF;
}
.container-sidebar-section-body h1
{
    color:#1D6597;
    font-size:13px;
    margin-bottom:5px;
}
.container-sidebar-section-body p
{
	color:#333;
	font-size:11px;
}
.container-sidebar-section-body-form-login form
{
}
.container-sidebar-section-body-form-login form label
{
	color: #333;
	font-size:11px;
	font-weight:bold;
}
.container-sidebar-section-body-form-login-label-remember
{
	font-size:8.5px!important;
	font-weight:normal!important;
}
.container-sidebar-section-body-form-login form input[type="text"], .container-sidebar-section-body-form-login form input[type="password"]
{
	width:134px;
	height:25px;
	background-image:url(images_layout_portal/textbox-bg.png);
	background-repeat:repeat-x;
	border:0px;
	font-size:14px;
	padding:0px 3px;
	outline:0;
}
.container-sidebar-section-body-form-login form table.label-textbox
{
	border-collapse:collapse;
}
.container-sidebar-section-body-form-login form table.label-textbox tr
{
    height:40px;
	border-collapse:collapse;
	vertical-align:top;
}
.container-sidebar-section-body-form-login form table.label-checkbox
{
	border-collapse:collapse;
	margin-top:10px;
}
.container-sidebar-section-body-form-login form table.label-checkbox tr
{
	height:20px;
	border-collapse:collapse;
	vertical-align:top;
}
.container-sidebar-section-body-form-login div.horiz-bar
{
	height:3px;
	margin:5px 0;
	background-image:url(images_layout_portal/sidebar-horiz-bar.png);
	background-repeat:no-repeat;
	background-position:center;
}
.container-sidebar-section-body-chat-online
{
	height:69px;
	background-image:url(images_layout_portal/chat-online.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}
.container-sidebar-section-body-celular-newsletter
{
    margin-bottom:3px;
	height:21px;
	background-image:url(images_layout_portal/newsletter-celular-bg.png);
	background-repeat:no-repeat;
}
.container-sidebar-section-body-celular-newsletter input[type="text"]
{
	height:100%;
	font-size:11px;
	border:0;
	padding:0 1px 0 1px;
	background-color:transparent;
	outline:0;
}

.container-sidebar-section-body-newsletter
{
    margin-bottom:5px;
	height:21px;
	background-image:url(images_layout_portal/newsletter-bg.png);
	background-repeat:no-repeat;
}
.container-sidebar-section-body-newsletter-textbox
{
	width:90px;
	height:18px;
	margin:1px 0 0 5px;
	float:left;
}
.container-sidebar-section-body-newsletter-textbox input[type="text"]
{
	width:100%;
	height:100%;
	font-size:11px;
	border:0;
	padding:0 1px 0 1px;
	background-color:transparent;
	outline:0;
}
.container-sidebar-section-body-newsletter-button-send
{
	width:36px;
	height:20px;
	margin:1px 12px 0 0;
	float:right;
	color:#1D6597;
    font-size:10px;
    font-weight:bold;
    background-image:url(images_layout_portal/button-send.png);
    background-repeat:no-repeat;
    text-align:center;
    padding-top:2px;
    cursor:pointer;
}

#footer
{
	height:220px;
	background-image:url(images_layout_portal/footer-background.png);
	background-repeat:repeat-x;
	background-position:bottom;
	overflow:hidden;
}
#footer-content
{
	width:100%;
	min-height:150px;
}
#footer-logo
{
	height:130px;
	float:left;
	margin-left:50px;
	overflow:hidden;
}
#footer-logo-image
{
    width:60px;
	height:51px;
	background-image:url(images_layout_portal/logo-san.png);
	background-repeat:no-repeat;
	margin-bottom:7px;
	cursor:pointer;
}
#footer-logo-credit
{
	height:30px;
	color:#1D6597;
	font-size:11px;
	line-height:14px;
}
#footer-body
{
	height:100px;
	margin:0 10px;
}
#footer-body table
{
	width:100%;
	border-collapse:collapse;
}
#footer-body table tr.header
{
	color:#1D6597;
	font-size:12px;
	font-weight:bold;
	height:30px;
	text-align:left;
}
#footer-body table td
{
	vertical-align:top;
}
#footer-body ul
{
	padding:0;
	text-align:left;
	list-style:none;
}
#footer-body ul li a
{
	padding-bottom:7px;
	color:#1D6597;
	font-size:11px;
	margin-left:10px;
	text-decoration:none;
}
#footer .separator
{
	width:15px;
	background-image:url(images_layout_portal/footer-separator.png);
	background-repeat:no-repeat;
}
#footer-body-title
{
    font-size:12px;
    color:#1D6597;
    border-bottom:1px solid #D0D2D5;
    margin-bottom:15px;
}
#footer-separator
{
    border:1px solid #D0D2D5;
    height:5px;
    margin:50px 0 10px 0;
}
#footer-credit
{
    color:#1D6597;
    font-size:12px;
}

#options
{
	width:22px;
	height:400px;
	position:fixed;
	top:50%;
	left:100%;
	margin-left:-21px;
	margin-top:-195px;
}
#options span
{
    color:#1D6597;
    
    font-weight:bold;
    cursor:pointer;
    text-align:center;
    padding-top:4px;
    margin-bottom:5px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display:block;
    font-size:9px;
    background-position:top left;
    background-repeat:no-repeat;    
}
.tab-bookmark
{
    width:142px;
    height:138px;
	background-image:url(images_layout_portal/tab-bookmark.png);
}
.tab-rate
{
    width:142px;
    height:138px;
	background-image:url(images_layout_portal/tab-bookmark.png);
}
.tab-webmaster
{
    width:142px;
    height:138px;
	background-image:url(images_layout_portal/tab-bookmark.png);
}

.clear
{
	clear:both;
}

.flag-language ul
{
	padding:0;
	margin:-3px 0 0 0;
	text-align:right;
	list-style:none;
}
.flag-language ul li
{
	margin-left:-2px;
	display:inline;
}

.social-network
{
	margin-top:5px;
	text-align:right;
}

.followme
{
	margin-top:5px;
}
.followme ul
{
	padding:0;
	margin:0 0 0 0;
	text-align:right;
	list-style:none;
}
.followme ul li
{
	margin-right:0px;
	display:inline;
}

/* General Styles */
.bold
{
	font-weight:bold;
}
.italic
{
	font-style:italic;
}
.none
{
	font-style:normal;
}
.error
{
    color:Red;
    font-size:11px;
}
.captcha
{
    font-size:11px;
}
p.usuario-operador
{
    margin:10px 0;
}

/* Alturas layout */
.login-height
{
    min-height:229px!important;
}
.noticias-height
{
    height:96px!important;
}
.chat-online-height
{
    height:116px!important;
}
.partner-height
{
    height:60px!important;
}
.newletter-height
{
    height:80px!important;
}

/* Botões */
.button-form-login
{
    color:#1D6597;
    font-size:11px;
    font-weight:bold;
    text-align:center;
    margin:2px 0;
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
}
.bt-login
{
    width:67px;
    height:21px;
    background-image:url(images_layout_portal/button-login.png);
}
.bt-forgot-password
{
    width:128px;
    height:21px;
    background-image:url(images_layout_portal/button-forgot-password.png);
}
.button-signin-free
{
    color:#1D6597;
    font-size:11px;
    text-align:center;
    margin:2px 0;
    width:140;
    height:48px;
    background-image:url(images_layout_portal/button-signin-free.png);
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
    line-height:12px;
}

a, a:link, a:hover, a:visited
{
    color:Blue;
    text-decoration:underline;
}

.plus, .face, .tweet { float:right; }
.plus { width:70px; }
.face { width:80px; margin-top:-2px; }
.tweet { width:100px; }

.formTabela table
{
    border-collapse:collapse;
}
.formTabela table tr
{
}
.formTabela table tr td
{
    padding: 10px 5px;
}

input[type="submit"], input[type="button"]
{
    padding:3px 5px;
}

.box-error
{
    color:#FF0000;
    font-size:13px;
    border:1px solid #FF0000;
    background-color:#FFEAEA;
    padding:10px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000!important;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* tabelas */
.tabela
{
	width:100%;
	border-collapse:collapse;
	text-align:left;
	margin:0 auto;
}
.tabela tr
{
    vertical-align:middle;
}
.tabela th
{
    font-weight:bold;
    background-color:#EEE;
    padding:10px 5px;
    border:1px solid #CCC;
    text-align:center;
}
.tabela td
{
    border:1px solid #CCC;
    padding:5px;
}