/**
 * Nome do Tema: Default
 * Descrição: é um estilo semântico contendo classes css para os sistemas da Fábrica de Softwares do IMTI.
 * Versão: 1.0
 * Author: Leandro Maia - 10/12/2008 - leandromaia.imti@pmcg.ms.gov.br
 *
 * 	O tema está disponível sob a licença Creative Commons Attribution 2.5 License.
 */

.ui-tabs-hide { display: none; }

/**
 * Estrutura
 */
* {
	font-family: "Trebuchet MS" !important;
	/*font-family: Verdana,Arial,sans-serif*/

}

html, body {
	height: 100%; /* compatibilidade com IE */
	font-size:11px;
	/*background: #F9F9F9;*/
}

body {
	margin: 0 auto;
	padding: 0 auto;
	/*background: url(images/body_bg.jpg);*/
	
}

a {
	color:#3B5998;
	cursor:pointer;
	outline-style:none;
	text-decoration:none;
}

.ui-widget-content a {
	color:#3B5998;
}


form a:hover{

}


#header {
	width: 100%;
	height: 46px;
	background: #E1F3FF;
}

#header #headerbar {
	background-image: url(images/topo02_bg.jpg);
}

#header #headerimg {
	background: transparent url(images/logo.png) no-repeat scroll left center;
	height: 46px;
}

#navigation {
	padding-bottom: 10px;
}

#container {
	padding-bottom: 20px;
	width: 100%;
	margin: 0 auto;
	/*background: transparent url(images/container_bg.jpg) no-repeat scroll center top;*/
}

div#footer {
	/*bottom:0;
	overflow:auto;
	position:absolute;*/
	z-index:9999;	
	width: 100%;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
	background-color: #EFEFEF !important;
	color: #555555;
	height:32px;
}


#footer #userapp {
	width: 10%;
	float: left;
	text-align: center;
	border-right:1px solid #CCCCCC;
	padding: 5px;	
	position: relative;
	cursor: pointer;	
}

#userapp .menu {
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	background-color: #FFFFFF;
	bottom:30px;
	margin:0 0 -1px -1px;
	padding:0;
	position:absolute;
	left:0;
	width: 200%;
	z-index:12;
	display: none;
	overflow-x:hidden;
	overflow-y:auto;
}

#userapp .menu h3{
	color:#808080;
	display:block;
	font-size:11px;
	font-weight:normal;
	border-bottom: 1px solid #F9F9F9;
	padding:2px 10px 5px;
	margin: 0;
}

#userapp .menu ul {
	margin-bottom: 5px;
	padding: 0;
	margin: 0;
	list-style-type:none;
	text-align: left;
}

#userapp .menu li {
	margin: 0;
	padding: 0;
	list-style-type:none;
	line-height:16px;
}

#userapp .menu li a{
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	display:block;
	height:16px;
	overflow:hidden;
	padding:2px 10px 1px;
}

#userapp .menu li a:hover{
	background-color:#6D84B4;
	border-bottom:1px solid #3B5998;
	border-top:1px solid #617AAD;
	color:white;
	text-decoration:none;
}

#footer #copyright {
	width: 87%;
	float: left;
	border-right:1px solid #CCCCCC;	
	padding: 5px;		
	text-align: center;
}

#footer #validations {
	position: relative;
	width: 10%;
	float: right;
	padding: 5px;
	background: url(images/rodape01_bg.gif) top right no-repeat;
}
#footer .hover{
	background-color: #FFFFFF;
	color: #2D5296;
	border-top:1px solid #CCCCCC !important;
	border-bottom:1px solid #000000 !important;
	border-left:1px solid #000000 !important;
	border-right:1px solid #000000 !important; 
	margin-left: -1px;
	z-index: 2;
}

/**
 * Formularios
 */

/* CLASSE FORM */
form {
 
}

.hoverinput{
	background-color: #FFFFF0;
	/*border: 1px solid #E6E673;*/

}

.ro {
	background-color: #EEEEEE;
}

fieldset {
	background-color: #FFFFFF;	
	border:1px solid #E5E5E5;
	display: block;
	margin: 5px 5px 20px 5px;
}

fieldset legend {
	color:#464646;
	font-size:1.5em;
 	font-variant:small-caps;
}

.left {
	float: left;
	/*width: 46%;*/
}
.right {
	float: right;
	/*width: 45%;*/
}

/*
fieldset .hover {
	display: block;
	float: right;
	text-align: right;
}*/

.formButtons {
	
}

