/* ----------------------------------------------------------------------------------------------------------

    This website template was downloaded from http://www.nuviotemplates.com - visit us for more templates

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
HTML
---------------------------------------------------------------------------------------------------------- */

body {background-color:#bfbfbf;}

a {color:#000;}
a:hover {color:#5FB200;}

/* ----------------------------------------------------------------------------------------------------------
Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */            

table.table-style01 {border:1px solid #CCC;}
table.table-style01 th {border-right:1px solid #CCC; background:#EFEFEF; color:#000;}
table.table-style01 td {border:1px solid #DDD;}
table.table-style01 tr.bg td {background:#F5F5F5;}

table.table-style01 tr.odd td
{
    background-position: #F5F5F5;
    background: #CACDE1;
}
table.table-style01 tr.even td {background:#F5F5F5;}

table.table-style02 {border:none;}
table.table-style02 th {border-right:1px solid #CCC; background:#EFEFEF; color:#000;}
table.table-style02 td {border:none;}
table.table-style02 tr td
{
    border-bottom: 1px solid #C0C0C0;       
}

table.table-style02 tr.odd td
{
    background-position: #F5F5F5;
    background: #CACDE1;
}
table.table-style02 tr.even td {background:#F5F5F5;}

table.table-style03 {border:none}
table.table-style03 th {border:none; background:#EFEFEF; color:#000;}
table.table-style03 td {border:none;}
table.table-style03 tr.bg td {background:#F5F5F5;}
table.table-style03 tr td
{
    border-bottom: 1px solid #C0C0C0;
    font-size: 10px;
}

table.table-style04
{
    border: none;
  
}
table.table-style04 th {border-right:1px solid #CCC; background:#EFEFEF; color:#000;}

table.table-style04 td
{
    border: none;
    float: left;
 
}

table.table-style04 tr td
{
    border-bottom: 1px solid #C0C0C0;
    border-bottom-style: dotted;
  
}

table.table-style04 tr.odd td
{
    background-position: #F5F5F5;
    background: #CACDE1;    
    text-align: left;
}
table.table-style04 tr.even td {background:#F5F5F5;}

/* ----------------------------------------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------------------------------------- */

#header {background-color:#000;}

#logo span {color:#71C705;}
#logo a {color:#FFF;}

#slogan {color:#AFAFAF;}

#nav {background-color:#D9D9D9;}
#nav ul li a {color:#555;}
#nav ul li#nav-active a {color:#000;}
#nav ul li a:hover {color:#000;}

#cols {background-color:#FFF;}

#content #content-title {background-color:#000; color:#71C705;}

#aside #aside-title {background-color:#000; color:#FFF;}
#aside .title {background-color:#000; color:#71C705;}

#footer {background-color:#000; color:#999;}
#footer a {color:#999;}
#footer a:hover {color:#FFF;}
    
/* ----------------------------------------------------------------------------------------------------------
Page: Home
---------------------------------------------------------------------------------------------------------- */

#perex {border-top:1px solid #2A2A2A; background-color:#000; color:#CCC;}
#perex a {color:#CCC;}
#perex a:hover {color:#71C705;}

.section h3 {background-color:#77C505; color:#FFF;}
.section h3 a {color:#FFF;}
.section h3 a:hover {color:#000;}
.section-in {border-bottom:1px solid #DADADA;}

dl#news dd {border-bottom:1px solid #CACACA; color:#555;}
dl#news dd span.date {color:#519800;}

