@charset "UTF-8";
/* CSS Document */
*{
    margin:0;
    padding:0;
}
body{
    padding:10px;
    font-family: Tahoma ,Arial, sans-serif;
    font-size: 12px;
    line-height:1.4em;
    background-color: #f3e7ff;
}
ul{
    margin-left: 1em;
}
.container_16{
    background-color: #fff;
    -moz-box-shadow: 0em 0em 5em #fff;
    -webkit-box-shadow: 0em 0em 5em #fff;
    -moz-border-radius: 10px;
	border-radius: 10px;
    -webkit-border-radius:10px;
    padding-bottom: 10px;
}
#logo{
	display:block;
	width:400px;
	height:90px;
}
#header{
    display: block;
    height:100px;
    width:960px;
    background-image:url(/images/header.jpg);
    background-repeat: no-repeat;
    margin-bottom: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topleft:10px;
    -webkit-border-top-left-radius:10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#footer{
    background-color: #d26bf0;
    height: 25px;
    line-height:25px;
    display: block;
    margin-top: 20px;
    color: #fff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	border-radius:5px;

}
#footer a{
    color:#fff;
}
.box{
    padding:10px;
    border:1px solid #e5c0f0;
    background-color: #fff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	border-radius:5px;
}
.box-title{
    color: #fff;
    text-indent: 1em;
    display: block;
    background-color:#06284e;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	border-radius:5px;
}
.menu{
	background-color: #7ac943;
	width:930px;
	padding:0 5px;
	height:25px;
	margin-bottom: 2px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
	border-radius:5px;
}
.menu ul{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
.menu ul li{
	display:inline;
}

.menu ul li a{
	padding-left:40px;
	padding-right:40px;
	height:25px;
	display:inline-block;
	color: #fff;
	line-height:25px;
	font-weight: bold;
}
a img{
    border:none;
    vertical-align: middle;
}
.menu ul li a:hover{
	color: #fff;
	background-color:#4D802A;
}
.submenu{
    margin-left: 1em;
    color: #0068cd;
}
.submenu li{
    padding:3px;
}
.submenu li a{
    font-weight: bold;
    padding:3px;
    color: #0068cd;

}
.submenu li a:hover{
    color: #000;
}
.submenu .current a{
    background-color: #fff;
}
.submenu li ul li a{
    background-color: #ccc;
    margin-left:10px;
}
.submenu li ul li a:hover{
    background-color: #ccc;
}
h1{
	font-size:1.5em;
	margin-bottom: 1em;
	color: #0068cd;
}
h2{
    font-size:1.2em;
    margin:1em 0;
}
h3{
    font-size: 1em;
    color:#d26bf0;
    line-height: 1.45em;
    display: block;
    padding: 0.2em;
}
p{
    padding-bottom: 1em;
}

.listing{
	width:100%;
	background-color:#fff;
	padding:2px;
	border-spacing:0;
	background-color:#0068cd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.listing th{
	text-align:left;
	padding:5px;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	font-size:1em;
	line-height:1.2em;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.listing td{
	padding:5px;
	background-color:#fff;
}
.listing .odd td{
	background-color:#eee;
}
.listing .small td{
    background-color: #eee;
}
.listing .medium td{
    background-color: #f5f5f5;
}
.listing .lare td{
    background-color: #fff;
}
.listing .done td{
	color:#999;
}
.listing tr:last-child td:first-child{
    -moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius: 4px;
}
.listing tr:last-child td:last-child{
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius: 4px;
}
.line{
    border-top: 1px solid #d26bf0;
    margin:10px 0;
}
.zend_form{
    width: 100%;
}
.zend_form .errors{
	margin:0;
	display: block;
	background-color:#f00;
	color:#fff;
	padding:3px;
	list-style:none;
}
.zend_form textarea{
	height:10em;
	width:100%;
}
.zend_form input{
	width:98%;
}
.zend_form dl{
	padding:5px;
	display:block;
}
.zend_form dt{
	font-size:1em;
	line-height:1em;
	color:#333;
	font-weight:bold;
	padding:0.2em;

}
.zend_form dd{
	display:block;
	padding:0.2em 0;
}
.zend_form fieldset{
	border:1px solid #ddd;
	background-color:#eee;
	padding:5px;
	display: block;
}
.zend_form legend{
	font-weight:bold;
	font-size:18px;
}
.nav{
	margin: 0;
	list-style:none;
	padding:2px;
	background-color:#ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display:block;
}
.nav li{
	display:inline-block;
	margin-left:0;
}
.nav a{
	line-height:20px;
	display:inline-block;
	height:20px;
	padding:5px 15px;
	text-decoration:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	font-weight:bold;
	color:#444;
}
.nav a img{
	vertical-align:middle;
	border: none;
}
.nav a:hover{
	text-decoration:underline;
	background-color:#999;
	color: #fff;
}
.paginationControl{
	display:block;
	padding:10px;
	text-align:center;
}
.paginationControl .total{
	font-weight:bold;
	color:#666;
}
.credit{
	padding:20px 0;
	color:#6f6e73;
	float:right;
}
.credit:hover{
    color:#000;
    text-shadow: #fff 0 0 10px;
}
.thumb{
    display: block;
    text-align: center;
    background-color: #fff;
    padding:6px;
    border:1px solid #8293a7;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	border-radius: 5px;
}
#searchform{
    position: relative;
    top:-60px;
    left: 700px;
}
#searchform ul {
    height:18px;
    position:absolute;
    width:208px;
    list-style:none;
    background:#F0F8FF none repeat scroll 0 0;
    display:block;
    padding:5px;
    margin: 0;
    border:1px solid #06284e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}
#searchform li label, #searchform li input {
    border:0 none;
    left:5px;
    padding:5px;
    position:absolute;
    top:3px;
    width:140px;
    background-color:transparent;
}
#searchform li {
    left:0;
    position:absolute;
    top:0;
    width:220px;
}
#searchform li label {
    display:none;
    color: #ddd;
    font-size: 1em;
    font-weight: bold;
}
#searchform li input#searchsubmit {
    background:#06284e none repeat scroll 0 0;
    display:block;
    height:28px;
    left:auto;
    position:absolute;
    top:0;
    right:2px;
    text-align:center;
    width:60px;
    color: #fff;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 1em;
    line-height:18px;
    font-weight: bold;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;

}
#searchform li input#searchsubmit:hover{
    color:#fff;
    background-color:#6f6e73;
}
