.ControlPanel {
}

.SkinObject {
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

a.SkinObject:link {
    text-decoration: none;
    color: #fff;
}

a.SkinObject:visited  {
    text-decoration: none;
    color: #fff;
}

a.SkinObject:active   {
    text-decoration: none;
    color: #fff;
}

a.SkinObject:hover    {
    text-decoration: none;
    color: #fff;
}


.wrapper {
    width: 760px;
    }

.header {
    height: 72px;
    }

.menu {
    color: #fff;
    background-color: #004990;
    }

.utility {
    font-size: 12px;
    color: #fff;
    font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    background-color: #678;
    text-align: right;
    padding: 2px;
    padding-right: 10px;
    }

a.darkBg,
a.darkBg:link,
a.darkBg:active,
a.darkBg:visited,
a.darkBg:hover {
    color: #fff;
}

.main {
    background-color: #ccc;
    padding: 10px;
    }

.footer {
    color: #fff;
    background-color: #004990;
    text-align: right;
    padding: 10px;
    }

/* Default DNN CSS */
/* style for module titles */
.Head {
    font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
}


/* DNN Menu CSS */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 21px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border: 0;
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
    font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
}
.MainMenu_MenuIcon {
	border: 0;
	background-color: #006aa2; 
	padding-left: 1px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #006aa2;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 0;
}
.MainMenu_MenuItemSel {
	background-color: #ccd; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
    font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border: 0;
	font-family: webdings; 
	font-size: 14px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 14px; 
	cursor: pointer; 
	cursor: hand;
}

