
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

****		iNetDevs Web Portal Style Sheet					****

****		[Two Panes Template Style Sheet]				****

****		Copyrights (c) www.inetdevs.com					****

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#MainPane {
	padding-right: 5px;
	padding-left: 5px;
	width: 705px;
}

TD.RightPane {
	width: 175px;
}

#RightPane {
	position: static;
	float: right;
	text-align: right;
	margin-right: 30px;
	width: 175px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MainPane Module Skin

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.MainPane-Module {
	width: 700px;
}

.MainPane-Top {
	background-image: url(Skin/Two_Panes_MainPane-Top.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-right: 35px;
	padding-left: 20px;
	text-align: right;
	height: 38px;
}

.MainPane-Rep {
	padding: 0px 7px 0px 7px;
	background-image: url(Skin/Two_Panes_MainPane-Rep.png);
	background-repeat: repeat-y;
}

.MainPane-Bottom {
	height: 13px;
	background-image: url(Skin/Two_Panes_MainPane-Down.png);
	background-repeat: no-repeat;
}

label.MainPane-ModuleTitle {
	font-weight: bold;
	font-size: 15pt;
	font-family: Verdana;
	color: #397db2;
}

a.MainPane-ModuleTitle {
	font-weight: bold;
	font-size: 15pt;
	color: #397db2;
}

a.MainPane-ModuleTitle:hover {
	font-weight: bold;
	font-size: 15pt;
	color: Blue;
}

.MainPane-NoSkinModuleTop {
	text-align: right;
}

label.MainPane-NoSkinModuleTitle {
	font-weight: bold;
	font-size: 15pt;
	color: Black;
}

a.MainPane-NoSkinModuleTitle {
	font-weight: bold;
	font-size: 15pt;
	color: Black;
}

a.MainPane-NoSkinModuleTitle:hover {
	font-weight: bold;
	font-size: 15pt;
	color: DarkGray;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RightPane Module Skin

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RightPane-Module {
	width: 172px;
}

.RightPane-Top {
	background-image: url(Skin/RightPane-Top.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 36px;
}

.RightPane-Rep {
	background-image: url(Skin/RightPane-Rep.png);
	background-repeat: repeat-y;
	padding: 0px 5px 0px 5px;
}

.RightPane-Bottom {
	background-image: url(Skin/RightPane-Down.png);
	background-repeat: no-repeat;
	height: 14px;
}


label.RightPane-ModuleTitle {
	font-weight: bold;
	font-size: 14pt;
	color: #397db2;
}

a.RightPane-ModuleTitle {
	font-weight: bold;
	font-size: 14pt;
	color: #397db2;
}

a.RightPane-ModuleTitle:hover {
	font-weight: bold;
	font-size: 14pt;
	color: Blue;
}


.RightPane-NoSkinModuleTop {
	text-align: right;
}

label.RightPane-NoSkinModuleTitle {
	font-weight: bold;
	font-size: 14pt;
	color: Black;
}

a.RightPane-NoSkinModuleTitle {
	font-weight: bold;
	font-size: 14pt;
	color: Black;
}

a.RightPane-NoSkinModuleTitle:hover {
	font-weight: bold;
	font-size: 14pt;
	color: DarkGray;
}