input,textarea {
	border:0px;
	border-left:1px solid #66caf7;
	border-bottom:1px solid #66caf7;
	display:block;
	font-size:12px;
	margin:0 10px 0 0;
	padding:0 0 0 1px;
	text-transform:uppercase;
	/*margin:1px 10px 5px 1px;
	_margin:1px 10px 5px -20px;
	border:1px solid #CCCCCC;
	font-size:1em;
	padding: 5px;
	background: #FBFBFB;
	-moz-border-radius-topleft: 0.7em;
	-moz-border-radius-topright: 0.7em;
	-moz-border-radius-bottomleft: 0.7em;
	-moz-border-radius-bottomright: 0.7em;*/
}

select {
	margin:1px 10px 5px 1px;
	border:1px solid #E5E5E5;
	font-size:11px;
	padding: 3px;
	height:2.3em;
	line-height:25px;
	vertical-align:top;
	/*-moz-border-radius-bottomleft: 1.0em;*/
}

select option {
	padding: 2px;
}

.submit {
	text-transform: none; 
	background: transparent url(images/button_bg.gif) repeat-x scroll left top;
	float: right;
	padding:1px 10px;
	color: #666666;
	margin-right: 10px;

}

.messageBox2 {
	margin: 20px 0 0 10px;
}

.messageBox1 ul {
	list-style-type: none;
}

.messageBox1 li {
	padding: 0 0 0 10px;
	background: transparent url(http://adanilova.ru/wp-content/themes/webby-blue-10/images/mini-footer-icon.gif) no-repeat scroll 0 10px;
}

/* FIM CLASSE FORM */

/* CLASSE DE FORMULARIO: BLOCK */ 
.block input, .block select, .block textarea{
	display: block;
}

.block label {
	float:left;
	padding-top:5px;
	/*color:#555555;*/
	/*color: #4B86BA;*/
	color: #555555;
	font-size:11px;
}

.block p {
	width: 100%;
	clear:both;
}

.block fieldset label {

}

br {
	clear:both;
}
/* FIM CLASSE BLOCK */

/* CLASSE DE FORMULARIO: ERROR */ 


label.error { 
	float: none !important;
	color: red !important;
	vertical-align: top !important;
	font-size: 13px !important;
	cursor: pointer !important;
}

input.error, select.error, tr.errorRow input, tr.errorRow select {
	background-color:#FFFFF0 !important;
	border-color:-moz-use-text-color -moz-use-text-color red red !important;
	border-style:none none solid solid !important;
	border-width:0 0 1px 1px !important;
	color:red !important;
}

li.error {

}

/*.embed + img { position: relative; left: -21px; top: -1px; }*/

.messageBox1, .messageBox2 {
	display:none;
	clear:left;
}

/* FIM CLASSE ERROR */


/* CLASS MESSAGE */
/*.messagewrap {
	text-align: center;
}

.message {
	width:60%;
	margin: 10px;
	position: relative;
	display:none;
	text-align:center;
	border: 1px solid;
	
}
.message .delete {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.message .text {
	font-size: 13px;
}
*/
.messagesuccess {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.messagewarning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.messageerror {
    color: #D8000C;
    background-color: #FFBABA;
}

.info {

}
/* FIM CLASSE MESSAGE */

/* CLASS LOADING */
.loading {
	background-color: #FFFFBF;
	color: #666666;
	display:none;
	text-align:center;
	position: fixed;
	top:0px;
	right:0px;
	/*background: transparent url(images/loading.gif) no-repeat scroll center 0;*/
	z-index:9999;
	padding: 10px;
	margin: 0;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	/*opacity: 0.65; /* Mozilla only*/
 	/*filter:alpha(opacity=65); /* IE only */
}

.loading .texterror {
	color: red;
}

/* FIM CLASSE LOADING */

.addButton {
	background: transparent url(images/button_add.png) left no-repeat !important;
	border: 0px solid black !important; 
	padding-left: 15px;
}
.remButton {
	background: transparent url(images/button_rem.png) left no-repeat !important;
	border: 0px solid black !important; 
	padding-left: 15px;	
}

/* BUTTONS */

.buttons {
	/*clear:both;*/
	font-size:100%;
	margin-top: 5px;
	padding:0;
	float:right;
}
.buttons a {
	color: #2200CC !important;
	text-decoration: underline !important;
	font-size: 12px !important;
}

.buttons a, .buttons button{
    /*display:block;
    /*float:left;*/
    /**margin:0 7px 0 0;*/
   /* background-color:#f5f5f5;*/
    /*background-color:#FCFCFC;*/
    /*border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	/*-moz-border-radius-topleft: 1.0em;
	-moz-border-radius-topright: 1.0em;
	-moz-border-radius-bottomleft: 1.0em;
	-moz-border-radius-bottomright: 1.0em;*/

}

a.buttons-form  {
    /*padding: 2px !important;*/
    font-weight: normal !important;	
	font-size: 80%;
}


.buttons-form button, .buttons-form a {
    /*padding: 2px !important;*/
    font-weight: normal !important;	
	margin-top: 10px !important;
}

.buttons button{
    width:auto;
    overflow:visible;
    /*padding:4px 10px 3px 7px;*/ /* IE6 */
}
.buttons button[type]{
    /*padding:5px 10px 5px 7px;*/ /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    /*padding:4px 10px 3px 7px;*/ /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
	text-decoration: none !important;
}
/* STANDARD */

/*button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}*/

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    /*background-color:#E6EFC2;
    border:1px solid #C6D880;*/
    color:#529214;
}
.buttons a.positive:active{
    /*background-color:#529214;
    border:1px solid #529214;*/
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
	visibility: hidden;
}
.buttons a.negative:hover, button.negative:hover{
    /*background:#fbe3e4;
    border:1px solid #fbc2c4;*/
    color:#d12f19;
}
.buttons a.negative:active{
    /*background-color:#d12f19;
    border:1px solid #d12f19;*/
    color:#fff;
}

.content-header {
border-bottom:4px solid #DFDFDF;
margin:5px 5px 18px 5px;
_margin:30px 5px 18px 5px;
padding-bottom:0.25em;
_padding-bottom:30px;
}

.default-link {
	color: #2200CC !important;
	text-decoration: underline !important;
	font-size:12px !important;
}
.content-header h3 {
-x-system-font:none;
font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
line-height:35px;
margin:0;
padding:0 15px 3px 0;
text-shadow:0 1px 0 #FFFFFF;
color: #464646;
float:left;
}

.entry-header{
padding:7px;
margin: -4px -7px 5px -7px;
/*background:#DFDFDF url(http://www.littlepiratescove.com/images/bg_SilverBar.gif);*/
background-color:#DFDFDF;
color:#464646;
font-variant:small-caps;
font-size: 14px;
font-weight: bold;
}


/* HACKS  IE5,IE6 */
div > body#footer {
position:fixed;
}

