﻿/********************************************* PageLayout CSS****************************************/
/***************Left APgeLAyoutCoulmn Conatins Content ********************************************/
.PageLayoutleftcolumn {
	direction: rtl;
	color: #333;
	border: 1px solid #ffffff;
	background: white;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	width: 660px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; /*background-image:url('../LasImages_ar/contentBG.jpg');
 background-repeat:repeat;*/;
	min-height: 1024px;
	height: auto;
	margin-right: -7px;
}

/***************Right APgeLAyoutCoulmn Conatins Content ********************************************/
.PageLayoutrightcolumn{
	direction: rtl;
	float: left;
	color: #333;
	border: 0px #FFFFFF solid;
	background-repeat: repeat;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: auto;
	min-width: 273px;
	width:273px;
   padding-right: 0px;
}

/***************************SideMenuBox *********************************************/
.Pagelbox {
	direction: rtl;
	float: right;
	color: #333;
	border: 1px #FFFFFF solid;
	background-repeat: repeat;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	padding: 0px;
	height: auto;
	min-width: 273px;
	max-width:273px;
	width: auto;
	padding-right: 0px;
	/*background-color:#E4E4E4;*/
	/* -webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;*/
}
/******************PageLBox2 conatins News or In Focus *****************************/
.Pagelbox2 {
	direction: rtl;
	float: right;
	color: #333;
	border: 1px #FFFFFF solid;
	background-image: url('../../LasImages_ar/BlueBG.jpg');
	background-repeat: repeat;
		margin: 6px 0px 0px 0px;
	padding: 0px;
	min-height: 330px;
	height: auto;
	min-width: 273px;
	max-width: 273px;
	width: auto;
	margin-right: -10px;
	padding-right: -10px;
	padding-top: 0px;
		/*background-color:#E4E4E4;*/

   /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
   border-radius: 5px;*/
}

