@charset "utf-8";
/* CSS Document */

*{
	font-family:Arial;
}

a:link, a:visited{
	color:#194E76;
	text-decoration:none;
}

a:hover, a:active{
	color:#194E76;
	text-decoration:underline;
}

a.readmore{
	padding-left: 12px;
	background: url(../img/readmore_bg.gif) no-repeat 0 center;
}


body{
	margin:10px;
	font-size:11px;
	background: #e3e1db url(../img/body_bg.gif) repeat-y center 0;
}

div.caption{
	padding-top:10px;
	font-style:italic;
	color:#333;
}

div.clear{
	clear:both;
}

div.coluna3 {
	float:left;
	width:188px;
}

div.imgbox{
	float:left; 
	padding:5px; 
	margin:2px;
	border:1px solid #ccc; 
	background:#fff url(../img/admin_imgbox_bg.gif) repeat-x;
}

div.imgbox a, div.imgbox img{
	background:none;
	border:none;
}

div.separator{	
	margin-bottom:10px;
	height:15px;
	background: url(../img/tools_bg.gif) repeat-x 0 bottom;
	border:none;
}

div.readmore{
	width:auto;
	float:right;
	margin-top: 10px;	
	padding-left: 12px;
	background: url(../img/readmore_bg.gif) no-repeat 0 center;
}

dl{
	display:block;
}

dd{
	padding-bottom:3px;
	padding-left:60px;	
}

dt{
	padding-bottom:3px;	
	float:left;
	font-weight:bold;
	color:#515151;
}

fieldset{
	padding:10px;
}

legend{
	padding:3px;
}

h3{
	font-size:16px;
	margin-bottom:10px;
	color:#144780;
}

input, textarea{
	font-size:11px;
	width:250px;
	border:1px inset #fff;
}

input.button{
	margin-top:10px;
	width:auto;
	color: #fff;
	background: url(../img/button_bg.gif);
	border:1px outset #144780;
	font-weight:bold;
}

label{
	display:block;
	color:#333;
	margin-top:10px;
}

p{
	margin-bottom:10px;
}

td{
	padding:3px;
}

th{
	padding:3px;
	text-align:center;
}

th a{
	color:#666 !important;
	background:none !important;
}

tr.altrow td{
	background:#e4e2d9;
	padding:3px;
}

tr.highlight td{
	background:#fff;
}

tfoot tr{	

}

tfoot div{
	display:inline;
}

tfoot{
	text-align:center;
	color:#818181;
}

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#flashMessage{
	margin-bottom:10px;
	padding:15px;
	background: #ffc;
	border-left:2px solid #8C0B0B;
}

#footer{
	position:relative;
	padding:5px;
	background: #e7e6e1;
	font-size:10px;
	color: #666;
}

#footer ul{
	margin:0;
	padding:0;
}

#footer li{
	float:left;
}

#footer a{
	display:block;
	padding: 0 3px;
	float:left;
	background:none;
	color: #666;
}


#footer span{
	position:absolute;
	top:5px;
	right:5px;
}

#container{
	width:578px;
	margin:0 auto;
}

#header{
	width:780px;
}

#header h1{
	margin:0;
	padding:0;
}

#header h1 img {
	border:none;
}

#menu{
	margin:10px 0 0 20px;
}

#menu ul li{
	float:left;
	background: #fff url(../img/menu_bg_01.gif) no-repeat;
}

#menu ul li a{
	display:block;
	padding:6px 10px 5px 20px;
	float:left;
	font-size:11px;
	font-weight:bold;
	background: url(../img/menu_bg_02.gif) no-repeat right 0;
}

#menu ul li a:hover, #menu ul li a:active{
	color:#a3c9df;
}

#content{
	padding:10px 0;
}

#main{
	width:350px;
	float:left;
}

#main h3{
	margin:0;
	padding:0;
}

#tools{
	width:200px;
	float:right;
	text-align:left;
}

#tools ul{
	margin:0;
	padding:0;
}

#tools h3{	
	margin:0;
	padding:0;
}

#tools h4, #tools ul{
	margin: 5px 0;
	padding:0;
}

#icons{
	margin-top:10px;
	text-align:right;
}
