﻿/*
########################################
#  Styles for County archives page
#  http://ccwstor.co.calavera.ca.us
########################################
*/
/*
#########################
#  Styles for Titles
#########################
*/
.hdr1
{
    text-align: center;
    vertical-align: top;
    color: #004100;
	padding: 0px 0px px 0px;
	background-color: #DD8707;
	border: 1px #004100 solid;
	width: 460px;
}
.hdr2
{
    text-align: center;
    vertical-align: top;
    color: #004100;
	padding: 3px 0px 3px 0px;
	background-color: #DD8707;
	border: 1px #004100 solid;
	width: 90%;
}
.hdr3
{
    text-align: center;
    vertical-align: top;
    color: #004100;
	padding: 3px 0px 3px 0px;
	background-color: #DD8707;
	border: 1px #004100 solid;
	width: 320px;
}
.hdr4
{
    text-align: center;
    vertical-align: top;
    color: #DD8707;
	padding: 3px 0px 3px 0px;
	background-color: #004100;
	border: 1px #004100 solid;
	width: 150px;
}

/*
#####################
#  Navigation box
#####################
*/
.lefttbl
{
    float: left;
    width: 20%;
    text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #DD8707;
}
.navbdy
{
    padding-left: 15px;
}
.lsthdr {
	font-size: 14px;
	font-weight: bold;
	color: #004100;
	padding-bottom: 3px;
	text-decoration: underline;
}
.lsthdr a:link, .lsthdr a:active, .lsthdr a:visited {
	text-decoration: underline;
	color: #004100;
}
.lsthdr a:hover {
	text-decoration: underline;
	color: #004100;
}
.mainlst {
	font-size: 12px;
	font-weight: bold;
	color: #004100;
}
.mainlst a:link, .mainlst a:active {
	text-decoration: none;
	color: #004100;
}
.mainlst a:visited{
	text-decoration: none;
	color: #DD8707;
}
.mainlst a:hover {
	text-decoration: underline;
	color: #004100;
}.sublst {
	font-size: 10px;
	font-weight: bold;
	color: #004100;
}
.sublst a:link, .sublst a:active {
	text-decoration: none;
	color: #004100;
}
.sublst a:visited{
	text-decoration: none;
	color: #DD8707;
}
.sublst a:hover {
	text-decoration: underline;
	color: #004100;
}
.notes {
	text-align: left;
	font-size: 10px;
	padding: 10px 2px 10px 20px;
	top: 5px;
	background-color:#EBEBEB;
	border: 1px #004100 solid;
}

/*
#############################
#  Directory / File listing
#############################
*/
.righttbl
{
    float: right;
    width: 79%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #DD8707;
}
.rightinner {
	float: left;
	padding-top: 10px;
	width: 20%
}
.currpath {
    text-align: left;
    color: #004100;
	padding: 2px 5px 2px 5px;
	margin-right: 10px;
	font-size: 80%;
}
.diritems
{
    font-size: 12px;
    font-weight: bold;
    color: #004100;
    text-transform: uppercase;
    background-image: url(http://ccwstor.co.calaveras.ca.us/resources/images/folder.gif);
    background-repeat: no-repeat;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 20px;

}
.diritems a:link, .diritems a:active
{
    color: #004100;
    text-decoration: none;
}
.diritems a:visited
{
    color: #DD8707;
    text-decoration: none;
}
.diritems a:hover
{
    color: #004100;
    text-decoration: underline;
}
.filestbl
{
    float: right;
}
.fileitems
{
    font-size: 12px;
    font-weight: bold;
    color: #004100;
    text-transform: uppercase;
    background-image: url(http://ccwstor.co.calaveras.ca.us/resources/images/pdficon_mini.gif);
    background-repeat: no-repeat;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.fileitems a:link, .fileitems a:active
{
    color: #004100;
    text-decoration: none;
}
.fileitems a:visited
{
    color: #DD8707;
    text-decoration: none;
}
.fileitems a:hover
{
    color: #004100;
    text-decoration: underline;
}
.fileinfo
{
    font-size: 12px;
    color: #004100;
}

/*
#########################
#  Ordinance Retrieval
#########################
*/
.ordstyle1 {
	font-size: 12px;
	text-align: center;
}
.ordstyle2 {
	font-size: 12px;
	text-align: left;
}
.ordstyle3 {
	font-size: 10px;
	color: #FF0000;
}

/*
#########################
#  Parcel Search
#########################
*/
.parstyle1 {
	font-size: 10px;
	text-align: center;
}
.parstyle2 {
	font-size: 12px;
	text-align: left;
}
.parstyle3 {
	font-size: 10px;
	color: #FF0000;
}
