@font-face {
    font-family: bordingFont;
	src: url('TitilliumWeb-Regular-webfont.eot');
    src: url('TitilliumWeb-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('TitilliumWeb-Regular-webfont.woff2') format('woff2'),
         url('TitilliumWeb-Regular-webfont.woff') format('woff'),
         url('TitilliumWeb-Regular-webfont.ttf') format('truetype'),
         url('TitilliumWeb-Regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;
    /*src: url('titilliumweb-regular.ttf') format('truetype'), url('titilliumweb-regular-webfont.eot') format('eot');*/
}

@font-face {
    font-family: bordingFontBold;
    src: url('TitilliumWeb-Bold-webfont.eot');
    src: url('TitilliumWeb-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('TitilliumWeb-Bold-webfont.woff2') format('woff2'),
         url('TitilliumWeb-Bold-webfont.woff') format('woff'),
         url('TitilliumWeb-Bold-webfont.ttf') format('truetype'),
         url('TitilliumWeb-Bold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	color: #333;
	font-family: bordingFont, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
}

a {
	color: #847854;
}

a:hover {
	text-decoration: underline;
}

a img {
	text-decoration: none;
	border: 0;
}


#wrapper {
	width: 950px;
	margin: 0px auto 0px auto;
}

#top {
	width: 950px;
	height: 105px;
	line-height: 14px;
	font-size: 10px;
	background-color: #012731;
	background-image: url('/login/images/bo_logo_header.png');
	background-repeat: no-repeat;
	border-bottom: 10px solid #fff;
}

#logotype {
	float: left;
	width: 390px;
	height: 79px;
	margin: 15px 0 0 40px;
}

#header img.flash {
	display: none;
}


#loginform {
	padding: 25px 0 0 500px;
	margin-bottom: -12px;
}


#loginform form label {
	margin: 3px 0 0 0px;
	font-size: 10px;
	font-weight: bold;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form a, form span {
	line-height: 22px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

table {
	height: 42px;
}


#loginform table, #wrapper_login, #wrapper_password {
	position:relative;
}


#loginform input[type=text],#loginform input[type=password], #loginform input[type=submit]  {
	border:1px solid #fff;
	background: #003254;
	color: #668498;
	padding: 4px 15px 5px 7px;
	font-size: 11px;
	width: 110px;
	margin-right: 10px;
}

#loginform #inp_login{
	background: url(/login/images/username_icon.png) no-repeat 98% center;
}

#loginform #inp_password{
	background: url(/login/images/password_icon.png) no-repeat 98% center;
}

#loginform input[type=text] ,#loginform input[type=password]{
	width: 155px;
}

#loginform input[type=submit] {
	color: #5c5c5c;
	background: #fff;
	text-transform: uppercase;
	font-family: bordingFontBold,"Trebuchet MS", Helvetica, sans-serif;
	padding: 2px 0 2px 0;
	width: 60px;
	margin-right: 0px;
}

#save_lable {
	cursor: pointer;
	margin-right: 10px;
	line-height: 25px;
}

#save_lable img{
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 3px;
}

#loginform input[type=image] {
	margin: 0;
	padding: 0;
	font-size: 0;
	vertical-align: middle;
	background: #DC4E1D;
	margin-right: 15px;
}

.login_hint {
	color: #999;
}

#bording {
	float: right;
	margin-top: 23px;
	margin-right: 17px;
}

#header {
	clear: both;
	height: 250px;
	width: 950px;
	overflow: hidden;
	margin-bottom: 8px;
}

#navigation {
	font-family: bordingFontBold, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	text-transform: uppercase;
	padding: 0px 0px 0px 500px;
}

#navigation a{
	color: #5c5c5c;
	text-decoration: none;
	font-weight: normal;
}

#navigation a:hover{
	text-decoration: underline;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	float: left;
	padding: 6px 5px 6px 5px;
	background: #fff;
	margin-right: 5px;
	border:1px solid #668498;
}

#navigation li.active {
	background: #847854;
	border:1px solid #fff;
}

#navigation li.active a {
	color: #fff;
}

#systemmessage .item {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #aaa;
 }
 
.item .duration {
	background: #ccc;
	margin-top: 10px;
	padding: 3px 5px;
}

.item .title {
	font-weight: bold;
}

.item .image {
	width: 204px;
	height: 120px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 10px 0;
	border: 1px solid #aaa;
	background-color: #aaa;
}

.small .content {
	display: none;
}

