/* 
================================
Skin styles for Simple Red Leaf Skin 3 Pane Layout
Created by Lee Sykes - http://www.dnncreative.com
================================
*/
body
{
	/* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
	width:895px;
    margin:0px auto;
	background-color: #ffffff;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrap
{
	/*min-width: 500px;
	max-width: 800px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;*/
	background-color: #ffffff;
	width: 895px;
	padding-top: 20px;
}
#Logo
{
    clear: both;
    /*padding: 10px 0px 15px 75px; 
	margin: 0 0 15px 0; */
	text-align:left;
}
#nav
{
	width: 895px;
	height:auto;
	background-color: #FFFFFF;
	margin: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 6px;
}
/*#navigation
{
	float:left;
	padding-top: 7px;
	padding-left: 20px;
}
#search
{
	float:right;
	text-align: right;
	padding-top: 1px;	
}
#daterow
{
	float: left;
	width:71%;	
}
#breadcrumb
{
	float: right;
	width: 71%;
}
#currentdate
{
	float:left;
	text-align:left;
	width: 25.4%;
}

#user
{
	float:right;
	text-align:right;
	width: 27%;
}*/
/* Main Layout */
/*#top
{
	float: clear;
	width: 100%
}*/
#mainbody
{
	clear:both;
	width:895px;
	padding-right: 12px;
}
.mainbodytable
{
	margin-right: 12px;
	padding-right: 12px;
}
#footer
{
	clear:both;
	width:auto;
	height:30px;
	background-image: url(scrbotgrad.jpg);
	background-repeat: repeat-x;
	margin-right: 12px;
}
#copyright
{
	clear:both;
	width:895px;
	text-align:left;
	height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #757fbf;
}
/*#content
{
    float: right;
    width: 70.6%; 
	padding: 0 0 0 10px; 
	text-align:left;
}
#left
{
	float: left;
	width: 25.4%;
}
#right
{
    float: right;
    width: 27%;
}
#bottom
{
	float: clear;
	width: 100%;
}
.dtcfooter
{
	float: left;
	width : 18%;
}
#footer
{
    float: right;
	color: #C00;
	width: 78%;
}*/

.contentpane {
	width: 100%;
	background-color: #ffffff;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
}
.rightpane {
	padding-right: 12px;
	background-color: #fffff;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #203d81;
}
tbody
{
	color: #0047bd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


/* ================================
style for module titles
================================ */
.Head
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 170%;
    font-weight: bold;
    color: #C00; /* letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.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: Arial, Helvetica, sans-serif;
}
H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #0047bd;
}

H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0047bd;
}

H3
{
    font-size: 120%;
    font-weight: bold;
    color: #999;
}

H4
{
    font-size: 110%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H5, DT
{
    font-size: 90%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H6
{
    font-size: 80%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* ------------------------
Links format added for opera browser
----------- */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    text-decoration: none;
    color: #203d81;
}
.Normal A:hover
{
    text-decoration: underline;
    color: #203d81;
}

/* This is the Date eg. any items that are not links */
.SkinItem
{
    text-decoration: none;
    color: #757fbf;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #757fbf;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #757fbf;
}



