/* tool */
.tool { 
	text-align: right;
}

.tool ul { 
	list-style:none; 
	padding: 5px 0; 
	height:1px;
}
.tool ul li { 
	margin:0; 
	padding:0; 
	float:left; 
	color:#c0c0c0;
	font-size:12pt;
	display:inline-table;
}

.tool ul li a, .tool ul li span{ 
	color:#bbb;
	padding:  5px 10px;
}
.tool ul li span{ 
	cursor: pointer;
}

.tool ul li a:hover, .tool ul li a.active{ 
	color:#87AA2A;
}


h1 {
    background: #3b8230 ; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#3b8230 , #2c5326); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3b8230, #2c5326); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3b8230, #2c5326); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3b8230, #2c5326); /* Standard syntax */

    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(3, 3, 6, 0.5);
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    height: 27px;
    line-height: 20px;
    margin: 0;
    padding: 5px 9px 0;
}
h1 a, h1 a:hover{
	color: #7fcaf9; 
	font-weight: bold;
}
h1 a:hover{
	color: #fff; 
}

ul.ov_boot{
	margin:0;
}
div.ov_boot select{
	width: 107px;
}

