Body
{
    background-color: white;
}

/* Control panel stuff*/
.ControlPanel {
    width: 80%;
    height: 64px;
    background-color: #E8F0F7;
    BORDER: #999999 1px solid; 
    margin: 3px;
}

.ControlPanel Label
{
	font-size:12px;
}

.ControlPanel .SubHead
{
	font-size:12px;
}

.ControlPanel .CommandButton
{
	font-size:12px;
}

.ControlPanel INPUT
{
	font-size:12px;
}

.ControlPanel SELECT
{
	font-size:12px;
}
/* End of Control panel stuff*/


/***************************************
STYLES FOR THE CONTROL PANEL
***************************************/
#control_container {
	display:none;
	display:block;
	background-color:white;
	position:absolute;
	padding:10px;
	width:400px;
	border:1px solid gray;
	z-index:100000;
}

			.stretcher {
				background: none !important;
				background: #fff;
			}
			
			#handle{
				display:block;
				background: #DDDDFF repeat-x left top;
				border: 1px solid #9999BB;
				padding:3px;
				color:white;
				width:400px;
			}
			
			#handle.handle{
				margin:0px;
				height:0px;
				padding:0px;
			}
			
			#control_container{
				width:100px;
			}
			
			#function_container{
				display:block;
			}
			
/**************************************
END STYLES FOR CONTROL PANEL
**************************************/


/* module menu stuff */

.ModuleTitle_MenuContainer 
{
	width:150px;
}

.ModuleTitle_MenuBar 
{
}

.ModuleTitle_MenuItem 
{
	background-color:#E8F0F7;
	border:0px;
	font-size:12px;
	height:18px;
	cursor: pointer;
}


.ModuleTitle_MenuIcon 
{
}

.ModuleTitle_SubMenu 
{
	background-color:#E8F0F7;
	border:2px solid #CCCCCC;
	border-left-color:#ffffff;
	border-top-color:#ffffff;
}

.ModuleTitle_MenuBreak 
{
	display:none;
}

.ModuleTitle_MenuItemSel 
{
	background-color:#D7E0E6;
	border:0px;	
	padding:0px;
	margin:0px;
	border-width:0px;
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* end of module menu stuff */

.SkinObject {
}

A.SkinObject:link {
}

A.SkinObject:visited  {
}

A.SkinObject:active   {
}

A.SkinObject:hover    {
}

/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
}

/* text style used for error messages */
.NormalRed
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
}

.TreeMenu_NodeSelected
{
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
}

/* styles used in the FileManager */
.FileManager
{
}
.FileManager_ToolBar
{
}
.FileManager_Explorer
{
}

.FileManager_FileList 
{
}

.FileManager_MessageBox 
{
}

.FileManager_Header
{
}

.FileManager_Pager
{
}

.FileManager_StatusBar
{
}

.FileManager_Item
{
}

.FileManager_AltItem
{
}
.FileManager_SelItem
{
}

.FileManagerTreeNode 
{
}

.FileManagerTreeNodeSelected 
{
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* Module Title Menu */


/* Main Menu */

.MainMenu_MenuItemSel {}
.MainMenu_MenuArrow {}
.MainMenu_RootMenuArrow {}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {}

.TabBg {}

.SelectedTab {}

A.SelectedTab:link {}

A.SelectedTab:visited  {}

A.SelectedTab:active   {}

A.SelectedTab:hover    {}

.OtherTabs {}
    
A.OtherTabs:link {}

A.OtherTabs:visited  {}

A.OtherTabs:active   {}

A.OtherTabs:hover    {}
.PagingTable {}

.LabelEditOverClass{	}

.LabelEditTextClass{}

.LabelEditWorkClass{}