﻿/* css reset
--------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11pt;
	/*vertical-align: baseline;*/
	background: transparent;
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style-position: outside;
}

ol
{
    list-style-type:decimal;
}

li ol
{
    list-style-type:lower-latin;
}

ul
{
    list-style-type: square;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* standard elements
----------------------*/

body
{
    background: #5c87b2;
    font-family:Arial,Helvetica,sans-serif
}

h1,h2,h3,h4,h5,h6
{
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    margin: 0.5em 0 0.5em;
}

p,blockquote,pre,q,dl,ol,ul,table
{
    margin-top: .5em;
}

h1,h2,h3,h4,h5,h6
{
    font-weight: lighter;
}

h1
{
    font-size: 2.5em;
    margin:.5em 0 0;
}

h2
{
    font-size: 1.5em;
}

h3
{
    font-size:1.3em;
}

h4
{
    font-size:1.2em;
}

h5
{
    font-size:1.1em;
}

p
{
    margin: .5em 0 0;
    text-align:justify;
}

ol ol, ul ul
{
    margin:0 0 .2em;
}

/* form elements
------------------*/

fieldset
{
    margin:1em 0;
    padding:1em;
    border:1px solid #aed0ea;
    clear:both;
}

form label
{
    display: block;
    float: left;
    width: 13em;
    margin-bottom:.5em;
}
form label.form-field-readOnly
{
	width: 45em;
}

form .form-field input[type=text], form .form-field input[type=password], form .form-field textarea, form .form-field select
{
    display: block;
    margin: 0 0 .5em;
    color:#333;
    background-color:#C4D3E3;
    border:1px solid #1B5172;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1em;
}

label.error { float: left; color: red; padding-left: .5em; vertical-align: top; }

form textarea
{
    width: 40em;
    height:8.1em;
}

form input[type=text], form input[type=password]
{
    width: 15em;
}

form optgroup
{
    color:#F90;
    font-style:normal;
    font-size:1.1em;
    background-color:#333;
}

form option
{
    color:#333;
    background-color:#DDD;
    padding:.1em .3em;
}

.form-field-readOnly
{
}

.form-label-readOnly 
{
}

form .form-field input[type=checkbox], form .form-field input[type=radio]
{
    display:block;
    clear:both;
    float:left;
    margin:.1em .5em 0 0;
    height:1em;
    width:1em;
    color:#333;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=checkbox]:focus, form input[type=radio]:focus form textarea:focus
{
    background-color:#DB9;
    border:1px solid #F90;
}

form table input[type=text], form table input[type=password], form table textarea
{
    float:none;
    margin:0;
}

form table label
{
    width:auto;
    text-align:right;
}

.buttons
{
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
}

form .field-validation-error
{
	color: Red;
	font-weight: bold;
	padding-left: 0.25em;
}

.form-field
{
	clear: both;
}

form .form-field *
{
	display: block;
	float: left;
	clear: none; 
}


/* page layout
----------------*/

#message
{
    background-color: #C4D3E3;
    padding: 10px;
}

#messageError
{
	background-color: #ff0000;
	color: #000000;
	padding: 10px;
}

#container
{
    max-width:980px;
    height:100%;
    margin:0 auto;
}

#floatingContent
{
	width: 978px;
	height: 44px;
	overflow: hidden;
	padding: 0 1px 0 1px;
}
#loginmenucontainer
{
    float: right;
    color: #ffffff;
	line-height: 42px;
}
#loginmenucontainer a
{
    color: #FFB062;
    font-size: 1.0em;
    text-decoration: none;
}
#menucontainer
{
    float: left;
}

#content, #ajaxlogin
{
    padding: 1em;
    color: #2779aa;
    background-color: #ffffff;
    border:1px solid #1B5172;
    letter-spacing:.03em;
    line-height:130%;
    min-height: 300px;
}

#ajaxlogin
{
    display:none;
    padding-top:1em;
}

#footer
{
    margin: 1em 0 1em;
    color: #ffffff;
    font-size: .8em;
    text-align: center;
}
#footer a
{
    color: #FFB062;
    font-size: 1.0em;
    text-decoration: none;
}


/* header
-----------*/

#header
{
	height: 102px;
	overflow: hidden;
    background: #ffffff;
    border:1px solid #1B5172;
    border-top-width: 0;
}
#header img
{
	border: 0;
}

/* menu
---------*/

ul#menu
{
    list-style:none;
    display:inline-block;
}

ul#menu li, #loginlink
{
    list-style:none;
    margin-right: .5em;
    padding:0 0 0 1em;
    display:inline-block;
    background: #476F96;
}

ul#menu a, #loginlink a
{
    display: block;
    padding: .5em 1em .5em 0;
    color:#FFF;
    background:url(/Content/roundcorner_bottomright.png) right bottom no-repeat;
    font-weight:bold;
    text-decoration:none;
}

ul#menu li:hover, #loginlink:hover
{
	background-color: #2F4862;
}

ul#menu a:hover, #loginlink a:hover
{
    color:#FFF;
}

ul#menu li.selected a, #loginlink.selected a
{
    color:#F90;
}

#loginmenucontainer span
{
    font-weight: bold;
    margin-right: 1em;
}

#loginlink
{
    margin-right:0;
}

/* content
------------*/

#content a, #ajaxlogin a
{
    color:#C60;
    text-decoration:none;
}

#content a:hover, #content a:active, #content a:focus, #ajaxlogin a:hover, #ajaxlogin a:active, #ajaxlogin a:focus, #footer a:hover, #footer a:active, #footer a:focus
{
    text-decoration:underline
}

#content a:visited, #footer a:visited
{
    color:#A40;
}

#content a.external
{
    background:url(/Content/link_external.png)  0 50% no-repeat;
    margin-left:5px;
    padding-left:13px;
}

#content a.image
{
    background:url(/Content/link_image.png) 0 50% no-repeat;
    margin-left:5px;
    padding-left:13px;
}

#content a.document
{
    background:url(/Content/link_document.png) 0 50% no-repeat;
    margin-left:5px;
    padding-left:13px;
}

#content h1,h2,h3,h4,h5,h6
{
    color:#F90;
}

#content ul, #content ol
{
    padding-left: 2em;
}

/*
#content table
{
    border-collapse:collapse;
}

#content th
{
    background-color:#333;
    min-width:3em;
}

#content th,td
{
    padding:.2em .5em;
}

#content th
{
    border:1px solid #222;
}

#content td
{
    border:1px solid #333;
}
*/

/* footer
-----------*/

/* ajax login
---------------*/
#ajaxlogin p
{
display:block;
position:relative;
top:0;
left:0;
width:400px;
margin-top:0;
}

#ajaxlogin form
{
display: block;
position:relative;
top:-2.5em;
left:450px;
width:450px;
margin-bottom:-2.5em;
}

#ajaxlogin input[type=checkbox]
{
margin-left:8em;
}

#ajaxlogin input[type=submit]
{
width:7em;
margin: .5em 0 0 7.5em;
}

#ajaxlogin label
{
width:7em;
}

#ajaxlogin label[for=rememberMe]
{
width:10em;
}

/* messages
-------------*/

div.information, div.error, div.success, ul.validation-summary-errors
{
    margin:1em 0;
    padding:1em;
}

div.information
{
    color:#C60;
    background-color:#FF9;
    border:1px solid #F90;
}

div.error, ul.validation-summary-errors
{
    color: #F00;
    background-color:#C99;
    border:1px solid #900;
}

div.success
{
    color: #060;
    background-color:#9C9;
    border:1px solid #060;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.ui-widget-content *
{
	font-size: 9pt;
}

.edicao-artigo
{
	margin-bottom: 2em;
}

.edicao-artigo-destacado
{
	background-color: #503a25;
	padding: 1em;
	margin-bottom: 2em;
}

.fotoPaisagem
{
	width: 300px;
	height: 190px;
}

.fotoRetrato
{
	width: 190px;
	height: 300px;
}

.fotoCentral
{
	width: 500px;
	height: 315px;
}

.fotoBanner
{
	width: 468px;
	height: 61px;
}

.text-editor
{
	clear: both;
	padding-top: 1em;
}
.text-editor-load
{
	width: 60px;
	margin: 0 auto;
}
div.floatLeft
{
    float: left;
    margin-right: 10px;
}
div.floatLeft input, div.floatLeft label
{
	display: inline;
	width: auto;
}



/* Estilos para o Componente Endereço
----------------------------------------------------------*/
input[type=text].enderecoUF
{
    width: 20px;
}

.validation-summary-errors
{
	color: Red;
}

