﻿/********** Box part starts here *************/

.MidBody
{	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	clear: both;
}

.MidBodyBoxRow
{
	 padding-left: 12px; 
	 padding-right: 8px; 
	 clear:both;
	 text-align: center;
}

.MainBox
{
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}

.MainBoxLeft
{
	width: 60%;
	float: left;
}

.MainBoxRight
{
	width: 39%;
	float: right;
}

.BoxHeader
{
	border: 1px solid #949494;
	height: 24px;
	position: relative;
	margin-right: 8px;
	background-image:url(Images/BoxImages/bg_boxheader_container.gif);
	background-repeat:repeat-x;
}

.BoxHeaderContainer
{
	margin:3px;
	height:16px;
	border-top:1px solid #F9F9F9;
	border-right:1px solid #F9F9F9;
	border-left:1px solid #8B8B8B;
	border-bottom:1px solid #8B8B8B;
	background-image:url(Images/BoxImages/bg_boxheader_container.gif);
	background-repeat:repeat-x;		
}

.HeaderDevider
{
	position: relative;
	height: 4px;
}

.MasterBoxContainer
{
	background-image: url(Images/BoxImages/BoxHorizontalBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;		
	position: relative;	
}

.ChildBoxContainer
{
	background-image: url(Images/BoxImages/RightBg.gif);
	background-position: right;
	background-repeat: repeat-y;
	border-top: 1px solid #949494;
	border-left: 1px solid #949494;
}

.BoxContainer
{
	padding: 2px;
	margin: 24px 18px 0px 10px;
	min-height:100px;
	bottom: 16px;
	position: relative;
	text-align:justify;
	text-align: center;
}

.DeviderDiv
{
    clear: both;
    height: 20px;
}

.RightTopImage
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.LeftBottomImage
{
	position: relative;
	bottom: 9px;
	left: -1px;
	float: left;
}

.RightBottomImage
{
	position: relative;
	bottom: 9px;
	right: 0px;
	float: right;
}

.TitleBoxLeft
{		
	float:left;
}

.TitleBoxMid
{
	padding-top:1px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	width:50%;
	float:left;
	text-align: left;
}

.TitleBoxRight
{
	float:right;
}

/********** Box part ends here *************/