﻿html, body 
{
	 margin: 0; 
	 padding: 0;
	 background: #fff;
	 color: #999;
	 font: normal normal normal 12px Arial, Helvetica, Sans-Serif;
}
input, select, textarea, td
{
	font: normal normal normal 12px Arial, Helvetica, Sans-Serif;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font: normal normal bold 12px Arial, Helvetica, sans-serif;
	color: #808080;
}
h1 { font-size: 36px; font-weight: normal; color: #1B75BC; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }

img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

a, a:link, a:visited, a:hover, a:active
{
	color: #1b75bc;
	text-decoration: none;
	border: 0 none;
}
a:hover { text-decoration: underline; }

hr
{
	margin: 15px 0;
	padding: 0;
	height: 1px;
	color: #999;
	background: #999;
	border: 0 none;
}
hr.short
{
	text-align: left;
	width: 40%;
}

p
{
	margin: 10px 0;
	padding: 0;
}

ul, ol
{
	margin: 0.2em 0 0 0;
	padding: 0 0 0 2.5em;
}
li
{
	list-style-position: outside;
	margin: 0.2em 0 0 0;
	padding: 0;
}
ol li { list-style-type: decimal; }
ol li li { list-style-type: lower-roman; }
ol.lowerAlpha li { list-style-type: lower-alpha; }
ol.upperAlpha li { list-style-type: upper-alpha; }
ol.lowerRoman li { list-style-type: lower-roman; }
ol.upperRoman li { list-style-type: upper-roman; }
ol.decimal li { list-style-type: decimal; }


dl { margin: 0; padding: 0; }
dt 
{
	 margin: 2.0em 0 0 0; 
	 padding: 0;
	 font: normal normal bold 1.2em Verdana, Arial, Helvetica, Sans-Serif;
	 text-decoration: none;
}
dd
{
	margin: 0.3em 0 0 0;
	padding: 0;
}

.separator
{
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}
.floatLeft
{
	display: block;
	float: left;
	margin-right: 20px;
}
.floatRight
{
	display: block;
	float: right;
	margin-left: 20px;
}
.clear { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }

.noLeading { margin-top: 0; margin-bottom: 0; }
.noTopLeading { margin-top: 0; }
.noBottomLeading { margin-bottom: 0; }

.error
{
	color: #e00;
}



/**
 * ul.linkList
 */
ul.linkList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.linkList li
{
	margin: 0;
	padding: 0;
}
ul.linkList a
{
	line-height: 20px;
	text-decoration: none;
}
ul.linkList a:hover
{
	font-weight: bold;
	text-decoration: none;
}


/**
 * Sidebar sub-menu
 */
div.sideMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.sideMenu ul li
{
	margin: 0;
	padding: 0;
}
div.sideMenu ul a
{
	font: normal normal normal 12px/26px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
div.sideMenu ul a:hover
{
	font-weight: bold;
	text-decoration: underline;
}



/**
 * table.colLayout
 */
table.colLayout
{
	margin: 10px 0;
}
table.colLayout td
{
	padding: 1px 20px 1px 0;
}


/**
 * Standard form layout
 */
table.form
{
	margin: 7px 0;
}
table.form td
{
	vertical-align: top;
	padding: 5px 0;
	border-bottom: solid 1px #eaeaea;
}
table.form td.label
{
	padding-top: 7px;
	padding-right: 10px;
}
table.form td.controls
{
	padding-top: 10px;
	text-align: right;
}
table.form tr.last td
{
	border-bottom: none 0;
}
table.form input.txt,
table.form textarea.txt,
table.form select.ddl
{
	width: 250px;
}


/**
 * Tiny MCE rules
 */
body.mceContentBody {
	padding: 5px 7px;
}



/**
 * CMS Editing
 */
div.cph
{
	position: relative;
}
div.cph.fade
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.cphFrame
{
	position: absolute;
	left: 0;
	top: 0;
	border: dashed 1px #333;
}
div.cph.active div.cphFrame
{
	border-color: #e00;
}
a.cph
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 2px 4px;
	background-color: #e00;
	color: #fff;
	border: solid 1px #000;
}
div.cph.hover a.cph,
div.cph.active a.cph
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}