﻿/* This stylesheet is for any styles that will apply throughout the site, such as <a>,<hr> etc... */

/*### START - Style Reset ###*/
	* {padding: 0px; margin: 0px; font-size: 100%;}
/*### END - Style Reset ###*/

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}



/*### START - cleaner classes ###*/
	div.cleaner
	{
		clear: both;
		height: 2px;
	}
/*### END - cleaner classes ###*/

/*### START - Form Component Styles ###*/
	input, select
	{
		font-size: 0.85em;
	}
/*### END - Form Component Styles ###*/

/*### START - Header Tag Styles ###*/
	h1, h2, h3, h4, h5, h6
	{
		color: #EC751B;
	}
	
	h1
	{
		font-size: 1.5em;
		font-weight: normal;
	}
	
	h2
	{
		font-size: 1.3em;
		font-weight:normal;
	}
	
	h3
	{
		font-size: 1.1em;
		font-weight:bold;
	}
	
	h4
	{
		font-size: 1em;
		font-weight:bold;
	}
	
	h5
	{
		font-size: 0.9em;
		font-weight:bold;
	}
	
	h6
	{
		font-size: 0.8em;
		font-weight:bold;
	}
/*### END - Header Tag Styles ###*/

/*### START - Site Links Style ###*/
	a.sitelink
	{
		color: #EC751B;
		text-decoration: none;
	}

	a.sitelink:hover
	{
		color: #EC751B;
		text-decoration: underline;
	}

	a img
	{
		border-style: none;
	}
	
	a.downloadlink
	{
		color: #fff;
		text-decoration: none;
	}
	
	a.downloadlink:hover
	{
		color: #fff;
		text-decoration: underline;
	}
	
	a.adminmenulink
	{
		color: #fff;
		text-decoration: none;
	}

	a.adminmenulink:hover
	{
		color: #fff;
		text-decoration: underline;
	}
/*### END - Site Links Style ###*/

/*### START - Header Rule Styles ###*/
	.headerrule
	{
		height:1px;
		border:none;
		background-color:#666;
	}
/*### END - Header Rule Styles ###*/

/*### START - Confirmation Styles ###*/
	.modalBackground 
	{
		background-color:Silver;
        filter:alpha(opacity=70);
	    opacity:0.7;
	}
/*### END - Confirmation Styles ###*/

/*### START - Other Tag Styles ###*/
	legend
	{
		color: #ffffff;
	}
/*### END - Other Tag Styles ###*/

/*### START - List Tag Styles ###*/
	ul.rootbullet
	{
		list-style-image:url(../../Graphics/BulletPoint.jpg);
		list-style-position:inside;
		margin-left:25px;
	}
	ol.numericlist
	{
		list-style-position:inside;
		margin-left:25px;
	}
	ol.numericlist li
	{
		margin-bottom: 5px;
	}
/*### END - List Tag Styles ###*/
