body {
    /* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font: Arial, Helvetica, Verdana, Geneva, Sans-Serif;
	background-color: #fff;
	/* IE Hack */
	height: 1%;	
}
#wrap {
	width: 900px;
}
#logo {
	clear: both;
	padding: 10px 0px 15px 15px;
}
/* Main layout */
#content {
	float: right;
	width: 75%;
}
#sidebar {
	float: left;
	width: 175px;
}
#date {
	padding-top: 10px;
	color: #C00;
}
#footer {
	padding-top: 1.5em;
	clear: both;
}

/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	/* Override dnn's default.css*/
	font: 100% Arial, Helvetica, Verdana, sans-serif; 
}

/* ================================
style for module titles
================================ */
.Head {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 150%;
	font-weight: bold;
	color: #a9a900;
}
/* Style of item titles on edit and admin pages */
.SubHead {
	font-size: 85%;
	color: #a9a900;
	line-height: 1.6;
}
/* Module title style used instead of Head for compact rendering by Quicklinks and Signing */
.SubSubHead{
	font-size: 85%;
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton{
	font-size: 90%;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #a9a900;
	font-weight: bold;
}
H1 {
	font-size: 150%;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}
H2{
	font-size: 140%;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}
H3 {
	font-size: 120%;
	margin-top: 0.4em;
	margin-bottom: 0.1em;
}
H4 {
	font-size: 110%;
	margin-top: 0.3em;
	margin: 0px;
}
H5, DT {
	margin-top: 0.3em;
	font-size: 90%;
	margin: 0px;
}
H6 {
	margin-top: 0.3em;
	font-size: 80%;
	margin: 0px;
}
A:link, A:visited, A:active
{
	color: #a9a900;
	text-decoration:underline;
}
A:hover
{
	text-decoration: none;
	color: #909000;
}

/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/
/* Vertical Menu */
#HouseMenuNav, #HouseMenuNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 12em;
	font-family: Arial, Helvetica, Verdana, Geneva, Sans-Serif;
	z-index:500;
}

#HouseMenuNav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.8em;
	margin-bottom : -1px;
	width: 12em;
	list-style: none;
}

#HouseMenuNav li ul { /* second-level lists  */
	position : absolute;
	left: -999%;
	margin-left : 12.05em;
	margin-top : -1.95em;
}

#HouseMenuNav li a {
	width: 12em;
	w\idth : 11em;	/* 1em extra for old IE browsers (box model bug)*/
	display : block;
	color : #505000;
	background-color : #a9a900;
	font-weight : bold;
	text-decoration : none;
	border : 1px solid #000;
	padding : 0 0.5em;
}

#HouseMenuNav li a:hover {
	color : #404000;
	background-color : #ffff80;
}

#HouseMenuNav li:hover ul ul, #HouseMenuNav li:hover ul ul ul, #HouseMenuNav li.sfhover ul ul, #HouseMenuNav li.sfhover ul ul ul {
	left: -999%;
}

#HouseMenuNav li:hover ul, #HouseMenuNav li li:hover ul, #HouseMenuNav li li li:hover ul, #HouseMenuNav li.sfhover ul, #HouseMenuNav li li.sfhover ul, #HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* This is the Date eg. any items that are not links */
.SkinItem
{
	text-decoration: none;
	font-family:Arial,Helvetica,Verdana,sans-serif;
}
/* This sets the style for all skin items and command buttons that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active,
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
	text-decoration: underline;
	color: #a9a900;
}
A.SkinItem:hover,
A.CommandButton:hover
{
	text-decoration: none;
	color: #909000;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {
	background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color:#000;
	/* only for FF < 3.0 
	-moz-opacity: 0.75;
	*/
	opacity: 0.75;
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	/* For FF < 3.0
	-moz-opacity: 0;
	*/
	opacity: 0;
	height:100%;
	width:100%;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

.ThickBoxThumps {
	/*list-style: none;*/
}

.ThickBoxThumps li { /* all list items */
	position : relative;
	float : left;
	list-style: none;
	margin: 0.8em;
	width: 128px;
	height: 128px;
}
.Clear
{
	clear: both;
}




