/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/
.pagemaster {
text-align:center;
width:100%;
height:100%;
}
   
.skinmaster {
width:725px;
border: 0px solid darkgray;
margin:0px 0px 0px 0px;
text-align:center;
background-color: white;
height:100%;
}

/* 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-color:#FFFFFF;
	margin-bottom:0px;
	margin-top:0px;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  {
	background-color:#3333ff;
	width:142px;
	vertical-align:top;
	border-top:1px solid white;	
	}
.ContentPane  { 
	width:100%;
	vertical-align:top;
}
.ContentTable	{
	width:100%;
	height:100%;
	border-bottom:1px solid black;
	border-right:1px solid black;
	border-left:1px solid black;
}
.TopPane {
	width:100%;
	height:24px;
}

/* 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
{
	color: #ababab
}

A.OtherTabs:visited  {
	color: #ababab
}

A.OtherTabs:active   {
	color: #ababab
}

A.OtherTabs:hover
{
	color: #000000
}
/* 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
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    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:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
A.SkinObject:link	{	
	text-decoration:	none;
	color:	#3333cc;
	font-weight: normal;
	}	
A.SkinObject:visited	{	
	text-decoration:	none;
	color:	#333399;
	font-weight: normal;
	}	
A.SkinObject:active	{	
	text-decoration:	none;
	color:	#333399;
	font-weight: normal;
	}	
A.SkinObject:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	font-weight: normal;
}
SMALL	{	
	font-size:	.7em;
	}
BIG	{	
	font-size:	1.17em;
	}	
BLOCKQUOTE, PRE	{	
	font-family:	Courier New, 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;
	}	
/* 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:#ffcc33;
	border:1px solid black;
	height: 21px;
	}
.MainMenu_MenuBar {
	cursor: pointer;
}
.MainMenu_MenuItem {
	background: transparent;
	color: black;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #dcdcdc;
	border-left: 0px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-right: 0px solid #dcdcdc;
	cursor: pointer;
	height:21px;
	padding-right:3px;
}
.MainMenu_MenuItemSel {
	background: #3333ff;
	cursor: pointer;
	color: white;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	height:21px;
	padding-right:3px;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background: #dcdcdc;
	border: 1px solid black;
	color: white;
}
.MainMenu_MenuBreak {	
	height: 1px;
}
.MainMenu_MenuArrow {	
	font-family: webdings;
 	font-size: 10pt;
 	cursor: pointer;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-top: 0px solid #dcdcdc;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
 	font-size: 10pt;
 	cursor: pointer;
}


