/* ================================
    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; background-color: #e4e4e4;
	background-image: url(images/home_1_r1_c1.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;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background-image: url(images/home_1_r6_c10.jpg);
	background-repeat: repeat-x;
}

.banner1  {
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 177px;
}

.BannerPane{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
}

.TopPane {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
}
.LeftAdPane {
	width: 165px;
	background-color: #f1f1f1;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.LeftPane {
	width: 33%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.ContentPane {
	width: ;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.RightPane {
	width: 33%;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.BottomPane {
	width: 100%;
	background-color: ;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.BottomPane2 {
	width: 100%;
	background-color: ;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.B1AdPane{
	width: 25%;
	background-color: ;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}

.B2AdPane{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.B3AdPane{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.B4AdPane{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}

.CURRENTDATE  {
	color: #CCCCCC;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	font-weight: bold;
	padding-bottom: 3px;
}



/* text style for the selected tab */
.SelectedTab {
	Color: #333333;
}

/* hyperlink style for the selected tab */
a:link.SelectedTab {
	Color: #333333;
}

a:visited.SelectedTab  {
	Color: #333333;
}

a:active.SelectedTab   {
	Color: #333333;
}

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: #666666;
}

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
{
.Normal
{
Color = #333333;



}
}

.user {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;

}


/* 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 = #cccccc;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton {
	Color = #666666;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

a:visited.CommandButton  {
	Color = #cccccc;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

a:active.CommandButton   {
	Color = #cccccc;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

a:hover.CommandButton    {
	Color = #cccccc;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
    
/* GENERIC */
H1  {
	font-family:"Trebuchet MS";
	color: #272E38;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 26px;
	font-size: 22px;
	font-style: italic;
}

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;
	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; 


}

.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;

}

.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 {
	width: 100%;
	background: transparent;
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-bottom: #505052 0px solid;
	border-top: #505052 0px solid;
	padding-top: 0px;
	padding-bottom: 5px;
	align: center;
	margin: auto;
	padding-left: 10px;
}

.MainMenu_MenuItemSel {
	background: transparent;
	cursor: pointer;
	cursor: hand;
	color: #ffff00;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border: 0;
	padding-top: 0px;
	padding-bottom: 5px;
align: center;
width: 100%;	
margin: auto;
	padding-left: 10px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter: none;
	border: 1px solid cccccc;
	margin-top: 2px;
	padding: 3px;
	background-image: url(images/submenu.jpg);
}

.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/home_1_r6_c5.jpg);
	background-repeat: no-repeat;
	left: auto;
	text-align: center;
	vertical-align: top;

}

.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: 0px;
	font-weight: bold;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	word-spacing: 15em;
}
.leftborder {
	background-image: url(images/home_1_r5_c2.jpg);
	background-repeat: repeat-y;
}
.rightborder {

	background-image: url(images/home_1_r5_c14.jpg);
	background-repeat: repeat-y;
}
.bannertopback {
	background-image: url(images/home_1_r1_c9.jpg);
	background-repeat: repeat-x;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

