/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	width: 100%;
	height: 100%;	
	background-repeat: repeat-x; background-color: #ffffff;
	
	
	background-image: url(images/blue_back.jpg);

}
	
	
}

/* background/border colors for the selected tab */
.TabBg {
}

.HeaderTopPane {
	color: #ffffff;
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px; color:#FFFFFF; font-size:12pt
	
}


.Leftart  {
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(images/NCC_r3_c2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bottomart  {
	color: #000000;
	background-color: e4be46;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background-image: url(images/NCC_r5_c2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.banner1  {
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 177px;
}

.LeftPane  {
	color: #000000;
	background-color: ffffff;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 2px;
	width: 610px;
}

.ContentPane  { 
	color: #000000;
	width: 100%;
	background-color: ffffff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
}

.CURRENTDATE  {
	color: #CCCCCC;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	font-weight: bold;
	padding-bottom: 3px;
}

.BottomPane {
	color: #ff0000;
	width: 100%;
	background-color: #ffffff;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
}
.RIGHTPANE {
	width: 175px;
	background-color: #ffffff;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 0px solid #CCCCCC;
}


/* text style for the selected tab */
.SelectedTab {
	Color: black;
}

/* hyperlink style for the selected tab */
a:link.SelectedTab {
	Color: #333333;
}

a:visited.SelectedTab  {
	Color: #333333;
}

a:active.SelectedTab   {
	Color: black;
}

a:hover.SelectedTab    {
	Color: #333333;
}

/* text style for the unselected tabs */
.OtherTabs {
	Color: #ffffff;
}
    
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
	Color: #333333;
}

a:visited.OtherTabs  {
	Color: #666666;
}

a:active.OtherTabs   {
	Color: #336699;
}

a:hover.OtherTabs    {
	Color: #333333;text-decoration:none
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	Color = black;
	font-family: tahoma;
	font-size: 12px;
}
.user {
	font-family: tahoma;
	font-size: 10px;
	color: #596C8E;
	font-weight: bold;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	Color = #596C8E;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton {
	Color = #596C8E;
}

a:visited.CommandButton  {
	#596C8E;
}

a:active.CommandButton   {
	#596C8E;
}

a:hover.CommandButton    {
	#4040FF;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
border-left: 0px solid #FFFFFF; 
	border-bottom: 0px solid #FFFFFF; 
	border-top: 0px solid #FFFFFF; 
	border-right: 0px solid #FFFFFF;
	height: 26px;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent

}

.ModuleTitle_MenuIcon {
background-color: transparent; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 26px;

}

.ModuleTitle_SubMenu {
background-color: #FFFFFF; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
background-color: #C0C0C0; 
	cursor: pointer; 
	cursor: hand; 
	color: #333333; 
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 26px
}

.ModuleTitle_MenuArrow {
border-right: 1px solid #ffff00; 
	border-bottom: 1px solid #ffff00; 
	border-top: 0px solid #ffff00;
	font-family: Webdings;
}

.ModuleTitle_RootMenuArrow {
font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;

}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	background: transparent center;
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-bottom: #505052 0px solid;
	border-top: #505052 0px solid;
	padding: 0px 10px 3px 5px;
}

.MainMenu_MenuItemSel {
	background: transparent;
	cursor: pointer;
	cursor: hand;
	color: #ffff00;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border: 0;
	padding: 0px 10px 3px 5px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter: none;
	border: 1px solid #EABE46;
	margin-top: 0px;
	padding: 0px;
	background: #799324;
}

.MainMenu_MenuBreak {
	border-bottom: #f00 0px solid; 
	border-left: #f00 0px solid; 
	border-top: #f00 0px solid;  
	border-right: #f00 0px solid; 
	background-color: #596C8E; 
	height: 6px;
	display: none;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #505052 1px solid; 
	border-bottom: #505052 1px solid; 
	border-top: #505052 0px solid;
	display: none;
}

.Menu_back {
	background-image: url(images/NCC_r3_c3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: 92B128;

}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}
.SOLPARTMENU {
	color: #FFFFFF;
	width: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: center;
	vertical-align: middle;
}

