/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	/*height: 100%;	*/
	background-color:#FFFFFF;
	text-align:center;
}
.skinmaster {
	height: 100%;
	background-color: #EFEFEF;
	border-right: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 

}
.mainBody {
background-color:#DDDDDD;
width:770;
}
.medBar {
	background-image: url(footerTile.gif); 
	height: 25px;
}

.BottomMenu 
{
	background: #FFFFFF;
	direction:rtl;
}
.skingradient {
	background-color: #3D3D3D;
	height: 21px;
	color:#FFFFFF;
}
.footer {
	background-color:#DDDDDD;
	height: 21px;
}
.controlpanel {
	width: 100%;
	background-color: #EFEFEF;
	direction:rtl;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	/*width: 100%;*/
	/*background-color: transparent;*/
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
	direction:rtl;
	color: #FFFFFF;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: #000000;
	direction:rtl;
	color: #FFFFFF;
}
.MainMenu_MenuItem {
	border-left: 0px solid; 
	border-bottom: 0px solid; 
	border-top: 0px solid; 
	border-right: 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: FFFFFF; 
	font-size: 9px; 
	font-weight: 0; 
	background-color: Transparent;
	font-family: Tahoma; 
	direction:rtl;
}
.MainMenu_MenuIcon {
	background-color: #101011; 
	border-left: #101011 1px solid; 
	border-bottom: #101011 1px solid; 
	border-top: #101011 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px;
	direction:rtl;
	color:#FFFFFF;
	/*height:20;*/
}
.MainMenu_SubMenu {
	background-color: #929393;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	direction:rtl;
	color: #FFFFFF;
}
.MainMenu_MenuBreak {
	height: 1px;
	direction:rtl;
}
.MainMenu_MenuItemSel {
	background-color: 101011; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Tahoma; 
	font-size: 9px; 
	font-weight: 0; 
	/*height: 20px;*/
	direction:rtl;
}
.MainMenu_MenuArrow {
	border-right: #929393 1px solid; 
	border-bottom:  0px solid; 
	border-top:  0px solid;
	cursor: pointer; 
	cursor: hand; 
	direction:rtl;
	color: #FFFFFF;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	direction:rtl;
	color: #FFFFFF;
}


.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: normal;
   color: #FFFFFF;
}

.Header {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight: normal;
   background-color:#FFFFFF;
   color: #333333;
}

.HeaderText {
	font-family:Tahoma;
	font-size:11px;
	margin-right:20;
	margin-left:10;
}
body {
	color:#000033;
}
	
.textbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	vertical-align: middle;
	margin: 2px;
	BORDER: #999999 1px solid;
}
