/* 
 * 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
 *----------------------------------------------+--------+--------+
 */  


.dnnRadiobutton {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px; 
}
.dynamicforms_radiobutton[style] {
	width:100%!important;
}

.dnnCheckbox {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px; 
}
.dynamicforms_checkboxlist[style] {
	width:100%!important;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* 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 {
}

.centertext {text-align:center;}

li.emptyspace {
  display: none !important;
  
}

/* FAQ */

 .faqshell {width:95%;
overflow:auto;
padding:5px;
margin-bottom:10px;
border-bottom:10px solid #edebe7;
}

.faq_left {
float:left;
	width:84px;
	border:0px solid #000;
}

.faq_right {float:right;
width:610px;
border:0px solid #000;
}
.question {font-size:11pt;
}


#GISmap {
				position: relative;
				height: 525px;
				width: 560px;
				z-index: 1;
				border: solid 0px red;
			}
			#locateButton {
				position: absolute;
				left: 95px;
				top: 20px;
				z-index: 2;
			}
			#homeButton {
				position: absolute;
				left: 133px;
				top: 20px;
				z-index: 2;
			}
			#basemapButton {
				position: absolute;
				font-family: 'Trebuchet MS', Helvetica, sans-serif;
				white-space: nowrap;
				right: 15px;
				top: 10px;
				z-index: 2;
			}
			#basemapPane {
				width:380px;
				height:275px;
				z-index: 2;
			}
			#legendButton {
				position: absolute;
				font-family: 'Trebuchet MS', Helvetica, sans-serif;
				white-space: nowrap;
				left: 60px;
				top: 10px;
				z-index: 2;
			}
			#legendPane {
				position: relative;
				z-index: 2;
			}
			
		
			
			#GISsearch {
				display: block;
				position: absolute;
				z-index: 2;
				top: 20px;
				right: 15px;
			}
			
			#DriversLicenseSites_6844_layer, #DriversLicenseSites_7792_layer{
				cursor: pointer;
			}
			
			#GISmap_graphics_layer {
                stroke-opacity: 0;
			}
			
			path {
				stroke-opacity: inherit;
				cursor: pointer;
			}
			
			#loading{
				position: absolute;
				z-index: 2;
				width: 32px;
				margin-left: 50%;
				margin-top: 50%;
			}
			
			input{
				color: #000;
			}
			
.alertred {
	max-width: 100%;
	padding: 14px;
	margin: 14px 0;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
	background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dca7a7;
	-moz-box-shadow: 0 0 7px #e7c3c3;
	-webkit-box-shadow: 0 0 7px #e7c3c3;
	box-shadow: 0 0 7px #e7c3c3;			
}





img.attention {
	float: left;
	padding: 0 16px 4px 0;
	margin: 0;
}

ul.check li ul li {
  list-style: disc;
  background-image: none;
  margin: 0 0 10px 25px;
  padding: 0 0 0 0px;
}

