body { font-size:11pt; font-family: Calibri, Tahoma, Arial; background-image:url(/Common/Images/bg.jpg)}
/*background: {#4b82a1; background-image:url(/Common/Images/bg.jpg); background-repeat: repeat; background-repeat:repeat-x;
background-attachment:fixed;}

background full page image #bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 100%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
 */
 /* master page elements */
 
#searchtrans_{position:relative; top: 0px; height: 100%; z-index: 15; background-color:#069; background-image:url(/Common/Images/BARSolid.jpg) }
 
#bannertrans_{position:relative; top:0px; height: 0px; z-index: 4;}
 
#sitesearch{margin: 0px 0px 0px 0px; padding-right:1em; }  
 /* use this to adjust search controls position .. 2/14/2013, johnsh */
 
#logotrans_{position:relative; padding-right:20%; top: -180px; z-index:12; display: inline-block; padding-left: 150px;}
  
#titletrans_{position:relative; top: -150px; z-index: 5; padding-left: 300px; }
 
#banner_{position: relative; top: 0px; z-index: 3; height: 100%; max-height: 320px; overflow: hidden;}

#globalmenu_{height: 100%; padding-bottom: 5px; padding-top: 3px; position: relative; top: -195px; width: 100%; line-height: 100%; z-index: 13; background-image:url(/Common/Images/BARSolid.png);}
 
  
/* DEPT TITLE TEXT LAYOUT within bannertext.htm used in titletrans*/
 
 .dpt_title {position:relative; top: -110px; font-family: "Calibri", "Tahoma", "Arial", "sans-serif"; color:#FFF; text-shadow: 1px 1px #000; font-style:italic;} 
 .dpt_title2{position:absolute; top: -75px; margin-left: 10px; font-family: "Calibri", "Tahoma", "Arial", "sans-serif"; color:#FFF; text-shadow: 1px 1px #000;}
 .dpt_title3{position:absolute; top: -60px; margin-left: 10px; font-family: "Calibri", "Tahoma", "Arial", "sans-serif"; color:#FFF; text-shadow: 1px 1px #000;}

 
/*.dpt_title is used to generate menu text on global menu "home" position tab */ 

/* END DEPT TITLE */
 
 #content_{position: relative; top:-200px; z-index: 1; background-color: #fff; height: auto; width:auto; !important;}
 
 #footer_{background-image:url('/Common/Images/BARSolid.jpg');font-size:11pt; font-family: Calibri, Arial; padding: 6px; top: -210px; position: relative; text-align: center; font-size:12px; color: white; height:40px;}
 
 #footer_ a {color: white;}
 
 /*---TEXT ATTRIBUTES FOR LINKS--*/
 a:link {color:#336699; text-decoration:none;}    /* unvisited link */
 a:visited {color:#336699; text-decoration:none;}  /* visited link */
 a:hover {color:#336699; text-decoration: underline;}  /* mouse over link */
 a:active {color:#336699; text-decoration:none;}  /* selected link */ 
/*---END Links--*/

div#multiColumn {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;

    /*---adds column lines---*/
	/*---webkit-column-rule: 2px outset  #CCC; /* Chrome, Safari, Opera */
    /*--- -moz-column-rule: 2px outset #CCC; /* Firefox */
     /*---column-rule: 2px outset #CCC;--*/
} 
 

p.margin
{
    margin:10px 10px;
}

/* global dropdown menu */

#sddm
{	
    margin: 0;
 	padding-top: 4px !important; 
	/* height above header text, affects banner height as well*/    
	padding: 0;
	z-index: 30;
}

#sddm li
{
	list-style: none;
	margin-left: 0px;
	padding-left: 40px;
	float: left;
    /*font-weight:bold; ?*/
	display: block;
	text-align: center;
	/*min-width: 200px; selected main tab width for header text*/

}

#sddm li a.nav
/* global menu tab text attributes*/
{	
	color: #fff;
	font: bold 16px Calibri, Arial;
	padding: 8px 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-decoration: none;
	}
	/*top text*/


#sddm li a.nav:hover
{
	background-color:#fff;
	color:#069;
	z-index: 30;}


#sddm div
{	position: absolute;
	visibility: hidden;
	margin-top: 5px; /*hover box links position height to bar*/
	margin-left:  -3px; /*hover box links position left to right*/
	border-left: 3px solid #427f9d;
	border-right: 3px solid #427f9d;
	border-bottom: 3px solid #427f9d;
	background: #ffffff;
	}

#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 6px 10px;
		min-width: 170px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		color: #427f9d;
		font: bold 14px Calibri, Arial;
		}

/*BELOW These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */		

#sddm li:hover a
{ 
    background:#fff;
	color:#4a7aa4;
    text-decoration:none;
}

#sddm div a:hover
	{	background: #427f9d;
		color: #FFF;} /*background-image:url(/Common/Images/buttontrans2.png);} */
		

/*END dropdownmenu*/


/* FONT ATTRIBUTES*/


h1 {font-size:20pt; font-family: Helvetica; margin: 0;}
h2 {font-size:18pt; font-family: Helvetica; margin: 0;}
h3 {font-size:16pt; font-family: Helvetica; margin: 0;}
h4 {font-size:14pt; font-family: Helvetica; margin: 0;}
h5 {font-size:13pt; font-family: Helvetica; margin: 0;}
h6 {font-size:11pt; font-family: Helvetica; margin: 0; font-weight: bold;}
h7 {font-size:10pt; font-family: Helvetica; margin: 0; font-weight: bold;}


.blue { color:#069; }
.green { color:#063; }
.greenB {color: #99CC66; }
.red  { color: #900; }
.white { color: #FFF; }
.gray { color: #999; }
.orange { color: #F90 } 
.center { text-align:center; }

.blueHeadline { color:#069; padding: 4px; background-color:#EFEAC9;}
.grayHeadline { color:#000; padding: 4px; background-color: #F5F5F5;}
.shadow	{text-shadow: 1px 1px #000;} 
.cooperplate { font-family:"Copperplate Gothic Bold";}


/* logo settings for headers, department titles*/

.logo { margin-left: 15px; margin-top: 25px;  }

/*-----------*/


.fullframe{ 
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	padding-top: 40px;
	position: relative;
	
}

.fullframe80{ 
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 0px;
	align: center;
	padding-top: 40px;
	position: relative;
	
}


.fullframe2{ 
	padding-left: 40px;
	padding-right: 70px;
	padding-top: 30px;
    padding-bottom: 50px;
	position: relative;
}

.leftframe{
	float:left;
	width: 495px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.centerframe{
	width: 495px;
	padding-top: 50px;
	padding-left: 80px;
	padding-bottom: 40px;
}

.leftframe2{
	float:left;
	width: 495px;
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 25px;
}

.rightframe{
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 30px;
}

.rightframegray{
	float: right;
	width: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	background-color: #E4E4E4;
}

.fullpage {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
}

.fullpagefadeblue {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	background-image:url('/Common/Images/fadeblueBACK.png');
}

.fullpageblue {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	background-color:#069;
}

.page2 {
	margin-top: 50px;
	padding-left: 30px;
	padding-right: 20px;
	position: relative;
}

/*---Links--*/
a:link {color:#006699; text-decoration:none;}    /* unvisited link */
a:visited {color:#336699; text-decoration:none;}  /* visited link */
a:hover {color:#336699; text-decoration: underline;}  /* mouse over link */
a:active {color:#336699; text-decoration:none;}  /* selected link */ 

/* end of new global menu .. */
                        		
.leftframe2 
{	 
	top: 0;   	    
    min-width: 0px;
    min-height: 0px;
    height: auto;
    width: auto;                
}
		             
#rcorners1 
{
    border-radius: 25px;
    background: #006699;
    padding: 10px; 
    width: 400px;       
}

#rcorners2 
{
    border-radius: 25px;
    border: 4px solid #006699;
    padding: 10px; 
    width: 200px;    
	background-color:#FFF    
}

#rcorners3 
{
    border-radius: 25px;
    border: 0px solid #900;
    padding: 10px; 
    width: 200px;
	background-color:#FFF ;   
}

#rcorners4 {
    border-radius: 10px;
    border: 1px solid #369;
    padding: 10px; 
    width: 160px;
	background-color:#369;    
}
            
input 
{
	width: auto;
	min-width: 0;	           
}
	        
body 
{		   
    min-height: 0px;
    height: auto;                
    width: auto;
    min-width: 0;                      
}   
	        	              
main 
{	       
    min-width: 0;
    min-height: 0;
    height: auto;
    width: auto;                                          
}   
            
.fullframe tbody 
{	                     
    height: auto;
    width: auto;
    min-width: 0;
    min-height: 0;
    padding-right: 30px;                
}
            
/*  input[type="text"] 
{
    display: block;
    min-width: 0;
} */

textarea p
{	
    min-width: 0;                
}
             
form span body
{	       
    width: auto;
    min-width: 0;
    min-height: 0;                
}
 
                                                   
form, center
{	              
    height: auto;
    width: auto;
    min-width: 0;    
    min-height: 0; 
}
                                   	
#newscolumn
{                
    width:auto;
	min-width: 200px; 
    height:auto; 
    min-height: 0;
    padding-right: 1em;                        
}

#rightcolumn 
{
	position: relative;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	padding:0px;
	max-width: 350px;
	background-image: url(/Home/images/courthouseblue.jpg);
	height: 60em; /*--blue courthouse column height--*/
	width: 350px;
	float:right;
}
	
#eventscolumn 
{
	width: 250px;
	height: 320px;
	top: 300px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
    border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 12px;
	text-align:left;
	background-color:#fff;
}

#eventscolumn2 
{
	position: relative;
	width: 340px;
	top: 60px;
	height: 10px;
}                            

/* image resize test */
.fixed-ratio-resize { /* basic responsive img */
	max-width: 100%;
	min-width: 
	height: auto;
	width: auto\9; /* IE8 */
}

.margin5
{
    margin:5px;
}

.margin10 
{
    margin:10px;
}

#menucontent 
{                
    width:auto; 
    height:auto; 
}
               
#frmAddress
{	            
	height: auto;
    width: auto;
}
            
td tr
{
    width: auto;
    min-width: 0;                
}            
            
.has-checkDiv > li > div:first-child 
{
    margin-left: 40px !important;
}
                                     
.ui-panel-inner 
{
    overflow: auto;
    position: absolute;
    top: 0; left: 0; right: 0px; bottom: 0;  
    -webkit-overflow-scrolling: touch;    
}
                        
iframe.calendar
{
    height: auto;
    width: auto;   
}
	           			            
.ui-select span 
{                
    text-align:left;
}
            
.ui-header .ui-title 
{
    margin-right: 10%;
    margin-left: 10%;
}
                        
.table1 tbody tr.even,
.table1 tbody tr.alt { background: #f3f3f3; }
.table1 tbody tr:nth-child(even) { background: #f3f3f3; }
	        
.ui-header, .ui-btn 
{
    background-color: #377eae !important;
    background-repeat: repeat-x !important;
    /* fallback */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b92c3), to(#377eae)) !important;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #4b92c3, #377eae) !important;
    /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #4b92c3, #377eae) !important;
    /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #4b92c3, #377eae) !important;
    /* IE 10 */
    background: -o-linear-gradient(top, #4b92c3, #377eae) !important;
    /* Opera 11.10+ */
    color:#FFFFFF !important;
    text-shadow:rgb(0, 0, 0) 0.08em 0.08em 0px !important;
    border-bottom-width:1px !important;
    border-bottom-color:#201F23 !important;
}

.ui-btn, .ui-btn h7
{        
    white-space:normal;
    word-break:break-word;       
    font-size:medium;        
    color:White !important;
    font-style:normal;
}
li, li a
{
    white-space:normal !important;
    font-size: 10pt; 
    font-weight:bold;
}    

img { /* basic responsive img */
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}

.nowraptd 
{
    white-space:nowrap !important;
}

p.keepwordtd {
    word-break: keep-all;
}

#MasterPageBodyTag 
{    
    background-color:White;
}

/*fonts*/
@media print
{    
    .mobile
    {
        display: none !important;
    }
}
 