.small  .date {
	margin-bottom: 3px;
}

.small {
	padding: 0px 10px 7px 10px;
	margin: 0px 0px 5px 0px;
}

.empty {
	font-style: italic;
	border: 0;
 }
 
 h2 {
	margin-top: 0;
	padding: 20px 15px 8px 15px;
	font-size: 21px;
	line-height: 21px;
	color: #012731;
 }
 /*
 .mceContentBody  h2 {
	background-color: #182957;
}

 .col_1_3 h2, .col_1_2 h2, .col_1_1 h2 {
	background-color: #182957;
 }
 
 .col_2_3 h2 {
	background-color: #009FE3;
 }
  
 .col_3_3 h2 {
	background-color: #DA007B;
 }
 
  .col_2_2 h2 {
	background-color: #009FE3;
 }
 
  .last h2 {
	background-color: #C3CA00;
 }
 */
 .editorbody_width_226 {
	width: 226px;
 }

 .editorbody_width_708 {
	width: 708px;
 }
 
  .editorbody_width_346{
	width: 346px;
 }

p {
	margin: 10px 15px;
}

h3 {
	font-family: bordingFontBold, "Trebuchet MS", Helvetica, sans-serif;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	margin: 15px 15px 5px 15px;
}

img.right {
	float: right;
}

#socialmedia, #supportfooter{
	text-align: center;
	padding-bottom: 10px;
}

#supportfooter{
	background: #c6c7c0 url(/login/images/divider.png) repeat-x;
	padding-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
}

#socialmedia img{
	margin: 0 5px;
}

#columnset_1, #columnset_2, #columnset_3 , #socialmedia, #supportfooter_outer{
	width: 951px;
	background-color: #c6c7c0;
}

#columnset_1, #columnset_2, #columnset_3 {
	overflow:auto;
	padding-bottom: 10px;
}

h2:after{
	content: "";
	height: 4px;
	background-image: url(/login/images/divider.png);
	display: block;
	margin-top: 10px;
	margin-bottom: -15px;
}

#columnset_1 .column{
	width: 708px;
}

#columnset_1 h2:after{
	width: 678px;
}

#columnset_2 .column{
	width: 425px;
}

#columnset_2 h2:after{
	width: 395px;
}

#columnset_3 .column {
	width: 265px;
}

#columnset_3 h2:after{
	width: 235px;
}

#columnset_1 .last h2:after, #columnset_2 .last h2:after, #columnset_3 .last h2:after{
	width: 213px;
}

#columnset_1 .column , #columnset_2 .column, #columnset_3 .column {
	float: left;
	margin-right: 25px;
	margin-left: 25px;
}

#columnset_2 .last {
	width: 228px;
}
/*
#columnset_3 .last {
	width: 227px;
	margin-right: 0px;
}
*/
#columnset_1 .last {
	width: 227px;
	margin-right: 0px;
}



#popupmessage {
	display: none;
}

.column table {
	margin: 0 0 0 0px;
}

.column img {
	margin: 0 15px 0 0;
}

.column p img {
	margin: 0 0 0 0;
}




table p {
	margin: 4px 0px;
	font-size: 11px;
}

table .lable {
	font-weight: bold;
	padding-right: 10px;
}

.clear {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 0px;
}

.popupcontainer {
	display: none;
}

#popup p {
	margin: 10px 0;
}

#popup h3 {
	margin: 0;
}

#popup form p {
	margin: 10px 0 3px 0;
	font-weight: bold;
}

#popup form {
	padding: 0;
	margin: 0;
	width: 200px;
}

#popup input[type=text] {
	width: 100%;
}

#popup input {
	font-size: 11px;
}

#popup .send {
	margin-top: 10px;
}
	


#popup {
  display: none;
  position: fixed;
  width: 350px;
  _position: absolute; /* hack for internet explorer 6 */
  background: #aaa;
  z-index: 20;
  padding: 1px;  /* same as rounding */
}

#popup_bg {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6 */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  border: 1px solid #cecece;
  z-index: 10;
}

#popup_bottom {
	padding: 4px 15px 3px 15px;
	text-align: right;
}

#popup_message {
  padding: 15px;
  background: #ffffff;
  /*min-height: 120px;*/
}

form .error {
	display: block;
	color: #000;
	font-style: italic;
}

#systemmessage {
	margin: 0 15px;
}

#systemmessage p {
	margin: 0;
}

#systemmessage h3 {
	margin: 0 0 5px 0;
}
