
/**********************************************************************************
	Default Tag Overrides
**********************************************************************************/
body 	{ 	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333333; 
	font-size: 11px; 	
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/templates/osceolaOrg3/backgrounds/Site_Background_01.gif) #285278 repeat-y center top;
	} 

p 		{ text-indent: 0em; margin-top: 0px; padding-top: 0px; margin-bottom: 10px; line-height: 1.4em;  }

td		{font-size: inherit; font: inherit;}

A 		{ color: #0066cc; text-decoration: none;}
A:hover { color: red; text-decoration: underline;}
/*a:active { margin-left: 1px; margin-top: 1px;}*/
	
ul { 
	-moz-box-sizing: border-box;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: inherit;
	}
li {
	-moz-box-sizing: border-box;
	text-align: left;
	font-size: inherit;
	margin: 0px 0px 0px 0px;
	}
li A {
	text-decoration: none;
}
input		{ color: navy; font-size: .9em; font-weight: medium; font-family: Arial, sans-serif;}
textarea 	{ color: navy; font-size: .9em; font-weight: medium; font-family: Arial, sans-serif;}
form 		{ margin: 0px; padding:0px;}
table		{ font: inherit; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/******************************************************************
	Dividers
		Divider for separating Titles from Content
******************************************************************/
	.Divider_Main {
		width: 75% ;
		background-color: 	white;
		border-top: 0px;
		border-right: 0px;
		border-bottom: 1px dashed #666666;
		border-left: 0px;
		margin: -9px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.Divider_Sub {
		background-color: 	white;
		border-top: 0px;
		border-right: 0px;
		border-bottom: 1px dashed #666666;
		border-left: 0px;
	}

	.Divider_Text {
		background-color: 	#ffffcc;
		border: 			1px dashed #666666;
		color: 				black;
		font-family: 		Helvetica, Arial, sans-serif;
		font-size: 			smaller;
		font-weight: 		bold;
		letter-spacing: 	normal; 
		margin-top:			10px;
		margin-bottom:		10px;
		padding: 			0px;
		padding:			2px 0px 2px 0px;
	}
	.Divider_Text A { color: #0066cc; }
	.Divider_Text A:hover { color: red; }


/******************************************************************
	List Settings
		Toolbox Area
******************************************************************/
	.ListHeader {
		color: #003399;
		font-size: 14px;
		margin-bottom: 4px; 
		margin-top:	14px;
		margin-left: 0px;
		font-weight: bold; 
		text-decoration: none;
		list-style-type:none;
	}
	.ListItem {
		color: black;
		font-size: 12px;
		font-weight: bold;
		list-style-type:disk;
		margin: 0px 0px 4px 14px;
		margin-bottom: 4px;
	}
	.ListBody {
		color: black;
		font-size: 12px;
		font-weight: normal;
		list-style-type:none;
		margin-bottom: 4px;
	}
	
	.ListBody p {
		
	}
	
	.ListSub {
		font-size: 12px;
		list-style-type:none;
		margin: -5px 0px 10px 14px;
	}




/******************************************************************
	List Settings
		Toolbox Area
******************************************************************/
	.Error_Window		{ margin: 5px; margin-bottom: 10px;}
	.Error_Window .TitleMain { color: red; font-size: medium;}
	.Error_Window .TitleSub {color: red; font-size: small;}
	.Error_Window .Body {color: maroon; font-size: small;}


