/* ================================
    DXDNN - CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	color: #999999;
	padding: 5px 3px 5px 0px;
}

.Title   {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	background-position: center;
	height: 20px;
	vertical-align: middle;
	padding: 5px 3px 10px 0px;
}

/* background color for the content part of the pages */
Body
{
color: #ffffff;
    
}

.ContentPane {
color: #ffffff;

    background-color: ;
}

.FooterPane {
    
}

.normal {
    font-weight: normal;
    color: #ffffff;
    font-family: tahoma; 
    text-decoration: none;
    font-size: 12px;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 12px;
    color: #fff000;
    font-family:  tahoma; 
    text-decoration: none;
}


/* header cell styles */

td.Header
{
	padding-left: 5px;
	padding-right: 5px;
}

td.HeaderChrome
{
	padding-left: 5px;
	padding-right: 5px;
	background: url(images/background-03.jpg) repeat;
}

td.HeaderStripe
{
	padding-left: 5px;
	padding-right: 5px;
	background: url(images/onyx_r1_c5.jpg) repeat;
}

/* content cell styles */

td.Content
{
	padding: 5px;
}

TD.ContentGrey
{
	padding: 5px;
	background: url(images/grey1.jpg) top repeat-x;
	background-color: #292429;
}

TD.ContentStripe
{
	padding: 5px;
	background: url(images/bg_stripe.jpg) repeat;
}

TD.ContentBorderGrey
{
	padding: 5px;
	border-left: 2px #292429 solid;
	border-right: 2px #292429 solid;
	border-bottom: 2px #292429 solid;		
}

/* footer cell styles */
TD.Footer
{
	padding: 2px;
	text-align: right;
}

TD.FooterGrey
{
	padding: 2px;
	text-align: right;
	background-color: #292429;
}



.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

