﻿/* 0 BASIC TAGS */
   
html, body
{
	
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	height: 100%;
	
}

/*
body
{
 margin : 0;
 padding: 0;
 height:100%;
}


form
{
	border-right: lightslategray 40px solid;
	border-left: lightslategray 40px solid;	
	
}
*/

table
{
	
	vertical-align: top;
	width: 100%;
	height: 100%;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


tr
{
	vertical-align: top;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	
}

td
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}




/* Uncomment for testing. 
	border-right: green thin solid;
	border-top: green thin solid;
	border-left: green thin solid;
	border-bottom: green thin solid;
	*/ 
fieldset
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
/********************************************************************
************************* Private Master Areas ***************************
*********************************************************************/

.MasterPage
{
	background-color: white;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	height: 1500px;
	min-width: 950px;	
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.MasterFrame
{
	border-top: lightslategray 5px solid;
	border-right: lightslategray 10px solid;
	border-left: lightslategray 10px solid;		
}

.MasterHeader
{
	background-color: white;
}

/********************************************************************
************************* Grid View Area ***********************
*********************************************************************/
.HighlightedRow
{
	color: yellow;
	background-color: lightslategray;	
}

/********************************************************************
************************* Public Master Areas ***************************
*********************************************************************/

.PublicMasterPage
{
	background-color: #efefef;
	width: 100%;
	height: 100%;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.PublicMasterTable
{
	border-right: black thin solid;
	border-left: black thin solid;	
	width: 766px;
	background-color: white;
}

.PublicMasterDiv
{
	width: 700px;
	height: 100%;
	margin: 0px auto 0px auto;
}

.PublicMasterForm
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

/********************************************************************
************************* Collasped Table ***************************
*********************************************************************/

table.CollaspedHeight
{	
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

table.CollaspedWidth
{
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

table.Collasped
{
	width: auto;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
/********************************************************************
************************* Boxed Area  ******************************
*********************************************************************/
.BoxedArea
{
	/* Uncomment for testing.*/
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	
}

/********************************************************************
************************* Padded Table ******************************
*********************************************************************/
table.Padded
{
	border-collapse: separate;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-top-style: none;
	padding-top: 20px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width: 100%;
	height: 100%;
}



/********************************************************************
************************* Horizontal Menu List **********************
*********************************************************************/

#mapmenu ul
{
	padding: 0.2em 1em;
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #369;
	color: #fff;
}

/********************************************************************
******************** Dropdown Horizontal Menu List ******************
*********************************************************************/

#DropdownHorizontalMenuContainer
{
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

#DropdownHorizontalMenu, #DropdownHorizontalMenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#DropdownHorizontalMenu a {
	display: block;
	width: auto;
	
	padding: 0.2em 1em;	
	background-color: #036;
	color: White;
	text-decoration: none;	
	border-right: 1px solid #fff;
}

#DropdownHorizontalMenu a:hover
{
	background-color: #369;
	color: #fff;
}

#DropdownHorizontalMenu li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#DropdownHorizontalMenu li ul li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#DropdownHorizontalMenu li ul{ /* second-level lists */
	position: absolute;
	background: #369;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#DropdownHorizontalMenu li ul a{ /* second-level lists */	
	background: #036;
	border-top: 1px solid #fff;
}
	


#DropdownHorizontalMenu li ul a:hover{ /* second-level lists */	
	background:  #369;
}


#DropdownHorizontalMenu li:hover ul, #DropdownHorizontalMenu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/********************************************************************
************************* TabContainer Menu List **********************
*********************************************************************/

#TabContainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: lightslategray;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

#TabContainer ul li { display: inline; }

#TabContainer ul li a
{
	padding: 0.2em 1em;
	background-color:  lightslategray;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#TabContainer ul li a:hover
{
	background-color: dimgray;
	color: White;
}


/********************************************************************
************************** Vertical Menu List ***********************
*********************************************************************/

#navcontainerVertical { width: 200px; }

#navcontainerVertical ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainerVertical a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainerVertical a:link, #navlistVertical a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainerVertical a:hover
{
background-color: #369;
color: #fff;
}

/********************************************************************
************************** Main Nav Vertical ***********************
*********************************************************************/

#MainNavcontainerVertical { width: 175px; }

#MainNavcontainerVertical ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}


#MainNavcontainerVertical a
{
	display: block;
	padding: 2px;
	width: 160px;
	font-size: 12pt;
	color: #7891aa;
	font-family: Tahoma;
	text-align: right;
}

#MainNavcontainerVertical a:link, #MainNavlistVertical a:visited
{
text-decoration: none;
}

#MainNavcontainerVertical a:hover
{
	/* background-color: gainsboro; */
	color: black;
}

/********************************************************************
******************************* Headers  ****************************
*********************************************************************/

h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: normal;
}

h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
}

h4
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
}

h5
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	color: blue;
}

