/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}

/* background color for the content part of the pages */
Body
{
	direction:rtl;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.ControlPanel {
direction:ltr;
}
td{
vertical-align:top;
}
/* 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  {
color:#FFFFFF;
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#7E7E0A;
   
}
    
/* hyperlink style for the unselected tabs */

A.OtherTabs2:link {
	color:#7E7E0A;	
}

A.OtherTabs2:visited  {
	color:#7E7E0A;	
}

A.OtherTabs2:active   {
	color:#000000;
}

A.OtherTab2s:hover    {
	color:#7E7E0A;
	
}
.SkinObject {
    font-size: 11px;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
	vertical-align:middle;
}

A.SkinObject:link {
 
    color:#FFFFFF;
}

A.SkinObject:visited  {
   vertical-align:middle;
    color:#FFFFFF;
}

A.SkinObject:active   {
}

A.SkinObject:hover    {
    color:#CCCCCC;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#990000;
}
.Head2   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#7B7B0E;
}

/* 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
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}
.NormalWhite{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	color:#FFFFFF;
}
/* 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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#000000;
margin:3px;
padding:3px;
}
H1.Green  {
color:#C2E0C2;
}
H1.Red{
color:#990000;
}
H1.DarkGreen{
color:#B9B391;}
H1.Gray{color:#ADADAD;}
H1.White{color:White;}
H2  {
}

H3  {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#FFCC00;
margin:3px;
padding:3px;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

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 {
}



/* Main Menu */

.MainMenu_MenuContainer {
	background-color: #000000;
	width:100%;
	height: 15px;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:14px;
	vertical-align:middle;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold; 
	font-style: normal;

}

.MainMenu_MenuIcon {
	background-color: #999900; 
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color:#999900;
}

.MainMenu_MenuBreak {
	
}

.MainMenu_MenuItemSel {
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer; 
	cursor: hand; 
	color: #FFCC00;
	background-color:#000000;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_RootMenuArrow {
	
}
.MainMenu_RootActive{
	color:#FFCC00; 
}
.MainMenu_SubActive{
	color:#FFFFFF;
	border-bottom: #999900 0px solid;
	border-left: #999900 0px solid;
	border-top: #999900 0px solid;
	border-right: #999900 0px solid;
}
.MainMenu_SubItemSel{
/*border:0px none;*/
	color: #ffffff;
}
.LinkHead{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#66ffff;}
.LinkDiscription{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:Normal;
color:#00FF00;}
.LinkLink,  A.LinkLink:visited, A.CommandButton:active{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
} 
A.LinkLink:hover    {
color:#FFFFFF;
}
A.LinkLink:link{color:#FFFFFF;}