/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
   Trillium Crimson : #660000
   Trillium Sandal  : #FBE7BB
*/   

/*  Links Plus Styles */

.LinksPlus_Item
{
	margin-bottom: 10px;
	border-bottom: dashed 1px silver;
	padding: 3px;
}

.LinksPlus_Link
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
}

.LinksPlus_Text
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	margin-left: 10px;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
background-color: white;
}

/* background color for the content part of the pages */
Body
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt;
  background-color:white;
}

P
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt;

}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* 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 {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
   font-size: 15px;
   font-family: Tahoma, Arial, Helvetica; 
}

/* 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
{
}

/* 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, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

a:link {
	}

a:visited {

	}

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    {
}

.TopHeader
{
	color:white;
	font-size:24pt;
	font-family:Tahoma, Arial, Helvetica;
	text-align:right;
	padding-right:10px;
 	background-color: #339933;
 	border-bottom: ridge silver 3px;
 	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20, FinishOpacity=100, Style=1);	
}

/* TOP */
.TopTheme_TabStrip
{
	padding-top: 4px;
	padding-left: 2px;
	background-color: lightsteelblue;
	text-align: left;
}

.TopTheme_TabUnselected
{
	cursor: pointer;
	color: black;
	background-color: #BEF0C3;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
}

.TopTheme_TabSelected
{
	cursor: pointer;
	color: black;
	font-weight: bolder;
	background-color: #b9d1f4;
	border-right: solid 1px white;
	border-top: solid 1px white;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	}

.TopTheme_TabMouseOver
{
	color: blue;
}

.TopTheme_TabPage
{
	background-color: white;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
	padding: 3px;
}


