/* PORTAL 12 PARKS SCPARKS.COM
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
body
{
	background-color: #D6C1A1; /*CFC6B7;*/
}

.pagetitle {  
    color:#003979; /* inside default.css this is color variation for parks  */
}

/***************** headings ****************************************************************/

h1 {color:#003979;}

h2, h2 input, h2 a:hover  {
    color: #003979;
    font-size: 16px;
	font-weight:bold; 
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 a {
	color: #0D397C;
    font-size: 16px;
	font-weight:bold; 
	padding-bottom: 0px!; 
	margin-bottom: 0px; 
}

h2 a:hover {
	color: #990000;
}

h3, h3 input, h3 a:hover  {
    color: #003979;
    font-size: 12px;
	font-weight:bold; 
	padding-bottom: 0px; 
	margin-bottom: 0px; 
}

h4 {font-weight:bold;
    color: #003979;
    font-family: Verdana,Tahoma,Arial,Helvetica;
}

h6 {
    font-size: 12px; font-weight:bold; color: #003979;
}

h6 a, h6 a:link, h6 a:active, h6 a:visited{
    font-size: 12px; font-weight:bold; color: #000faa; text-decoration:none; 
}

h6 a:hover{
    text-decoration:underline; color: #990000;
}

hr {
	 height: 2px; 
	 color: #333333;
	 background-color: #999999;
	 text-align:center; 
	 width: 98%;
	 display:block;
	 margin-left: auto;
	 margin-right:auto;
 }
/*****************************************#000faa;  003979 *****************************/
a:link {color: #000faa; }
a:visited {color: #000faa; }
a:hover { color: #990000; }
a:active {color: #000faa; }

A.headerlink:link {
	color : White;
	text-decoration : underline;
}

A.headerlink:visited  {
	color : White;
	text-decoration : underline;
}

A.headerlink:active {
	color : White;
	text-decoration : underline;
	
}

.nounderline {text-decoration:none;}

.nounderline li{text-decoration:none;}

.nounderline a{text-decoration:none;}
.nounderline a:link{text-decoration:none;}
.nounderline a:visited{text-decoration:none;}
.nounderline a:hover{text-decoration:underline;}
.nounderline a:active{text-decoration:none;}


/************ Google TRANSLATE Ppositioning can move to portal.css swim center - lessons pages override top**********************/
#google_translate_element	{
	position:absolute; 
	top: -71px;
	right:2px; 
	z-index: 214;
	float:right;			
}

.goog-te-gadget-simple {
    background-color: #fff;
    border-color: #9b9b9b #d5d5d5 #e8e8e8;
    border-style: solid;
    border-width: 0px!important;
    cursor: pointer;
    display: inline-block;
    font-size: 10pt;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
	
}

/*-------- this is to make the county seal on the banner link to County Homepage  can go to portal.css as well--------*/
.sealwrap {position:relative; top: 0px; width: 0px; border:0px solid blue;}
#sealmap {position:absolute; top: -94px; left: -505px;  width: 86px; height: 94px; border:0px solid blue; }
/*-------- this is to make the county seal on the banner link to County Homepage --------*/


/* updating colors of th in mobile tables for parks site */
.contentPane .table th,  .contentPane table th{
	color: #000000!important;
    background-color: #a9d4eb!important;
    border: 1px solid #666666;
    text-align: center!important;
    vertical-align: middle;
}

.contentPane .table td a {
	font-weight:bold;
}

/**************** MENU ***************************/
.HorizontalMenu span {
    line-height: 15px!important;
}

@media screen and (max-width:769px) {
    
	.table td:nth-child(1), .table td:nth-child(1) a {
   		background-color: #a9d4eb!important;
    	color: #000000!important;
		font-weight:bold!important;
	}
	
	.unmobile td a, .unmobile td:nth-child(1) a {
   		background-color: transparent!important;
		color: #000faa!important;
		font-weight:bold!important;
	}
	
	.unmobile td a:hover, .unmobile td:nth-child(1) a:hover {
   		background-color: transparent!important;
		color: #990000!important;
		font-weight:bold!important;
	}	
}



.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}
/**************** panes *********************************************/
.toppane
{
	padding-top: 0px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	width: 100%!important;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
#dnn_ctr3186_HtmlModule_lblContent {width: 712px!important;} /* this is a fix for IE 9 */

.toprightpane
{
	padding-top: 0px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	width: 300px!important;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
.leftpane {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	vertical-align:top; 
	width: 300px;
	
}

.contentpane {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	vertical-align:top;
	
}

.rightpane {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	vertical-align:top;
	width: 300px;
	
}

.bottompane {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/**************** end panes *********************************************/

/****************** these were to adjust placement of parks dropdown submenus **********************/	  
.BreadcrumbLabel
{
	font-weight: bold;
	color: #0D397C;
	text-decoration: none;
}

.BreadcrumbBar
{
    padding-left: 7px;
    padding-top: 12px;
    padding-bottom: 8px;
}
.Breadcrumb2, A.Breadcrumb2:link, A.Breadcrumb2:visited, A.Breadcrumb2:active
{
	color: #000faa;
	font-weight: normal;
	text-decoration: underline;
}
SPAN.Breadcrumb2
{
    color: #595959;
    font-weight: normal;
    text-decoration: none;
}

A.Breadcrumb2:hover
{
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}




/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}



#BannerPageWidth div {
    max-height: 91px;
}