/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
body {
  margin: 10px;
}
.logotop {
	background: transparent url("logo_top.gif") no-repeat top left;
	padding-left: 301px;
}
.menubg {
	background: transparent url("menu_top.gif") no-repeat top center;
	padding-left: 30px;
	padding-top: 12px;
}
.cp_bg {
	background: #CEE6EF url("logobig.gif") no-repeat bottom right;
}
.coin_bl {
	background: #CEE6EF url("coin_bl.gif") no-repeat bottom left;
}
.langpane {
  padding: 1px 0 0 22px;
	background: transparent url("flags_bg.gif") no-repeat top left;
}
.contentpane {
  width: 100%;
	height: 100%;
	background: transparent url("tile.gif") repeat-x;
	padding: 15px 7px;
}
.rightpane {
	width: 239px;
	height: 100%;
	background: transparent url("rp_bg.jpg") no-repeat top center;
	padding: 10px 10px 17px 10px;
}
.shadleft {
	background: white url("shad_left.gif") repeat-y top right;
}
.shadright {
	background: white url("shad_right.gif") repeat-y top left;
}
/* Main Menu */
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #cee6ef; 
	font-family: Arial; 
	font-size: 14px; 
	font-style: normal; 
	border: none; 
	background-color: transparent;
	font-weight: bold;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial;
	font-size: 14px; 
	font-style: normal;
	border: none; 
	background-color: transparent;
	font-weight: bold;
}
.MainMenu_MenuBreak {
	border: none;
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: #484780; 
	border-left: #484780 1px solid; 
	border-bottom: #484780 1px solid; 
	border-top: #484780 1px solid; 
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #484780;
	border: white 1px solid;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuArrow {
	border-right: #484780 1px solid; 
	border-bottom: #484780 1px solid; 
	border-top: #484780 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.Head {
   font-family: Trebuchet MS, Verdana, Helvetica;
   font-size:  10pt;
   font-weight: bold;
   color: #5d5d5d;
}
.webdings {
	font-family: webdings; 
	font-size: 10pt;
	color: #ffffff;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
	font-family: Trebuchet MS, Geneva, Arial;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}
table {
	font-family: Trebuchet MS, Geneva, Arial;
    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: #990000;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* Breadcrumb */ 
.breadcrumb {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    vertical-align: middle;
}
A.breadcrumb:link {
    text-decoration: none;
    color: white;
}

A.breadcrumb:visited  {
    text-decoration: none;
    color: white;
}

A.breadcrumb:active   {
    text-decoration: none;
    color: white;
}

A.breadcrumb:hover    {
    text-decoration: none;
	  color: white; 
}
/* OTHER STYLES */
.copyright {
	color: #484780;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #484780;
}
.copyright a:hover {
	color: #ff0000; 
}
.email {
  unicode-bidi: bidi-override;
  direction : rtl;
}


