﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
	background-color: #029FE2;
	font-size: 12px;
	font-family: Verdana, "Trebuchet MS", Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #404040;
}

p
{
    text-align: justify;
}

a:link
{
	color: #034af3;
	text-decoration: underline;
}

a:visited
{
	color: #505abc;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #12eb87;
}

p, ul
{
	margin-bottom: 20px;
	line-height: 17px;
}

header, footer, nav, section
{
	display: block;
}

.btn
{
	border-style: none;
	background-color: #00394C;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
	height: 25px;
}

.btn:hover
{
	border-style: none;
	background-color: #006282;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
	height: 25px;
}

.btnImagem:hover
{
	cursor: pointer;
	border-style: none;
	border-width: 0;
	border-color: transparent;
	text-decoration: none;
	padding: 1px;
}

.btnImagem
{
	border-style: none;
	border-width: 0;
	border-color: transparent;
	text-decoration: none;
	padding: 1px;
}

.trDestaque
{
	background-color: transparent;
}

.trDestaque:hover
{
	background-color: #dddddd;
}

.formulario
{
	font-size: 12px;
	color: #090909;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 16px;
	color: #000;
}

h1
{
	font-size: 21px;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2
{
	padding: 0 0 10px 0;
}

h3
{
	font-size: 13px;
}

h4
{
	font-size: 12px;
}

h5, h6
{
	font-size: 11px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
}

.tableheader
{
	height: 75px;
	position: relative;
}

.tdheader
{
	color: #000000;
	text-align: center;
	vertical-align: middle;
	font-size: 27px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.tdversion
{
	color: #000000;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-right: 3px;
	font-size: 12px;
}

header h1, #header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 21px;
	font-size: 32px !important;
}

#main
{
	padding: 10px 10px 15px 10px;
	background-color: #fff;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	position: relative;
	z-index: 1;
}

footer, #footer
{
	background-color: #00394C;
	color: #ffffff;
	padding: 5px 0;
	text-align: center;
	line-height: normal;
	margin: 0 0 15px 0;
	font-size: 14px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/

ul#menu
{
	border-bottom: 1px #01467A solid;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	color: #fff;
}

ul#menu li a
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	background-color: #e8eef4;
	color: #034af3;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover
{
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active
{
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border-width: thin;
    border-style: solid;
	padding: 0 15px 15px 15px;
	margin: 8px 0 16px 0;
}

legend
{
	font-size: 13px;
	font-weight: bold;
}

textarea
{
	min-height: 75px;
}

input[type="text"], input[type="password"]
{
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 13px;
	color: #444;
	width: 200px;
}

select
{
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 13px;
	color: #444;
}

input[type="submit"]
{
	font-size: 13px;
	padding: 5px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

nav, #menucontainer
{
	margin-top: 40px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	font-size: 12px;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
	margin: 11px 0 0 0;
}

.display-field, .editor-field
{
	margin: 6px 0 0 0;
}

.text-box
{
	width: 30px;
}

.text-box.multi-line
{
	height: 65px;
}

.tri-state
{
	width: 60px;
}

/**********************/
/*       MENU         */
/**********************/

.menutr
{
    background-color: #00394C;
}

#jMenu
{
	display: table;
	margin: 0;
	padding: 0;
}

/********************/
/** premier niveau **/
/********************/
#jMenu li
{
	display: table-cell;
	background-color: #01467A;
	margin: 0;
	float: left;
}
#jMenu li a
{
	padding: 5px 35px 6px 35px;
	display: block;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 12px;
	background-color: #00394C;
	border: 1px solid #005A74;
	text-decoration: none;
}

#jMenu li a:hover
{
	background-color: #006282;
}

/*******************/
/** second niveau **/
/*******************/
#jMenu li ul
{
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
}
#jMenu li ul li
{
	background-color: #00394C;
	display: block;
	border-bottom: 1px solid #006282;
	padding: 0;
}
#jMenu li ul li.arrow
{
	background: #00394C url('themes/base/images/arrow_down.png') no-repeat center center;
	height: 6px;
	padding: 0;
	border-bottom: none;
	padding-top: 6px;
}
#jMenu li ul li a
{
	font-size: 12px;
	text-transform: none;
	padding: 2px;
	display: block;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background-color: #00394C;
	text-decoration: none;
}
#jMenu li ul li a.isParent
{
	background: url('themes/base/images/arrow_right.png') no-repeat right center;
}
#jMenu li ul li a:hover
{
	background-color: #006282;
	border-top: 1px solid #006282;
	border-bottom: 1px solid #006282;
}