/* CSS Document */
* {
	text-decoration : none;
	margin          : 0;
	padding         : 0;
	list-style      : none;
	border          : none;
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size:10px
}

a { color:#369; font-size:10px }

a:hover {
	background-color : #69B;
	COLOR: #FFF;
	filter		:alpha(opacity=70);
	moz-opacity	:0.7;
	opacity		: 0.7
}

body {
	SCROLLBAR-FACE-COLOR       : #69b;
	SCROLLBAR-HIGHLIGHT-COLOR  : #69b;
	SCROLLBAR-SHADOW-COLOR     : #FFF;
	SCROLLBAR-3DLIGHT-COLOR    : #FFF;
	SCROLLBAR-ARROW-COLOR      : #FFF;
	SCROLLBAR-TRACK-COLOR      : #69b;
	SCROLLBAR-DARKSHADOW-COLOR : #69b;
	background-color           : #69B;
	text-align                 : center;
	background-image:url(../images/bck_.jpg);
	background-repeat:repeat-x
}

button, .btn {
	border:2px #bcd solid;
	cursor: pointer;
	padding:1px; margin:3px;
	background-image:url(../images/btns/bck2.jpg);
	background-repeat:repeat-x;
	color: #FFF;
	margin: 0;
	font-size: 10px;
	cursor:pointer
}

button span {
	display:block;
	width:auto;
	padding-top:5px;
	padding-left:10px;
	font-family:tahoma, verdana;
	font-size:12px
}

button span, button img {
	float:left;
}

em { color:#960 }
em strong { color:#F90; }

fieldset, .info {
	background-color	: #cde;
	padding         	: 4px;
	border				: 1px solid #036;
	margin-bottom		: 10px;
	clear				: both;
	background-image	: url(../images/texturas/diagonal_.gif);
	overflow			: visible
}

fieldset legend { margin-bottom: 3px; background-image:url(../images/btns/bck0.jpg); }
fieldset li, .info li	{ clear:both }

fieldset ol		{ margin: 0 3px }

fieldset span, .info span	{
	display:block; 
	width:200px;
	float:left;
	padding: 5px 0
}

#ccView span { width:150px }

fieldset img	{ float:left; margin-right:5px }
fieldset label, .info label	{
	margin : 3px;
	width:100px;
	display : block;
	float:left;
	text-align:left;
	filter : alpha(opacity=70);
	moz-opacity	: 0.7;
	opacity: 0.7;
}


fieldset label, .titlebar, fieldset legend, .label_, .info label {
	background-color : #369; color : #FFF; padding: 3px }

fieldset legend, .titlebar, .aviso, .janela, .carregando {
	border           : 1px #039 solid;
	text-align       : left;
}

fieldset input, fieldset select, fieldset textarea {
	float				: left;
	margin-top: 3px;
}

fieldset button { float:left }


h1, h2, h3, h4, h5, h6 {
	color			: #69B;
	text-align		: left;
	display			: block;
	margin-right	: 5px;
	margin-bottom	: 5px;
	font-weight		: bold
}

/*h1, h2, h3, h4, h5, h6 { color:#F90; text-align:left; margin:10px 0 }*/
h1 { font-size:20px }
h2 { font-size:18px }
h3 { font-size:16px }
h4 { font-size:14px }
h5 { font-size:12px }
h6 { font-size:10px }

input, select, textarea {
	font-size			: 9px;
	background-color	: #258;
	border				: 1px #FFF solid;
	color				: #FFF;
}

input[disabled], select[disabled] { background-color: #abc; color:#036; font-weight:bold }

input[type=radio], input[type=checkbox] {
	background	: none;
	border		: none;
}

legend { 
	font-size:14px;
	color:#677;
	font-weight:bold;
	padding:5px;
	margin:5px 0;
	background-color:#FFF
}

p { 
	font-size  	: 12px;
	margin		: 0 auto;
	text-align	: justify
}

span, label { font-size: 10px }

table {
	border				: #036 2px solid;
	text-align			: center
}


td { font-size:9px; color:#036 }

td, th {
	text-align			:center;
	border:1px #036 solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	height				: 20px;
	padding				: 0 3px;
}

th {
	background-color	: #369;
	font-weight			: bold;
	font-size			: 10px;
	color				: #FFF;
}

tr { background-color	: #fff; }