h6
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
}
.Header1
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
}

.Header2
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	color: blue;
}

.Header3
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: black;
}

.Header4
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: blue;
}

.Header5
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: black;
}


	

.contentbox
{ 
	border-right: #000099 1px solid;
	padding-right: 2px;
	background-position: center bottom;
	border-top: #000099 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: #000099 1px solid;
	padding-top: 2px;
	border-bottom: #000099 1px solid;
	background-repeat: no-repeat; 
	background-color: #fffefa;	 
	}


.contentbox p , .contentbox li {
	padding-bottom: 8px;
	text-align: justify;
	line-height: 160%;
	}
	
.contentbox h3
{
	padding-right: 4px;
	padding-left: 10px;
	font-size: 11px;
	padding-bottom: 4px;
	text-transform: uppercase;
	color: white;
	line-height: 16px;
	padding-top: 3px;
	background-color: navy;
	text-align: left;
}

.contentbox-header
{
	padding-right: 4px;
	padding-left: 10px;
	font-size: 11px;
	padding-bottom: 4px;
	text-transform: uppercase;
	color: white;
	line-height: 16px;
	padding-top: 3px;
	background-color: navy;
	text-align: left;
}



.contentboxHeader1
{
	padding-right: 4px;
	padding-left: 10px;
	font-size: 11px;
	padding-bottom: 4px;
	text-transform: uppercase;
	color: white;
	line-height: 16px;
	padding-top: 3px;
	background-color: navy;
	text-align: left;
}

.contentbox h4
{
	padding-right: 4px;
	padding-left: 10px;
	font-size: 11px;
	padding-bottom: 4px;
	text-transform: uppercase;
	color: navy;
	line-height: 16px;
	padding-top: 3px;
	background-color: lightsteelblue;
	text-align: left;
}

.contentbox a:link
{
	color: blue;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
	text-decoration: underline;
}

.contentbox a:visited
{
    /*color: #036;*/
	color: blue;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
	TEXT-DECORATION: underline;	
}

.contentbox a:hover
{
    /* COLOR: #036; */
    color: #036;
    TEXT-DECORATION: underline;
}


/********************************************************************
******************************* Form Data *************************
*********************************************************************/

.contentboxHeader2
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 11px;
	padding-bottom: 4px;
	text-transform: uppercase;
	color: navy;
	line-height: 16px;
	padding-top: 3px;
	background-color: lightsteelblue;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.ContentBoxColor
{
	border-right: #000099 1px solid;
	padding-right: 2px;
	background-position: center bottom;
	border-top: #000099 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: #000099 1px solid;
	padding-top: 2px;
	border-bottom: #000099 1px solid;
	background-repeat: no-repeat;
	background-color: honeydew;
}

.ContentBoxColor .FormData
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;	
	background-color: honeydew;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.ContentBoxColor .FormDataLarge
{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	background-color: honeydew;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	color: #ff3300;
}

.ContentBoxColor .FormData:focus
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;	
	background-color: royalblue;	
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

/********************************************************************
************************ ContentBoxColorDark ************************
*********************************************************************/

.ContentBoxColorDark
{
	border-right: #000099 1px solid;
	padding-right: 2px;
	background-position: center bottom;
	border-top: #000099 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: #000099 1px solid;
	padding-top: 2px;
	border-bottom: #000099 1px solid;
	background-repeat: no-repeat;
	background-color: royalblue;
}

.ContentBoxColorDark .FormLabel
{
	text-align: right;
	font-size: 12px;
	vertical-align: middle;
	color: yellow;
}

.ContentBoxColorDark .FormData
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: royalblue;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.ContentBoxColorDark .FormDataLarge
{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: royalblue;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.ContentBoxColorDark .FormData:focus
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: navy;	
	border-right: yellow 1px solid;
	border-top: yellow 1px solid;
	border-left: yellow 1px solid;
	border-bottom: yellow 1px solid;
}


.ContentBoxColorWarning
{
	border-right: #000099 1px solid;
	padding-right: 2px;
	background-position: center bottom;
	border-top: #000099 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 10px;
	border-left: #000099 1px solid;
	padding-top: 2px;
	border-bottom: #000099 1px solid;
	background-repeat: no-repeat;
	background-color: khaki;
}



.ContentBoxColorDark .FormLink a:link
{
	
	color: #ffff00;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px 1px;
	text-decoration: underline;
}

.ContentBoxColorDark .FormLink a:visited
{    		
	color: #ffff00;
	text-decoration: underline;
}

.ContentBoxColorDark .FormLink a:hover
{	
	color: #ffffff;
	text-decoration: underline;
}


/********************************************************************
******************************* Form Data *************************
*********************************************************************/

