﻿/*RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END RESET CSS*/

body {
    color: #555555;
    font-family: Calibri,Helvetica,Arial,Verdana,sans-serif !important;
    font-size: 17px;
    line-height: 21px;
    background: #FFFFFF;
    padding: 0 7px;
}
input, textarea
{
    border: solid  1px #beb2a7; 
}
a {
    text-decoration: none;
}
p
{
    padding-bottom: 8px;
    text-align: justify;
}
table tr th p,
table tr td p
{
    text-indent: 0px;
    text-align: center;
}
a:link, a:visited, a:hover 
{
    color: #7C1121;
    outline-style: none;
    outline-color: invert;
    outline-width: medium;
}
.left
{
    float: left !important;
}
.right
{
    float: right !important;
}
.button
{
    background: url('/Images/btn-gold-main-bg.png') no-repeat scroll left top transparent !important;
    color: #222222;
    display: inline-block;
    height: 21px;
    margin-right: 3px;
    overflow: visible;
    position: relative;
    text-decoration: none !important;
    vertical-align: bottom;
    z-index: 3;
    cursor: pointer;
}
.button em
{
    background: url("/Images/btn-gold-main-bg.png") no-repeat scroll right top transparent;
    height: 21px;
    left: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 3px;
}
.button span.title{
    color: #222222;
    display: inline-block;
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    *line-height: 12px;
    margin: 4px 4px 0 7px;
    *margin-top: 2px;
}
.button:hover
{
    background: url("/Images/btn-gold-main-bg.png") no-repeat scroll left bottom transparent !important;
}
.button:hover em
{
    background: url("/Images/btn-gold-main-bg.png") no-repeat scroll right bottom transparent;
}
.button[disabled="disabled"]:hover
{
    background: url('/Images/btn-gold-main-bg.png') no-repeat scroll left top transparent !important;
    color: #c3c3c3;
    cursor: default !important;
}
.button[disabled="disabled"]:hover em
{
    background: url("/Images/btn-gold-main-bg.png") no-repeat scroll right top transparent;
}
.button[disabled="disabled"] span.title
{
    color: #939393 !important;
}
div.generalContainer
{
     width: 100%;
     min-width: 1320px;
}
div.mainContainer
{
    min-width:1000px;
    text-align: center;
}
div.centralContainer
{
    min-height: 400px;
    min-width: 952px;
    text-align: left;
}
div.centralContainerMain
{
    position: relative;
    display: inline-block;
    min-width: 1024px;
    width: 100%;
    margin-bottom: 2px;
    margin-left: -1px;
}
h1
{
    color: #7C1121;
    font-size: 28px;
    line-height: 30px;
    padding: 0 0 20px 0;
}
h2
{
    color: #7C1121;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    padding: 3px 0 10px 0;
}
h3
{
    color: #222222;
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
input[type="checkbox"]
{
    background: #FFFFFF !important;
    height: 13px !important;
    width: 13px !important;
}

/* top */
div.headerContainer
{
    height: 90px;
    position: relative;
    margin-bottom: 8px;
}
div.preHeaderContainer
{
    height: 16px;
    position: relative;
}
div.headerRight
{
    width: 732px;
    float: right;
}
div.headerRightTop
{
    width: 100%;
    float: left;
    height: 140px;
    position: relative;
}
div.welcomeContainer
{
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-weight: normal;
    font-size: 15px;
    z-index: 10;
}
div.welcomeContainer a.lsLogin
{
    float:right;
}
div.languagesCotainer
{
    overflow: hidden;
    padding-top: 10px;
    width:100%;
    position: relative;
    z-index: 10;
}
div.languagesCotainer ul
{
    float:right;
    margin: 0;
    padding: 0;
    list-style: none;
}
div.languagesCotainer li
{
    float: left;
    padding: 4px;
}
div.languagesCotainer li.selected
{
    background: url('/Images/lang_bg.png');
}
div.languagesCotainer li a
{
    float: left;
}
div.header
{
    margin: 0 auto;
    min-width: 994px;
    width: 100%;
    padding: 10px 0 10px 0;
    display: inline-block;
    background: #7C1121;
    position: relative;
}
div.preHeader
{
    margin: 0 auto;
    min-width: 992px;
    padding: 4px 0 4px 0;
    overflow: hidden;
    position: relative;
}
div.preHeader .googlePlusOneFaceBook
{
    padding: 0;
    margin-top: -13px;
    float: right;
    *width: 345px;
}
:root div.preHeader .googlePlusOneFaceBook span.facebook iframe
{
     height:21px \0/IE9; 
}
div.preHeader .googlePlusOneFaceBook .google
{
    width: 70px;
}
div.preHeader .googlePlusOneFaceBook .facebook
{
    width: 130px;
}
.linkedinButton
{
    float: right;
    margin-top: 8px;
    padding-left: 8px;
    text-align: left;
    width: 134px;
}
div.preHeader .home2link,
div.preHeader .maillink
{
    float: right;
    margin-right: 10px;
    margin-top: -1px;
}
div.loginControl
{
    max-width:350px;
    color: blue;
    font-weight: bold;
    font-size: 13px;
    float: right;
    margin-top: 32px;
    padding: 10px 10px 0 10px;
    position: relative;
}
div.loginControlBG
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 73px;
    -moz-opacity: 0.70;
    opacity: 0.70;
    /*background: #FFFFFF;*/
    z-index: 5;
    *filter: alpha(opacity=70);
}
@media \0screen {
  div.loginControlBG { filter: alpha(opacity=70); }
}
div.loginControl a
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
div.logo, div.logo2, div.logo2 a
{
    float: left;
    padding-left: 5px;
}
div.logo a
{
    float: left;
}
div.logo div
{
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 36px;
    padding-left: 12px;
    padding-top: 42px;
}
div.logo img
{
    max-width: 115px;
}
.underLogoText
{
    float: left;
    font-size: 26px;
    font-weight: bold;
    margin-top: -21px;
    padding-left: 17px;
    width: 100%;
    color: #43440C;
    text-align: left;
}
.upLogoText
{
    color: #43440C;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 10px;
    margin-top: -115px;
    padding-right: 300px;
    text-align: right;
    width: 330px;
}
/* end top */


