@charset "utf-8";
/* CSS Document */

.page-title {
	color: #333;
	background-color: #dfc1d3;
	height: 25px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
	z-index: 10;
	display:block;
}
.page-title h3 {
	font-size: 21px;
	color: #333;
	display: block;
	float: right;
}
.tool-icons{
	float:left;
	display: block;
	margin: 0px;
}
.tool-icons li {
	display: block;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a2387a;
	list-style-type: none;
	line-height:14px
}
.tool-icons li a {
	color: #333;
	font-size:12px;
}
/*paging*/
.paging{text-align:center; padding:15px 0;}
.paging a, .paging span{margin:0 0 0 5px; padding:4px 8px 5px; border:1px solid #ccc; background:#f6f6f6; background-image:-moz-linear-gradient(top,#ffffff,#efefef); background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef)); filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EFEFEF)"; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; white-space:nowrap; vertical-align:middle; cursor:pointer; overflow:visible; display:inline-block}
.paging a:hover, .paging .current:hover{border-color:#999; background:#f3f3f3; background-image:-moz-linear-gradient(top,#ffffff,#ebebeb); background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ebebeb)); filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb); -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EBEBEB)"; outline:0; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999;box-shadow:0 0 3px #999; text-decoration:none}
.paging .current, .paging .current:hover{color:#000;font-weight:bold;background:#ddd;-moz-boz-shadow:none;-webkit-box-shadow:none;box-shadow:none;cursor:default;border-color:#ccc}
.paging .current:hover{}

.news-details {
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-details img {
	
	padding: 2px;
	clear: both;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #999;
}
.news-details h4{
	font-size: 21px;
	color: #582744;
}
 .news-details .date {
	
	font-size: 12px;
	color: #999;
	display: block;
}
.news-details p{
	line-height:24px;
}
.address h5{
	font-weight:bold;
}
.address a{
	color:#06F;
}
.map {
	-moz-box-sizing: border-box;
	border: 10px solid #F5F5F5;
	height: 310px;
	width: 93%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
.map iframe {
    border: medium none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 310px;
    width: 100%;
}

.contact-form label {
    display: block;
    min-height: 61px;
    overflow: hidden;
    position: relative;
}
.contact-form fieldset{
	border:0;
	margin-bottom:10px;
}
.contact-form input, .contact-form textarea {
    box-shadow: 0 1px 3px #E3E3E3;
	font-family:"Droid";
	font-size:13px;
	color:#333;
}
.contact-form input {
    -moz-box-sizing: border-box;
    border-radius: 0 0 0 0;
    float: right;
    /*height: 41px;*/
    line-height: 17px !important;
    margin: 0;
    padding: 11px 10px 13px;
    width: 93%;
	border: 1px solid #D5D5D5;
}
.contact-form textarea {
    -moz-box-sizing: border-box;
    border-radius: 0 0 0 0;
    height: 223px;
    padding: 11px 10px 13px;
    resize: none;
    width: 93%;
	border: 1px solid #D5D5D5;
}
.contact-form .error, .contact-form .empty {
    color: #2F96B4;
    display: none;
    float: right;
    font-size: 11px;
    line-height: 14px;
    margin: 2px 10 4px 0px;
    min-width: 160px;
    position: relative;
}
.contact-hide{
	display:block;
}
.contact-show{
	display:none;
	margin-bottom:20px;
}
.program {
	display: block;
	position: relative;
}

.program img {
	background-color: #FFF;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	zoom: 1;
            filter: alpha(opacity=90);
            opacity: 0.9;
			webkit-box-shadow: 0 1px 10px rgba(120, 120, 120, 5);
	-moz-box-shadow: 0 1px 10px rgba(120, 120, 120, 5);
	box-shadow: 0 1px 10px rgba(120, 120, 120, 5);
}
.program .time {
	font-family: sky;
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	background-image: url(../img/pixle.png);
	background-repeat: repeat;
	display: block;
	padding: 10px 25px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
