﻿/* --- html elements --- */

html, body {
    margin: 0px;
    padding: 8px;
    border: 0px;
    color: #3b3b3b;
    background-color: #bbe19c;
    font-size: 9pt;
    font-family: Tahoma, Arial;
}
table {
	border: none 0;
}
img {
    border: none 0;
}
p {
    padding: 0;
	margin-top: 0;
	margin-bottom: 12px;
}
hr {
    height: 1px;
    color: #BEBEBE;
    background-color: #BEBEBE;
    border: none 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    margin-top: 0px;
    font-size: 18pt;
    font-weight: normal;
}
div.h1 h1 {
    margin-top: 0px;
    font-size: 14pt;
    font-weight: normal;
}
span {
	margin-top: 0px;
	margin-bottom: 0px;
}
span.t2 {
    font-size: 10pt;  
}
.error {
    color: #cc3300;
    font-style: italic;
}
.success-message {
    color: #339933;
    font-style: italic;
    background-color: #f0fff0;
}
.failure-message {
    color: #cc3300;
    font-style: italic;
    background-color: #fff5f0;
}




/* --- layout --- */

#main {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
#wrapper {
    margin: 0 30px 0 30px;
}
#header {
    width: 100%;
    clear: both;
}
#menu {
    width: 100%;
    padding-top: 10px;
    clear: both;
}
#body {
    text-align: left;
    width: 100%;
    clear: both;
}
#content {
    width: 670px;
    float: left;
    clear: none;
    overflow: hidden;
}
#sidebar {
    width: 170px;
    float: left;
    clear: none;
    overflow: hidden;
    margin-right: 30px;
    margin-top: 10px;
}
#footer {
    width: 100%;
    padding-top: 60px;
    clear: both;
}




/* --- containers -- */

div.h1 {
	margin-bottom: 20px;
	margin-top: 10px;
}
div.c1 {
	line-height: 20px;
}
div.iImg {
    width: 420px;
    height: 420px;
    float: left;
	clear: none;
	border: solid 1px #BEBEBE;
	padding: 10px;
}
div.iInfo {
    vertical-align: top;
    float: left;
    clear: none;
    margin-left: 20px;
    width: 200px;
}
div.fLeft {
    float: left;
    clear: none;
}
div.fRight {
    float: right;
    clear: none;
}
div.navNextPrev {
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    top: -100px;
    padding-top: 2px;
    background: #fff;
    width: 110px;
    overflow: hidden;
}
div.navN {
    padding-left: 2px;
    text-align: right;
}
div.navP {
    padding-right: 2px;
    text-align: left;
}
.searchResults {
    margin-bottom: 20px;
}
div.pager {
	padding: 5px;
	text-align: center;	
	width: 98%;
}
div.pager-top {
	margin-bottom: 30px; 
	margin-top: 20px; 
}
div.pager-bottom {
	margin-bottom: 30px;
}
div.pager-grid {
	margin-bottom: 10px;
	margin-top: 10px;
}
div.adLeader {
    width: 98%;
    clear: both;
    text-align: center; 
    margin-top: 20px;
    margin-bottom: 20px;
}
div.clearIt {
    clear: both;
}




/* --- corners -- */

.corners_top div {
   background: url(../_Img/corner_tl.png) no-repeat top left;
}
.corners_top {
   background: url(../_Img/corner_tr.png) no-repeat top right;
}
.corners_bot div {
   background: url(../_Img/corner_bl.png) no-repeat bottom left;
}
.corners_bot {
   background: url(../_Img/corner_br.png) no-repeat bottom right;
}
.corners_top div, .corners_top, .corners_bot div, .corners_bot {
   width: 100%;
   height: 30px;
   font-size: 1px;
}




/* --- forms --- */