/* main container */
div.mainContainer img
{
    /*-moz-box-shadow: 5px 5px 5px rgba(148,188,188,0.4);
    -webkit-box-shadow: 5px 5px 5px rgba(148,188,188,0.4);
    box-shadow: 5px 5px 5px rgba(148,188,188,0.4);*/
}
div.mainLeft
{
    float: left;
}
#contentPage
{
    padding: 0 10px;
}
#contentPage ul
{
    list-style-type:disc;
    padding-bottom: 10px;
    padding-left: 30px;
}
#contentPage ul li
{
    padding-bottom: 8px;
    text-align: justify;
}

#contentPage ul ul
{
    padding-bottom: 0px;
    text-align: justify;
}

div.main
{
    overflow: hidden;
    min-width:660px;
}
div.mainLogin
{
    margin: 0 auto;
}
div.panelContainer
{
    margin: 0 auto;
}
#contentLeft /*div.siteContentContainerRight*/
{
    width: 214px;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #DEDEDE;
}
#contentRight /*div.siteContentContainerLeft*/
{
    width: 717px;
    float: left;
}
#contentRight #contentPage,
#contentRight #News
{
    padding-right: 0;
    padding-left: 20px;
}
.siteContentContainerLeft
{
    min-height: 10px;
    float: left;
}
.siteContentContainerLeft ul.leftMenu
{
    float: left;
    width: 100%;
    /*background: url('/Images/menu_background.png') no-repeat top right;*/
}

.siteContentContainerLeft h2
{
}
/* end main container */