#floatMenu {
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	background:black none repeat scroll 0 0;
	color:white;
	cursor:pointer;
	display:none;
	left:-20px;
	padding:25px;
	position:absolute;
	top:350px;
	width:80px;
}

.navigator {
bottom:10px;
left:10px;
min-width:360px;
position:absolute;
z-index:10000;
}

.containerPlus {
margin-bottom: 20px;
}

/*.buttonBar{
display:none;
}*/
.containerPlus.white .n {
font-variant: small-caps !important;
color:#B2B5B5 !important;
}

.containerPlus .n {
font-variant: small-caps !important;
color:#B2B5B5 !important;
}

fieldset .inline {
	float:left;
}

.mbcontainercontent legend {
	font-size: 14px !important;
	font-weight: bold;
}

div.growlUI { background: url(images/clean.png) no-repeat 10px 10px }
div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px 5px 5px 75px; text-align: left; font-size: 13px !important;
}

.dataloginfo {
	background: url(images/dataloginfo_bg.jpg);
}

.dataloginfo .inline {
	float: right !important;
}

#loadingZone{
margin:0 auto;
width:410px;
text-align:center;
}
#loadingBar{
border:1px solid #c2c2c2;
height:2px;
text-align:left;
line-height:0;
margin:0;
padding:0;
overflow:hidden; /*fix for IE 6*/
}
#progressBar{
height:2px;
line-height:0;
margin:0;
padding:0;
background:#b3f83d;
width:0%;
}
#loadingSms{
color:#6ea1fa;
float:left;
padding:10px 2px;
}
#infoProgress{
color:#6ea1fa;
float:right;
padding:10px 2px;
}
#infoLoading{
padding:10px;
color:#b9b9b9;
font-size:10px;
}

#loadingdiv {
	text-align:center;
	font-size: 24px;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

	/*width: 480px;*/
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}
/*
input.search {
	padding-left: 10px;
	background-image: url(http://jquery-ui.googlecode.com/svn/trunk/themes/base/images/ui-icons_888888_256x240.png);
	background-position:-160px -112px;
}*/

.date , .data, .datetime {
	padding-right: 35px;
width:62px;
}

.ui-datepicker-trigger {
	bottom:3px;
	right:12px;
	position:absolute;
}

.options .title {
	color: #CCCCCC;
}