/* ================================
    CSS STYLES FOR Zama
   ================================
*/   

/* generic links */
A:link			{
			text-decoration: none;
			color: #0000ff;
			}

A:visited	{
			text-decoration: none;
			color: #0000ff;
			}

A.SelectedTab:active	{
			text-decoration: underline;
			color: #0000ff;
			}

A:hover	{
			text-decoration: underline;
			color: #e50000;
			}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg			{
			background-color: #000000;
			}

/* background color for the content part of the pages */
Body			{
			background-color: #cccccc;
			}

/* text style for the selected tab */
.SelectedTab		{
			font-weight: bold;
			font-size: 11px; 
			color: #0000FF;
			font-family: Verdana, Tahoma, Arial;
			text-decoration: none;
			}

/* hyperlink style for the selected tabs */
A.SelectedTab:link	{
			text-decoration: none;
			color: #E50000;
			}

A.SelectedTab:visited	{
			text-decoration: none;
			color: #E50000;
			}

A.SelectedTab:active	{
			text-decoration: underline;
			color: #E50000;
			}

A.SelectedTab:hover	{
			text-decoration: underline;
			color: #ffffff;
			}



/* text style for the unselected tabs */
.OtherTabs		{
			background: none; 
			color: #E50000; 
			font-size: 11px; 
			font-weight: bold; 
			text-decoration: none;
			font-family: Verdana, Tahoma, Arial;
			}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link	{
			text-decoration: none;
			color: #E50000;
			}

A.OtherTabs:visited	{
			text-decoration: none;
			color: #E50000;
			}

A.OtherTabs:active	{
			text-decoration: underline;
			color: #E50000;
			}

A.OtherTabs:hover	{
			text-decoration: underline;
			color: #ffffff;
			}

/* text style for the unselected tabs */
.TextLinks		{
			background: none; 
			color: #E50000; 
			font-size: 10px; 
			font-weight: bold; 
			text-decoration: none;
			font-family: Verdana, Tahoma, Arial;
			}
    
/* hyperlink style for the unselected tabs */
A.TextLinks:link	{
			text-decoration: none;
			color: #E50000;
			}

A.TextLinks:visited	{
			text-decoration: none;
			color: #E50000;
			}

A.TextLinks:active	{
			text-decoration: underline;
			color: #E50000;
			}

A.TextLinks:hover	{
			text-decoration: underline;
			color: #ffffff;
			}

/* text style for the copyright tabs */
.Copyright		{
			background: none; 
			color: #cccccc; 
			font-size: 10px; 
			font-weight: normal; 
			font-family: Verdana, Tahoma, Arial; 
			text-decoration: none;
			}
    
/* hyperlink style for the copyright tabs */
A.Copyright:link	{
			text-decoration: none;
			color: #cccccc;
			}

A.Copyright:visited	{
			text-decoration: none;
			color: #cccccc;
			}

A.Copyright:active	{
			text-decoration: none;
			color: #cccccc;
			}

A.Copyright:hover	{
			text-decoration: underline;
			color: #ffffff;
			}

/* text style for the dotnenuke link text */
.BreadCrumbs		{
			background: none; 
			color: #E50000; 
			font-size: 15px; 
			font-weight: bold; 
			font-family: Arial,Tahoma,Verdana; 
			text-decoration: none;
			font-style:italic;
			text-transform:uppercase;
			}
    
/* hyperlink style for the copyright tabs */
A.BreadCrumbs:link	{
			text-decoration: none;
			color: #E50000;
			}

A.BreadCrumbs:visited	{
			text-decoration: none;
			color: #E50000;
			}

A.BreadCrumbs:active	{
			text-decoration: none;
			color: #ffffff;
			}

A.BreadCrumbs:hover	{
			text-decoration: underline;
			color: #ffffff;
			}

/* GENERAL */
/* style for module titles */
.Head			{
			font-family: Arial,Verdana,Tahoma;
			font-size: 14px;
			font-weight: bold;
			color: #E50000;
			}

/* style of item titles on edit and admin pages */
.SubHead		{
			font-family: Arial,Verdana,Tahoma;
			font-size: 12px;
			font-weight: bold;
			color: #000000;
			}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead		{
			font-family: Arial,Verdana,Tahoma;
			font-size: 11px;
			font-weight: bold;
			color: #000000;
			}

/* text style used for most text rendered by modules */
.Normal			{
			font-family: Verdana, Tahoma, Arial;
			font-size: 12px;
			font-weight: normal;
			color: #000000;
			}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox		{
			font-family: Verdana, Tahoma, Arial;
			font-size: 12px;
			font-weight: normal;
			color: #000000;
			}

.NormalRed		{
			font-family: Verdana, Tahoma, Arial;
			font-size: 12px;
			font-weight: normal;
			color: #0000ff;
			}

.NormalBold		{
			font-family: Verdana, Tahoma, Arial;
			font-size: 12px;
			font-weight: bold;
			color: #000000;
			}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton		{
			font-family: Verdana, Tahoma, Arial;
			font-weight: normal;
			color: #0000FF;
			font-size: 12px;
			}
        
/* GENERIC */
H1			{
			font-family: Verdana, Tahoma, Arial;
			font-weight: normal;
			font-size:  20px;
			color: #000000;
			}

H2			{
			font-family: Verdana, Tahoma, Arial;
			font-weight: normal;
			font-size:  20px;
			color: #000000;
			}

H3			{
			font-family: Verdana, Tahoma, Arial;
			font-weight: normal;
			font-size:  12px;
			color: #000000;
			}

H4			{
			font-family: Verdana, Tahoma, Arial;
			font-weight: normal;
			font-size:  12px;
			color: #e50000;
			}

