﻿/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:100000;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.Close_Button
{
    height: 28px;
	width: 80px;
    background : url(../images/Close.jpg) no-repeat 0 0 
}

/*Added bySravan Kasyap k for Default.aspx*/
.cont
{
font-family: Trebuchet MS;
font-size: 16px;
color: #91681E;
font-weight: bold; 
line-height:18px; 
word-spacing:8px; 
margin-left:15px;
margin-right:15px;
 }
 .cont1
{
font-family: Trebuchet MS;
font-size: 23px;
color: #2E2E5C;
font-weight: bold; 
line-height:18px; 
word-spacing:3px;
 }
 .cont2
{
font-family: Trebuchet MS;
font-size: 23px;
color: #D76B00;
font-weight: bold; 
line-height:18px; 
word-spacing:3px; 
line-height:28px;
 }
 .picture{
 	background-repeat: repeat-y;
	background-position: center;
	width:auto;	
	background-image: url(../images/pic4.jpg);
 }
/*ends here*/

