/* ************************************* WESITE left + right STARTS ************************ */
td.leftRight 
{
	
	vertical-align: top;
	height: 100%;
	/*border-left-style: solid;
	border-left: medium;
	border-left-color: Silver;*/
	border-right: 2px;
	border-right-style: solid;
	border-right-color: silver;
	/*background: #DCDCDC;*/
	width:expression(document.body.clientWidth > 500? "auto": "150px" );
}   

td.RightLeft 
{
	
	vertical-align: top;
	height: 100%;
	/*border-left-style: solid;
	border-left: medium;
	border-left-color: Silver;*/
	border-left: 1px;
	border-left-style: solid;
	border-left-color: silver;
	/*background: #DCDCDC;*/
	width:expression(document.body.clientWidth > 500? "auto": "150px" );
}

/* ************************************* WESITE left + right ENDS ************************** */
/* ************************************* BOXES, ROWS START ********************************* */
/* Box */
#Boxes, div#txt 
{
	color: black;
	width: 100%!;
	border: 1px;
	border-color: silver;
	border-style: solid;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 2px;
	margin-right: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	background-repeat: repeat;
}
/* Box Header */

#Boxes .MainHeader 
{
	margin-top: 2px;
	margin-bottom: 5;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: black; /*background:#DDECF7;*/
	background: url(images/bg-main.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 10pt;
}



/* Box for images */
div#box{
   width: 90%em;
   padding: 3px;margin:0 auto;  
   background:#AAE1B9;color:#000;  
   text-align: center;}


/** Confirmation Box **/

td.confirmation{
	background: url(images/bg-main.jpg);
	background-repeat: repeat-x;
	color: #B0E0E6;
	font-weight: bold;
}

.confirmationDiv{
	margin-top:30px;

	border: 1px;
	border-color: silver;
	border-style: solid;
}


/* ************************************* BOXES, ROWS ENDS ********************************* */