﻿.clear
{
	clear: both;
}

.contentBox
{border:1px solid #7c8dbe}

.contentBox .content
{
	background-color:  #d7e8f8;
	padding: 5px;
	
}

.contentBox .cornerBl
{
	position: absolute;
	height: 10px;
	width: 10px;
	bottom: 0; 
	left: 0;
	background-image: url(Images/rcBl.png);
	background-repeat: no-repeat;
}

.contentBox .cornerBr
{
	position: absolute;
	height: 10px;
	width: 10px;
	bottom: 0; 
	right: 0;
	background-image: url(Images/rcBr.png);
	background-repeat: no-repeat;
}

.contentBox .cornerTl
{
	position: absolute;
	height: 10px;
	width: 10px;
	top: 0; 
	left: 0;
	background-image: url(Images/rcTl.png);
	background-repeat: no-repeat;
}

.contentBox .cornerTr
{
	position: absolute;
	height: 10px;
	width: 10px;
	top: 0; 
	right: 0;
	background-image: url(Images/rcTr.png);
	background-repeat: no-repeat;
}

.contentBox .footer
{
	position: relative;
	height: 10px;	
	background-color: #d7e8f8;  
}

.contentBox .group
{
	padding-bottom: 10px;
}

.contentBox .header
{
	position: relative;
	height: 25px;
	color: #FFF;
	font-weight: bold;	
	background-color: #7c8dbe;
}

.contentBox .heading
{
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	color: #2a317f;
	text-align: center;
}

.contentBox .icon
{
	padding: 2px 0px 0px 10px;
	float:left;
}

.contentBox .innerBox
{
	background-color: #e3effa;
	border: #7c8dbe solid 1px;
}
.contentBox .title
{
	float:left; 
	line-height: 20px; 
	padding-left: 20px;
	 vertical-align:middle;
	 padding-top:5px;
}
/*
.contentBox .inputField
{
	background-color: #fff;
	color: #000;
	width: 250px;
	border: 1px solid #2a317f;
}

.contentBox .label
{
	color: #000;
	font-size: 10px;
	font-weight: bold;
}



.divContentContainer
{
	padding: 10px;
}

.divHeaderContainer
{
	background-color: #2a317f;
	height: 50px;
}

.divHeaderTitle
{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	float: left;
}

*/