body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #f4f6f7;
	padding: 20px;
}



a:focus {
	outline: none;
}

p {
margin: 0 0 9px;
}

hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}

footer {
	width: 1125px;
	margin-right: auto;
	margin-left: auto;
}

nav {
	/*padding: 5px 0;*/
	/*border-top: 1px solid rgba(0,0,0,0.075);*/
	/*border-bottom: 1px solid rgba(0,0,0,0.075);*/
	margin-bottom: 10px;
	/*margin-top: 10px;*/
	background-image: url(/styles/img/nav.jpg);
	font-size: 16px;
}


ul,
ol {
	padding: 0;
	margin: 0 0 0 25px;
	}

ul.unstyled {
	  margin-left: 0;
  list-style: none;
}

 a:hover {
	color: #005580;
	text-decoration: underline;
}

li {
	line-height: 18px;
}


h1 {
	font-size: 13.0pt;
	text-align: center;
	margin: 0;

}



h2 {
	font-family: 'Times New Roman','serif';
	margin: 0 0 9px;
}

h3 {
	font-size: 13px;
	line-height: 15px;
}

h5 {
	font-size: 12px;
	line-height: 15px;
	margin: 5px 0 10px;
}



input, select {
	border: 1px solid #ccc;
	padding: 4px 6px;
	margin-bottom: 9px;
	line-height: 18px;
	color: #555;
	vertical-align: middle;
	transition: border linear .2s, box-shadow linear .2s;
}

input:focus, select:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.container {
	width: 1125px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.15);
}

.menu {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0px;
	list-style: none;
}

.menu > li {
	float: left;
}

.menu > li > a {
	color: #FFF;
	text-decoration: none;
	padding-right: 22px;
	padding-left: 22px;
	margin-right: 0px;
	line-height: 14px;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	/*margin-top: 2px;
	margin-bottom: 2px;*/
	/*border-radius: 5px;*/

}

.menu > li > a:hover,
.well > ul > li > a:hover {
	text-decoration: none;
	background-color: #5F5A57;
	color: #fff;
	display: block;
}

.menu > .active > a,
.menu > .active > a:hover {
	color: #fff;
	background-color: #5F5A57;
}

.menu:after,
.menu:before,
.container:after,
.container:before
{
	display: table;
	content: "";
	line-height: 0;
	clear: both;
}

.row-fluid {
	width: 100%;
}

.sidebar {
	margin-left: 0;
	width: 218px;
	float: left;
}

.well {
	padding: 15px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	/*border: 1px solid #e3e3e3;
	border-radius: 4px;*/
}

.well td {
	padding: 5px;
}

.well a {
	color: #133153;
}

.well-small {
  padding: 9px;
  border-radius: 3px;
}

.page-header {
	margin: 2px 0px 10px 0px;
	padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #eee;
}


.btn {

	background: #133153;
	color: #fff;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: none;
}

.btn:hover {
	background-color: #5F5A57;
}

.banner {
	margin-bottom: 9px;
	text-align: center;
}

.main {
	width: 887px;
	float: left;
}

.aside {
	width: 218px;
	float: right;
}

.data-table {
	border-spacing: 0;
	width: 100%;
  	border-collapse: separate;
  	border-left: 1px solid #c6d5e1;
  	border-top: 1px solid #c6d5e1;
  	border-bottom: none;
  	margin: 0 auto 15px;
}

.data-table th {
	background: url(/styles/img/header-bg.gif);
	text-align: left;
  	color: #cfdce7;
  	border: 1px solid #fff;
  	border-right: none
}

.data-table th .tiny-head {
	font-size: 10px;
  	padding: 6px 8px 8px;
}

.data-table td {
	padding: 4px 6px 6px;
  	border-bottom: 1px solid #c6d5e1;
  	border-right: 1px solid #c6d5e1;
}

.evenrow {
	background: #ecf2f6;
}

.oddrow {
	background: #fff;
}

/*.data-table tr:nth-child(odd) {
	background: #fff;
}

.data-table tr:nth-child(even) {
	background: #ecf2f6;
}*/

.white-popup-block {
	background: #FFF;
	padding: 20px 30px;
	max-width: 650px;
	margin: 40px auto;
	position: relative;

}

.even {
	background: #ecf2f6;
}
.odd {
	background: #fff;
}

.filtered {
	display: none;
}

.control-group {
	margin-bottom: 9px;
}

.form-inline .input-prepend {
	display: inline-block;
  	margin-bottom: 0;
 	vertical-align: middle;
}

.input-prepend {
	font-size: 0;
  	white-space: nowrap;
}

.input-prepend .add-on {
	margin-right: -1px;
	vertical-align: top;
	display: inline-block;
  	width: auto;
  	height: 18px;
  	min-width: 16px;
  	padding: 4px 5px;
  	font-size: 13px;
  	font-weight: normal;
  	line-height: 18px;
  	text-align: center;
  	text-shadow: 0 1px 0 #fff;
  	background-color: #eee;
  	border: 1px solid #ccc;
}


