@charset "utf-8";
/* CSS Document */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../img/pattern_sahar.png);
	background-color: #0c4b52;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:12px;
	line-height: 1.5;
	background-attachment: fixed;
}
a img {
	border: none;
}
/*Headings*/
h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #4F4F4F;
	height: 1px;
}

br {
}

td, th, div {
	font-size: 100%;
}
a {
	color:#360;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* MAIN LAYOUT
--------------------------------------------------------- */
.wrap {
	clear: both;
	width: 100%;
}
#header{
	height:100px;
	margin: 0 auto;
	width: 900px;
	background-color:#FFF;
}
.logo{
padding-left: 15px; padding-top: 15px;	
}
.main {	
	margin: 0 auto;
	width: 900px;
	background: #fff;
	
}

.inner {
	margin: 0 10px;

}
#conteudo{
	background: #fff;
	padding: 0;

}
#footer{
	padding: 0;
	
	
}
.footer-inner {
	color:#ccc;
	width: 900px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	clear: both;
}
#main{
	float: left;
	width: 73%;
}
/*Menu Nav*/
#nav{
	text-align:center;
}
#nav ul{
	list-style:none;
}
#nav ul li{
	display:inline;
	padding-left:1em;
	padding-right:1em;
	
}
#nav ul li a{
	line-height:40px;
}
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
ul#saturday{margin:0;padding:0;list-style-type:none;width:auto;position:relative;display:block;height:36px;text-transform:uppercase;font-size:12px;font-weight:bold;background:transparent url("../img/bgOFF.gif") repeat-x top left;font-family:Helvetica,Arial,Verdana,sans-serif;border-bottom:4px solid #336666;border-top:1px solid #C0E2D4;}
ul#saturday li{display:block;float:left;margin:0;pading:0;}
ul#saturday li a{display:block;float:left;color:#030;text-decoration:none;padding:12px 20px 0 20px;height:24px;background:transparent url("../img/bgDIVIDER.gif") no-repeat top right;}
ul#saturday li a:hover{background:transparent url("../img/bgHOVER.gif") no-repeat top right;}
ul#saturday li a.current,ul#saturday li a.current:hover{color:#fff;background:transparent url("../img/bgON.gif") no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
/* PRIMARY COLUMN
--------------------------------------------------------- */
#current-content {
	margin: 0 0 15px;
	padding: 0 15px;
}

/* COLUMNS
--------------------------------------------------------- */
/*common style for column*/
#col {
	float: right;
	width: 25%;
}

#col .innerpad {

}
.inner-col{
background:url("../img/secnav_bkg.jpg") no-repeat scroll 0 0 #003842;
float:left;
width:85%;
padding:20px 15px;
margin-top:15px;
color:#FFF;
}
.blue{
	background:url("../img/secnav_bkg_blue.jpg") no-repeat scroll 0 0 #3d99b7;
}
/*Clearfix*/

* html .clearfix {
	height:1%;
}
.clearfix {
	display:inline-block;
}
html[xmlns] .clearfix {
	display:block;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
/*Common*/
#box-destaque h1{
	color:#0C0;
	font-size:200%;
	
}
a.readon {
	background:transparent url(../img/readon-bg.png) no-repeat scroll left top;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	margin:10px 0 0;
	padding:0;
	text-indent:10px;
	width:94px;
}
div.disabled {
 display: inline;
 float: none;
 clear: none;
 color: #C0C0C0;
}
ul.pagination {
	border-top: 1px solid #CCCCCC;
	color: #666666;
}

ul.pagination a {
	background: #FCFCFC;
	border: 1px solid #DDDDDD;
	color: #090;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #DDDDDD;
	color: #090;
}
h1.componentheading, .componentheading {
	border-bottom: 1px solid #CCCCCC;
	color: #060;
}

h2.contentheading, .contentheading {
	color: #090;
	margin:0 0 5px;
	padding:0;
}

.article-meta {
	color: #999999;
}

.createdby {
	color: #999999;
}

.createdate {
	background: url(../img/vline.gif) no-repeat right center;
	margin-right:5px;
	padding-right:6px;
}

.modifydate {
	color: #999999;
}
/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
}
.box-ct form{
clear:both;
margin-right:20px;
padding:0;
width:100%;	
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	padding: .2em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 110%;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 105%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 105%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #B9B7B5;
	color: #666666;
	font-size: 100%;
	padding: 2px;
}

.button {
	background: url(../img/but-bg.gif) repeat-x left center #FFFFFF;
	border: 1px solid #D9D9D9;
	color: #555555;
	font-weight: bold;
	padding: 1px 8px;
}

* html .button {
	padding: 0 5px !important; /*IE 6*/
}

*+html .button {
	padding: 0 5px !important; /*IE 7*/
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
div.message {
	clear: both;
	color: #FFF;
	background-color:#3C0;
	font-weight: bold;
	padding:1em;
	border:1px solid #9F0;
	width: 80%;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}





/*CSS3*/
div.message {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}