/* 
    Document   : eco_style.css
    Created on : 2009-08-17, 11:03:31
    Author     : cpigeon
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.boxthemes {
	margin:4px;
}

.boxthemesth {
	width:40px;
	padding-top:4px;
	padding-left:4px;
	padding-bottom:4px;
	float:left;
}

.boxthemestitle {
	width: 150px;
	float:right;
	margin-left:4px;
}

.boxthemestitle h2 {
	color:#F07A34;
	font-variant:small-caps;
	margin:0px;
	font-size:15px;
}

.boxthemestitle a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}

.boxthemestitle a:hover {
	color:#cce0e5;
	font-weight:bold;
}

.boxthemestitle li {
	margin-left:-8px;
}

.eco_navlist {

    padding-left : 15px;
    padding-top  : 5px;
    padding-bottom : 5px;
    margin : 0px;
 
}
.eco_navlist li:before{

        content: "\00BB \0020";
        
}

.eco_navlist li {
    list-style-type:none;
    white-space: nowrap;
    font-weight:normal;
}

.eco_navlistHighLite a{

        color:#cce0e5;
	font-weight:bold;
	/*text-decoration:none;*/

}


.boxthemestitle a.eco_navlistHighLite {
    color:#cce0e5;
}

.ecoVoteImage{
    cursor:pointer;
}


.eco_current_page {
    color : #000000;

}