

/* White Container */

.white_container {
background-color: #f8f7f0;
}

.white_box_title {
font-family: "trebuchet ms" , helvetica, sans-serif;
font-size: 20px;
color: #525455;
padding-left: 8px;
padding-top: 8px;
}

.blue_box_title {
font-family: "trebuchet ms" , helvetica, sans-serif;
font-size: 16px;
color: #222223;
}


.padding {
padding-right: 4px;
padding-bottom: 10px;
}

.container_top_left_corner {
background-image:url(images/left-top-corner.gif);
height: 4px;
width: 4px;
}

.container_top_right_corner {
background-image:url(images/right-top-corner.gif);
height: 4px;
width: 4px;
}

.container_bottom_left_corner {
background-image:url(images/left-top-corner.gif);
height: 4px;
width: 4px;
}

.container_bottom_right_corner {
background-image:url(images/right-bottom-corner.gif);
height: 4px;
width: 4px;
}

.dotted_line {
background-image:url(images/bottom-lines.gif);
background-repeat: repeat-x;
background-position: center bottom;
height: 4px;
}


.whats_new_icon {
background-image: url(images/whats-new-header.gif);
background-repeat:no-repeat;
width: 42px;
height: 42px;
}

.photo_gallery_icon {
background-image: url(images/photo-gallery-header.gif);
background-repeat:no-repeat;
width: 42px;
height: 42px;
}

.reg_icon {
background-image: url(images/reg-header.gif);
background-repeat:no-repeat;
width: 31px;
height: 42px;
}

.top_blue_container_repeat {
background-image: url(images/top-title-repeat.gif);
background-repeat: repeat-x;
height: 42px;
}

.right-corner-blue-container {
background-image: url(images/right-corner-blue-container.gif);
background-repeat:no-repeat;
height: 42px;
width: 10px;
}

.left-side-shadow {
background-image: url(images/left-side-shadow.gif);
background-repeat: repeat-y;
width: 9px;
}

.right-side-shadow {
background-image: url(images/right-side-shadow.gif);
background-repeat: repeat-y;
width: 6px;
}

.container-vert-repeat {
background-image: url(images/container-vert-repeat.gif);
background-repeat:repeat-x;
background-color: #9da4ac;
height: 182px;
padding-right: 5px;
}

.container-vert-repeat_photo {
background-image: url(images/container-vert-repeat.gif);
background-repeat:repeat-x;
background-color: #9da4ac;
height: 180px;
padding-left:7px;
}

.container-vert-repeat_profile {
background-image: url(images/container-vert-repeat.gif);
background-repeat:repeat-x;
background-color: #9da4ac;
padding-left:5px;
padding-right:5px;
padding-bottom: 15px;
}

.bottom-left-blue-container {
background-image: url(images/bottom-left-blue-container.gif);
background-repeat:no-repeat;
height: 12px;
width: 15px;
}

.bottom-right-blue-container {
background-image: url(images/bottom-right-blue-container.gif);
background-repeat:no-repeat;
height: 12px;
width: 12px;
}

.blue-bottom-repeat {
background-image: url(images/blue-bottom-repeat.gif);
background-repeat:repeat-x;
height: 12px;
}

.bottom-left-blue-container-reg {
background-image: url(images/bottom-left-blue-container-reg.gif);
background-repeat:no-repeat;
height: 12px;
width: 15px;
}

.bottom-right-blue-container-reg {
background-image: url(images/bottom-right-blue-container-reg.gif);
background-repeat:no-repeat;
height: 12px;
width: 12px;
}

.blue-bottom-repeat-reg {
background-image: url(images/blue-bottom-repeat-reg.gif);
background-repeat:repeat-x;
height: 12px;
}

.cont_txt {
font-family:"lucida grande",verdana,sans-serif;
font-size: 12px;
color: #1e1c1c;
padding-top: 5px;
}

.cont_header_txt {
font-family:"lucida grande",verdana,sans-serif;
font-size: 12px;
font-weight: bold;
color: #1e1c1c;
}


/* 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;
}