.input1 {
	border: 1px solid #BEBEBE;
	font-size: 9pt;
	color: #3b3b3b;
}
textarea {
	border: #BEBEBE 1px solid;
	font-size: 9pt;
	color: #3b3b3b;
}
select {
	border: #BEBEBE 1px solid;
	font-size: 9pt;
	color: #3b3b3b;
}
fieldset {
	border: #b8b8b8 1px solid;
}
legend {
    color: #3b3b3b;
	font-size: 9pt;
	padding: 6px;
	margin-left: 10px;
}
.dv1 {
    margin-top: 20px;
    margin-bottom: 20px;  
    width: 100%; 
}




/* --- asp.net controls --- */

.fullSizeList {
    width: 98%;
}
.imageListItem {
    padding-bottom: 40px;
    padding-right: 30px;
}
.dl_Links {
	padding-bottom: 6px;
	vertical-align: top;
	width: 50%;
}
.dl_twoColumn {
	padding-right: 20px;
	padding-bottom: 30px;
	vertical-align: top;
	width: 50%;
}
.dl_Image:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.dvPanel {
    width: 100%;
}
.errorSummary {
    color: #cc0000;
    font-style: italic;
    width: 100%;
    text-align: left;
}
.modal {
    background-color: #ffffff;
    text-align: left;
    width: 500px;
    padding: 20px;
}
.modal-background {
    background: #808080;
    opacity: 0.6;
	filter: alpha(opacity=60);
}
.hide {
    display: none;
}




/* --- hyperlinks --- */

a {
    color: #6b7b8b;
    text-decoration: underline;
}
a:hover {
    color: #333333;
    text-decoration: underline;
}
a:visited {
    text-decoration: underline;
}
a:active {
    color: #708090;
    text-decoration: underline;
}
a.a2 {
    color: #3b3b3b;
    text-decoration: underline;
}
a.a2:hover {
    color: #737373;
    text-decoration: underline;
}
a.a2:active {
    color: #3b3b3b;
    text-decoration: underline;
}
a.t3 {
    color: #3b3b3b;
    text-decoration: underline;
}
a.t3:hover {
	color: #737373;
	text-decoration: underline;
}
a.t3:active {
    color: #ffffff;
    text-decoration: underline;
}




/* --- css friendly adapters --- */

div.AspNet-TreeView {
    margin: 0;
    padding: 0;
}
div.AspNet-TreeView ul {
    margin: 0;
    padding-top: 10px;
    padding-bottom:10px;
}
div.AspNet-TreeView ul li {
    padding-bottom: 10px;
}
.AspNet-TreeView-Show {
}
.AspNet-TreeView-Hide {
    display:none;
}
ul.AspNet-Menu {
    position: relative;
}
ul.AspNet-Menu, 
ul.AspNet-Menu ul {
    margin: 0;
    padding: 0;
}
ul.AspNet-Menu li {
    position: relative;
    list-style: none;
    float: left;
    font-size: 10pt;
}
ul.AspNet-Menu li a,
ul.AspNet-Menu li span {
    text-decoration: underline;
}
ul.AspNet-Menu ul {
    position: absolute;
    visibility: hidden;
}
.AspNet-Menu-WithChildren {
    margin-right: 6px;
    margin-bottom: 14px;
    padding-right: 15px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../_Ico/expand.png);
}
.AspNet-Menu-Leaf {
    margin-right: 14px;
    margin-bottom: 14px;
}
.AspNet-Menu-WithChildren ul {
    background: #ffffff;
    margin-top: 5px;
    border-right: #BEBEBE 1px solid;
    border-top: none 0;
    border-left: #BEBEBE 1px solid;
    border-bottom: #BEBEBE 1px solid;
    z-index: 100;
}
.AspNet-Menu-WithChildren ul li {
    padding: 10px;
    margin: 0;
    width: 170px;
    border-top: #BEBEBE 1px dotted;
    text-decoration: underline;
    font-size: 10pt;
    clear: both;
}
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul {
    visibility: hidden;
}
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul {
    visibility: visible;
}
.AspNet-Menu-Vertical ul.AspNet-Menu li {
    width: 100%;
}