body
{    
    margin:0px; 
    text-align:center;
    background:url(images/background.png) repeat-y;
}
.blockpad {	padding-left: 10px;}

/* Skin */

#gws_container
{
    width:100%;
    height:100%;
}
#gws_topBar
{
    background:url(images/titlebar.gif) repeat-x;
}
#gws_topBar img.left
{
    float:left;
}
#gws_topBar img.right
{
    float:right;
}
#gws_left
{
    width:126px;
    float:left;
    height:100%;
    color:#fff;
    text-align:left;
}
#gws_right
{
    float:left;    
    text-align:center;
    width:80%;
    height:100%;
}
#gws_inner_right
{
    width:477px;
    margin:0 auto;
}
/* Content Panes */

/* standard hyperlinks for the tokens eg. copyright, login, user */
.SkinObject{ color:#000; text-decoration:none; font-weight:normal; font-size:10px;}
A.SkinObject:link { color:#000; text-decoration:none; font-weight:normal; font-size:10px;}
A.SkinObject:visited {color:#000; text-decoration:none; font-weight:normal; font-size:10px;}
A.SkinObject:active {color:#000; text-decoration:none; font-weight:normal; font-size:10px;}
A.SkinObject:hover{color:#000; text-decoration:none; font-weight:normal; font-size:10px;}

.user,a.user:link,a.user:active,a.user:visited,.user 
{
    color:#000; 
    text-decoration:none; 
    font-weight:Normal; 
    font-size:10px;
}
a.user:hover 
{
    color:#000000; 
    text-decoration:none; 
    font-weight:Normal; 
    font-size:10px;
}

/* 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:#6D6D6D; 
    text-decoration:none; 
    font-weight:bold; 
    font-size:10px;
}
a.search:hover 
{
    color:#000000; 
    text-decoration:none; 
    font-weight:bold; 
    font-size:10px;
}
/* Links Module */
.LinksDesignTable a.normal
{
    padding:0;
    margin:0;
    color:#fff;
    text-decoration:none;
}
.LinksDesignTable a.normal:hover
{
    color:#fc3;
    text-decoration:none;
}
/* change the colour of the login button here */
.StandardButton 
{
    color: #000;
    font-family:Tahoma, Verdana, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
}

/* classes used by DotNetNuke for things like the container titles */

.Head 
{
    font-size:12px;
    font-weight:bold;
    color:#000;
}
.SubHead 
{
    font-size:11px;
    color:#000;
}
.SubSubHead
{
    font-size:11px;
    color:#000;
}

/* this is the font class used throughout your site - change the size here */
table, tr, td, th, div, p 
{
    font-family:Verdana;
    font-size: 12px;
    color: #333333;
}

#gws_left table, #gws_left tr, #gws_left td, #gws_left th, #gws_left div, #gws_left p
{
    font-size: 10px;
    color: #fff;
    padding:1px;
}

label, .normal, .Normal 
{
}
table 
{
    padding: 0;
}
p 
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right:5px;
    font-size: 11px;
}
.Normal 
{
    
}
h1, h2, h3
{
    color:#600;
    font-family: Arial;
    font-size: 14px;
    font-weight:bold;
}
h1
{
    margin:0;
    padding:5px;
    font-size:22px;
}
h3 
{
    
    font-size: 14px;
    padding: 2px 0 1px 7px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
    letter-spacing: 2px;
}
h2 
{
    font-family: Arial;
    font-size: 12px;
    padding: 2px 0 1px 7px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
    letter-spacing: 2px;
}
h1
/* command button links */
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active
{
    color:#333333;
    text-decoration:none;
}
A.CommandButton:hover
{
    color:#333333;
    text-decoration:underline;
}
.SkinObject
{
    color:#000;
}

/*=== Menu Items */
/* Main Menu object styles */

/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 10px; 
	background-color:transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
    font-family:Verdana, Arial, Sans-Serif;
	color: #000;
	font-size: 10px; 	
	text-align:center;
	margin-right:1px;
	white-space:nowrap;
	margin:0 2px;
}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
    font-family:Verdana, Arial, Sans-Serif;
	color:#000;
	text-align:center;
	font-size: 10px;
	white-space:nowrap;
	margin:0 2px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
    z-index: 10000;
	border:1px solid #9B7D01;
}

.main_dnnmenu_submenu td
{
    font-family:Verdana, Arial, Sans-Serif;
	background-color:#fff;
	z-index: 10000;
	font-size: 10px; 
	text-align:left;
	color:#000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{  
	background-color:#fff;
	text-decoration:underline;
}
.main_dnnmenu_itemselected td
{
    background-color:#C8A30D;
	color:#000;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #000;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
	color:#000;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
	color:#000;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
	color:#000;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	color: #000;
	
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #000;
}



.ModuleTitle_MenuItem 
{
    color:#000;
}
.ModuleTitle_MenuItemSel 
{
    color:#000;
}
.ModuleTitle_SubMenu 
{
    color:#000;
}
.ModuleTitle_MenuContainer 
{
    color:#000;
}
.ModuleTitle_MenuBar  
{
    color:#000;
}
.ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon 
{
    color:#000;
}