.FormLabel
{
	text-align: right;
	font-size: 12px;
	vertical-align: middle;
}

.FormData
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
}

.FormDataReadOnly
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	background-color: #EBEBE4;
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	border-left: #7f9db9 1px solid;
	border-bottom: #7f9db9 1px solid;
	color: black;
}

.FormLinkReadOnly
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	color: #EBEBE4;
}


.FormDataRequired
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	background-color: paleturquoise;		
}

.FormDataRequiredReadOnly
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	background-color: #EBEBE4;
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	border-left: #7f9db9 1px solid;
	border-bottom: #7f9db9 1px solid;
	color: black;	
}

.FormDataImportant
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;	
	background-color: lightgreen;
}

.FormDataImportantReadOnly
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	background-color: #EBEBE4;
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	border-left: #7f9db9 1px solid;
	border-bottom: #7f9db9 1px solid;
	color: black;	
}

.FormTitle
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #036;
}

.FormLink
{
	vertical-align: middle;
	font-size: 12px;		
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px;
	text-align: center;
	TEXT-DECORATION: underline;
}

.FormLink a:link
{
	color: blue;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
	text-decoration: underline;
}

.FormLink a:visited
{
    /*color: #036;*/
	color: blue;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
	TEXT-DECORATION: underline;	
}

.FormLink a:hover
{
    /* COLOR: #036; */
    color: #036;
    TEXT-DECORATION: underline;
}

.FormFlow
{
	font-size: 12px;
	clear: left;
}


/********************************************************************
******************************* Content Area *************************
*********************************************************************/
.contentarea
{
	padding-right: 2px;
	background-position: center bottom;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 10px;
	padding-top: 2px;
	background-repeat: no-repeat;
	background-color: white;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: #000099;
	border-bottom-width: 1px;
	border-bottom-color: #000099;
	vertical-align: top;
	border-top-color: #000099;
	text-align: left;
	border-right-width: 1px;
	border-right-color: #000099;
	/* font-size: 9pt; */
}

.contentarea p , .contentarea li {
	padding-bottom: 8px;
	text-align: justify;
	line-height: 160%;
	}

/********************************************************************
******************************* Payments    *************************
*********************************************************************/
.paymentarea
{
	font-weight: bold;
	color: black;
	background-color: #f0e68c;
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}


/********************************************************************
******************************** Web Parts **************************
*********************************************************************/
#wrapper
{
	width: 100%;
	clear: both;
}

#MemberSideMenu
{
	width: 10%;
	float: left;
	height: 250px;
	text-align: center;
}

#wz1
{
	width: 20%;
	float: left;
	height: 100%;
	text-align: center;
}

#wz2
{
	width: 60%;
	float: left;
	height: 100%;
	text-align: center;
}

#wz3
{
	width: 20%;
	float: left;
	height: 100%;
	text-align: center;
}

.NormalText
{
	color: black;
}
.ErrorText
{
	color: red;
}

.MapLabelClass
{
	color: black;
	font-family: Arial;
	width: 60px;
	text-align: center;
	font-weight: bold;
}
/* *******************************************************************************************
*********************************** NavText ***************************************************
**********************************************************************************************/
.navtext
{
	font-size: 10pt;
}

a.navtext:link
{
	color: black;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
}

a.navtext:visited
{
    color: black;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
}

a.navtext:hover
{
    COLOR: blue;
    TEXT-DECORATION: underline
}

.DataListAlternatingStyle
{
	background-color: gainsboro;
	border-top: black thin solid;
	border-bottom: black thin solid;
}

/*********************************************************************************************
* Styles for PDMarkder javascript library used for google maps.
**********************************************************************************************/
div.markerTooltip
{
          color: black;
          font-weight: bold;
          background-color: white;
          white-space: nowrap;
          margin: 0;
          padding: 2px 4px;
          border: 1px solid black;
}

div.markerDetail 
{
          color: black;          
          background-color: white;
          white-space: nowrap;
          margin: 0;
          padding: 2px 4px;
          border: 1px solid black;
          width: 250px;
}

/********************************************************************************************
* IDM - Inter-Department Messaging
*********************************************************************************************/
.MessageArea
{
	background-color: #ccffff;
	width: 100%;
	height: 100%;
	border-right: blue thin solid;
	border-top: blue thin solid;
	border-left: blue thin solid;
	border-bottom: blue thin solid;
}

.MessageUserList
{
	background-color: #ccffff;
	width: 100%;
	border-right: blue thin solid;
	border-top: blue thin solid;
	border-left: blue thin solid;
	border-bottom: blue thin solid;
}

.MessageButton
{
	border-right: blue thin solid;
	border-top: blue thin solid;
	border-left: blue thin solid;
	border-bottom: blue thin solid;
	background-color: #6699ff;
}

