/* ************************************* WESITE left + right STARTS ************************ */
.leftRight 
{  
    vertical-align: top;
    height: 100%;
	/*background: #F1F1F1;*/
	/*background: #F5FDDD;1111111*/
	background-color: #F8F8F8;
	border-right: 1px solid #EFEFEF; 
}



.rightLeft
{
	vertical-align: top;
    height: 100%;
	background-color: #F8F8F8;
	border-left: 1px solid #EFEFEF; 
}


/* ************************************* WESITE left + right ENDS ************************** */

/** Confirmation Box **/

.error
{
    border: 1px solid #E8E8EA;
    padding:5px;
	color: red;
}

.errorDiv
{
	padding:3px;	
	margin-top:60px;
	background-image: url(images/sha.jpg);
	background-repeat: repeat-x;
	font-weight:bold;
	color: red;
}

.confirmationDiv
{
	padding:3px;	
	margin-top:60px;	
	background-image: url(images/sha.jpg);
	background-repeat: repeat-x;
	font-weight:bold;
	color:green;
}

.confirmation
{
    border: 1px solid #E8E8EA;
    padding:5px;
    color:green;
}

.back
{
    border-left: 1px solid #E8E8EA;
    border-right: 1px solid #E8E8EA;
    border-bottom: 1px solid #E8E8EA;
}

/** Confirmation Box **/

/* ************************************* NEW BOXES ********************************* */

.headerRow
{
	padding:3px 2px 3px 2px;
		
	margin-top:3px;	
	margin-left:3px;
	margin-right:3px;
	background-image: url(images/sha.jpg);
	background-repeat: repeat-x;
	font-weight:bold;
}

.MainBoxHeader
{
	padding:3px;	
	margin-top:3px;	
	margin-left:3px;
	margin-right:3px;
	background-image: url(images/sha.jpg);
	background-repeat: repeat-x;
	font-weight:bold;
	width: 100%!;
}

.MainBoxContent
{
	margin-bottom:3px;	
	margin-left:3px;
	margin-right:3px;
    border: 1px solid #E8E8EA;
    padding:5px;
	width: 100%!;
}

.SubBoxHeader
{
	padding:3px;
	margin-left:3px;
	margin-right:3px;
	background-image: url(images/sha.jpg);
	background-repeat: repeat-x;
	font-weight:bold;
	width: 100%!;
}

.SubBoxContent
{	
	margin-left:3px;
	margin-right:3px;
    border: 1px solid #E8E8EA;
    padding:5px;
	width: 100%!;	
}

/* ************************************* NEW BOXES ********************************* */

/*************************** CSS FOR PAGES TOP IMAGE ******************************/
.image 
{
	margin:0px;
	padding:0px;
	width: 600px;
	position:relative;
	/*background-color: #d9d9d9;*/
	margin-bottom: 4px;
}

.image .text
{
	width: 100%;
	position:absolute;
	top:50%; 
	left:0px;
	font-size: 2em;
	background: url(images/opacity4.png) bottom; color:black; padding: 6 0 6 10;
}
/*************************** CSS FOR PAGES TOP IMAGE ******************************/

/*************************** CSS FOR PAGES ******************************/

hr
{
	border-top:#dfe0e1 solid 1px; margin:0 0 0 0; width:100%; height: 1px;
}

.page
{
	padding: 2px 10px 2px 10px;
}

.page-header
{
	font-size: 1.8em;
	font-weight: 500;
	color: #16A1DE;
	line-height: 1.2;
	margin-top:2px;
	margin-bottom:4px;
}

.page-subtitle
{
	font-size: 1.6em;
	color: black;
	font-weight: 300;
	line-height: 1.2;
	margin-top:0px;
	margin-bottom:10px;
}

.page-created-on
{
	font-style:italic;	
	margin-top:10px;
	margin-bottom:2px;
}

.page-created-by
{
	font-style:italic;
	margin-top:2px;	
	margin-bottom:12px;
}

.page-content
{
	
	line-height: 1.5;			
}

.text-in-bg-box 
{
	font-weight:normal; 
	background:#e7f5fc; 
	border-bottom:dashed 1px #cdcdcd; 
	padding: 8px;
}

.page ul { list-style-type:square; }
.page-content p { margin-top: 9px; margin-bottom: 9px; }

.news-page-list-title
{
	font-size: 1.5em;
	color: #16A1DE;
	line-height: 1.2; 
	margin-top:2px;
	margin-bottom:4px;
	cursor:pointer;
}

.news-page-list-content 
{ 
	margin-top:2px;
	margin-bottom:4px; line-height: 1.5; 
}

.block-title
{
	font-weight: bold;
}

.news-block-list-title
{
	color: #16A1DE;
	line-height: 1.5; 
	margin-top:2px;
	margin-bottom:4px;
	cursor:pointer;
}

.news-block-list-content
{
	margin-top:2px;
	margin-bottom:4px; line-height: 1.5; 
}

.solid-line { border-top:#dfe0e1 solid 1px;  margin-top: 5px; margin-bottom: 5px;}
.dashed-line { border-top:#dfe0e1 dashed 1px;  margin-top: 5px; margin-bottom: 5px;}

/*************************** CSS FOR PAGES ******************************/