/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		background-color: #f5f5f5;
		font-family: Tahoma,Verdana,Arial;
		font-size: 12px;
		text-align: center;
		margin: 0;
		padding: 0;
		}


fieldset {
	padding:5px;
	border:1px solid #EEE;
	margin-top:10px;
}

legend {
	font-size:13px;
	color:#666;
	font-style:italic;
	margin:0px;
}

label {
	cursor:pointer;
}

h1 {
	color:#666;
	margin:0px;
	font-size:20px;
}

h2 {
	color:#84A66A;
	/*color:#339933;*/
	margin:0px;
	font-size:17px;
}

h3 {
	color:#666;
	margin:0px;
	font-size:16px;
}

h4 {
	color:#666;
	margin:0px;
	font-size:14px;
}

h5 {
	color:#666;
	margin:0px;
	font-size:13px;
}

h6 {
	color:#666;
	margin:0px;
	font-size:12px;
}


table tr td,th {
	/*height:20px;*/
	font-size:11px;
}

																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	/*margin: 10px 10px -10px 10px;*/
	width:1000px;
	margin:auto;
	text-align: left;
	}
	div#header-wrap {
		margin: 5px 0;
		}
		div#header-in {
			padding: 10px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			height:60px;
			}
		div#header-in #top-banner {
			float:right;
			width:480px;
			height:60px;
			}
		div#header-in #top-logo {
			float:left;
			width:220px;
			background-image:url("../images//logo.jpg");
			background-repeat:no-repeat;
			background-position:bottom;
			height:60px;
			cursor:pointer;
			}
		div#menubar-top {
			padding: 0px;
			color: inherit;
			background-color: #666;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
	div#content-wrap {
		
		}
		div#center {
			margin: 0 170px;
			margin-bottom:0;
			color: inherit;
			}
			div.center-in {
				background-color:#FFFFFF;
				border:solid #eee;
				border-width:0 2px 2px 0; 
				padding: 10px;
				margin:0 0 5px 0;			
			}
			div.center-in img {
				float:left;
				margin-right:10px;
				}
		div#left {
			float: left;
			width: 160px;
			height:800px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			margin-bottom:5px;
			}
			div#left-in {
				padding: 1px;
				}
		div#right {
			float: right;
			width: 160px;
			height:800px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			margin-bottom:5px;
			}
			div#right-in {
				padding: 1px;
				}
	div#footer-wrap {
		clear: both;
		background-color: #fff;
		border: solid #eee;
		border-width: 0 2px 2px 0;
		margin-bottom:5px;
		}
		div#footer-in {
			
			}






																/* >>> LISTS <<< */
ul#nav-left, ul#nav-right {
	margin: 10px;
	list-style: none;
	}
	ul#nav-left li, ul#nav-right li {
		
		}
		ul#nav-left li a {
			display: block;
			width: 128px;
			padding: 5px;
			color: #666;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 1px solid #bbb;
			}
		ul#nav-right li a {
			display: block;
			width: 128px;
			padding: 5px;
			color: #666;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 1px solid #bbb;
			font-size:10px;
			}
		ul#nav-left li a:hover, ul#nav-right li a:hover {
			color: #666;
			/*background-color: #F1F7FF;*/
			background-color:#E8EEEC;
			border-bottom: 1px solid #bbb;
			}
ul#nav-top {
	padding: 1px 0;
	list-style: none;
	}
	ul#nav-top li {
		display: inline;
		}
		ul#nav-top li a {
			padding: 0em 1.0em 0em 1.0em;
			color: #FFF;
			background-color: inherit;
			text-decoration: none;
			background-image: url("../images/bg-headerBar.gif");
			background-repeat: repeat-y;
			background-position: right top;
			line-height:20px;
			}
		ul#nav-top li a:hover {
			background-color: #454545;			
			text-transform: uppercase;
			text-decoration: none;
			color: #EAEAEA;
			}
