/* 
================================
Skin styles for DotNetNuke
================================
*/   

/* ================================================================ */   
/*
.headerbg 
{
	background-repeat: repeat-x;
	background-color:#B6DEFF;
	height:98px;
}
.footerbg {
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.borderouter {
	border: 1px solid #53A2E0;
}

.contentbg {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-x;
	background-color:#E4F3FF;
}
.leftbg
{
	background-image: url(images/bottom_left.gif);
	background-repeat: repeat-x;
	background-color:#E4F3FF;
}

.rightbg
{
	background-image: url(images/bottom_right.gif);
	background-repeat: repeat-x;
	background-color:#E4F3FF;
}

.mainfont 
{
	
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.bluebold {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #286099;
	line-height:20px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.menubg {
	background-image: url(images/menu_rep.gif);
	background-repeat: repeat-x;
}

a:link {color: #fff;
text-decoration: none;

}
a:visited {color: #fff;
text-decoration: none;
}
a:hover {color: #000066;
text-decoration:none;

}
a:focus {color: #fff;}
a:active {color: #fff;}

*/
/* ================================================================ */   


.pagemaster 
{
	width: 1000px;
	height:600px;
	background-color: #fefefe;
	vertical-align:top;
	text-align:center;
}
.skinmaster {
	height:600px;
	background-color: #F0F0FF;
	border-right: #53A2E0 1px solid; 
	border-top: #53A2E0 1px solid; 
	border-left: #53A2E0 1px solid; 
	border-bottom: #53A2E0 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}


.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.Homeleftpane {
	width: 175px;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom:0px;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.Homecontentpane {
	width: 100%;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom:0px;
}

.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.Homerightpane {
	width: 175px;
	background-color: transparent;
	padding-top: 6px;
	padding-bottom:0px;
}

.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.Hiddenbottompane
{
	display:none;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	height:36px;
}
.MainMenu_MenuItem {
	border-left: #F0BA38 0px solid; 
	border-bottom: #F0BA38 1px solid; 
	border-top: #F0BA38 1px solid; 
	border-right: #F0BA38 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	padding-right:10px;
}
.MainMenu_MenuIcon 
{
	background-color: #F0BA38; 
	border-left: #F0BA38 1px solid; 
	border-bottom: #F0BA38 1px solid; 
	border-top: #F0BA38 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #F0BA38;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 0px;
	
}
.MainMenu_MenuItemSel {
	background-color: #000000;/* Mouse over bg color */ 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	padding-right:10px;
}
.MainMenu_MenuArrow {
	border-right: #F0BA38 1px solid; 
	border-bottom: #F0BA38 1px solid; 
	border-top: #F0BA38 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}




.StandardButton 
{
	/*
  background: #E39513 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
  cursor: pointer; 
  cursor: hand;*/
  
   background: #7994CB none; 
   color: #FFFFFF;
   font-family:Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
   cursor: pointer; 
   cursor: hand;
}

.TreeViewMenu
 {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #F0BA38 1px solid; 
	border-top: #F0BA38 1px solid; 
	border-left: #F0BA38 1px solid; 
	border-bottom: #F0BA38 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(images/menu_rep.gif);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
























body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.border {
	border: 1px solid #E8E8E8;
}
.mainbg {
	background-image: url(images/index/mainbg.gif);
	background-repeat: repeat-x;
}
.footerbg {
	background-image: url(images/index/footerbg.gif);
	background-repeat: repeat-x;
}
.lefttablebg {
	background-image: url(images/index/leftegyptbg.gif);
	background-repeat: repeat-x;
}
.textbold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.textbox {
	background-color: #000049;
	border: 1px solid #6e6ee4;
}
.orangetext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.footertext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.mainbginner {
	background-image: url(images/inner/mainbg.gif);
	background-repeat: repeat-x;
}
.innertblbg {
	background-image: url(images/inner/leftinnerbg.gif);
	background-repeat: repeat-x;
}
.innercolor {
	background-color: #efefff;
}
.headingblue {
	font-family: Tahoma;
	font-size: 19px;
	font-weight: bold;
	color: #000049;
	text-decoration: none;
}
.maintext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.boldborder {
	border: 4px solid #afafff;
}
.linkright {
	background-image: url(images/index/linksrightbg.gif);
	background-repeat: repeat;
}
.bluetext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #1313CA;
	text-decoration: none;
}

.headingyellow {
	font-family: Tahoma;
	font-size: 19px;
	font-weight: bold;
	color: #eedb00;
	text-decoration: none;
}
.mainlinkfiller {
	background-image: url(images/index/mainfiller.gif);
	background-repeat: repeat;
}
.headerrightimage {
	background-image: url(images/index/worldwidetext.gif);
	background-repeat: no-repeat;
}


