@charset "utf-8";
/* CSS Document */
#header { padding:15px 0;
			background:url(../img/headerbg.png) repeat-x;
			margin-bottom: 20px;
		}
.th2	{ margin-right:15px;display:block}
.text-header{ color:#008080;margin: 38px 0 0; display:block}
.message > div > a > img { padding:15px 0 7px}
.caption2{ min-height:80px;}
.footer{
	margin-top:15px;
  display: block;
  padding: 15px 4px;
  color:rgba(255, 255, 255, 0.75);
  line-height: 1.72857143;
  //text-shadow: 1px 1px rgba(0,0,0,0.3);
  border-radius: 4px 4px 0 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  background-image: -webkit-linear-gradient(#FFFFFF, #5F4DB1 60%, #94DAFF); 
  background-image: -o-linear-gradient(#FFFFFF, #5F4DB1 60%, #94DAFF);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(60%, #5F4DB1), to(#94DAFF));
  background-image: linear-gradient(#FFFFFF, #94DAFF 60%, #54b4eb);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
  border-bottom: 1px solid #178acc;
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  }
.footer h5{ color:#FFF}
.footer a{ color:rgba(255,255,255,0.75)}
.nav > li > a ,.breadcrumb > ol > li > a{
-webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.breadcrumb > li,.breadcrumb > li > a{
	color:#FFE6F2;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5)
	}
.main{ min-height:520px;}
.menu-head{
	border: 0 0 3px 0;
}
.menu-head h4{
	text-align:right;
	font-weight:bold;
	color:rgba(153,51,102,1);
	text-shadow: 1px 1px 0 rgba(51,51,51,0.3)}
.main-head h3	{  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.175);
  color: rgba(167, 78, 237, 1);}
  
.panel-body p{ padding:5px 20px;}  

.marker{
	background-color: Yellow;
}
