@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
}
#site {
	margin:0 auto;
	width:1000px;
}
#header {

}
#sidebar-content {

}
#sidebar {

}
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar ul li{

}
#sidebar ul li a{
	display:block;
}
#sidebar ul li a:hover{
	display:block;
}

#content {
}
#footer {
	clear:both;
}

/* Popup*/
div.msgOverlay {
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:1000000;
	background:#000;
	height:100%;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
div.msgPopupBox {
	left:50%;
	top:0;
	z-index:1000001;
	position:fixed;
	padding:15px;
	font-size:90%;
	background-color:#F0F0F0;
	background-image:url(imgs/bc_msgpopubbox.png);
	background-repeat:no-repeat;
	background-position:top center;
}
div.msgPopupBox .fechar {
	position:absolute;
	right:0;
	top:0;
	padding:2px 5px;
	cursor:pointer;
	font-size:80%;
	color:#000;
}
div.msgPopupBox .fechar:hover {
	color:#000;
}
div.msgPopupBox h1 {
	margin:15px 0 25px 0;
	font-size:120%;
	font-weight:bold;
	padding-bottom:5px;
	border:none;
	color:#000;
	border:none !important;
}
div.msgPopupBox div.lista {
	overflow:auto;
	margin-bottom:25px;
	max-height:500px;
}
div.msgPopupBox div.lista p {
	margin:2px 0;
	font-size:100%;
}
div.msgPopupBox div.lista ul {
	padding:0;
	margin:2px 0;
	list-style-type:none;
}
div.msgPopupBox div.lista ul li {
	font-size:90%;
	padding:3px;
}
div.msgPopupBox label {
	display:block;
	color:#333;
	font-size:80%;
	margin-top:10px;
}
div.msgPopupBox .campo {
	width:99%;
}
.msgBtn {
	margin-top:10px;
	margin-left:10px;
	float:right;
	padding: 0 20px 0 20px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #666;
	background-color:#CCC;
}
.msgBtn:hover {
	background-color:#F0F0F0;
}
.msgBtn:active {
	background-color:#999;
}
.msgBtn:disabled {
	color:#999;
}
/* Popup FIM */