/* 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{
}

.box55 {
    background-color: #e5e4e3;
    padding: 10px 10px 10px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0px solid #ccc;
    color: #00125b;
    font-size: 15px;
    font-weight: bold;
}


#boxlist2 li {
    list-style: none;
    padding-left: 13px;
    background-image: url(/projectdev/images/orangearrow.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    font-weight: none;
}
maps.htmlmedia="screen, projection"
#boxlist2 li {
    list-style: none;
    padding-left: 13px;
    background-image: url(/projectdev/images/orangearrow.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    font-weight: none;
}
     .col6 {
    width: 45%;
    float: left;
    margin:0 0 0 12px;
}
.col12{float:left;width:100%;}
.col4 {
    width: 30%;
    float: left;
    margin:0 3% 2% 0%;
}
.list-group-item.head {
    z-index: 2;
    color: #fff;
    background-color: #1882cc;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #1882cc;
    line-height: 18px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}
span.list-group-item:hover {
    
    background-color:#1882cc;
   
}
.bottombase {
    margin: 0 0 15px 0;
    float:left;
}

#content h1 {
    margin: 7px 0 5px 0;
    font-family: arial, verdana, Helvetica, sans-serif;
    font-size: 1.30em;
    color: #00215b;
}
.dwollabullet li {
    list-style: outside none disc;
    margin: 12px;
}
.innercontent_right {
    float: right;
    width: 76%;
    margin: 0;
    padding: 12px 10px 0 10px;
}
.innercontent_wide {
    width: 100%;
    border-right: 1px solid #e5e4e3;
    border-bottom: 1px solid #e5e4e3;
    border-left: 1px solid #e5e4e3;
    border-top: 1px solid #e5e4e3;
    text-align: left;
    float: left;
}
.innercontent {
    width: 100%;
    float:left;
    padding: 0px;
    border: 0px solid black;
    text-align: left;
    overflow: auto;
}
.livetabsmvdhometabs .ui-tabs .ui-tabs-nav li{
     line-height: inherit !important;
}





.pullout {
    border: 1px solid #7fa53a;
    padding: 10px;
}

.navInfo .input-group {display:none !important;}
.bstrap30 .sbopt-default .sb-title {
    font-size: 2rem;
	font-weight:bold;
    margin-top: 3px;
	padding-bottom: 10px;
}
.bstrap30 a {
    color: #af580c !important;
    text-decoration: none;
	 font-size: 1rem!important;

}
.bstrap30 .sb-default #adv-search {
    max-width: 500px;
    margin: -10px 0 0 0!important;
}
.sb-footer ul {text-align:center!important;
	display:block!important;}

.sb-footer ul li { 
  text-align: center!important;
  list-style: inside!important;}

.bstrap30 .btn-primary {
    color: #fff!important;
    background-color: #1781cc!important;
	border-color: #1781cc!important;}

.sb-head {
	
	margin-bottom:-20px !important;
	
}
div.bstrap30 .sb-container:nth-child(even) {background: #fff;padding:10px;}
div.bstrap30 .sb-container:nth-child(odd) { background: #efeeee; padding:10px;}



.bstrap30 .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 auto 0 auto !important;
    border-radius: 4px;
}

.bstrap30 .btn-primary:hover {
    color: #fff!important;
  background: #198cde;
    border-color: #198cde;
}
.bstrap30 .pagination>li>a, .bstrap30 .pagination>li>span {
    position: relative;
   float: none!important;
   padding: 5px 5px!important;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 0px solid #ddd!important; 
    margin-left: -1px;
}
.navInfo #adv-search {display:none;}
.bstrap30  .sb-link {
  display:none;
}
p.sb-description {margin-top:-10px;}

.bstrap30 .sbopt-default .sb-description {
    margin: -30px 0 5px!important;
}

.bstrap30 .pagination>.active>a, .bstrap30 .pagination>.active>span, .bstrap30 .pagination>.active>a:hover, .bstrap30 .pagination>.active>span:hover, .bstrap30 .pagination>.active>a:focus, .bstrap30 .pagination>.active>span:focus {
    z-index: 2;
    color: #fff!important;
    cursor: default;
}
.off_local {
    background-image: url(/local_systems/images/question-comment-box.jpg);
    background-repeat: no-repeat;
    float: right;
    border: 0px solid black;
    width: 100px;
    margin: 0;
    padding: 50px 30px 30px 45px;
}

    a.off_local {
        color: #fff;
        text-decoration: none;
    }

    a.off_local:hover {
        color: #af580c;
        text-decoration: none;
    }    

	a.off_local:visited {
        color: #fff;
        text-decoration: none;
    }

.innercontent {
    width: 540px;
    padding: 2px;
    border-bottom: 1px solid #e5e4e3;
    text-align: left;
    overflow: auto;
}

.innercontent_left {
    float: left;
    border: 0px solid black;
    width: 200px;
    margin: 0px;
    padding: 2px;
}

.innercontent_right {
    float: right;
    border: 0px solid black;
    width: 325px;
    margin: 0;
    padding: 2px;
}

.contact_innercontent {
    width: 100%;
    padding: 2px;
    border: 0px solid black;
    border-bottom: 1px solid #e5e4e3;
    text-align: left;
    overflow: auto;
}

.contact_innercontent_left {
    float: left;
    border: 0px solid black;
    width: 195px;
    margin: 0px;
    padding: 2px;
}

.contact_innercontent_right {
    float: right;
    border: 0px solid black;
    width: 380px;
    margin: 0;
    padding: 2px;
}

.accesssfrsys {
    background-image: url(/local_systems/images/buttons.gif);
    background-repeat: no-repeat;
    float: left;
    width: 200px;
    height: 30px;
    padding-left: 33px;
    padding-top: 7px;
    border: 0px solid black;
    text-align: left;
    overflow: auto;
}

    .accesssfrsys a.siteLinks {
        color: #00215b;
    }

        .accesssfrsys a.siteLinks:hover {
            color: #af580c;
        }












