/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	background-color: #ffffff;
	border-right: #D8CFC8 1px solid; 
	border-top: #D8CFC8 1px solid; 
	border-left: #D8CFC8 1px solid; 
	border-bottom: #D8CFC8 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:10px;
	font-color: #ffffff;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: #D8CFC8;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	/*width: 175px;*/
	width: 145px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
	
	/*Added by Me*/
	/*	
	background-color: #a5dfb1;
	border-right: #23a53e 1px solid; 
	border-top: #23a53e 1px solid; 
	border-left: #23a53e 1px solid; 
	border-bottom: #23a53e 1px solid; 
	*/
	border-right: #23a53e 0px solid; 
	border-top: #23a53e 0px solid; 
	border-left: #23a53e 0px solid; 
	border-bottom: #23a53e 0px solid; 
	/*
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	*/
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	font-family: Tahoma, Arial, Helvetica;
   	font-size: 11px;
    	font-weight: normal;
}

.myLinks { 
}

.contentpane {
	
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
	width:815px; 
	background-color:#FFFFFF;
	
}
.rightpane {

	background-color: transparent;
	
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.MainMenu_MenuContainer {
	background-color: transparent;
	
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:21px;
	background-color: Transparent;
	border-spacing:10px;
	
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight:lighter; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	color: #ffffff;
	padding-left:5px;
	padding-right:5px;
}
.MainMenu_MenuIcon {
	background-color:  #D8CFC8;
	border-left: #D8CFC8 0px solid; 
	border-bottom: #D8CFC8 0px solid; 
	border-top: #D8CFC8 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #D8CFC8;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight:lighter;
	font-style: normal;
	height: 21px;
	color: #ffffff;
	background-color:#647dcf;
	padding-left:5px;
	padding-right:5px;

	
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 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: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 170px;
	background-color: transparent;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 1px; 
	moz-border-radius-bottomright: 1px; 
	moz-border-radius-topleft: 1px;
	moz-border-radius-topright: 1px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
	height:0px;
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #ffffff;
}
}
.Hyperlink {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  8px;
   font-weight: normal;
   color: #ffffff;
}

.COPYRIGHT {
	font-size: 9pt; 
	font-weight:lighter; 
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
	color:#39515D;
}
.search {
	
	font-color: #ffffff;
}
.sepratorCSS
{
	font-size: 3pt; 
	font-weight:lighter;
	
	}
.Search
{
	color: white;
	font-size: 10px;
}

/*----------------------*/
.sTblFind	
{
	width:1000px; 
	height:30px;
	border-right: #D8CFC8 1px solid; 
	border-top: #D8CFC8 1px solid; 
	border-left: #D8CFC8 1px solid; 
	border-bottom: #D8CFC8 1px solid; 
	
	
	}
.sTblBand	{width:1000px; height:1px;}
.sTblMenu	{width:1000px; height:30px;}
.sTblLogo	{width:1000px; height:140px;}
.sTblText	{width:1000px; height:650px;}
/*----------------------*/
.sTblFind1	{width:13px; background-color:#647dcf;}
.sTblFind2	{width:1px; background-color:#FFFFFF;}
.sTblFind3	{width:170px; background-color:#b2d7c4;}
.sTblFind4	{width:1px; background-color:#FFFFFF;}
.sTblFind5	{width:605px;background-color:#647dcf;}
.sTblFind6	{ width:210px; background-color:#00793a;color: #ffffff}
/*----------------------*/
.sTblMenu1	{width:13px; background-color:#454777;}
.sTblMenu2	{width:1px; background-color:#FFFFFF;}
.sTblMenu3	{width:170px; background-color:#00793a;}
.sTblMenu4	{width:1px; background-color:#FFFFFF;}
.sTblMenu5	{width:815px; background-color:#454777;}
/*----------------------*/
.sTblLogo1	{width:13px; background-color:#FFFFFF;}
.sTblLogo2	{width:1px; background-color:#FFFFFF;}
.sTblLogo3	{width:170px; background-color:#00793a;}
.sTblLogo4	{width:1px; background-color:#FFFFFF;}
.sTblLogo5	{width:815px; background-color:#FFFFFF;background-image: url(pic.jpg);}
/*----------------------*/
.sTblText1	{width:13px; background-color:#FFFFFF;}
.sTblText2	{width:1px; background-color:#FFFFFF;}
.sTblText3	{width:170px; background-color:#b2d7c4;}
.sTblText4	{width:1px; background-color:#FFFFFF;}
.sTblText5	{width:605px; background-color:#FFFFFF;
width:605px;
padding-left: 6px;
padding-right: 4px;
padding-top: 0px;}
.sTblText6	{width:210px; background-color:#FFFFFF}
/*----------------------*/
.skinBackgroud
{
	
	}





