@charset "utf-8";
.mainstyless {
	background-image: url(../../res/bgtop.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;

}

.banner{
	background-image:url(../../res/bannerbg.jpg);
	height:300px;
	background-color: #333;
	background-repeat: no-repeat;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px;

	
}
.modalbutton{
	background: #666;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 10px;
	width:200px;
	height:40px;
	left:20%;
	background: -moz-linear-gradient(top, #0b2b61, #1153c0);
	background: -webkit-gradient(linear, left top, left bottom, from(#0b2b61), to(#1153c0));
	text-align:center;
	vertical-align: bottom;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding-top:5px;
}

.bodymain{
	background:#fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	position:relative; 
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
} 

.BottomStyle{
	background: #666;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width:1002px;
	height:40px;
	background: -moz-linear-gradient(top, #0b2b61, #1153c0);
	background: -webkit-gradient(linear, left top, left bottom, from(#0b2b61), to(#1153c0));
	text-align:center;
	vertical-align: middle;
	color: #FFF;
	font-size:small;
	text-align:right;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	
}

.modalsub{
	background:#fff;
border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px;
	-webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
	width:275px;
	height:200px;
	margin-left:20px;
	margin-top:20px;
    opacity: 0.6;
	cursor: pointer;


} 

.modalsub:hover{
		background:#fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
	cursor: pointer;

	width:275px;
	height:200px;
	margin-left:20px;
	margin-top:20px;
    opacity: 1;



}

.modalTD{
	margin: 50px;	
}

.SearchPanel{
	width:300px;
	height:40px;
	-webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
	background:#FFF;
		border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px;
    opacity: 0.3;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	text-align:right;
	padding-top:10px;
}
.SearchPanel:hover{
		width:300px;
	height:40px;
	-webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
	background:#FFF;
		border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px;
    opacity: 1;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	text-align:center;
	padding-top:10px;

}

.SearchText{
	    opacity: 1;
		

}

.SearchButton{
	    opacity: 1;
		

}

.SomeClassForBackground{
	
}