.MessageInput
{
	width: 98%;
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	font-size: 10pt;
}

/********************************************************************************************
* General 
*********************************************************************************************/
.DownloadButton1
{  
	font-size: 12pt;
	font-style:normal;
	font-variant:normal;

}

.modalBackground 
{
    background-color: #414141;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
	background-color:Gray;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	height:50px;
	filter:alpha(opacity=70);
    opacity:0.7;
    
}

.normalrow
{ 
    background-color: #E7E7FF;
    color: #4A3C8C; 
}


.hightlighrow
{
	background-color: #F7F7F7;
	border-top: black thin solid;
	border-bottom: black thin solid;
}

/*********************************************************************************************
**********************************************************************************************
**********************************************************************************************/

/********************************************************************************************
* VIN Decoder Customizations
*********************************************************************************************/
.Custom1
{
	border-right: #000099 1px solid;
	padding-right: 2px;
	background-position: center bottom;
	border-top: #000099 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 10px;
	border-left: #000099 1px solid;
	padding-top: 2px;
	border-bottom: #000099 1px solid;
	background-repeat: no-repeat;
	background-color:Gray;
}

/*AutoComplete flyout */

.autocomplete_completionListElement
{
	margin: 0px;
	overflow: auto;
	text-align: left;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right: buttonshadow 2px solid;
	border-top: buttonshadow 2px solid;
	border-left: buttonshadow 2px solid;
	border-bottom: buttonshadow 2px solid;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: navy;
	color: white; /* padding: 1px; */
}

/* AutoComplete item */

.autocomplete_listItem
{
	background-color: honeydew;
	color: windowtext;
}

.TableRowHighlight
{
	background-color: #BAD5E8;
}

/***************************************************************
tables DispatchTable
***************************************************************/
table.DispatchTable {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	height: auto;
	text-align: left;
}

table.DispatchTable thead tr th, table.DispatchTable tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.DispatchTable thead tr .header {
	background-image: url(Images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.DispatchTable tbody td {
	color: #3D3D3D;
	padding: 4px;
	/*background-color: #FFF;*/
	vertical-align: top;
}

table.DispatchTable tbody tr
{
	background-color: #FFF;
	cursor: hand;
}

table.DispatchTable tbody tr.odd td {
	/* background-color:#F0F0F6; */
}
table.DispatchTable thead tr .headerSortUp {
	background-image: url(Images/asc.gif);
}
table.DispatchTable thead tr .headerSortDown {
	background-image: url(Images/desc.gif);
}

table.DispatchTable thead tr .headerSortDown, table.DispatchTable thead tr .headerSortUp {
background-color: #8dbdd8;
}


table.DispatchTable .TableRowHighlight
{
	background-color: #BAD5E8 ! important; 
}



/***************************************************************
tables tablesorter
***************************************************************/
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	height: auto;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-image: url(Images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(Images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(Images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}


table.tablesorter .TableRowHighlight
{
	background-color: #BAD5E8 ! important; 
}

/***************************************************************
tables FormattedTable
***************************************************************/
table.FormattedTable
{
	 font-family: arial;
	 padding: 0em;
	 border: 1px solid blue; 
	 border-collapse: collapse;
}


table.FormattedTable thead tr th
{
	background-color: #330099;
	color: honeydew;
}

table.FormattedTable td
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	 border: 1px solid blue; 
	 border-collapse: collapse;
}


table.FormattedTable .FormattedTableGroup
{
	font-size: larger;
	background-color: #99cc99;
	font-weight: bolder;
}

.MyPagerStyle table
{
	width: 10%;
	text-align: left;
}

.TableHoverHighLight
{
	font-weight: bold;
	background-color: #66ffff;
}

.TableHoverNormal
{
	font-weight: normal;
	background-color: white;
}

#DispatchFlagHist
{
	background-color: gainsboro;
	color: Black;
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align: center;
}

#DispatchFlagWarning
{
	background-color: gainsboro;
	color: red;
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align: center;
}

#DispatchWarrantFlag
{
	background-color: gainsboro;
	color: Black;
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align: center;
}

#DispatchLocationFlag
{
	background-color: gainsboro;
	color: Black;
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align: center;
}

#DispatchCallerNameFlag
{
	background-color: gainsboro;
	color: Black;
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align: center;
}

#DispatchCallerLocationFlag
{
	background-color: gainsboro;
	color: Black;
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align: center;
}

#DispatchSpecialAttnFlag
{
	background-color: gainsboro;
	color: Black;
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align: center;
}

#DispatchAlarmFlag
{
	background-color: gainsboro;
	color: Black;
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align: center;
}

#DispatchPolicyFlag
{
	background-color: gainsboro;
	color: Black;
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align: center;
}

#DispatchMabasFlag
{
	background-color: gainsboro;
	color: Black;
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align: center;
}


