/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	background-color: #2e2e2e;
	background-image: url(images/header_BG.jpg);
	background-repeat: repeat-x;
	height: 89px;
	padding-top: 18px;
	padding-left: 20px;
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  {
	background-image: url(images/body_BG.jpg);
	background-repeat: repeat;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
}
.Dark_BG {
	background-color: #373a3d;
	background-image: url(images/body_darkBG.jpg);
	background-repeat: repeat;
}

.SearchPane {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/body_BG.jpg);
	background-repeat: repeat;
	text-align: right;
}


.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Arial, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Arial, Helvetica, sans-serif;
}

/* 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
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #e3e7ed;
	border: 1px solid #cccccc;
	background-image: url(images/textbox_BG.jpg);
	background-repeat: repeat;
}

.NormalRed
{
}

.NormalBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* 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 {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}
/* Main Menu */
.rootMenuItem TD{
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-style: logintxt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	height: 51px;
	color: #999999;
} 
.rootmenuitemactive TD{
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-style: logintxt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	height: 51px;
}
.rootmenuitemselected TD{
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-style: logintxt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	height: 51px;
	color: #FFFFFF;
}
.rootmenuitembreadcrumb TD{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 12px;
	font-style: logintxt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid;
	border-right: #3C3939 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #DCDCDC;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	background-color: Transparent;
	font-family: arial, helvetica;
	width: 150px;
}
.MainMenu_MenuItemSel {
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid;
	border-right: #3C3939 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #DCDCDC;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	background-color: Transparent;
	font-family: arial, helvetica;
}
.MainMenu_MenuItemAct {
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid;
	border-right: #3C3939 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #DCDCDC;
	font-size: 11px;
	font-style: logintxt;
	font-weight: bold;
	background-color: Transparent;
	font-family: arial, helvetica;
}
.MainMenu_MenuIcon {
	background-color: #3C3939; 
	border-left: #3C3939 1px solid; 
	border-bottom: #3C3939 1px solid; 
	border-top: #3C3939 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 3px;
	height: 21px;
}
.submenuitemselect {
	background-color: #ffc600;
	color:#000000;
	width: 150px;
}
.MainMenu_SubMenu {
	margin-top: 5px;
	margin-left: -1px;
	background-color: #3C3939;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	border-top: #3C3939 0px solid;
	border-right: #3C3939 0px solid;
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 0px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#3C3939,endColorStr=#2F2C2C);
	filter: Alpha(Opacity=80, FinishOpacity=100, Style=1);
	width: 150px;
}
.MainMenu_MenuBreak {
	border-bottom: #00ff00 0px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	background-color: transparent; 
	height: 0px;
}
.MainMenu_MenuArrow {
	border-right: #3C3939 1px solid; 
	border-bottom: #3C3939 1px solid; 
	border-top: #3C3939 1px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	width: 3px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.menubg {
	background-color: #262626;
	background-image: url(images/menu_BG.png);
	background-repeat: repeat-x;
	height: 51px;
	line-height: 51px;
}
.menu_shadow {
	background-image: url(images/menu_shadow.jpg);
	background-repeat: repeat-x;
	height: 7px;
}
.footer {
	background-color: #252525;
	background-image: url(images/footer_BG.jpg);
	background-repeat: repeat;
	text-align: center;
	vertical-align: middle;
}
.footerCell {
	height: 50px;
	text-align: center;
	vertical-align: middle;
}

.TermsSeparatorColor, A.TermsSeparatorColor:link, A.TermsSeparatorColor:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
A.TermsSeparatorColor:hover, A.TermsSeparatorColor:active {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.Panel1 {
	padding-right: 5px;
	padding-left: 50px;
	padding-top: 29px;
	padding-bottom: 10px;
}
.Panel2 {
	padding-right: 50px;
	padding-left: 5px;
	padding-top: 29px;
	padding-bottom: 10px;
}
.News_Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
}
.Logged, A.Logged:link, A.Logged:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #252525;
	text-decoration: none;
}
