/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/*CONTENT CONTAINER*/
.contentwithheader {
	width: 545px;
	background-color: transparent;
	border: blue 0px solid; 
}
.contentwithheadertext
{
    padding-top: 25px;
}
.contentwithheadertext p,
.contentwithheadertext li,
.contentwithheadertext td,
{
    font-family: Garamond;
    color: black;
    font-size: 16px;
}
.contentwithheadertext a:link,
.contentwithheadertext a:visited,
.contentwithheadertext a:hover,
.contentwithheadertext a
{
    font-family: Garamond;
    color: #700000;
    font-size: 16px;
}
.contenttitle
{
    font-family: Garamond;
    font-size:24px;
    color: #000000;
    font-weight: bold;
}
/* ENDS CONTENT CONTAINER*/

/*LEFT HAND SUB-NAV*/
.sidewithheader {
	width: 160px;
	background-color: transparent;
	border-top: #700000 2px solid; 
	border-bottom: #700000 0px solid; 
	margin-left: 30px;
}
.sidewithheaderbar
{
    padding: 3px 0px 3px 0px;
}
.sidetitle
{
    font-family: Garamond;
    font-size:14px;
    color: #700000;
    font-weight: bold;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.sidewithheadertext
{
    border-top: #700000 2px solid;
    padding: 3px 0px 3px 0px;
} 
.sidewithheadertext p,
.sidewithheadertext a:link,
.sidewithheadertext a:visited
{
    font-family: Verdana;
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 3px 3px 3px; 
}
/*ENDS LEFT HAND SUBNAV*/


.scrollcontainer {
	width: 191px;
	background-color: transparent;
	border: #333333 0px solid; 
} 
.scrollheader
{
    background-image: url(images/scrolltop.jpg);
    background-position: left;
    background-repeat: no-repeat;
    height:50px;
}
.scrollcontent
{
    background-image: url(images/scrollmiddle.jpg);
    background-position: left;
    background-repeat: repeat-y;
    text-align: center;
    padding: 3px 0px 3px px;
}
.scrollfooter
{
    behavior: url(/Portals/7/Skins/PFIPlayingCards/images/iepngfix.htc);
    background-image: url(images/scrollbottom.png);
    background-position: left;
    background-repeat: no-repeat;
    height:38px;
}

.scrollcontent p, 
.scrollcontent a:link,
.scrollcontent a:visited
{
    font-family: Garamond;
    color: #700000;
    font-size: 20px;
    font-weight: bold;  
}






.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: #DDDDDD;
}