﻿/*-- Start Picture Position --*/
.PicCenter
{
	margin: 0px 5px 5px 5px;
	float: none;
}
.PicLeft
{
	margin: 5px 10px 5px 5px;
	float: left;
}
.PicRight
{
	margin: 5px 5px 5px 10px;
	float: right;
}
.PicRightSpecial
{
	margin: 25px 5px 5px 10px;
	float: right;
}
/*-- Finish Picture Position --*/

/*-- Start Floating Boxes --*/
.FrameRight
{
	margin: 5px;
	margin-right: 0px;
	padding: 7px;
	border-style: solid;
	border-width: 1px;
	position: relative;
	line-height: normal;
	width: 150px;
	float: right;
	clear: none;
	background-color: #E1F0FF;
	top: 0px;
	left: 0px;
}
.FrameLeft
{
	margin: 5px;
	margin-left: 0px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	position: relative;
	line-height: normal;
	width: 150px;
	float: left;
	clear: none;
	background-color: #E1F0FF;
	top: 0px;
	left: 0px;
}
.FrameFlexLeft
{
	margin: 5px;
	padding: 5px;
	border-style: ridge;
	border-width: medium;
	position: relative;
	text-align: left;
	line-height: normal;
	float: left;
	clear: none;
}
.FrameFlexRight
{
	margin: 5px;
	padding: 5px;
	border-style: ridge;
	border-width: medium;
	position: relative;
	text-align: left;
	line-height: normal;
	float: right;
	clear: none;
}
.FrameFlexCenter
{
	margin: 5px;
	padding: 5px;
	width:300px;
	border-style: ridge;
	border-width: medium;
	position: relative;
	text-align: left;
	line-height: normal;
	float: none;
	clear: none;
}
/*-- Finish Floating Boxes --*/

/*-- Start Floating Columns --*/
.FrameColumn-left
{
	padding: 10px;
	float: left;
	width: 45%;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: left;
}

.FrameColumn-right
{
	padding: 10px;
	float:right;
	width:45%;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: right;
}
/*-- Finish Floating Columns --*/

/*-- Start Simple Floating Boxes --*/
.BoxSimpleFloatLeft{float: left;}
.BoxSimpleFloatRight{float: right;}
.BoxSimpleFloatRightJRt
{	float: right;
 	text-align: right;
}
.BlockShadowSharp {
	/* for Firefox */
	-moz-box-shadow: 10px 10px rgba(0,0,0,0.8);
	/* for Safari and Chrome */
	-webkit-box-shadow: 10px 10px rgba(0,0,0,0.8);
	/* W3C specs */
	box-shadow: 10px 10px rgba(0,0,0,0.8);
}
.BlockShadowFade {
	/* for Firefox */
	-moz-box-shadow: 10px 10px 20px rgba(0,0,0,0.8);
	/* for Safari and Chrome */
	-webkit-box-shadow: 10px 10px 20px rgba(0,0,0,0.8);
	/* W3C specs */
	box-shadow: 10px 10px 20px rgba(0,0,0,0.8);
}

