/* ================================
    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/border colors for the selected tab */

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* GENERAL */
/* style for module titles */
.Head   {
	color: #FF99FF;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color: #FFE4E1;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color: #FDF5E6;
}

/* text style used for most text rendered by modules */
.Normal
{
	color: #F0FFF0;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
	color: #F0FFF0;
	font-weight: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	color: #FFDAB9;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #D8BFD8;
}

A.CommandButton:visited  {
	color: #FFF8DC;
}

A.CommandButton:active   {
	color: White;
}

A.CommandButton:hover    {
	color: Yellow;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color: #F0FFF0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A:visited   {
	color: White;
}

A:active    {
	color: White;
}

A:hover {
	color: Yellow;
}

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    {
}

.info{
	color: White;
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	padding-left:5px;
	padding-right:5px;
}

.copyright {
	FONT-SIZE: 9px; 
	COLOR: White; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.currentdate {
	FONT-SIZE: 9px; 
	COLOR: White; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.hugeheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	text-decoration: none;
	color: #FFFAF0;
}
.miniheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}
.niceheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-decoration: none;
	font-weight: bold;

}
.largequote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
.fineitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;

}
.finetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;

}
.finebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

}
.smallpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}

.doublelinebox
{
	border: 3px double;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	width: 366px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	}
.para_box {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #660000;	background-color: #FFFFCC;
	display: block;
	border: 4px double #990000;
	padding: 5px;
}
.xmodtab {
	background-color: #F5F5DC;
	color: Maroon;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 9px; 
	border: 1px solid #A52A2A;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	border-bottom: 2px solid Black;
	border-right: 2px solid Black;
	}
	
.xmodtab:link {
}

.xmodtab:hover {
	background-color: #F0E68C;
}