/* ================================
    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
{
background: url('/portals/62/skins/WalnutCreek/images/WalnutCreek-BG.jpg');
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
	color: white;
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Arial;
	color: black;
	font-size: 13px;
}

/* 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, TABLE, UL, DL, DT
{
	font-family: Arial;
	font-size: 13px;
	color: black;
	font-weight: normal;
}

/* 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     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
	font-family: Arial;
	color: black;
}

H2  {
	font-family: Arial;
	color: black;
}

H3  {
	font-family: Arial;
	color: black;
}

H4  {
	font-family: Arial;
	color: black;
}

H5, DT  {
	font-family: Arial;
	color: black;
}

H6  {
	font-family: Arial;
	color: black;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family: Arial;
	color: blue;
	text-decoration: underline;
}

A:visited   {
	font-family: Arial;
	color: blue;
	text-decoration: underline;
}

A:hover {
	font-family: Arial;
	color: blue;
	text-decoration: underline;
}

A:active    {
	font-family: Arial;
	color: blue;
	text-decoration: underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 */

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:13;
	background-color: Transparent;
	background: url('/portals/62/skins/images/navbackground.jpg');
}

.MainMenu_MenuItem {
	font-size: 12px;
	font-family: Arial, "Garamond", "Times New Roman";
	color: #d7ae41;
	font-weight: normal; 
	font-style: normal; 
	border-left: #222222 0px solid; 
	border-bottom: #222222 1px solid; 
	border-top: #222222 1px solid; 
	border-right: #222222 0px solid;
}

.MainMenu_MenuItemSel {
	font-size: 12px;
	font-family: Arial, "Garamond", "Times New Roman";
	color: #ffffff;
	font-weight: normal; 
	font-style: normal;
	background-color: Transparent;
}

.MainMenu_RootMenuItem {
	font-size: 14px;
	font-family: Arial, "Garamond", "Times New Roman";
	color: #ffffff;
	font-weight: bold; 
	font-style: normal; 
	border-left: #5f0115 0px solid; 
	border-bottom: #5f0115 1px solid; 
	border-top: #5f0115 1px solid; 
	border-right: #5f0115 0px solid;
}

.MainMenu_RootMenuItemSel {
	font-size: 14px;
	font-family: Arial, "Garamond", "Times New Roman";
	color: #d7ae41;
	font-weight: bold; 
	font-style: normal;
	background-color: Transparent;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #222222; 
	border-left: #222222 0px solid; 
	border-bottom: #222222 1px solid; 
	border-top: #222222 1px solid; 
	border-right: #222222 0px solid;
	text-align: center; 
	width: 1; 
	height: 1;
}

.MainMenu_SubMenu {
	font-size: 12px;
	font-family: Arial, "Garamond", "Times New Roman";
	color: #fefbec;
	font-weight: normal; 
	font-style: normal;
	background-color:#222222; 
	border-left: #222222 0px solid; 
	border-bottom: #222222 1px solid; 
	border-top: #222222 1px solid; 
	border-right: #222222 0px solid;
	width: 150px;
}

.MainMenu_MenuBreak {
	background: #222222;
	border: 0px;
	border-left: #222222 0px solid; 
	border-bottom: #222222 0px solid; 
	border-top: #222222 0px solid; 
	border-right: #222222 0px solid;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 10px;
	height: 1px;
	background: url('/portals/62/skins/images/navbackground.jpg');
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-left: #222222 0px solid; 
	border-bottom: #222222 1px solid; 
	border-top: #222222 1px solid; 
	border-right: #222222 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

A.Login:link, A.Login:active, A.Login:visited, A.Login:hover {
	font-size: 9px;
	color: #fefbec;
	font-family: Arial, "Garamond", "Times New Roman";
}

.Login {
	font-size: 9px;
	color: #fefbec;
	font-family: Arial, "Garamond", "Times New Roman";
}

A.MemberLogin:link, A.MemberLogin:active, A.MemberLogin:visited, A.MemberLogin:hover {
	font-size: 12px;
	color: #fefbec;
	font-weight: bold;
	font-family: Arial, "Garamond", "Times New Roman";
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.TitleISPlain1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: black;
}
.LeftPane .TitleISPlain1 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
.LeftPane .Normal {
	color: white;
	font-size: 11px;
}
.Separator {
	width: 10px;
	background: url('/portals/62/skins/images/navbackground.jpg');
	color: #cccccc;
}

.MenuItem A:link, .MenuItem A:active, .MenuItem A:hover, .MenuItem A:visited  {
	color: #d7ae41;
	font-size: 12px;
	padding-left: 10px;
	line-height: 16px;
}

.MenuItem A:hover  {
	color: #ffffff;
}