html, body {
	margin: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ededed;
}	
label {
  cursor: pointer;
}
#top {
	height: 132px;
	background: #ededed url(../images/bg-top.png) left bottom repeat-x;
	overflow: hidden;
}

#middle {
	padding: 0px;
	margin: 0;
	background-color: #ededed;
	min-height: 450px;
	height: auto;
	_height: 450px;
	
}

#bottom {
	height: 126px;
	background: #ededed url(../images/bg-bottom.png) left bottom repeat-x;
	overflow: hidden;
}

a {
	color: #000;
}



h1 {
  font-size: 20px;
  margin: 0 0 15px;

}
h2 {
  font-size: 17px;
}
.cb {
	clear: both;
	height: 1px;
	visibility: hidden;
}

.contentBlock {
	width: 805px;
	margin: 0 auto;
}

.breadCrumbs {
	margin: 0 0 24px 0;
}

p.pages { margin: 10px 0 0;}

.textBlock .photo {
	float: left;
	margin: 0 30px 10px 0;
}
.textBlock p,
.textBlock {
	font-size: 14px;
	color: #444444;
	text-align: justify;
	line-height: 19px;
	margin: 0 0 20px;
}

.textBlock p a {
	color: #3366ff;
}

#searchContainer p,
#searchContainer {
	font-size: 12px;
	line-height: 15px;
}


.articles p {
	text-indent: 20px;
	margin: 0;
}


.bubble {
	width: 236px;
	float: left;
	margin: 0 10px 10px 10px;
}

.bubble .topBubble {
	height: 10px;
	width: 236px;
	background: transparent url(../images/bubble.gif?v=2) 0 0 no-repeat;
}

.bubble .bottomBubble {
	height: 45px;
	width: 236px;
	background: transparent url(../images/bubble.gif?v=2) -472px 0 no-repeat;
	color: #fff;
	text-align: right;
	font-size: 11px;
}

.bubble p {
	width: 236px;
	background: transparent url(../images/bubble.gif?v=2) -236px 0 no-repeat;
	margin: 0;
}

.bubble p strong {
    display: block;
	color: #fff;
	margin: 0 10px;
	width: 200px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	font-family: "Times New Roman";
	font-size: 15px;
	line-height: 21px;
}

.bubble .bottomBubble span {
	margin-right: 25px;
}

.contactBlock {
	
	float: right;
	margin: 20px 0 0;
}

.adressBlock {
	float: left;
	margin: 20px 0 0;
}

#bottom p {
	color: #fff;
	margin: 5px 0 0 0;
}

#bottom h3 {
	color: #fff;
	font-weight: normal;
	margin: 0;
	font-size: 18px;
	text-decoration: underline;
}

.portals {
	height: 68px;
	width: 805px;
	padding: 0;
	margin: 0;
}

.portals li{
	height: 68px;
	width: 266px;
	float: left;
	display: block;
	margin: 12px 2px 0 0;
}

.portals li a {
	height: 68px;
	width: 266px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
}

.portals li.fleet a {
	background: transparent url(../images/menu.png?v=2) 0 0 no-repeat;
}

.portals li.fw a {
	background: transparent url(../images/menu.png?v=2) 0 -72px no-repeat;
}
.portals li.fwcz a {
	background: transparent url(../images/menu.png?v=2) 0 -144px no-repeat;
}


.menu,
.menuSix {
	height: 37px;
	width: 805px;
	padding: 0;
	margin: 0;
}

.menu li{
	height: 37px;
	width: 161px;
	float: left;
	display: block;
}

.menu li a {
	height: 37px;
	width: 161px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 37px;
	text-decoration:none;
}

.menu li a {
	background: transparent url(../images/menu.png?v=2) 0 -216px no-repeat;
}

.menu li a:hover,
.menu li.active a {
	background: transparent url(../images/menu.png?v=2) 0 -257px no-repeat;
	color: #2785dc;
}

.menuSix li{
	height: 37px;
	width: 134px;
	float: left;
	display: block;
}

.menuSix li a {
	height: 37px;
	width: 134px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 37px;
	text-decoration:none;
}

.menuSix li a {
	background: transparent url(../images/menu.png?v=2) 0 -298px no-repeat;
}

.menuSix li a:hover,
.menuSix li.active a {
	background: transparent url(../images/menu.png?v=2) 0 -339px no-repeat;
	color: #2785dc;
}

.rightMenu {
	float: right;
	width: 250px;
}

.rightMenuThin {
	float: right;
	width: 180px;
}


.rightMenu .active {
	font-weight: bold;
}

.searchBlock {
	float: left;
	width: 525px;
}

.searchBlockWide {
	float: left;
	width: 605px;
}

.searchBlock fieldset {
  width: 70%;
}
fieldset {
  border: 1px solid #ccc;
  margin: 15px 0;
  max-width: 400px;
}

fieldset label {
  display: inline-block;
  width: 120px;
  font-size: 12px;
  color: #000;
  margin: 2px 0;
}