/* main menu*/
.mainMenu
{
    display: inline-block;
    min-height: 18px;
    padding-left: 10px;
    position: relative;
    width: 800px;
    font-size:17px;
    font-family: Calibri,Helvetica,Arial,Verdana,sans-serif;
}
.mainMenuMain
{
    display: inline-block;
    position: relative;
    max-width: 810px;
    position: absolute;
    top: 85px;
    right: 10px;
    float: right;
}
.yellowFirst
{
    color: #DDBD7E;
}
.yellowFirst
{
    color: #DDBD7E;
}
.mainMenuBottom
{
    width: 992px;
    height: 4px;
    float: right;
    background: transparent url('/Images/menu_bottom_bg.png') repeat-x bottom left;
    position: absolute;
    display: none;
}
.mainMenu ul
{
    float: right;
}
.mainMenu ul li.firstLevel
{
   float: left;
   padding: 0 4px 0 8px;
}
.mainMenu ul li.firstLevel a
{
    color: #ffffff;
}
.mainMenu ul li.firstLevel a:hover
{
    color: #c3c3c3;
}
.mainMenu ul li.firstLevel a.selected
{
    /*font-weight: bold;*/
    border-bottom: 0;
}
.mainMenu ul li.firstLevel ul
{
    display: none;
    background: #7C1121;/*url('/Images/menu_bg.png') no-repeat top left;*/
    margin-top: 20px;
    padding: 7px 0;
    position: absolute;
    top: 0;
    width: auto;
    *margin-left: -200px;
    z-index: 1;
}
.mainMenu ul li.secondLevel
{
    font-size: 16px;
    padding: 3px 10px;
    text-align: left;
}
.mainMenu ul li.secondLevel a
{
   color: #ffffff;
   /*border-bottom: 1px dotted #A4A4A4;*/
}
/* end main menu*/
/* left menu*/
#contentLeft ul a
{
    font-size: 18px;
    float: left;
    color: #7C1121;
    width: 100%;
    /*margin-left: -10px;
    padding-left: 10px !important;*/
    border-bottom: 1px solid #FEFFFF;
}
#contentLeft ul a:hover
{
    /*background: #FEDDAB;*/
    color: #535353;
}
#contentLeft ul a.selected
{
    color: #9A6C13;
}
#contentLeft li.firstLevel,
#contentLeft li.secondLevel
{
    width: 100%;
    *width: 240px;
    float: left;
}
#contentLeft li.firstLevel a.firstLevel
{
    padding: 5px 0 5px 0;
}
#contentLeft li.secondLevel a.secondLevel 
{
    padding: 2px 0 2px 20px !important;
    font-size: 14px;
}
#contentLeft li.secondLevel a
{
    font-size: 13px;
    width: 230px;
}
/* end menu*/

/* footer */
div.footerContainer
{
    font-size:14px;
    text-align: center;
    width: 100%;
    margin-bottom: 6px;
}
.siteFooterContent .copyLeft
{
    float:left;
    color: #FFFFFF;
    padding: 10px 0 10px 10px;
}
.siteFooterContent .copyRight
{
    float:right;
    padding: 10px 5px 10px 0px;
}
.siteFooterContent a
{
    color: #FFFFFF;
}
.siteFooterContent li.firstLevel
{
    padding: 0 5px 0 5px;
    float: left;
}
div.footer
{
    min-width: 994px;
    width: 100%;
    display: inline-block;
    background: #7C1121;
    font-size: 16px;
}
.googlePlusOneFaceBook
{
    display:inline-block;
    *float:right;
    padding: 2px 20px 0 40px;
}
.googlePlusOneFaceBook .mageby
{
    padding-top: 3px;
    padding-right: 30px;
    float: left;
    display:block;
}
.googlePlusOneFaceBook .google
{
    padding-top: 8px;
    float: left;
    display:block;
}
.googlePlusOneFaceBook .facebook
{
    padding-top: 8px;
    float: left;
    display:block;
}
.googlePlusOneFaceBook .rambler
{
    padding-top: 3px;
    float: left;
    display:block;
}
.bottom0
{
    position: absolute;
    bottom: 0;
}
/* end footer */

/* login */
div.loginContainer
{
    width: 400px;
    font-size: 14px;
    overflow: hidden;
    padding-top: 150px;
}
div.loginContainer h1
{
    padding-left: 32px;
}
div.loginContainer label em
{
    font-style: normal;
}
div.loginContainer label
{
    width: 80px;
    display: block;
    float: left;
    padding-top: 5px;
}
div.loginContainer span
{
    padding-left:4px;
}
div.loginContainer input[type="text"], div.loginContainer input[type="password"]
{
    height: 20px;
    width: 270px;
    line-height: 20px;
    padding-left: 3px;
}
div.AspNet-Login-UserPanel, div.AspNet-Login-PasswordPanel
{
    padding-bottom: 15px;
    width: 370px;
    float: left;
}
div.AspNet-Login-RememberMePanel
{
    padding-top: 3px;
    float: left;
}
div.AspNet-Login-RememberMePanel label
{
    width: 150px !important;
    padding-top: 0 !important;
}
div.AspNet-Login-RememberMePanel input
{
    margin-left: 78px !important;
    width: 20px !important;
    height: 13px !important;
    float: left !important;
    background: #EDEDED;
    border: none;
}
div.AspNet-Login-FailurePanel
{
    width: 100%;
    padding-left: 80px;
    font-size: 10px;
    color: Red;
    float: left;
}
div.AspNet-Login-SubmitPanel
{
    float: right;
    height: 30px;
    padding-top: 10px;
    *padding-bottom: 10px;
    width: 71px;
}
div.AspNet-Login
{
    float: left;
    padding-left: 35px;
}
/* Register Container */
.registerContainer 
{
    width: 390px;
    font-size: 15px;
    float: left;
}
.forgotPasswordContainer
{
    width: 100%;
    padding-top: 5px;
}
.forgotPasswordContainer p
{
    float: left;
}

