/* CSS Document */
* {
  padding : 0px;
  margin : 0px;
  border : 0px;  
  font-size: 11px;
  font-family:verdana,arial,sans-serif;
  line-height:12px;  
  color:white;  
}

textarea {
  color:black;
}

body {
  background-color:black;
}

div.outer {
    width: 1011px;
    background-image: url(images/padrao2.gif);    
}

div.send {
    position:absolute;
    top:25px;
    width:460px;
    margin:auto auto;
    height:100px;
    left:640px;    
    font-weight:bold;
}

div.newsletter {
    position:absolute;
    top:100px;
    width:460px;
    margin:auto auto;
    height:40px;
    left:640px;    
    font-weight:bold;
}

div.newsletter form {
    margin-top:10px;
}

div.newsletter form input {
    color:black;
}

div.homelink {
    position:absolute;
    top:35px;
    width:600px;
    margin:auto auto;
    height:100px;
    left:80px;    
    font-weight:bold;
}

div.wrapper {
  padding:10px;
}

div.wrapper_adsense {
  position:relative;
  top:0px;
  width: 790px;
  height: 130px;
  margin-left: 10px;
  margin-right: 10px;
  background-image: url(images/padrao.gif);
  left:20px;
}

div.wrapper_content {
  position:relative;
  top:20px;
  width: 790px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  background-image: url(images/padrao.gif);        
}

div.wrapper_left_menu {
  float:left;
  background-image: url(images/padrao2.gif);
  width:140px;  
}

div.wrapper_lateral_ads {  
  background-image: url(images/padrao2.gif);
  /* Adsense height of block */
  height:400px;
}

div.wrapper_left_main {
  float:left;
  background-image: url(images/padrao2.gif);
  width:871px;  
}

div.wrapper_left_inner_main {  
  position:relative;
  top:20px;
  width: 790px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  left:20px;
}

div.wrapper_left_category_menu {
  float:left;
  background-image: url(images/padrao.gif);
  width:150px; 
  margin-right:5px;
  text-align:left;
}

div.wrapper_left_category_menu a {
    color:white;
    font-style:none;
}

div.wrapper_left_category_menu a:hover {
    color:black;
    background-color:#ffc308;    
}

div.wrapper_left_content {
  float:left;
  background-image: url(images/padrao.gif);
  width:635px;  
}

div.wrapper_codes {
  float:left;
  background-image: url(images/padrao2.gif);        
}

div.wrapper_help {
  padding-left:10px;
  padding-right:10px;
  padding-top:2px;
  padding-bottom:2px;
  background-color:#ffc308;
  color:black;
  margin-right:10px;
  margin-left:10px;
}

div.wrapper_left_category_menu_header {      
}

div.wrapper_left_category_menu_links {
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;  
}


div.wrapper_upper_breadcrumb {
  margin-top:10px;
  margin-bottom:10px;
}

div.wrapper_bottom_breadcrumb {
  margin-top:10px;
  margin-bottom:10px;
}

div.wrapper_text {        
  padding:10px;
}

div.wrapper_index {
  position:relative;
  top:0px;
  width: 790px;  
  margin-left: 10px;
  margin-right: 10px;
  background-image: url(images/padrao.gif);    
  left:20px;
}

div.wrapper_code {
  font-size:0.8em;
  text-indent:20px;
  border:1px;
  border-color:white;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid yellow;
text-decoration: none; 
color: white;
}

.pagination a:hover, .pagination a:active{
border: 1px solid yellow;
color: black;
background-color: yellow;
}

.pagination a.currentpage{
background-color: yellow;
color: black;
border-color: yellow;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: red;
font-weight: normal !important;
}

#pop1_c input {
    color:#000;
    font-size:14px;
    padding:5px;
    font-weight:bold;
    float:right;
    margin-right:30px;
}