fieldset input {
  width: 120px;
  border: 1px solid #ccc;
  height: 18px;
  margin: 2px 0;
}

.submit {
  width: 120px;
  color: #000;
  background-color: #ccc;
  cursor: pointer;
  border: 1px solid #555;
  height: 20px;
}

.blueFrame {
  padding: 10px;
  background-color: #1a6dbb;
  margin: 10px 0;
  color: #fff;
  font-size: 12px;
}

.blueFrame input,
.blueFrame select {
/*	background-color: #fff;   */
}

.blueFrame #q {
  width: 250px;
}

.calendar {
  background-color: #ccc;
   font-size: 12px;
   text-align: center;
   width: 100%;
}
.calendar th {
  font-weight: bold;

  color: #fff;
  background-color: #1a6dbb;
}

.calendar span {
  height: 100%;
  width: 100%;
  display: block;
  background-color: #c2d6e9;
}

.calendar i {
  font-style: italic;
  color: #aaa;
}

.calendar strong a {
  height: 100%;
  width: 100%;
  display: block;
  background-color: #5e768c;
  color: #fff;
}

.calendar .monthName {
  font-size: 15px;
  font-weight: bold;
}

#searchContainer table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: rgb(255, 250, 250);
  font-size: 12px;
}
#searchContainer table th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: #435869;
	color: #fff;

}
#searchContainer table td {
	border-width: 1px;
	padding: 3px 10px;
	border-style: inset;
	border-color: gray;
	background-color: white;

}
#searchContainer textarea {
	width: 100% !important;
	min-height: 50px;
}

.yearsArchive a {
  display: block;
  float: left;
  width: 70px;
  height: 25px;
  margin: 5px;
  line-height: 25px;
  text-align: center;
  border:1px solid #ccc;
}

.yearsArchive a:hover {
  background-color: #ccc;
}




.leftBlock {
	float: left;
	width: 525px;
}

.leftBlock table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: rgb(255, 250, 250);
  font-size: 12px;
  width: 500px;
}
.leftBlock table th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: #435869;
	color: #fff;
	text-align: center;

}
.leftBlock table td {
	border-width: 1px;
	padding: 3px 10px;
	border-style: inset;
	border-color: gray;
	background-color: white;

}

.leftBlock table td.date {
	width: 40px; 

}

.leftBlock table td.icon {
	width: 30px; 
	text-align: center;

}

.leftBlock table td.name {
	width: 430px; 

}

.leftBlock table td.issue {
	width: 160px; 

}

.leftBlock table td.show {
	width: 160px; 

}

.leftBlock table td.day {
	width: 70px; 

}

.leftBlock table td.name span {
	font-size: 11px;
	color: #aaa;

}


label.error {
    font-size: 11px;
    color: red;
    padding: 0 5px;
    position: relative;
    top: -2px;
    width: 300px;
}

#loginForm label.error {
    width: 200px;
}

.frontError {
    padding: 5px;
    border: 1px solid #ff0000;
    background: #ffd3d3;
    font:  14px Arial;
    text-align: center;               
}

.errorLabel {
    font-weight: bold;
    color: red;
}
.twtr-tweet-text p {
    text-align: left !important;
}



#nonAccess {
    width: 390px;
    height: 330px;
    border: 1px solid #000000;
    background-color: #fff;
    z-index: 50;
    display: none;
}


#nonAccess h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 40px 25px 25px;
    color: #4f4f4f;
}

#nonAccess p {
    font-size: 16px;
    color: #4f4f4f;
    text-align: left;
	line-height: 22px;
	margin: 0 25px 15px;
}

#nonAccess .closeButton {
    height: 17px;
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    font-size: 11px;
    padding: 0 17px 0 0 ;
    background: #fff url(../images/close.png?v=2) right 0 no-repeat;
    text-decoration: none;
    color: #ED1C24;
    line-height: 17px;
}

#nonAccess .closeButton:hover {
    background: #fff url(../images/close.png?v=2) right -17px no-repeat;
    color: #000;
}

.blackLayer {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent url(../images/opacity.png);
    z-index: 5;
    display: none;
    
}

.fridayEdition .loginInfo {
	display:inline-block;
	width: 410px;
	padding: 10px;
	position:relative;
}

.fridayEdition .loginInfo .button {
	width: 287px;
	height: 44px;
	background: transparent url(../images/button-blue.png?v=5);
	z-index: 20;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 44px;
}

.blueFrame label {
	text-align: left !important;
	width: 141px;
	display: inline-block;
}
/*
.centered {
	padding: 100px 0 0 0;
}
*/
.systemPage a,
.shortBlock a {
	color: #2785dc;
}


.systemPage ,
.shortBlock {
	width: 450px;
	/*padding: 100px 0 0 0;*/
	font-size: 16px;
	line-height: 22px;
}

.rightMenu .twtr-widget p {
	font-size: 12px !important;
}