/* ================================
    CSS STYLES FOR Calaveras County Content Management System
    v1.0, 01/2004
   ================================
	'this is Pam's copy
*/   

/* styles applied to lists */

/* background color for the content part of the pages */
Body
{
    background-color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* style applied to ordered lists */
/* used right now for extended contact lists */

UL LI   {
    list-style-type: none ;
    font-size:  11px;
    color: black;
    direction:ltr;
    
}

UL LI:hover   {
    list-style-type: none ;
    font-size:  11px;
    color: black;
    direction:ltr;
    background:yellow;
}

UL LI LI    {
    list-style-type:    none;
    font-size:  11px;
    color: black;
    direction:ltr;
    background:lightgreen;
}

UL LI LI LI {
    list-style-type:    none;
    font-size:  11px;
    color: black;
    direction:ltr;
    background:lightblue;
}

/* current not used that I know of */

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}


/* GENERIC */
H1  {
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left;
}

A:link  {
    text-decoration:    underline;
    color:  blue;
}

A:visited   {
    text-decoration:    underline;
    color: darkblue;
}

A:active    {
    text-decoration:    underline;
    color:  darkblue;
}

A:hover {
    text-decoration:    underline;
    color:  blue;
}


/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #004100;
}

.LoginBg {
    background-color: lightgrey;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee;
}   


/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */


/* text style for the selected tab */
.SelectedTab {
    font-size: 11px;
    color:green;
    font-weight: bold;
}


.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the unselected tabs */
/* style used for banner tabs */
.OtherTabs {
    font-size: 11px;
    color:darkgreen;
    text-decoration:none;
    font-weight:bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-size:  14px;
    font-weight:    bold;
    color: #666644;
}

.Head2   {
    font-size:  14px;
    font-weight:    bold;
    color: white;
}

/* style for module titles */
.ModHead   {
    
    font-size:  14px;
    font-weight:    bold;
    color: white;
    background-color:#8198BE;
    background-repeat: repeat;
    padding-left: 5px;
    padding-right: 15px;
    border:1px;

}

/* GENERAL */
/* style for IA titles */
.MenuHead   {
    font-size:  12px;
    font-weight:    bold;
    color: darkgreen;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* style used on directory pages */
.DirHeader    {
    font-size:  14px;
    font-weight:    bold;
    color:black;
    background-color:lightgrey;
    text-align:left;
    
}
/* style used on directory pages */
.SubDir    {
    font-size:  11px;
    font-weight:    bold;
    color: black;
    background-color:lightgrey;
    text-align:left;
    
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubSubHead {
    font-size:  9px;
    font-weight:    bold;
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubLink {
    font-size:  9px;
    font-weight:    bold;
    color: Green
}


    
/* style of item titles by Announcements and events */
.ItemTitle    {
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* item title style for GIS applications */

.GISTitle    {
    font-size:  9px;
    font-weight:    bold;
    color: darkred;
}

.Intro  {
    vertical-align: baseline;
    font-size:  11px;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-size: 11px;
    font-weight: normal;
}

.NormalBold
{
    font-size: 11px;
    font-weight: bold
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-size: 10px;
    font-weight: normal;
}

.NormalRed
{
    font-size: 11px;
    font-weight: bold;
    color: red
}

.Small
{
    font-size: 10px;
    font-weight: normal;
    
}

.SmallRed
{
    font-size: 10px;
    font-weight: bold;
    color: red;
}

.SmallBlue
{
    font-size: 10px;
    font-weight: bold;
    color: blue;
}

.Smallgreen
{
    font-size: 10px;
    font-weight: bold;
    color: darkgreen;
}

.smallyellow
{
	font-size: 10px;
	font-weight: bold;
	color:gold;
}	

.bSmallgreen
{
    font-size: 10px;
    font-weight: bold;
    color: darkgreen;
    background-color:gainsboro;
}

.Smallgray
{
    font-size: 10px;
    font-weight: bold;
    color: Gray;
}

.SmallBold
{
    font-size: 10px;
    font-weight: bold
}

.smallest
{
	font-size: 8px;
	color:Green;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.SmallTextBox
{
    font-size: 9px;
    font-weight: normal;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-size: 9px;
    font-weight: bold;
    
}

.Toolbutton { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 9px; 
 background-color: #BCCFBF; 
 color: #000000; 
 margin-right: 0px;
 font-weight: normal; 
}

.Searchbutton { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 9px; 
 background-color: #C1D9F1; 
 color: #000000; 
 margin-right: 0px; margin-left: 0px;
 font-weight: normal; 
}

    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkgreen;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkgreen;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkgreen;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: green;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-size: 12px;
    font-weight: bold;
    color:white;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-size: 11px;
    font-weight: bold;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

.rightpane 
{
	background-color:#F2FAFF;
}
/* set margins for panes */

/* style used for Featured links and Hot Items */
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(/images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url(/images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxhead h2 {
	background: url(/images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	/* text-shadow: rgba(0,0,0,.4) 0px 2px 5px; Safari-only, but cool */
}


.boxbody {
	background: url(/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}