.registerSubmitButtonContainer
{
    width: 379px;
    float: left;
    text-align: right;
    margin-top: 10px;
}
.registerContainer label{
    display: block;
    float: left;
    width: 135px;
    padding-right: 5px;
    line-height: 18px;
}
.registerContainer input.textEntry,
.registerContainer input.passwordEntry
{
    height: 16px;
    line-height: 16px;
    padding-left: 3px;
    padding-right: 3px;
    width: 231px;
}
.registerContainer select.textEntry
{
    height: 18px;
    line-height: 18px;
    padding-left: 3px;
    width: 239px;
}

.registerContainer p
{
    position: relative;
    padding-bottom: 8px;
    width: 100%;
    float: left;
}
/*Message form*/
div.formRow
{
    width: 650px;
    padding-bottom: 10px;
    overflow: hidden;
}
div.buttonRow
{
    width: 650px;
    overflow: hidden;
}
div.buttonRow a
{
    float: right;
    margin-right: 18px;
}
div.messageForm label
{
    width: 130px;
    float: left;
}
div.messageForm span.decorInput
{
    width: 300px;
    float: left;
}
div.messageForm input
{
    width: 500px;
}
div.messageForm textarea
{
    width: 500px;
    height: 300px;
}
.errorMesage
{
    color: Red;
}
.errorMesage span
{
   color: Red; 
   background: url("/Images/iconErrorSmall.png") no-repeat scroll left 8px transparent !important;
   clear: both;
   float: left;
   padding: 5px 0 10px 20px;
}


/*Old Messages*/
div.oldMessageLine
{
    width: 100%;
    float:left;
    padding-top: 2px;
    padding-bottom: 2px;
}
div.oldMessageTitle
{
    float:left;
    width: 100%;
    padding-bottom: 3px;
}
div.oldMessageTitle a
{
    color: #000000;
    width: 234px;
    margin-left: 16px;
    float: left;
}
div.oldMessageTitle a:hover
{
    text-decoration: underline;
}
div.oldMessageTheme
{
    width: 100%;
    float:left;
    font-weight: bold;
    padding-bottom: 5px;
}

div.oldMessageTheme .plus
{
    height: 13px;
    width: 13px;
    display: inline-block;
    padding-right:2px;
    cursor: pointer
}

div.oldMessageDate
{
    background: url("/Images/dateCreate_bg.jpg") no-repeat scroll right bottom #E1A364;
    height: 22px;
    margin-left: 16px;
    position: relative;
    text-align: center;
    width: 75px;
    line-height: 19px;
}
div.oldMessageContainer
{
    width: 100%;
    padding-bottom: 10px;
    float: left;
}
div.oldMessagesByTheme
{
    float:left;
    width: 100%;
    display: none;
}
.messageContainer
{
    width: 100%;
    float: left;
}
.messageContainer 
{
    width: 100%;
    float: left;
}
.messageContainer .leftContent
{
    width: 25%;
    float: left;
}
.messageContainer .rightContent
{
    width: 75%;
    float: left;
}
.messageContainer .itemLine
{
    padding:10px;
    overflow: hidden;
}
.messageContainer .title
{
    width: 120px;
    float: left;
}
.messageContainer .data
{
    font-weight: bold;
    
}
.messageContainer .itemTitle
{
    padding:10px;
}
.messageContainer .itemBody
{
    padding:10px;
}

/*Search*/
.searchboxContainer
{
    float: right;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 200px;
    border: 1px solid #BEB2A7;
    background: #FFFFFF;
}
.searchItemContainer
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}
.serchButton
{
    background: url("/Images/search_box.png") no-repeat right top;
    height: 16px;
    width: 17px;
    position: absolute;
    top: 1px;
    right: 1px;
}

.searchItemUrl
{
    color:#009933;
}
.searchboxContainer input
{
    color: #43440C;
    border: none;
    width: 175px;
    padding-left: 5px;
    float: left;
    background: transparent;
    height: 16px;
}
.searchboxContainer a
{
    color: #FFFFFF;
    font-weight: bold;
}
.searchItemTitle
{
    font-size: 18px;
}
#pageNotFound
{
    padding-left: 10px;
}