.element-invisible {
	position: absolute;
  	padding: 0;
  	margin: 0;
  	border: 0;
  	height: 1px;
  	width: 1px;
  	overflow: hidden;
}

[class^="icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
}

.icon-user:before {
	content: "\22";
}

.icon-lock:before {
	content: "\23";
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}

@font-face {
	font-family: 'IcoMoon';
	src: url('/styles/fonts/IcoMoon.eot');
	src: url('/styles/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('/styles/fonts/IcoMoon.woff') format('woff'), url('/styles/fonts/IcoMoon.ttf') format('truetype'), url('/styles/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-body {
  position: relative;
  padding: 15px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.member-info {
	font-family: 'Times New Roman','serif';
	font-size: 13.0pt;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin-left: 0;
	margin-bottom: 20px;
}

.nav-tabs > li {
	margin-bottom: -1px;
	float: left;
}

.nav-tabs > li > a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: #eee #eee #ddd;
	text-decoration: none;
	
	background-color: #eee;
	color: #000;
	display: block;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #000;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
	text-decoration: none;
	font-weight: bold;
}

.nav-tabs > li > a {
	color: #000;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
}

.nav-tabs:before,
.nav-tabs:after {
	display: table;
	content: "";
	line-height: 0;
}
.nav-tabs:after {
	clear: both;
}

.tabbable:before,
.tabbable:after {
	display: table;
	content: "";
	line-height: 0;
}
.tabbable:after {
	clear: both;
}

.tab-content {
	overflow: visible;
}

.tab-content > .tab-pane{
	display: none;
}

.tab-content > .active {
	display: block;
}

blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 5px;
	border-left: 5px solid #eee;
	border-color: rgba(0,0,0,0.15);
}

blockquote small {
	display: block;
	line-height: 18px;
	color: #999;
}

hr.hr-condensed {
	margin: 10px 0; 
}

.pagination {
	text-align: center;
}

.pagination a {
	color: #133153;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px; 

	
	-moz-border-radius-bottomleft: 4px;

}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}

.icon-previous:before{
	content: "\7c";
}
.icon-next:before {
	content: "\7b";
}

.dropdown {
	position: relative;
	cursor: pointer;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #5F5A57;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu>li>a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 4px 12px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover {
	color: #000;
	text-decoration: none;
	background-color: #f5f5f5;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown:hover .dropdown-menu {
    display: block;
     margin: 0;
}
.menu>li:hover {
	background: #5F5A57;
}

header {
width: 1125px;
height: 225px;
margin: auto;
}

.title {
	background-color:#133153;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	text-align: center;
}

.clr {
    clear: both;
    content: "";
    display: block;
}

.post {
    font-size: 14px;
    line-height: 17px;
    margin: 25px 0 0 0;
}

.post div.image {
    padding: 4px 5px 4px 5px;
    width: 112px;
    height: 75px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.post p.datetime {
    margin: 0px;
    color: #5F5A57;
    font-size: 12px;
    font-style: italic;
    padding: 3px 0px 8px;
}

.post .post-title {
	color: #000000;
    display: block;
    margin-left: 132px;
    margin-bottom: 7px;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
   /* text-align: justify; */
}

.post-title:hover {
	color: #133153;
}

.link {
	color: #000000;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    text-align: justify;

}

ul.lows, ul.lows>li>ul{
	 list-style: none;

}


ul.lows {
    margin: 0;
    padding: 0;
}


ul.lows a{
	color: #000000;
    margin-bottom: 7px;
    margin-top: 7px;
    font-size: 14px;
    text-decoration: none;
    text-align: justify;
}

ul.lows>li>a {
	font-weight: bold;
	text-decoration: underline;
}

ul.lows>li>ul>li>a:hover,  ul.lows>li>ul>li>div>a:hover{
	text-decoration: underline;
}

ul.lows>li>ul>li>a {
	display:block;
}


.userList {
	font-size:14px;
}
.userList table {
	width: 100%; 	
	text-align: left;
	vertical-align:baseline;
	border-collapse: collapse; 
	font-size: inherit;
	border:1px solid #999;
	
}
.userList th { 
	padding: 4px 0px;
	text-align: center;
	border:1px solid #999;
	white-space: nowrap;
}


.userList tr:hover > td {
	background: #F4F6F7;
}
.userList td {
	font-size: 14px;
	line-height: 1.5;	
	padding:0 6px;
	border:1px solid #999;
}

.userList td.section, .userList td.section:hover {
	background:#E9E9E9;
	font-size: 25px;
	font-weight: bold;
}

.userList td a {
	text-decoration: none !important;
	color: #000;
}

.userList td span.surname {
	display: block;
	font-weight:bold; 
	border:none;
	margin-top:10px;
	margin-bottom:10px;
}

.interview {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 15px;
}

.interview p.datetime {
    margin: 5px 0 0 15px;
    color: #5F5A57;
    font-size: 12px;
    font-style: italic;
}

.interview .interview-title {
	color: #000000;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13px;
    text-decoration: none;
  
}

