
.bk_color {
	background-color: #FFF;
}

/* White Container */
.container_top_left_corner {
background-image:url(white_corner_tl.gif);
height: 8px;
width: 6px;
}

.container_top_right_corner {
background-image:url(white_corner_tr.gif);
height: 8px;
width: 6px;
}

.container_bottom_left_corner {
background-image:url(white_corner_bl.gif);
height: 8px;
width: 6px;
}

.container_bottom_right_corner {
background-image:url(white_corner_br.gif);
height: 8px;
width: 6px;
}

/* Brown Container */
.container_br_left_top_corner {
background-image:url(brown_left_top.jpg);
height: 40px;
width: 5px;
}

.container_br_right_top_corner {
background-image:url(brown_right_top.jpg);
height: 40px;
width: 5px;

}
.container_br_middle_repeat {
background-image:url(brown_middle_repeat.jpg);
background-repeat: repeat;
height: 40px;
width: 100%;
}
.brown_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDD4C7;
	border-right-color: #DDD4C7;
	border-bottom-color: #DDD4C7;
	border-left-color: #DDD4C7;
}

/* Title text for Modules */
.Head {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  16px;
   font-weight: normal;
   color: #29548a;
}

.alternative .Head {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  20px;
   font-weight: normal;
   color: #29548a;
}

.alternativeBrown .Head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  18px;
	font-weight: normal;
	color: #5a5c5e;
}

.SubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #585645;
	font-weight: bold;
}

.DNN_ANN_Description
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #585645;
	line-height: 18px;
}

/* Title text for Modules Ends */


.DNN_ANN_Description P
{
	margin-top:5px;
}

.DNN_ANN_DesignTable
{
	width:auto;
}

.Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #616161;
	line-height: 18px;
	padding-left:12px;
	}
	
A:link  {
    text-decoration:    underline;
    color:  #616161;
}

A:visited   {
    text-decoration:    underline;
    color:  #616161;
}

A:hover {
    text-decoration:    underline;
    color:  #616161;
}

A:active    {
    text-decoration:    underline;
    color:  #616161;
}	
	
.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;
}
	