a.doc
{
    background: url(/Images/word.gif) left top no-repeat;
    padding-left: 20px;
}
a.rar
{
    background: url(/Images/rar.gif) left top no-repeat;
    padding-left: 20px;
}
a.xls
{
    background: url(/Images/xls.gif) left top no-repeat;
    padding-left: 20px;
}
a.pdf
{
    background: url(/Images/pdf.gif) left top no-repeat;
    padding-left: 20px;
}
.errorEmail {
    bottom: -6px;
    font-size: 12px !important;
    font-weight: normal !important;
    left: 147px;
    position: absolute;
    width: 270px;
}
.errorDate {
    bottom: -18px;
    font-size: 12px !important;
    font-weight: normal !important;
    left: 58px;
    position: absolute;
    width: 270px;
}

#contactUs
{
    padding: 0 10px;
}
.contentBodyLeft
{
    position: relative;
}
.withContactForm .contentBodyLeft 
{
    width: 35%;
    float:left;
}
.withContactForm .contactUsMailForm
{
    width: 65%;
    float:left;
}
.contactUsHeader, .googleMapsAndContactForm
{
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.contactUsGoogleMaps
{
    width: 55%;
    float: right;
}
.contactUsMailForm, .sendOkPanel
{
    width: 100%;
    float: left;
}
.withContactForm .contactUsMailForm,
.withContactForm .sendOkPanel
{
    width: 65%;
    float: left;
}
.contactUsMailForm .contactFormLine
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}
.contactUsMailForm .contactFormLine .errorRequired
{
    position: absolute;
    top: 2px;
    right: -8px;
    color: Red;
}
.contactUsMailForm .headerLine
{
    margin-bottom: 20px;
    font-weight: bold;
}
.contactUsMailForm .contactSendButtonLine
{
    margin-bottom: 0;
}
.contactUsMailForm .errorEmail
{
    bottom: -14px;
    font-size: 12px !important;
    font-weight: normal !important;
    left: 157px;
    position: absolute;
}
.contactUsMailForm .contactFormLine span
{
    float: left;
    font-size: 16px;
}
.contactUsMailForm .contactFormLine input
{
    float: right;
    width: 291px;
    padding-left: 5px;
    padding-right: 5px;
}
.contactUsMailForm .contactFormLine textarea
{
    float: right;
    height: 219px;
    width: 295px;
    padding-left:5px;
}
.contactUsMailForm .button
{
    float: right;
}
.sendOkPanel span
{
    color: #22aa22;
    background: url("/Images/iconOkSmall.png") no-repeat scroll left 8px transparent !important;
    clear: both;
    float: left;
    padding: 5px 0 10px 20px;
}
#mapgoogle 
{
    width: 100%; 
    height: 400px;
}
.zoomLupa
{
    background: url(/Images/zoom-in-icon.png) left top no-repeat;
    position: absolute;
    height: 24px;
    width: 24px;
    right: 2px;
    bottom: 3px;
    cursor: pointer;
}
.popup
{
    display: none;
    position: absolute;
    margin: 0 auto;
    z-index: 10010;
    width: 100%;
    text-align: center;
}
.popupImg
{
    padding: 15px;
    background: #EBF1F1;
    margin: 100px auto 0 auto;
    max-width: 800px;
    position: relative;
}
.popupImg a.closePopup
{
    position: absolute;
    top:-16px;
    right: -16px;
    width: 32px;
    height: 32px;
    background: url(/Images/panelClose.png) left top no-repeat;
    cursor: pointer;
}
.popup img
{
    max-width: 800px;
    max-height: 600px;
}
.overlay
{
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10000;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #ffffff;
    text-align: center;
}
.wrapImage
{
    float: left;
    margin-bottom: 10px;
    margin-left: 216px;
    margin-right: 216px;
    text-align: center;
}
#contentRight .wrapImage
{
    margin-left: 98px;
    margin-right: 98px;
}
/* Login Control */
.loginControlLeft
{
    width: 100%;
    float: left;
}
.loginControlContainer
{
    width: 100%;
    float: left;
}
div.loginControlLeft input[type="text"], div.loginControlLeft input[type="password"]
{
    height: 20px;
    line-height: 20px;
    margin-right: 2px;
    padding-left: 3px;
    width: 173px;
}
div.loginControlLeft label
{
    width: 63px;
    float: left;
}
div.loginControlLeft div.AspNet-Login-UserPanel, div.loginControlLeft div.AspNet-Login-PasswordPanel
{
    padding-bottom: 7px;
    width: 100%;
    float: left;
}
div.loginControlLeft div.AspNet-Login-RememberMePanel
{
    padding-top: 3px;
    float: left;
}
div.loginControlLeft div.AspNet-Login-RememberMePanel label
{
    width: 100px !important;
    padding-top: 0 !important;
}
div.loginControlLeft div.AspNet-Login-RememberMePanel input
{
    margin-left: 60px !important;
    width: 20px !important;
    height: 13px !important;
    float: left !important;
    background: #EDEDED;
    border: none;
}
div.loginControlLeft div.AspNet-Login-FailurePanel
{
    width: 180px;
    padding-left: 65px;
    font-size: 10px;
    color: Red;
    float: left;
}
div.loginControlLeft div.AspNet-Login-SubmitPanel
{
    float: right;
    height: 30px;
    padding-top: 4px;
    *padding-bottom: 10px;
    width: 64px;
}
div.loginControlLeft div.AspNet-Login
{
    float: left;
    padding-left: 0px;
}