ul#nav-footer {
	margin: 0;
	margin-top:5px;
	padding: 20px;
	color: #666;
	background-color: inherit;
	font-size: 11px;
	list-style: none;
	text-align: center;
	font-family: Tahoma,Verdana,Arial;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #333;
			background-color: inherit;
			text-decoration:none;
			font-family: Tahoma,Verdana,Arial;
			}
		ul#nav-footer li a:hover {
			color: #666;
			background-color: inherit;
			text-decoration:underline;
			font-family: Tahoma,Verdana,Arial;
			}
ul.list {
	margin: 2px;
	font-size: 12px;
	line-height: 20px;
	}


                                                                /* >>>  TOOLTIP <<< */
																
#tooltip {
	display:none;
	position: absolute;
	z-index: 100000;
	border: 1px solid #CCC;
	color:#666;
	background-color: #eee;
	padding: 5px;
	font-size:12px;
	opacity:0.85;
	white-space:nowrap;
}

#tooltip h1, #tooltip div { margin: 0; font-size: 12px; }

																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#center h2 {
	margin: 0 0 20px 0;
	font-size: 150%;
	/*border-bottom:solid 2px #666;*/
	
	border-bottom:solid 2px #666;
	/*color:#666;*/
	color:#84A66A;
	}
div#center h3 {
	color:#666;
	}
div#left h2, div#right h2 {
	margin: 20px 10px 5px 10px;
	font-size: 150%;
	border-bottom:solid 2px #666;
	/*color:#666;*/
	color:#84A66A;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	line-height: 18px;
	}
div#left p, div#right p {
	margin: 0 20px 5px 10px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a {
	color: #4494FF;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
	p a:hover, ul.list a:hover {
		color: #4494FF;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		text-decoration:underline;
		}



/**************** LINKS ALTERNATIVOS ********************/
		 a.link2 {
			color: #84A66A;
			background-color: inherit;
			text-decoration:none;
			}
		a:hover.link2 {
			color: #84A66A;
			background-color: inherit;
			text-decoration:underline;
			}

																/* >>> FORMS <<< */
* { }

input, textarea,select {
	font-size:11px;
	font-family:Tahoma,Verdana,Arial;
}
.w120 {
	width:120px;
}	
.w260 {
	width:260px;
}	
	
.w300 {
	width:300px;
}


.s120 {
	width:124px;
}	
.s260 {
	width:264px;
}
.s300 {
	width:304px;
}
.t550 {
	width:550px;
}	

.btn60 {
	width:60px;
}			
																	
.btn80 {
	width:80px;
}			
																	
.btn100 {
	width:100px;
}			
																	
.btn120 {
	width:120px;
}

.btn150 {
	width:150px;
}

																	/* >> WINDOW << */
																	
#Win {

	position:absolute;
	background-color: #2D2D2D;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-left-color: #ECEAE6;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	z-index:1001;
/*	display:none; */
	top:-600px;
	width:740px;
	height:480px;
	
}

#Win-Content {

	z-index:0;
	padding:0;
	margin:0;
	background:#111 url(../images/gradient1.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:455px;
}

#winHeader {

	background-color:#666;
	line-height:24px;
	height:25px;
	border-left:10px solid green;
	font-size:13px;
	
}

#winTitle {

	position:absolute;
	left:2px; padding:0.2em 0em 0.2em 1em;
	color:#FFFFFF;
	font-weight:bold; 
	line-height:22px;
	width:90%;
	
}

#frame_detalhes {
	display:none;
	filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	position:absolute;
	width:740px;
	height:485px;
	left:130px;
	top:-600px;
}

#block {

	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background-color:#EEE;

}

input[type=checkbox] {
	cursor:pointer;
	vertical-align:middle;
	margin:0;
	padding:0;
	margin-right:5px;
	height:14px;
}

input[type=radio] {
	cursor:pointer;
	vertical-align:middle;
	margin:0;
	padding:0;
	margin-right:5px;
	height:14px;
}																/* >>> END <<< */