/* 
================================
Skin styles for DotNetNuke - SKIN
================================
*/ 
/* BODY */
.pagemaster {
	width: 100%;
	height: 100%;	
	background: #6EB789 url("bg-main.jpg") repeat-x top left;
}
/* PAGE */
.skinmaster {
	width: 750;
	height: 100%; 
	background-color: #F9D16C;
	border-right: #076A2C 1px solid; 
	border-left: #076A2C 1px solid;
}
/* PANES */
.leftpane {
	width: 150px;
	background-color: transparent;
	height: 100%;
}
.contentpane {
  height: 100%;
	width: 100%;
	padding: 20px;
	background: transparent url("coin_hd.gif") no-repeat top right;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Trebuchet MS, Verdana, Helvetica; 
	font-size: 16px; 
	font-weight: bold; 
	font-style: normal; 
	border: none; 
	background-color: transparent;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #990000; 
	font-family: Trebuchet MS, Verdana, Helvetica; 
	font-size: 16px; 
	font-weight: bold; 
	font-style: normal;
	border: none; 
	background-color: transparent;
}
.MainMenu_MenuBreak {
	border: none;
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: #6EB789; 
	border-left: #6EB789 1px solid; 
	border-bottom: #6EB789 1px solid; 
	border-top: #6EB789 1px solid; 
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #6EB789;
	border: #EEEEEE 1px solid;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuArrow {
	border-right: #6EB789 1px solid; 
	border-bottom: #6EB789 1px solid; 
	border-top: #6EB789 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/* Login-Logout */ 
.SkinObject {
    font-size: 9px;
    color: #6F3010;
    font-family: Arial;
    text-decoration: none;
    vertical-align: middle;
}
A.SkinObject:link {
    text-decoration: none;
    color: #076A2C;
}
A.SkinObject:visited {
    text-decoration: none;
    color: #076A2C;
}
A.SkinObject:active {
    text-decoration: none;
    color: #076A2C;
}
A.SkinObject:hover {
    text-decoration: underline;
    color: #076A2C;
}
/* style for module titles */
.Head {
    font-family: Trebuchet MS, Verdana, Helvetica;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
    font-family: Trebuchet MS, Verdana, Helvetica;
    font-size: 13px;
    font-weight: normal;
	color: #000000;
}
table {
    font-family: Trebuchet MS, Verdana, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}
/* LINKS */
A:link {
    text-decoration: underline;
    color: #003366;
}
A:visited {
    text-decoration: underline;
    color: #003366;
}
A:active {
    text-decoration: underline;
    color: #003366;
}
A:hover {
    text-decoration: underline;
    color: #ff0000;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* other styles */
.copyright {
	color: #ffffff;
	font-family: Arial;
	font-size: 9px;
	vertical-align: middle;
}
.email {
  unicode-bidi: bidi-override;
  direction : rtl;
}

