/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the content part of the pages */
Body
{
	background-color: #333380;
	background-image: url(bkgd.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}

.ControlPanel {
	background-color: #D2D2FA;
}

.ppaheader {
	background-color: #D2D2FA;
	height: 50px;
	background-image: url(header_bottom.gif);
	background-repeat: no-repeat;
}

.ppabody {
	background-color: #D2D2FA;
	padding: 10px;
	border-left: solid 10px white;
	border-right: solid 10px white;
}

.ppafooter {
	background-color: #E0353A;
	border-left: solid 10px white;
	border-right: solid 10px white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.LeftPane  { 
	width: 200px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
}

.ContentPane  { 
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.RightPane  { 
	width: 200px;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
}

/* background/border colors for the selected tab */
.TabBg 
{
	background-color: #E0353A;
}

/* text style for the selected tab */
.SelectedTab 
{
	background-color: #D2D2FA;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link 
{
	color: #333380;
}

A.SelectedTab:visited  {
	color: #333380;
}

A.SelectedTab:active   {
	color: #333380;
}

A.SelectedTab:hover    {
	color: #E0353A;
}

/* text style for the unselected tabs */
.OtherTabs {
	color: #333380;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color: #333380;
}

A.OtherTabs:visited  {
	color: #333380;
}

A.OtherTabs:active   {
	color: #333380;
}

A.OtherTabs:hover    {
	color: #E0353A;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12pt;
    font-weight: bold;
	color: #E0353A;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12pt;
    font-weight: bold;
	color: #333380;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11pt;
    font-weight: bold;
	color: #333380;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
	color: #666666;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
	color: #666666;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
	color: #E0353A;
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
	color: #666666;
}

.datetext
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
	color: #333380;
}
.searchtext
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
	color: #333380;
}
.logintext
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
	color: #333380;
}
.usertext
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
	color: #333380;
}
.copyrighttext
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
	color: white;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
	color: #666666;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #333380;
}

A.CommandButton:visited  {
	color: #333380;
}

A.CommandButton:active   {
	color: #333380;
}

A.CommandButton:hover    {
	color: #E0353A;
}
    
/* button style for standard HTML buttons */
.StandardButton     
{
	background-color: #333380;
	color: white;
}

/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13pt;
    font-weight: bold;
	color: #333380;
	margin-bottom: 12px;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12pt;
    font-weight: bold;
	color: #333380;
	margin-bottom: 12px;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11pt;
    font-weight: bold;
	color: #333380;
	margin-bottom: 7px;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
	color: #333380;
	margin-bottom: 7px;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
	color: #333380;
	margin-bottom: 3px;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
	color: #333380;
	margin-bottom: 3px;
}

TFOOT, THEAD    {
}

TH  {
	color: #333380;
}

A:link { color: #333380; text-decoration: underline; }
A:visited { color: #333380; text-decoration: underline; }
A:active { color: #333380; text-decoration: underline; }
A:hover { color: #E0353A; }

SMALL   
{
	font-size: 8pt;
}

BIG 
{
	font-size: 12pt;
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
	background-color: white;
	color: white;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11pt;
	color: #666666;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11pt;
    font-weight: bold;
	color: #333380;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: white 0px solid; 
	border-left: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #333380 0px solid; 
	border-bottom: #333380 1px solid; 
	border-top: #333380 1px solid; 
	border-right: #333380 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: white; 
	border-left: white 1px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
	padding-left: 3px;
	padding-right: 3px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #333380; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: white 0px solid; 
	border-left: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: white 1px solid; 
	border-left: white 0px solid; 
	border-top: white 1px solid;  
	border-right: white 0px solid; 
	background-color: white; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #E0353A;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #D2D2FA;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white;
	cursor: pointer; 
	cursor: hand; 
	border-right: #333380 1px solid; 
	border-bottom: #333380 1px solid; 
	border-top: #333380 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white;
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:25;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #333380 0px solid; 
	border-bottom: #333380 1px solid; 
	border-top: #333380 1px solid; 
	border-right: #333380 0px solid;
	background-color: Transparent;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: white;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #E0353A;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: White;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: white ; 
	border-left: white 1px solid; 
	border-right: white 1px solid; 
	border-bottom: white  1px solid; 
	border-top: white  1px solid; 
	text-align: center; 
	width: 13;
	height: 21;
	padding-left: 0px;
	padding-right: 0px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: White;
	cursor: pointer; 
	cursor: hand; 
	border-right: #333380 1px solid; 
	border-bottom: #333380 1px solid; 
	border-top: #333380 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: white 1px solid; 
	border-left: white 0px solid; 
	border-top: white 1px solid;  
	border-right: white 0px solid; 
	background-color: white; 
	height: 1px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #333380; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: white 0px solid; 
	border-left: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}