H5, DT			{
			font-family: Verdana, Tahoma, Arial;
			font-weight: bold;
			font-size:  11px;
			color: #000000;
			}

H6			{
			font-family: Verdana, Tahoma, Arial;
			font-weight: bold;
			font-size:  11px;
			color: #000000;
			}

TFOOT, THEAD		{
			font-family: Verdana, Tahoma, Arial;
			font-weight: normal;
			font-size:  12px;
			color: #000000;
			}

TH			{
			vertical-align: baseline;
			font-family: Verdana, Tahoma, Arial;
			font-weight: bold;
			font-size:  12px;
			color: #000000;
			}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer{
			border-bottom: #666666 0px solid; 
			border-left: #666666 0px solid; 
			border-top: #666666 0px solid; 
			border-right:#666666 0px solid; 
			}

.ModuleTitle_MenuBar	{
			cursor: pointer; 
			cursor: hand;
			height:16;
			background-color: #666666;
			}

.ModuleTitle_MenuItem	{
			cursor: pointer; 
			cursor: hand; 
			color: #ffffff; 
			font-family: 'Comic Sans MS'; 
			font-size: 12px; 
			font-weight: bold; 
			font-style: normal; 
			border-left: #666666 0px solid; 
			border-bottom: #666666 0px solid; 
			border-top: #666666 0px solid; 
			border-right: #666666 0px solid;
			background-color: #666666;
			}

.ModuleTitle_MenuIcon	{
			cursor: pointer; 
			cursor: hand; 
			background-color: #666666; 
			border-left: #666666 0px solid; 
			border-bottom: #666666 0px solid; 
			border-top: #666666 0px solid; 
			text-align: center; 
			width: 15;
			height: 21;
			}

.ModuleTitle_SubMenu	{
			z-index: 1000; 
			cursor: pointer; 
			cursor: hand; 
			background-color: #666666; 
			filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
			border-bottom: #333333 0px solid; 
			border-left: #333333 0px solid; 
			border-top: #333333 0px solid; 
			border-right: #333333 0px solid;
			}

.ModuleTitle_MenuBreak	{
			border-bottom: #333333 0px solid; 
			border-left: #333333 0px solid; 
			border-top: #333333 0px solid;  
			border-right: #333333 0px solid; 
			background-color: #333333; 
			height: 0px;
			}

.ModuleTitle_MenuItemSel{
			cursor: pointer; 
			cursor: hand; 
			color: #ffffff; 
			font-family: 'Comic Sans MS';
			font-size: 12px; 
			font-weight: bold; 
			font-style: normal;
			background-color: #E50000;
			}

.ModuleTitle_MenuArrow	{
			font-family: webdings; 
			font-size: 12px; 
			cursor: pointer; 
			cursor: hand; 
			border-right: #333333 0px solid; 
			border-bottom: #333333 0px solid; 
			border-top: #333333 0px solid;
			}

.ModuleTitle_RootMenuArrow{
			font-family: webdings; 
			font-size: 12px; 
			cursor: pointer; 
			cursor: hand;
			}


/* Main Menu */
.MainMenu_MenuContainer	{
			width:187px;
			border-bottom: #000000 0px solid; 
			border-left: #000000 0px solid; 
			border-top: #000000 0px solid; 
			border-right: #000000 0px solid;  
			background-color: #000000;
			}

.MainMenu_MenuBar	{
			cursor: pointer; 
			cursor: hand; 
			height:16;
			}

.MainMenu_MenuItem	{
			cursor: pointer; 
			cursor: hand; 
			color: #ffffff; 
			font-family: 'Comic Sans MS';
			font-size: 12px; 
			font-weight: bold; 
			font-style: normal; 
			border-left: #333333 0px solid; 
			border-bottom: #333333 0px solid; 
			border-top: #333333 0px solid; 
			border-right: #333333 0px solid;
			}

.MainMenu_MenuIcon	{
			cursor: pointer; 
			cursor: hand; 
			background-color: #333333; 
			border-right: #333333 0px solid; 
			border-left: #333333 0px solid; 
			border-bottom: #333333 0px solid; 
			border-top: #333333 0px solid; 
			text-align: center; 
			width: 15; 
			height: 21;
			}

.MainMenu_SubMenu	{
			z-index: 1000;
			cursor: pointer; 
			cursor: hand; 
			background-color: #333333; 
			filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
			border-bottom: #333333 0px solid; 
			border-left: #333333 0px solid; 
			border-top: #333333 0px solid; 
			border-right: #333333 0px solid;
			}

.MainMenu_MenuBreak	{
			border-bottom: #333333 0px solid; 
			border-left: #333333 0px solid; 
			border-top: #333333 0px solid;  
			border-right: #333333 0px solid; 
			background-color: #333333; 
			height: 0px;
			}

.MainMenu_MenuItemSel	{
			background-color: #E50000; 
			cursor: pointer; 
			cursor: hand; 
			color: #ffffff;
			font-family: 'Comic Sans MS';
			font-size: 12px; 
			font-weight: bold; 
			font-style: normal;
			}

.MainMenu_MenuArrow	{
			font-family: webdings; 
			font-size: 12px; 
			cursor: pointer; 
			cursor: hand; 
			border-right: #000000 0px solid; 
			border-bottom: #000000 0px solid; 
			border-top: #000000 0px solid;
			}

.MainMenu_RootMenuArrow	{
			font-family: webdings; 
			font-size: 12px; 
			cursor: pointer; 
			cursor: hand;
			}



/* LayoutStyles */
/* Moderate control of table colors and layout */

.zamaTable		{
			border-collapse:collapse;
			}

small			{
			font-size:10px;
			}