/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* CCLC Custom Styles */
	.FirstTable { width: 760px;  }
	.FT_TopLeft { background: url(corners_top_left.gif) no-repeat top left; }
	.FT_Top { background: url(corners_top.gif) repeat-x; }
	.FT_TopRight { background: url(corners_top_right.gif) no-repeat top right; }
	.FT_Left { background: url(corners_left.gif) repeat-y; }
	.FT_Content{ background-color:#FFFFFF}
	.FT_Right{ background: url(corners_right.gif) repeat-y right; }
	.FT_BotLeft{ background: url(corners_bottom_left.gif) no-repeat top left; }
	.FT_Bot	{ background: url(corners_bottom.gif) repeat-x; }
	.FT_BotRight { background: url(corners_bottom_right.gif) no-repeat top right; }
	.FT_TopLeft, .FT_TopRight, .FT_BotLeft, FT_BotRight{ width: 8px; height: 8px;}
	.FT_Left, .FT_Right{ width:8px;}
	.FT_Top, .FT_Bot{ height:8px;}
	
	.Strip_Top {background: url(TopBG.gif) repeat-x; height: 17px;}
	.Strip_Left { background-color:#ECE9D8; width:3px;}
	.Strip_Horizontal { background-color:#CCCCCC; height: 3px; }

	.WhiteLinks, A.WhiteLinks:link, A.WhiteLinks:visited, A.WhiteLinks:active
	{
		color: #ffffff;
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
	}
	A.WhiteLinks:hover
	{
		text-decoration: underline;
	}
	.OrangeLinks,  A.OrangeLinks:link, A.OrangeLinks:visited, A.OrangeLinks:active
	{
		color: #FF6600;
		font-family: Tahoma, Verdana, Arial;
		font-size: 10px;
	}
	A.OrangeLinks:hover
	{
		text-decoration: underline;
	}
	.LightBrownText
	{
		font-family: Verdana, Tahoma,  Arial;
		font-size: 11px;
		color: #B4AE57;
	}
	
	.Content_Pane
	{
		width: 460px;
	}
	.Left_MainPane
	{
		width: 285px;
	}
	.Left_TopPane
	{
		width: 285px;
	}
	.Right_TopPane
	{
		width: 460px;
	}
	
	.Footer
	{
		background-color:#DAE8F3;
		height: 38px;
		width: 748px;
		vertical-align: middle;
		text-align:center;
	}
	.LinksBG
	{
		background-color: #CCCCCC;
		height: 30px;
		vertical-align: middle;
		text-align:center;
	}
	.WhiteTextBoldSmall 
	{
		color: #FFFFFF;
		font-family: Tahoma, Arial, Helvetica;
		font-size: 10px;
		font-weight: bold;
		padding: 4px;
	}
	.OrangeTextBold
	{
		font-family: Tahoma, Verdana,   Arial;
		font-size: 11px;
		color: #FF6600;
		font-weight: bold;
	}
	.SpacerClass
	{
		width: 3px;
	}
	.SpacerGray
	{
		background: url(GraySpacer.gif) repeat-y; 
		width: 5px;
	}
	.MainTable
	{
		height: 100%;
	}
	.NormalSmall
	{
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 10px;
		font-weight: normal;
		color: #333333;
	}

/* End -CCLC Custom Styles */

/* PAGE BACKGROUND */
/* background color for the content part of the pages */
Body
{
  margin-top:0px; 
  margin-bottom: 0px;
}
/* Main Menu */
.MainMenu_MenuContainer {
	 
	/*BACKGROUND: url(Nav_BG.gif) repeat-x 50% bottom; */
	BACKGROUND: url(Nav_BG.gif) repeat-x top; 
	HEIGHT: 40px;
	}
.MainMenu_MenuBar {
	 
	/*BACKGROUND: url(WMP_tab_bg_off.gif) repeat-x 50% bottom; */
	HEIGHT: 40px;
	CURSOR: hand;
}
/*sub menu items*/
.MainMenu_MenuItem {
	cursor: hand; 
	color: #663366; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	padding: 2px 10px 3px 5px;
	
}
.MainMenu_MenuItemSel {
	cursor: hand; 
	color: #663366;
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 2px 10px 3px 5px;
	background-color: transparent; 
	
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: white; 
	filter: none;
	border: 1px solid #767676;
	margin-top: 1px;
	padding: 1px;
}
.MainMenu_MenuBreak {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; WIDTH: auto; BORDER-BOTTOM: 0px
}
.MainMenu_MenuArrow {
	DISPLAY: none
}
.MainMenu_RootMenuArrow {
	DISPLAY: none
}

.MainMenu_RootMenuItem {
	color: #ffffff;
}

.MainMenu_Selected{
	BACKGROUND: transparent scroll repeat 0% 0%;
	HEIGHT: 40px
}
.MainMenu_BreadcrumbActive
{
	BACKGROUND: url(Nav_BG_Selected.gif) repeat-x 50% top;
	HEIGHT: 40px
}
.MainMenu_Active{
	BACKGROUND: url(Nav_BG_Selected.gif) repeat-x 25% top; 
	HEIGHT: 40px;
}

.MainMenu_BreadcrumbActive2
{
	/*BACKGROUND: url(Nav_BG_Selected.gif) repeat-x 50% top;*/ 
	HEIGHT: 40px; 
}
/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    color: #0099CC;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 9px;
    color: #0099CC;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#0099CC;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#0099CC;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#0099CC;
}

A.OtherTabs:hover    {
    text-decoration: underline;
    color:#0099CC;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #999999;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
	color: #333333;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */

A.CommandButton:link, A.CommandButton:visited {
	color: #ffffff;	
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #0099CC;
}

A.CommandButton:hover {
	color: #ffffff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #006699;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    underline;
    color:  #901808;
}

A:visited   {
    text-decoration:    underline;
    color:  #901808;
}

A:active    {
    text-decoration:    underline;
    color:  #901808;
}

A:hover {
    text-decoration:    underline;
    color:  #006699;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.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;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}




