/* Default CSS Stylesheet for a new Web Application project */

/*samples for display vs print
@media display {
    td { font-size: medium; }
}
*/
@media print {
  .printable {display:block}
  .unprintable {display:none}
 } 
 
 .prop 
{
    height:25px;
    float:right;
    width:1px;
} 
.clear 
{
    clear:both;
    height:1px;
    overflow:hidden;
}

.Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.NormalWB
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color:White;
	
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	/*background-color:#ffffdd;*/
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*
.MyCalendar .ajax__calendar_container 
{	
	border:1px solid #646464;
    background-color: White;
    color: Black;
}*/

/* text style for buttons and link buttons used in the portal admin pages */

.CommandButton     
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:	  xx-small;
}

.CommonLabel
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.Heading
{
	font-Size:16pt;
}

.SubHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  13pt;
	font-weight:bold;
}

.SubHeading
{
	font-size: 13pt;
}

.SubSubHeading
{
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}

.ErrorText
{
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20pt
    }

.MenuItem
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

.ComboFace
{
	color: #005b9a;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}

.ButtonFace
{
	color: #005b9a;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}

.ButtonFaceCalendar
{
	color: #005b9a;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;	
	height: 16px;
	vertical-align:top;
}

.ButtonFaceMed
{
	color: #005b9a;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
	
.ButtonFaceBold
{
	color: #005b9a;
	font-weight: bold;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}
	
.LabelFace
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:	  x-small;
	background-color: white;
	}
	
.LabelFaceSmall
{
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}

.SmallNormal
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

.SmallNormalBold
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
	

.ScreenHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  13pt;
	font-weight: bold;
	color: #004E75;
}

.NoData
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	
}
.Grid
{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;	
}

.GridHeader
{	
   background-color:#e0e4de;
  	
 }	

.GridFooter
{
	background-color: #e0e4de;
}

/*
@media print {
  .printable {display:block}
  .unprintable {display:none}
} 
*/

BODY
{
	color: #005b9a;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

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;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:#004E75;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active
{
	color: #333399;
	text-decoration: none;
}	
		
A:hover	{	
	text-decoration:	underline;
	color:#004E75;
	}
	


BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}
	.PnlPeopleSwitches
	{
		Z-INDEX: 149; 
		LEFT: 17px; 
		POSITION: absolute; 
		TOP: 533px; 
		width: 842px; 
		height: 567px;
	}	
	.PnlPeopleSwitches1
	{
		Z-INDEX: 100; 
		LEFT: 17px; 
		POSITION: absolute; 
		TOP: 344px; 
		width: 394px; 
		height: 197px;
    right: 720px;
}

	.PnlSiteSwitches
	{
		Z-INDEX: 100; 
		LEFT: 0px; 
		POSITION: absolute; 
		TOP: 399px; 
		width: 829px; 
		height: 445px;	
	}
	.PnlSiteAddress
	{
		Z-INDEX: 100; 
		LEFT: 3px; 
		POSITION: absolute; 
		TOP: 213px; 
		width: 411px; 
		height: 195px;
    }