﻿/* CommonCSS is for unique styles that are shared between govME pages and gMap pages. */
/*
/* 2/13/2013 - mkl: this has been removed from MyTacoma master pages.
/*             some base styles conflicted in the master pages.
/*             only common classes were the form layout classes
/*             The common css pages are used for gmap
/*             So I seperated them from MyTacoma, so MyTacoma
/*             styles are not depedant on any Common CSS files.
/*----------------------------------------------------
/* CSS for base tags
/*----------------------------------------------------*/
html 
{
	background:#022b59; /* dark blue margins */
	height: 100%;
	margin: 0px;
}
body 
{
   /* min-width:900px;*/
	padding:0;
    /* height: 100%; */
    font-family: Arial;
    /*font-size: 12px;*/ 
    /*line-height: 15px;*/
}
body.fluid
{
     text-align: center; /*if put in body, breaks constrained page */
}
a 
{
    color: #025781;
    text-decoration: underline;
}
a:hover 
{
    text-decoration: none;
}

a.bold
{
    color: #025781;
    font-weight: bold;
    text-decoration: underline;
}
a.bold:hover 
{
   text-decoration  : none;
}
h1
{
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #BE540D;
}

h1.center
{
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #BE540D;
	margin: 5px auto 5px auto;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	margin-left:0px;
	margin-bottom:10px;
	margin-top:5px;
	color: #BE540D;	
	width:90%;
	border-bottom: 1.5px solid  #acacac;
}
h2 .medium {
    font-size: .7em;
}
h3
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: italic;
	color: #BE540D;
	margin-left:10px;
	margin-bottom: 2px;
}
h3 a.inherit
{
font-family: Trebuchet MS;
	font-size: 12px;
	font-style: italic;
	color: #BE540D;
	margin-left:10px;
	margin-bottom: 2px;
}
h3 a {
    font-style: normal;
    font-weight: normal;
}
h3.HighContrast{
color:#000;
font-style:normal;
font-weight:bold;
font-size:12px;
}
h4
{
	font-size: 9pt;
	font-weight: bold;
	margin-left:0px;
	margin-bottom:1px;
}
a.h4 
{
	font-size: 9pt;
	font-weight: bold;
	margin-left:0px;
	margin-bottom:1px;
    color: black;
    text-decoration: underline;
}
a.h4:hover 
{
	font-size: 9pt;
	font-weight: bold;
	margin-left:0px;
	margin-bottom:1px;
    text-decoration: none;
}
h5
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: italic;
	color: #BE540D;
}
h6
{
	font-size: 14px;
	font-weight: bold;
	margin-left:0px;
	margin-bottom:10px;
	margin-top:5px;
	color: #BE540D;	
	width:90%;
	border-bottom: 1.5px solid  #acacac;
}
input[type="radio"] {width:20px } 


/* END CSS for base tags */

/*----------------------------------------------------
/* CSS for div positioning and FORMS
/*----------------------------------------------------*/

/* The following positioning elements MUST BE inside a <div> with clear:all to work! */
.left
{
	float: left;
	margin-left: 10px;
	margin-bottom: 0;
}
.center
{
	margin: auto;	
}
.right
{
	float: right;
	margin-right: 10px;
}
div.formWrapper
{
	min-width:850px !important;
	overflow:hidden;
	font-size: 11px;
	background-color:#fff;
}
div.leftWrapper
{
	float: left;
	margin-left: 10px;
	margin-bottom: 0;
	
	width:48%;
	min-width:400px !important;
	margin:3px;	
}
div.rightWrapper{
	float: right;
	margin:3px;
	min-height :20px;
	border:1px solid #000000;
	width:48%;
	min-width:400px !important;
}
.leftColumn
{
	vertical-align:bottom;
	text-align:right !important ;
	width:30% !important ;
/*	min-height :25px;*/
	padding:4px;
	float:left;	
}
.leftColumn .title {
    font-weight: bold;

   
}
.rightColumn
{
	text-align:left !important ;
	vertical-align:middle;
	width:65% !important ;
	padding:4px;
	float:right;
	/*min-height :25px;*/
}
.rightColumn select,.rightColumn radio
{
	margin-bottom:5px;	
}
/*div.leftWrapper  div.rightColumn input 
{
	width:80px;
}*/
div.formfieldsetWrap
{
	vertical-align: top; height: 30px; width: 99%;
	
}
/* END CSS for divs and forms */

/*----------------------------------------------------
/* CSS Misc elements
/*----------------------------------------------------*/
.title{
font-weight:bold;
background-color:transparent;
}
.message
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight:bold;
	font-style: italic;
	color: #BE540D;
	margin-left:10px;
	margin-bottom: 0px;
	text-align:right;
	width:600px;
}
.messageLarge
{
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight:bold;
	color: #BE540D;
	margin-left:10px;
	margin-bottom: 0px;
	text-align:left;
}
.RedHeadingMedium
{
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight:bold;
	font-style: italic;
	color: #fc0303;
}
/* END CSS Misc elements */

/*----------------------------------------------------
/* Telerik class overrides
/*----------------------------------------------------*/
/* stops textboxes and date picker text boxes from moving with scroll bar
Issue with Telerik 2012.Q1 and IE 8 compatibility mode
.RadInput_Default{
	position:static !important;
	padding-top:1px;
}
*/

.disabledStyle {
    color: #000000;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
}

/* Search Control elements */
	.boldText
	{
		font-weight: 900;
	}
	.disableAutoComplete{}
/* END Search Control elements */
	
	
/* Comment.aspx page */
.commentTextbox
{
    width: 15em;
}
.strong
{
     font-weight: bold;
}