/* project: internet center template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */

#subscribe {
    padding: 0;
    margin: 5px 10px 0 0;
    float: right;
}
   
body { 
    padding: 0; 
    margin: 0; 
    font: 0.7em 'Helvetica Neue', helvetica, Arial, sans-serif; 
    line-height: 1.5em;
    color: #454545;
    background: #8DBDD8;
}

a {
    color: #185DA0;
    
}

a:hover {
    color: #9EC068;   
}

a.title {
    color: #FE6700;
    background: #FFF;
}

.title {
    color: #FE6700;
    background: #FFF;
}

.logotext {
    letter-spacing: -1px; 
    padding: 0;
    padding-top: 7px;
    margin: 0;
    text-decoration: none;
    font: bold 1.7em 'Helvetica Neue', helvetica, Arial, Sans-Serif;
}



h1 a, h2 a {
    text-decoration: none;
}

.gravatar { margin: 1px; }

h1 a:hover, h2 a:hover {
    color: #FF6600;
    background: #FFF;
}


h1 {
    margin: 5px 0px; 
    padding: 0; 
    font: bold 1.7em 'Helvetica Neue', helvetica, Arial, Sans-Serif; 
    letter-spacing: -1px;
    font-size: 20px;
    margin-bottom: 5px; 
    color: #000; 
    background: inherit;
}

p {    
    margin: 0 0 5px 0;
    
}


ul { 
    margin: 0; 
    padding : 0; 
    list-style : none; 
}

form { 
    margin: 0; 
}

input.search { 
    width: 197px; 
    border: none;
    background: transparent url(input.gif) 0 0; 
    padding: 5px; 
}

label {
	cursor: pointer;
	height: 35px;
}

input[type=text] { 
    width: 197px; 
    border: none;
    background: transparent url(input.gif) 0 24px; 
    padding: 5px; 
}

input[type=password] { 
    width: 197px; 
    border: none;
    background: transparent url(input.gif) 0 24px; 
    padding: 5px; 
}

input[type=submit]
{
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #9EC068;
	color: #808080;
	padding: 3px 10px;
	font-family: 'Helvetica Neue', Helvetica, arial;
}

input[type=submit]:hover
{
	background-color: #eeeeee;
}

input.login { 
    width: 150px;
    border: none; 
    background: url(logininput.gif); 
    padding: 4px; 
}

.button {
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #9EC068;
	color: #808080;
	padding: 3px 10px;
	font-size:16px;
	font-family: 'Helvetica Neue', Helvetica, arial;
	text-decoration: none;
}

.button:hover
{
	background-color: #eeeeee;
}

/* layout
   ------ */

.content { 
    margin: 0px auto;
    width: 790px; 
    border: 5px solid #444444;
   -moz-border-radius: 8px;
   -o-border-radius: 8px;
   -webkit-border-radius: 8px;
   -khtml-border-radius: 8px;
   border-radius: 8px;
    padding-top: 7px;
    background: #FFF;
}

.content_inner {
	padding: 0px 15px 15px 15px;
	font-size: 12px;
}

.header { 
    height: 60px; 
}

.top_info {
    float: right;
    width: 290px;
    padding: 0 0 4px 0;
}

    .top_info_left {
        width: 240px;
        float: left;
    }

    .top_info_right {
        float: right;
        width: 290px;
        padding: 0px 10px 0 0;
        border-left: 1px solid #eee;
    }

.slogan {
    font-size: 0.9em;
    width: 160px;
}


.bar { 
    clear: both;
    font-size: 1.1em;
    height: 30px; 
    margin: 0 0 0 0px; 
    text-align: center;
    border-top: 1px solid #cccccc;
}

.subbar {
    text-align:center;
 }


    .bar li { 
        margin: 0; 
        padding: 4px 10px 8px 10px;
        color: #808080;
        float: left;
    }
    
    .bar li.active { 
        background: #FFF url(bar.gif) no-repeat center bottom; 
        color: #9EC068;
        font-weight: bold; 
        padding-bottom: 8px; 
    }
     
    .bar li:hover { 
        background: #FFF; 
    }

    .bar a { 
        font-weight: bold;
        color: #4A8EBC;
        background: inherit;    
    } 

