@import "undohtml.css";

/*layout CSS */
html {
background:#111;
overflow-x:hidden;
overflow-y:scroll;
_overflow-y:auto;

scrollbar-base-color:#000;
scrollbar-arrow-color:white;
}
body {
min-width:758px;
}
/* Estilização do background do site */
#wrap {
background:black url(../images/bg_shadow.png) repeat-y 0px 0px;
margin:0 auto; padding:0 4px;
width:750px;
}
#header {
background:transparent url(../images/bg_header2.png) no-repeat center top;
width:738px; height:163px;
margin:0px -4px; padding:10px 10px 0px 10px;
}
#header h1 {
width:144px; height:144px;
float:left;
display:inline;
}
#header h1 a {
background:transparent url(../images/raae-logo_144x144.png) no-repeat 0px 0px;
width:144px; height:144px;
margin:0 auto 0 30px;
display:block;
}
#header h1 a em {
display:none;
}
#jwmp { /* #header div#jwmp */
width:270px; height:140px;
float:right;
display:inline;
}
/* Estilização do welcome no topo do site */
#wellcome {
background:transparent url(../images/bg_barnav.png) no-repeat 0px 0px;
width:720px; height:20px;
padding:8px 15px 8px 15px;
text-align:center; color:#ddd;
}
/* Estilização do letreiro no topo do site */
#slidetxt {
background:black url(../images/bg_upshadow.jpg) repeat-x 0px 0px;
width:740px;
padding:5px;
}
#slidetxt input {
background:black;
border:none;
width:740px;
font-style:italic; font-weight:bold;
text-align:center;
color:#999;
}

#sidebar {float:left;width:20%; overflow:hidden; } 
#content60 {float:left;width:60%;overflow:hidden;}
#content80,#content80a,#content80b {float:left;width:80%;overflow:hidden;}
#content100 {float:left;width:100%;overflow:hidden;}
#sidebar-2 {float:left;width:20%; overflow:hidden;}
#footer {clear:both;}
.inside {padding:5px;}
div#content80a div.inside {padding:5px 0px 5px 5px;}
div#content80b div.inside {padding-left:0px;}
/*typography*/

body {
font-size:12px;font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;line-height:1.3;color:#fcfcfc;
}
#footer {
background:transparent url(../images/bg_footer.png) no-repeat center top;
width:738px; height:37px;
margin:0px -4px; padding:16px 10px 0px 10px;
text-align:center;
}
a {text-decoration:none;color:#06C}
a:hover {color:#C30}
h1,.componentheading{
font-size:1.7em;
}
h2,.contentheading{
font-size:1.5em;
}
h3{
font-size:1.3em;
}
h4{
font-size:1.2em;
}
h5{
font-size:1.1em;
}
h6{
font-size:1em;
font-weight:bold;
}
#footer,.small,.createdate,.modifydate,.mosimage_caption,.poweredby {font:11px Arial,Helvetica,sans-serif;color:#ccc;}
.moduletable {margin-bottom:5px; padding:0 5px; /*padding for inside text*/ border:1px #444 solid;}
.moduletable .moduletable {margin:auto;padding:5px 0; /*padding for inside text*/ border:none;}
.moduletable h3 {background:#333;color:#fcfcfc;padding:3px 0;text-align:center;font-size:1.1em;margin:0 -5px 3px -5px; /*negative padding to pull h3 back out from .moduletable padding*/}

.poweredby {
text-align:center;
margin:10px auto auto auto;
}
/*Menus Styling*/
.moduletable-trans {background-color:#333;}

/*Banners Styling*/
.banneritem {
border:1px solid #333;
margin-bottom:3px;
}


.article_column {
padding:3px;
}
.contentpaneopen {
/*border:1px #333 solid;
margin:1px;*/
background:#151515;
}
.contentheading {
/*background:transparent url(../images/bg_cheading2.jpg) no-repeat left top;*/
font-size:16px;
font-weight:bold;
padding:1px 6px;
}
.contentheading {
padding:2px 5px;
background:#333;
}
.buttonheading {
padding:2px;
background:#151515;
border:1px solid #333;
}
.contentheading a {
color:#ffffff;
}
.componentheading {
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}