/* 
================================
Skin styles for DotNetNuke
================================
*/   

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	background-image:url(images/Layout_01.jpg);
	background-repeat:no-repeat;
}
.leftpane {
	background-image:url(images/Layout_07.jpg);
	background-repeat:no-repeat;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
}
.contentpane {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
}
.rightpane {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	color: #FFFFFF; 
	font-size: 10pt; 
	font-weight: 200;
	font-style: normal; 
	font-family: Arial; 
	
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:41px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #f20000 1px solid; 
	border-right: #f20000 1px solid; 
	border-bottom: #f20000 1px solid; 
	border-top: #f20000 1px solid; 
	background-color: #f20000; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 10pt; 
	font-weight: 200;
	font-style: normal; 
	font-family: Arial;
	text-transform: uppercase;
}
.MainMenu_MenuIcon {
	background-color: #f20000;
	background-image: url(images/arrow.gif);
	background-repeat:no-repeat;  
	border-left: #f20000 1px solid; 
	border-right: #f20000 1px solid; 
	border-bottom: #f20000 1px solid; 
	border-top: #f20000 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 10px; 
	height: 21px;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}
.MainMenu_SubMenu {
	background-color: #f20000;  
	border-bottom: #ffffff 3px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 10pt; 
	font-weight: 200;
	font-style: normal; 
	font-family: Arial; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=2);
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90; 
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #e00101;  
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 10pt; 
	font-weight: 200;
	font-style: normal; 
	font-family: Arial;
	text-transform: uppercase;
}
.MainMenu_MenuArrow {
	border-left: #f20000 1px solid; 
	border-right: #f20000 1px solid; 
	border-bottom: #f20000 1px solid; 
	border-top: #f20000 1px solid; 
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}

/* 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    {
}

.SkinObject {
   font-family: Arial;
   font-weight:  100;
   font-size:  11px;
   color: #e00101;
}
A.SkinObject:link {
   font-family: Arial;
   font-weight:  100;
   font-size:  11px;
   color: #e00101;
}
A.SkinObject:visited {
   font-family: Arial;
   font-weight:  100;
   font-size:  11px;
   color: #e00101;
}
A.SkinObject:active {
   font-family: Arial;
   font-weight:  100;
   font-size:  11px;
   color: #e00101;
}
A.SkinObject:hover {
   font-family: Arial;
   font-weight:  100;
   font-size:  11px;
   color: #000000;
}



/* 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;
   font-size:  14px;
   font-weight:  normal;
   color: #333333;
}

/* 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: Arial;
   font-weight:  normal;
   font-size:  11px;
   color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
   font-family: Arial;
   font-weight:  normal;
   font-size:  11px;
   color: #000000;
}

.NormalRed
{
}

.NormalWhite
{
   font-family: Arial;
   font-weight:  bold;
   font-style:italic;
   font-size:  12px;
   color: #FFFFFF;
   	padding-left: 6px;
	padding-right: 4px;
}

.NormalBold
{
   font-family: Arial;
   font-weight:  800;
   font-size:  11px;
   color: #000000;
}

/* 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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* 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    {
}