.search_field { 
	float: right;
    padding: 10px 10px 5px 0;
}

.subheader {
	float: left;
	padding: 12px 10px 0 10px;
}

.search_bar {
	background: #DCF2B8 url(barbg.gif) no-repeat; 
	height:45px;
    color: #000;
    border-top: 1px solid #9EC068;
    border-bottom: 1px solid #9EC068;
    clear: both;
    text-align: center; 
    font-size: 12px;
}

.subheader a {
	padding-right: 8px;	
}

.error {
	font-size: 10px;
	width: 320px;
	color: #FF2E2E;
	margin-left: 10px;
	float: left;	
}

/* left side
   --------- */

.left {
    float: left;
    width: 435px;
    margin: 0 0 10px 0;
}

    .left_articles {
        margin: 0px 0 10px 0;
    }

    .left_links {
        border: 1px solid #eee;
        padding: 10px 10px 10px 15px;    
        margin: 0 0 10px 0;
    }
    
    .left_links:hover {
        border: 1px solid #ccc;
    }
    
    .left_message {
        border: 1px solid #eee;
        padding: 10px 10px 10px 75px;    
        margin: 0 0 10px 0;
        background: #fff url(questionmark.gif) no-repeat center left;
        color: #454545; 
    }
    
    .left_message:hover {
        border: 1px solid #ccc;
    }
    
        .left_side {
            float: left;
            width: 180px;
        }
        
        .right_side {
            float: right;
            width: 200px;
            border-left: 1px solid #eee;
            padding: 0 0 0 20px;
        }
        
    .left_box {
        background: #f4f4f4;
        color: #000;
        border: 1px solid #ccc;
        padding: 10px;
    }


/* table stuff */
.table2 td {
    background: #DCF2B8;
    color: #000;        
    border-bottom: 1px solid #9EC068;  
    font-size: 10pt;
}


.table2 {

    text-align: right;
    }

.table1 th {
        border-top: 1px solid #FE6700;
        border-bottom: 1px solid #FE6700;
        font-size: 10pt;
        color: #FE6700;
        background: #FFF;
        text-align: left;
}

.table3 {
        background: #A9D4F2;
        color: #246088;
        border-top: 1px solid #4A8EBC;
        border-bottom: 1px solid #4A8EBC;
}



table.table2 thead tr .header {
	background-image: url(/lists/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	height: 12px;
}
table.table2 thead tr .headerSortUp {
	background-image: url(/lists/asc.gif);
}
table.table2 thead tr .headerSortDown {
	background-image: url(/lists/desc.gif);
}
table.table2 thead tr .headerSortDown, table.table2 thead tr .headerSortUp {
background-color: #8dbdd8;
}


.table1 a {
    text-align: left;      
        color: #FE6700;
        background: #FFF;
        text-decoration: none;
}

    
/* right side
   ---------- */
        
.right {
    float: right;
    width: 310px;
    margin: 0 0 10px 0;
}

    .right_login {
        padding: 10px;
        margin: 0 0 10px 0;
        background: #A9D4F2;
        color: #246088;
        border-top: 1px solid #4A8EBC;
        border-bottom: 1px solid #4A8EBC;
    }

    .right_articles {
        border: 1px solid #eee;
        padding: 4px;
        margin: 0 0 10px 0;
    }
    
    .right_articles:hover {
        border: 1px solid #ccc;
    }
        
.image {
    float: left;
    margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
    clear: both; 
    text-align: center;
    line-height: 1.8em;
    color: #111111;
    background: #9EC068;
    padding: 10px 0 10px 0;
    border-top: 1px solid #eee;
}

.footer a {
    color: #111111;
}


a.subscribe {
  color: #FE6700;
}


