﻿/* Classes for RadTabStrip stuff */
.PageView
{
    border: 1px solid #000000;
    background-color: #fcfcfc;
    margin-top: -1px;
}
.PageView img
{
    margin: 0;
}

Body
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	margin: 0px 0px 0px 0px;
	/*background: url(images/background_skinny.jpg) repeat-x;*/
}

.Transparent 
{
	background-color: rgba(255,255,255,0.7);
	filter:alpha(opacity=70);
	zoom:1;
}

.CollapsePanel
{
    overflow: hidden;
}

/*.Wheat 
{
	background: url(images/Wheat.gif) no-repeat;
}
*/
.Header 
{
	font-weight: bold;
	font-size: 14pt;
	color: Black;
}

.SuccessMessage
{
	font-weight: normal;
	color: #009900;
}

.ErrorMessage
{
	font-weight: normal;
	color: #FF0000;
}

.Normal
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

.Small
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

.dgHeaderStyle
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #990003;
	border-color: #000000;
}

.dgItemStyle
{
	font-size:8pt;
	color:#000000;
	background-color:#ffffff;
	border-color: #000000;
	padding-left:10;
	padding-right:10;
}

.dgAlternatingItemStyle 
{
	font-size:8pt;
	color:#000000;
	background-color:#ffffcc;
	padding-left:10;
	padding-right:10;
}
.dgSelectedItemStyle td
{
	background-color:Yellow;
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

A:link
{
	color: #3333cc;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active
{
	color: #ff3333;
	text-decoration: underline;
}	
		
A:hover
{
	color: #3333cc;
	text-decoration: underline;
}	font-size:	.7em;


    /* The below CSS styles are the Custom InfoBox Styles used on the Mapping/Default.aspx page*/
    .customInfoBox-noBeak,.customInfoBox-with-rightBeak,.customInfoBox-with-leftBeak{border:solid 0px black;color:#676767;display:block;font-size:1.2em;position:absolute;z-index:500 !important;background:transparent;}
    .customInfoBox-with-rightBeak {padding:0px 19px 0px 0px;}
    .customInfoBox-with-leftBeak {padding:0px 0px 0px 19px;}
    .customInfoBox-noBeak {padding:0 4px}
    .customInfoBox-body {
        width:400px; /* <-- this sets the overall width of the InfoBox */
        border:1px solid #CECE77; /* <-- this is the border of the InfoBox */
        background:#FFFFCC; /* <-- this is one place where the background color of the InfoBox is defined */
        left:-3px;overflow:hidden;position:relative;top:-3px;
    }
    .customInfoBox-shadow{float:left;position:relative;
        background:none; /* <-- This is the color of the InfoBox's shadow */
    }
    .customInfoBox-previewArea {width:100%;
        background:#FFFFCC;  /* <-- this is one place where the background color of the InfoBox is defined */
    }
    .customInfoBox-previewArea p {font-size:1.1em;margin:0px;padding:0px 12px 10px 0px;}
    .customInfoBox-previewArea div.firstChild{margin:4px;overflow:hidden;}
    .customInfoBox-previewArea .title{color:#000000;font-size:1.1em;font-weight:bold;margin:0px 0px 8px;}
    .customInfoBox-previewArea .ero-previewArea-image {display:block;float:left;height:80px;padding:3px 10px 5px 0px;position:relative;width:80px;}
    .customInfoBox-actionsBackground {margin:4px;background:#E4EDF3;}
    .customInfoBox-beak,.customInfoBox-progressAnimation {visibility:visible;}
    .customInfoBox-actions {padding:4px 8px 0px;}
    * html .customInfoBox-actions {padding-top:8px;}
    .customInfoBox-actions ul {list-style-image:none;margin:0;padding:0;list-style:none outside none;}
    .customInfoBox-actions ul a,.customInfoBox-actions ul a:link,.customInfoBox-actions ul a:visited {color:#0088E4;text-decoration:none;}
    .customInfoBox-actions ul a:hover {text-decoration:underline;}
    .customInfoBox-actions ul li {margin-bottom:4px;}
    .customInfoBox-paddingHack {font-size:8px;height:8px;width:1px;}
    .customInfoBox-beak {height:34px;position:absolute;top:10px;width:19px;}
    .customInfoBox-with-leftBeak .customInfoBox-beak {background:transparent url(http://maps.live.com/i/bin/1.3.20070327220207.22/ero/beakLeft.gif) no-repeat scroll 0;left:0px;}
    .customInfoBox-with-rightBeak .customInfoBox-beak {background:transparent url(http://maps.live.com/i/bin/1.3.20070327220207.22/ero/beakRight.gif) no-repeat scroll 0;right:4px;}
    .customInfoBox-noBeak .customInfoBox-beak {display:none;}
    .customInfoBox-progressAnimation {font-size:0;height:3px;overflow:hidden;position:absolute;width:13px;z-index:500;}
    .customInfoBox-progressAnimation div{font-size:0;height:100%;position:absolute;width:3px;
        background:#FFD800; /* <-- this is the color of the little animated progress bar that is displayed on the top right of the pushpin just before the InfoBox is shown*/
    }
    .customInfoBox-progressAnimation div.frame0 {left:-3px;}
    .customInfoBox-progressAnimation div.frame1 {left:0px;}
    .customInfoBox-progressAnimation div.frame2 {left:5px;}
    .customInfoBox-progressAnimation div.frame3 {left:10px;}

