
body
{    
    margin:0;
    padding:0;
    background:url(images/top-repeat.png) #e5e5ca repeat-x;  
    text-align:left; 
    z-index:1; 
}
#sf_background
{
    background:url(images/side-repeat.jpg) repeat-y;  
    margin:0;
    padding:0;
    height:100%;
}
a img
{
    border:0;
}
.blockpad {	padding-left: 10px;}

/* Skin */
a:-webkit-any-link
{
    color: rgb(0, 0, 238);
}
#sf_sidebar
{
    background:url(images/side-repeat.png) #e5e5ca repeat-y;  
    width:218px;
    float:left;   
    height:100%;
}
#sf_sidebar img
{
    width:218px;
    height:175px;
}
#sf_sidebar img.nav
{
    margin-left:7px;
    width:137px;
    height:25px;
}
#sf_content
{
    background:none;
    width:500px;
    float:left;
    margin-left:25px;   
}
#sf_content_wall
{
    width:700px;
    float:left;
    margin-left:25px;
    
}
.header
{
    width:406px;
    height:65px;
}
table, tr, td, th, div, p 
{
    font-family:Arial;
    font-size: 12px;
    line-height: 1.4em;
    color: #333333;
}

#sf_footer
{
    text-align:center;
}
.sf_clear
{
    clear:both;
}
.brk  { font: normal 10px Tahoma, Arial; color: #000000;
			border-top: 1px solid #ffffff;
			border-left: 1px solid #ffffff;
			border-bottom: 1px solid #999999;
			border-right: 1px solid #999999;
			text-align: center; white-space: nowrap; background-image: url('images/bricksurface.gif') }
			.brkf { background-image: none; background-color: #ffff00 }
/* Content Panes */
#dnn_ContentPane
{
    background:none;
    margin-top:80px;
}

/* standard hyperlinks for the tokens eg. copyright, login, user */
.SkinObject{ color:#333333; text-decoration:none; font-weight:normal; font-size:10px;}
A.SkinObject:link {color:#0066ff;}
A.SkinObject:visited{color:#0066ff;}
A.SkinObject:active {color:#0066ff;}
A.SkinObject:hover{color:#0066ff;}

.user,a.user:link,a.user:active,a.user:visited,.user 
{
   color:#0066ff;
    
}
a.user:hover 
{
   color:#0066ff;
}

/* code to make the search button look like it does */
.searchbox input
{
    MARGIN: 0px 00px 0px 0px; 
    border: 1px solid #cccccc; 
    font-size:10px; 
    color:#6D6D6D; 
    background:transparent; 
    width: 100px;
    height:18px;
}
.search,a.search:link,a.search:active,a.search:visited,.search 
{
   color:#0066ff;
}
a.search:hover 
{
    color:#0066ff;
}

/* change the colour of the login button here */
.StandardButton 
{
    color: #ffffff;
    font-family:Tahoma, Verdana, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    background-color: #6D6D6D;
}

/* classes used by DotNetNuke for things like the container titles */

.Head 
{
    font-size:12px;
    font-weight:bold;
    color:#333333;
}
.SubHead 
{
    font-size:11px;
    color:#333333;
}
.SubSubHead
{
    font-size:11px;
    color:#333333;
}

/* this is the font class used throughout your site - change the size here */

label, .normal, .Normal 
{
}
tr, td
{
    padding: 5px;
}
#sf_content_wall table, #sf_content_wall table tr, #sf_content_wall table td
{
    font-family:Tahoma;
    font-size:10px;
    text-align:center;
    line-height:normal;
    padding:1px;
}
p 
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right:5px;
    font-size: 11px;
}
.Normal 
{
    
}
h1, h2, h3, h4, h5
{
    font-family:Tahoma;
    color:rgb(153, 0, 0);
}

/* command button links */
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active
{
   color:#0066ff;
}
A.CommandButton:hover
{
   color:#0066ff;
}
.SkinObject
{
    color:#fff;
}

/*=== Menu Items */
/* Main Menu object styles */

/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
	margin-top:10px;
	text-align:center;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
    font-family:Arial, Verdana, Sans-Serif;
	
	font-size: 12px; 
	font-weight:bold; 	
	text-align:center; 
	padding:0 10px 0 10px;
	text-transform:uppercase;
	margin-right:1px;
	white-space:nowrap;
}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
    font-family:Arial, Verdana, Sans-Serif;
	
	font-weight:bold;
	text-align:center;
	font-size: 12px;
	padding:0 10px 0 10px;
	text-transform:uppercase; margin-right:1px;
	white-space:nowrap;
	float:left;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
    z-index: 10000;
	border:1px solid #9B7D01;
}

.main_dnnmenu_submenu td
{
    font-family:Arial, Verdana, Sans-Serif;
	background-color:#D9B319;
	z-index: 10000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{  
	background-color:#C8A30D;
	text-decoration:underline;
}
.main_dnnmenu_itemselected td
{
    background-color:#C8A30D;
	color:#ffffff;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #000;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #000;
}



.ModuleTitle_MenuItem 
.ModuleTitle_MenuItemSel 
.ModuleTitle_SubMenu 
.ModuleTitle_MenuContainer 
.ModuleTitle_MenuBar  
.ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon 



