
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

****		iNetDevs Web Portal Style Sheet					****

****		[Three Panes Template Style Sheet]				****

****		Copyrights (c) www.inetdevs.com					****

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#ContentUP {
	width: 950px;
	height: 56px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(Skin/ContentRep.jpg);
	background-repeat: repeat-y;
}

#Content {
	width: 950px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(Skin/ContentRep.jpg);
	background-repeat: repeat-y;
}

#ContentDown {
	width: 950px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(Skin/ContentDown.jpg);
	background-repeat: no-repeat;
	height: 66px;
}

#MainPane {
	padding-right: 38px;
	padding-left: 5px;
	width: 863px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MainPane Module Skin

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.MainPane-Module {
	width: 861px;
}

.MainPane-Top {
	background-image: url(Skin/One_Pane_MainPane-Top.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 35px;
	padding-left: 20px;
	text-align: right;
	height: 54px;
}

.MainPane-Rep {
	padding: 6px;
	padding-right: 15px;
	padding-left: 10px;
	background-image: url(Skin/One_Pane_MainPane-Rep.png);
	background-repeat: repeat-y;
}

.MainPane-Bottom {
	background-image: url(Skin/One_Pane_MainPane-Down.png);
	height: 23px;
	background-repeat: no-repeat;
}

label.MainPane-ModuleTitle {
	font-weight: bold;
	font-size: 17pt;
	color: White;
	font-family: Verdana;
}

a.MainPane-ModuleTitle {
	font-weight: bold;
	font-size: 17pt;
	color: White;
}

a.MainPane-ModuleTitle:hover {
	font-weight: bold;
	font-size: 17pt;
	color: ivory;
}

.MainPane-NoSkinModuleTop {
	text-align: right;
}

label.MainPane-NoSkinModuleTitle {
	font-weight: bold;
	font-size: 17pt;
	color: Black;
}

a.MainPane-NoSkinModuleTitle {
	font-weight: bold;
	font-size: 17pt;
	color: Black;
}

a.MainPane-NoSkinModuleTitle:hover {
	font-weight: bold;
	font-size: 17pt;
	color: DarkGray;
}
