/* 
   this file contains the css for frames and containers used 
   throughout the application 
*/

/* headers */
.frameHeaderGreen
{
	height: 27px;
	width: 100%;
	float: left;
}

.frameHeaderGreenRight
{
	background-image: url(../images/frameHeaderGreenRight.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	height: 27px;
	width: 110px;
}

.frameHeaderGreenLeft
{
	height: 27px;
	width: 10px;
	background-image: url(../images/frameHeaderGreenLeft.gif);
	float: left;
}

.frameHeaderGreenInner
{
	background-image: url(../images/frameHeaderGreenCenter.gif);
	background-position: left;
	background-repeat: repeat-x;
	color: #ffffff;
	line-height: 27px;
	color: White;
	margin-left: 10px;
	margin-right: 100px;
}

.frameHeaderTextured
{
	height: 28px;
	background-image: url(../images/frameHeaderTextured.gif);
	background-repeat:  no-repeat;
	color: #ffffff;
	line-height: 28px;
	color: White;
	width: 100%;
	float: left;
}

.frameHeaderInner
{
	margin-left: 10px;
	margin-right: 10px;
	line-height: 27px;
}

/* content */
.frameBody
{
	width: 100%;
	float: left;
	border-left: solid 1px #828282;
	background-image: url(../images/frameedgeright.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #ffffff;
}

.frameBodyInner
{
	margin: 10px;
}

/* footers */
.frameFooter
{
	width: 100%;
	height: 27px;
	line-height: 27px;
	color: White;
	float: left;
}

.frameFooterLeft
{
	height: 27px;
	width: 10px;
	float: left;
	background: url(../images/framefooterlargeleft.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.frameFooterRight
{
	height: 27px;
	width: 10px;
	float: right;
	background: url(../images/framefooterlargeright.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.frameFooterInner
{
	background-image: url(../images/framefooterlargecenter.gif);
	height: 27px;
	background-position: left;
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}

.frameFooterSmall
{
	width: 100%;
	height: 10px;
	color: White;
	float: left;
}

.frameFooterSmallLeft
{
	height: 10px;
	width: 10px;
	float: left;
	background: url(../images/framefootersmallleft.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.frameFooterSmallRight
{
	height: 10px;
	width: 10px;
	float: right;
	background: url(../images/framefootersmallright.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.frameFooterSmallInner
{
	background-image: url(../images/framefootersmallcenter.gif);
	height: 10px;
	background-position: left;
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}

/* links */
.frameFooterLink
{
	float: right;
	margin-left: 10px;	
	padding-right: 10px;
	line-height: 27px;
	height: 27px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	background: url(../images/framefooterarrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.frameFooterLink a
{
	color: White;
}

.frameFooterLink a:hover
{
	text-decoration: underline;
}
