/* CSS Document */

/*-----Global Reset-----*/

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address{margin:0; padding:0;}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address{
margin:0.5em 0;}

li, dd{margin-left:1em;}

fieldset{padding:0.5em;}

img {
	border: none;
}

.clear {
	clear: both;
}


/*-----BACKGROUND COLOR/FONT SIZE AND COLOR-----*/
body {
	background-color:#E1E1E1;
	font-size:12px; /* more consistent font sizes */
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px; /*helps readability*/
}

/*-----ALL NON PARAGRAPH TEXT COLORS-----*/

td, p {
font-size:12px; color:#5E6568; 
}



/*-----HEADINGS-----*/
h1, .componentheading{ font-size:22px; font-weight:normal; line-height:24px; letter-spacing:-0.5px; margin-bottom: 10px;}
h2, .contentheading{ background: url(../images/pagetitle.png) no-repeat 0 0; padding-left: 35px; font-family: "Arial Black", Gadget, sans-serif; font-size:20px; font-weight:normal; line-height:25px; color:#990000; padding-bottom: 15px; text-transform: uppercase; }
h3{font-size:16px; font-weight:bold;}
h4{font-size:14px; font-weight:bold;}
h5{font-size:12px; font-weight:bold;}
h6, .createdate, .modifydate, .small{ font-size:11px; font-style:italic; color:#CCCCCC; padding: 0 10px;}


/*-----LINK TEXT COLORS-----*/
a {
color:#990000; font-weight:bold;
}

a:hover{
text-decoration:none;color:#999999; font-weight:bold;
}
/*-----Lists-----*/
ul{
list-style:none;
}

li{
}
/* tables */


table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px; 
}

table.contentpaneopen td.componentheading {
	padding-left: 10px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}
/*-----BLOCKQUOTE STYLE-----*/

blockquote {
 
}

/* MAIN MENU LINK COLOR */

a.mainlevel{

}

a.mainlevel:hover{

}

a#active_menu.mainlevel{

}

a.sublevel{

}

a.sublevel:hover{

}

a#active_menu.sublevel{

}
ul#mainlevel-nav{padding:0; margin:0; text-align:right; padding-right:10px;}
ul#mainlevel-nav li{
display:inline;
padding:0;
margin:0;
}
a.mainlevel-nav{
text-decoration:none;
padding:0 10px;
border-right:#999999 1px solid;
}

a.mainlevel-nav:hover{
text-decoration:underline;
}


input.button{
background:url(../images/buttonbg.png) top left repeat-x;
color:#fff;
font-size:11px;
font-weight:bold;
border:none;
padding:3px 4px;
}


/* LATEST NEWS/POPULAR MODULE LINK STYLES */

a.latestnews{
	
}

a.latestnews:hover{

}

a.mostread{

}

a.mostread:hover{

}

/* SECTION TABLE HEADER STYLE */

td.sectiontableheader {
 
}

/* ALTERNATING SECTION TABLE ROW 1 BACKGROUND/TEXT STYLES */

tr.sectiontableentry1 td {
 
}

/* ALTERNATING SECTION TABLE ROW 2 BACKGROUND/TEXT STYLES */

tr.sectiontableentry2 td {
 
}

/* SECTION TABLE LINK STYLES */

.sectiontableentry2 a, .sectiontableentry1 a, .sectiontableentry2 a.category, .sectiontableentry1 a.category {
 
}
.sectiontableentry2 a:hover, .sectiontableentry1 a:hover, .sectiontableentry2 a.category:hover, .sectiontableentry1 a.category:hover {
	 
}

/*layout*/
.wrapper{width:960px; text-align:left;}
#topwrapper{background:#999999 url(../images/fundo.png) top left repeat-x; border-bottom:#3D4C59 4px solid;}
#header{padding-top:10px;}
#logo{float:left; padding-bottom:15px;}
#user4{float:right; color:#401954; font-size:16px; font-weight:bold; width:600px;}
div.search{padding-top:6px;}
#mod_search_searchword{
background:url(../images/searchbg.jpg) top left no-repeat; border:none; width:252px; height:27px; color:#999999; font-weight:normal; padding:3px 5px;}
#inset{position:relative; height:25px; background-color:#000; font-size:11px; color:#626262; padding:3px 0px 0px 20px;}
#midwrapper{background-color:#990000; color:#fff; font-size:11px; border-top:#7b5b8a 1px solid; border-bottom:#a77dba 1px solid;}
#midwrapper .wrapper{background-color:#640000; color:#fff; }
#midwrapper .shadowleft{background:url(../images/midwrapper-l.jpg) top left repeat-y; margin-left:-20px; padding-left:20px;}
#midwrapper .shadowright{background:url(../images/midwrapper-r.jpg) top right repeat-y; margin-right:-20px; padding:10px 40px 20px 20px;}
#midwrapper a{color:#fff;}
#midwrapper a:hover{text-decoration:none;}
#midwrapper ul, #midwrapper li{margin:0; padding:0; list-style:none;}
#user1, #user2, #top{float:left; width:32%; overflow:hidden; color:#fff;}
#top td{color:#fff;}
#user1 h3, #user2 h3, #top h3, #left h3, #right h3{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; text-transform:uppercase;}
#user1 h3{color:#999999;}
#user2 h3{color:#999999;}
#top h3{color:#999999;}
#mainwrapper ol{
margin-left:12px;
}
#mainwrapper ol li{
padding:3px 0px;
}

#mainwrapper ul{
margin-left:6px;
padding:0;}
#mainwrapper ul li{
background:url(../images/bullet.png) no-repeat;
background-position: 0px 8px;
padding:3px 0px 3px 12px;
margin:0;
}
#mainwrapper{background:url(../images/back_main.png) top left repeat-x;}
#mainwrapper .wrapper{ background:#fff url(../images/contentbg.jpg) bottom left no-repeat; }
#mainwrapper .wrapper .inside{padding:10px 20px 40px 20px;}
#left, #middle, #right{overflow:hidden;}
#left{width:221px;}
#right{width:90%}
#left, #middle{float:left;}
#middle{width:690px;}
#right{float:right; }
#left h3, #right h3{
background: #636163 url(../images/h3bg.png) top left no-repeat; color:#fff; font-size:14px; font-weight:normal; margin-left:-10px; margin-right:-10px; padding:2px 3px;}
#left .module, #right .module, .module_menu, .module_text{ margin-top:10px;}
#left .module div, #right .module div, .module_menu div, .module_text div{
}
#left .module div div, #right .module div div, .module_menu div div, .module_text div div{

padding:0px 0px 10px 0px;}
#left .module div div div, #right .module div div div, .module_menu div div div, .module_text div div div{
background:url(../js/blank.gif) no-repeat;}
#middle .middleinside{padding:0px 10px 10px 10px;}
#footer{ background: #080809 url(../images/index-bg.gif) top left repeat-x; border-top:#981B1E 4px solid; margin-top:20px; font-size:10px; color:#A7A9AC;}
#footer a{color:#990000; text-decoration:underline;}
#footer a:hover{ color:#E1E1E1;}
#footer .wrapper{padding:5px 0px 10px 0px; clear:both; margin-top:20px;}
#footerleft{float:left; width:32%; margin-bottom:30px; }
#user32{margin-left:5px; float:center; width:32%;}
#user3{background:url(../images/arrow.png) top left repeat-y; height:200px; float:left; width:32%; padding:0 5px 5px 14px;}
div.bannergroup{width:468px; height:60px;}
