.content-inner-column {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
}
.content-inner-block {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
	border-radius: 4px;
	border:1px solid #E6E6E6;
}
.content-inner-search{
	width:100%;
	float:left;
	clear:both;
	border-bottom: 1px solid #727272;
	margin-bottom:12px;
	padding-bottom:12px;
}
.content-inner-title {
	width: 96%;
	float: left;
	clear: both;
	padding-top: 3%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 2%;
	background-color: #3e3e3e;
	color: #fff;
	font-size: 14px;
	font-weight: bold;	
}
.content-inner-block-lnk {
	background-image: url(/images/content-inner-arrow.png);
	background-repeat: no-repeat;
	width: 92.5%;
	padding-left: 5%;
	padding-right: 3%;
	padding-top: 4%;
	padding-bottom: 4%;
	float: left;
	clear: both;
	background-position: 2% 16px;
}
.content-inner-block-lnk:hover {
	background-color: #E6E6E6;
	color:#BF0A30;
}
.content-inner-intitle{
	font-size:20px;
	font-weight:bold;	
	color:#BF0A30;
	text-align:center;
	width:100%;
	float:left;
	margin-bottom:15px;
}
.table-inner {
	border: 1px solid #E4E4E4;
	margin-bottom:15px;
 }
.table-inner ul{
	list-style-type: disc;
	margin-left:20px;
}
.table-inner ul li {
	float:none;
}
.table-inner-head { background-color: #EBEBEB; }
.table-inner-head-pink { background-color: #DBE8F5; }
.table-inner tr td{ 
	border: 1px solid #CDCDCD !important;
	padding:10px !important;
	font-size:12px;
	line-height:1.5em;
	vertical-align:top;
}
.content-inner-comment{
	font-size: 14px;
	font-weight: bold;
	color: #BF0A30;
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	background-color: #EDE9C1;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.content-inner-comment-table{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #d8c6ca;
}
.big-text { font-size: 20px; }
.candy-red{color:#BF0A30;}
.search-select-picker{
	width: 250px;
	float:left;
	margin-right:15px;
	height:40px;
}
.search-bttn-l {
	margin-left:10px !important;
}

/*==================================
====================================
	E-Rehber
====================================
===================================*/
/*.e-rehber-Column{
    float: left;
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}*/
.e-rehber-Column {
	background:url(/images/content-inner-arrow.png) no-repeat left;
	float: left;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
	padding-left: 10px;
	width:200px;
}
.e-rehber-Column a:hover{
    color: #C51A1A;
}
.council-tittle {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	color:#3e3e3e;
}
.director-table{
    margin-bottom: 60px;
    width: 100%;
}
.director-table tr td{
	width: 85%;
	padding: 15px 10px !important;
	border-bottom-color: #DFDFDF !important;
	border-right: none !important;
	border-left: none !important;
}
.director-table-title{
	background: #004D72 !important;
	color: #FFF;
}
.director-table-sub-title{
    background: #3578A3 !important;
    color: #FFF;
}
.council-members{
    width: 100%;
}
.council-members tr td{
    width: 85%;
    padding: 15px 10px !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom-color: #DFDFDF !important;
}
.members-title{
    background: #3090D0 !important;
    color: #FFF;
}
.members-table-title{
	background: #136BB0 !important;
	color: #FFF;
}
.members-table-sub-title{
    background: #003A5A !important;
    color: #FFF;
}
.detail-button{
	background-color: #0A5D94;
	background-image: url(../images/detail-ico.png);
	background-position: 13px 4px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 6px 33px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.director-detail-button
{
	background-image: url(../images/detail-ico.png);
    background-position: 13px 4px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    padding: 6px 33px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}