/* ===========================================
    CSS STYLES FOR DotNetNuke in TMMworld.com
   ===========================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
      background-color: #000000;
      background-image: url(../../images/tbanner_n3.jpg);
}

/* background color for the content part of the pages */
Body
{
	background-color: #182617;
	color: #FFCC66;
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: #392910;
}

.LeftPane  {
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab - today's date on site */
.SelectedTab {
	font-weight: bold;
	font-size: 9pt;
	color: #FFCC66;
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	text-decoration: none
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 9pt;
	text-decoration: none;
	color: #FFCC66;
}

A.SelectedTab:visited  {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 9pt;
	text-decoration: none;
	color: #FFCC66;
}

A.SelectedTab:active   {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 9pt;
	text-decoration: none;
	color: #eeeeee;
	}

A.SelectedTab:hover    {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 9pt;
	text-decoration: none;
	color: white;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight: bold;
	font-size: 8.5pt;
	color: #182617;
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 8.5pt;
	text-decoration: none;
	color: #182617;
}

A.OtherTabs:visited  {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 8.5pt;
	text-decoration: none;
	color: #182617;
}

A.OtherTabs:active   {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 8.5pt;
	text-decoration: none;
	color: #white;
}

A.OtherTabs:hover    {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 8.5pt;
	text-decoration: none;
	color: white;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 20px;
	font-weight: bold;
	color: white;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

/* text style used for most text rendered by modules */
.Normal  {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFCC66;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 13px;
	font-weight: normal;
	background-color: #cccccc;
	color: #000000;
}

.NormalRed
{
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC66;
}

.NormalBold
{
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC66;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFCC66;
}
  
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	text-decoration: underline;
	color: white;
}

A.CommandButton:visited  {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	text-decoration: underline;
	color: white;
}

A.CommandButton:active   {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	text-decoration: underline;
	color: white;
}

A.CommandButton:hover    {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	text-decoration: underline;
	color: #ff0000;
}
/* text on button used in page rater only - for black text */
.CommandButton2     {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

    
/* GENERIC */
H1  {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 20px;
	font-weight: normal;
	color: white;
}

H2  {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 16px;
	font-weight: normal;
	color: white;
}

H3  {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: white;
}

H4  {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

H5, DT  {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

H6  {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

TFOOT, THEAD    {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 12px;
	color: white;
}

TH  {
	vertical-align: baseline;
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

A:link  {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 13px;
	text-decoration: none;
	color: white;
}

A:visited   {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 13px;
	text-decoration: none;
	color: white;
}

A:active    {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 13px;
	text-decoration: none;
	color: #FFCC66;
}

A:hover {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 13px;
	text-decoration: none;
	color: #ff0000;
}

SMALL   {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 10px;

}

BIG {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 14px;
}

BLOCKQUOTE, PRE {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
}


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;
}

HR {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	color: #FFCC66;
	height: 1pt;
	text-align: left;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 13px;
	font-weight: normal;
	font-size: 11px;
	color:#ffcc66;	
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;	
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: red 0px solid; 
	border-left: red 0px solid; 
	border-top: red 0px solid; 
	border-right: red 0px solid;
}

.ModuleTitle_MenuBar {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #182617; 
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color:  #CEB573;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #CEB573; 
	border-left: #CEB573 0px solid; 
	border-bottom: #CEB573 0px solid; 
	border-top: #CEB573 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #CEB573; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#F9F8C0', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #CEB573; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #F9F8C0; 
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #402000;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #402000 0px solid; 
	border-bottom: #402000 0px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #CEB573 0px solid;
	border-left: #CEB573 0px solid;
	border-top; #CEB573 0px solid;
	border-right: #CEB573 0px solid;
	background-color: #CEB573;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #182617;
	font-family: Tohoma, Helvetica, Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	border-bottom: #CEB573 0px solid;
	border-left: #CEB573 0px solid;
	border-top; #CEB573 0px solid;
	border-right: #CEB573 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #CEB573;
	border-bottom: #CEB573 0px solid;
	border-left: #CEB573 0px solid;
	border-top; #CEB573 0px solid;
	border-right: #CEB573 0px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #CEB573; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#F9F8C0', Direction=135, Strength=4) ; 
	border-bottom: #402000 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #402000; 
	cursor: pointer; 
	cursor: hand; 
	color: #F9F8C0; 
	font-family: Tohoma, Helvetica, Arial; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #CEB573 1px solid; 
	border-bottom: #CEB573 1px solid; 
	border-top: #CEB573 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.tmtiny:link {
	font-family: Times New Roman; 
	font-size: 8pt; 
	color: Gray;
	text-decoration: underline;
}
.tmsurvey {
	font-family: Times New Roman; 
	font-size: 8pt; 
	color: #ffcc66;
	text-decoration: none;
}

.CommandButtontm     {
	font-family: Times New Roman, Helvetica, Tohoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