/* End Login Control */
input, textarea,
div.centralContainerMain,
div.header,
div.loginControlBG,
div.footer,
.searchboxContainer,
.mainMenu ul li.firstLevel ul
{
    border-radius:6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
/* News */
.lblNewsDate
{
    background: url("/Images/dateCreate_bg.jpg") no-repeat scroll right bottom #DDBD7E;
    font-size: 16px;
    padding: 1px 5px 5px 5px;
    position: relative;
    text-align: center;
    width: 75px;
    float: left;
    margin-right: 128px;
    margin-bottom: 5px;
}
#newsOverviewPage .lblNewsDate
{
    margin-right: 0;
    margin-top: 3px;
} 
.lblNewsShortDescription
{
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
.newsTitleContainer
{
    width: 100%;
    float: left;
}
a.hypNewsTitle
{
    float: right !important;
    padding-left: 10px;
    width: 140px !important;
}
#newsOverviewPage a.hypNewsTitle
{
    width: 538px !important;
    float: left !important;
} 
a.hypNewsImage
{
    float: left;
    max-width: 64px !important;
    max-height: 67px !important;
    padding-top: 3px;
}
a.hypNewsImage img
{
    float: left;
    max-width: 64px;
    max-height: 64px;
}
#newsPage .longDescription img
{
    max-height: 200px;
    max-width: 200px;
    padding-right: 10px;
    float: left;
}
/* End News */
.button_count a.connect_widget_like_button
{
    padding-top: 0;
    padding-bottom: 0;
}


.forgotPassUrl
{
    float: left;
    margin-left: 115px;
    margin-top: -20px;
    *margin-top: -30px;
}
.failureNotification
{
    color: Red;
}

/* ProgressIndicator */
.updateProgressPopup
{
    background-color:#FFFFFF; /* Background-color */
    }
    
.updateProgressPopup
{
    -moz-border-radius:5px; 
    border-radius:5px; 
    -webkit-box-shadow: 0px 3px 3px #cececc; 
    -moz-box-shadow: 0px 3px 3px #cececc; 
    box-shadow: 0px 3px 3px #cececc;
  	float:left;
	padding:20px;
	z-index:100;
	width:560px;
    position: fixed;
	z-index: 100003;
	margin-left: -100px;
	margin-top: -50px;
	top: 50%;
	left: 50%;
	z-index: 1000004;
	width: 150px;
	text-align: center;
    }

.updateProgressPopup .imgProgress,
.updateProgressPopup .lblProgress{
    margin:0 auto;
    }

.updateProgressPopup .controlContentContainer{
	min-height:1px !important;
	display: block;
	float: left;
	width: 100% !important;
	}

.updateProgressPopup p{
	font-weight: bold;
	width:100%;
	text-align:center;
	}

.UpdateProgressHideSelect 
{
    display: none;
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
    filterrogidXImageTransform.Microsoft.Alpha(opacity=30); /* IE 5.5+*/
    filter: alpha(opacity=30);
    -moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.3; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1000000;
}

.mainTable
{
    width: 100%;
    float: left;
    font-size: 12px;
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    background: #CCCCCC;
    margin-bottom: 8px;
}
.taskTitle, .timeTitle, .taskName, .taskRuling, .btnForwardBack, .toolTipContainer
{
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    line-height: 17px;
    float: left;
}
.timeLineBox
{
    border-right: 1px solid #e3e3e3;
    line-height: 17px;
    float: left;
}
.timeScaleContainer
{
    border-bottom: 1px solid #e3e3e3;
    height: 18px;
    background: #c3c3c3 !important;
}
.timeLine
{
    width: 100%;
    float: left;
    border: none !important;
    padding: 0 !important;
}
.timeTitle
{
    width: 37px;
    background: #7C1121;
    color: #ffffff;
    line-height: 18px;
    height: 18px;
    text-align: center;
}
.taskName
{
    line-height: 18px;
    height: 18px;
    background: #7C1121;
    color: #ffffff;
    padding: 0 3px;
    float: none;
    overflow: hidden;
}
.btnForwardBack, .taskTitles, .timeScaleContainer
{
    width: 988px;
    float: right !important;
    text-align: center;
}
.taskRuling
{
    padding: 0 3px;
    float: none;
    overflow: hidden;
}
.nameTr
{
    background: #EBE9E8;
}
.even div
{
    background: #F3F2F1;
}
.odd div
{
    background: #FFFFFF;
}
.timeLineBox
{
    width: 18px;
    height: 18px;
    position: relative;
}
.cycle
{
    background: transparent url('/Images/cycle.png') no-repeat 1px 1px;
    position: absolute;
    right: 1px;
    top: 0;
    height: 11px;
    width: 11px;
    z-index: 10;
}
.currentDateLabel
{
    display: inline-block;
}
.status1
{
    background: gray !important;
}
.status2
{
    background: green !important;
}
.status3
{
    background: blue !important;
}
.status4
{
    background: red !important;
}
.status5
{
    background: Magenta !important;
}
.status6
{
    background: Pink !important;
}
.status7
{
    background: Orange !important;
}
.status8
{
    background: MediumPurple !important;
}
.history .status1, .history .status2, .history .status3, .history .status4, .history .status5, .history .status6, .history .status7, .history .status8 
{
    height: 16px;
    width: 16px;
    display: inline-block;
    border: 1px solid #222222;
    float: left;
    line-height: 13px;
    color: #000000;
}
.history .blinked
{
    text-decoration:blink;
}
.history .title
{
    padding: 0 10px 0 5px;
    float: left;
    margin-top: -2px;
}
.taskTitle
{
    float: none;
    overflow: hidden;
    line-height: 18px;
    height: 18px;
    padding: 0 0 0 2px;
    border-right: 0;
}
.toolTipContainer
{
    float: right;
    line-height: 18px;
    height: 18px;
}
a.toolTip
{
    cursor: pointer;
    width:16px !important;
    height:16px;
    background-image: url('/Images/iconTipSmall.png');
    background-position: 0 0;
    margin: 1px 1px 0 1px;
    float: right;
}
td.toolTip
{
    cursor: pointer;
    width:10px;
    height:16px;
    background: transparent url('/Images/iconTipSmall.png') no-repeat;
}
.contactUsHeader table, .contactUsHeader table td
{
    border: 0;
    font-size: 15px;
}
.buttonsLine
{
    margin-top: 10px;
    float:left;
}
.controlItems
{
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 100%;
    top: -41px;
    left: 0;
    color: #ffffff;
    font-size: 15px;
}
.historyContainer
{
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 100%;
    top: -66px;
    left: 0;
    color: #ffffff;
    font-size: 15px;
}
.history
{
    display: inline-block;
}
.choosenDate
{
    width: 100px;
}
.buttonForward
{
    padding: 0 10px 0 10px;
    float: right;
}
.buttonBack
{
    padding: 0 10px 0 10px;
    float: left;
}
a.openMessage
{
    width: 100%;
    height: 100%;
    float: left;
    font-size: 0px;
    position: relative;
    z-index: 20;
}
a.messagesExist, a.messagesIsError
{
    background-position: 0 6px;
    background-repeat: no-repeat;
}
a.messagesExist
{
    background-image: url('/Images/mailwhite.png');
}
a.messagesIsError
{
    background-image: url('/Images/mailred.png');
}
div.messageTitle
{
    width: 100%;
    float: left;
    margin: 0 0 8px 0;
    border: 1px solid #E3E3E3; 
}
div.messageTitle label, div.messageTitle span
{
    float: left;
    padding-left: 10px;
}
div.messageTitle label
{
    font-weight: bold;
}
div.messageBodyContainer
{
    width: 100%;
    float: left;
    margin-bottom: 8px;
    border: 1px solid #E3E3E3;
}
div.messageBody
{
    padding: 10px;
}

div.message
{
    font-size: 14px;
}
.taskTitle a, .taskTitle span
{
    float: none;
    font-size: 12px;
    width: auto;
}
.taskTitle span.separator
{
    font-size: 10px;
    border-right: 1px solid #777777;
    margin-left: 3px;
}
.siteFooterContent .usersOnline
{
    padding-left:30px;
}
.manageLine
{
    width: 100%;
    float: left;
}
.manageLine *
{
    margin-right: 5px;
}
.manageLine label
{
    width: 160px;
    float: left;
    line-height:15px;
    font-size: 15px;
}
.manageLine select
{
    width: 200px;
    float: left;
}
.manageLine input
{
    width: 200px;
    float: left;
}
.taskDescr input
{
    width: 405px;
}
.сycleHours 
{
    width: 100%;
    display: inline-block;
}
div.сycleHours 
{
    padding-bottom: 8px;
}
.сycleHours input
{
    width: 30px;
}
.errorPopup .updateProgressPopup
{
    background: #7C1121;
    color: #ffffff;
    cursor: pointer;
}
.messageLine
{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.messageLine .register
{
    display: inline-block;
    margin-top: 5px;
}
.stopReactPopup .updateProgressPopup
{
    width: 400px;
    background: #c3c3c3;
}
.stopReactPopup .updateProgressPopup p
{
    text-align: left;
}
.stopReactPopup .updateProgressPopup p label
{
    width: 100px;
    float: left;
}
.stopReactPopup .updateProgressPopup p input
{
    width: 288px;
    float: left;
}
.stopReactPopup .updateProgressPopup p textarea
{
    width: 288px;
    float: left;
    margin-bottom: 10px;
    height: 150px;
}
.addUsersUrl
{
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;
    z-index: 1;
}
.addUsersUrl a
{
    color: White;
    font-size: 15px;
    font-weight: bold;
}
#operatorsPage .controlContentContainer
{
    width: 400px;
}
.cuttentTime
{
    background-image: url('/Images/current_time_bg.png') !important;
}
.emailsNumber
{
    height: 11px;
    width: 15px;
    position: absolute;
    top: 0;
    left: 1px;
    text-align: left;
    line-height: 8px;
    font-size: 11px;
    color: #ffffff;
    z-index: 10;
}
.delimeter
{
    padding-bottom: 2px !important;
}
a.toolTipPrior
{
    background-position: 0 16px;
}
span.orderArrows
{
    width:11px;
    height:16px;
    display: inline-block;
    padding-top: 1px;
    float: left;
    padding-right: 2px;
}
a.arrows
{
    background-image: url('/Images/arrows.png');
    height: 8px;
    width: 11px;
    display: inline-block;
}
a.arrowBottom
{
    background-position: 0 8px;
}
.labelInside
{
    width: 90px !important;
    padding-left: 10px;
}
.middleInput
{
    width: 478px !important;
}
textarea.middleInput
{
    height: 200px;
}
.mailBlock
{
    width: 605px;
    margin: 0;
    display: inline-block;
}
.mailStringBlock > input, .mailStringBlock > label, .mailStringBlock > span
{
    float: left;
}
.mailStringBlock
{
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
.operatorContainer
{
    position: absolute;
    width: 100%;
    top: 4px;
    text-align: center;
}
.operatorContainer span
{
    padding-right: 5px;
    color: #FFFFFF;
    font-size: 14px;
}
.operatorContainer select
{
    min-width: 50px;
}
.tasksContainer
{
    overflow: auto;
    width: 100%;
    display: inline-block;
}
.timeLineHeader
{
    display: inline-block;
    margin-right: 17px;
}
.stat-cnt
{
    width: 100%;
    float: left;
}
.stat-filters
{
    margin-top: 20px;
    width: 100%;
    float: left;
}
.stat-filter
{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.stat-filter label {
    float: left;
    font-size: 15px;
    line-height: 15px;
    width: 125px;
}
.stat-filter select {
    float: left;
    font-size: 14px;
    line-height: 15px;
    width: 255px;
}
.stat-btn-cnt
{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.chart-wrapper
{
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    font-size: 15px;
}
.chart-container
{
    float: left;
    margin-right: 10px;
}
.chart-data
{
    overflow: hidden;
}
.chart-data-line
{
    width: 100%;
    min-width: 225px;
    float: left;
    margin-bottom: 5px;
}
.chart-data-line label
{
    width: 105px;
    float: left;
}
.cdl-title
{
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
}
.red
{
    color: Red !important;
}
.data-wrapper
{
    width: 100%;
    float: left;
}
.chartValues
{
    border: 1px solid #cccccc;
}
.chartValues td, .chartValues th
{
    padding: 3px;
    border: 1px solid #cccccc;
}
.chartValues th
{
    padding: 1px 3px;
    background: #eeeeee;
    font-weight: bold;
}
.alternative-scale td
{
    background-color: #fee3c6;
}
.only-dev-cnt
{
    padding-bottom: 5px;
}
.activityTable .taskmonitor 
{
    color: Red;
}
.activityTable .tasksmanage 
{
    color: green;
}
.activityTable .statistics
{
    color: blue;
}