/** { outline: 2px dotted red; }
* * { outline: 2px dotted green; }
* * * { outline: 2px dotted orange; }
* * * * { outline: 2px dotted blue; }
* * * * * { outline: 1px solid red; }
* * * * * * { outline: 1px solid green; }
* * * * * * * { outline: 1px solid orange; }
* * * * * * * * { outline: 1px solid blue; }*/

body {
    margin: 0px;
    padding: 0px;
}
img
{
    border-style: none;
}
img.avSmall
{
    width: 50px;
    height: 50px;
}
table, tr, td {
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
    vertical-align: top
}

h3 {
    font-family: Helvetica, Verdana,Tahoma,sans-serif;
    font-size: 1.5em;
    font-weight:normal;
}

input.full {
    width: 100%;
}
span.opinion-title {
    font-family: normal Verdana,Tahoma,sans-serif;
    font-size: 2em;
}
span.opinion-text {
    font-family: normal Verdana,Tahoma,sans-serif;
    font-size: 1em;
    color: #767676;
}

a.top-menu {
    font-family: normal Verdana,Tahoma,sans-serif;
    font-size: 1.2em;
    outline-style: none;
    color: #129cdd;
}
.top-right {
    text-align:right;

}
div.avatar-box {
    margin: 1em;
}
div.username-box {
    font-family: normal Verdana,Tahoma,sans-serif;
    font-size: 1.2em;
}
label.user-property {
    font-family: normal Verdana,Tahoma,sans-serif;
    font-size: 1.2em;
}
#user-left-top {
    margin: 1em;
    text-align: center;
}
div.user-left-top-buttons {

}
span.user-property {
    font-family: normal Verdana,Tahoma,sans-serif;
    font-size: 1.2em;
}
div.user-property-info {
    font-family: normal Verdana,Tahoma,sans-serif;
    font-size: 0.8em;
    margin-top: 1.5em;
}
.user-prop-box {
    margin-top: 3em;
}
.loginBoxInput {
    width: 7em;
}
.loginBoxMain, .loginBoxBottom {
    background-color: #0094da;
    
}
.loginBoxMainForm {
    padding-top: 10px;
    text-align: center;
}
.loginBoxBottom a {
    color: #fff;
    font-size: 0.8em;
}
.loginBoxBottomLink {
    padding-bottom: 5px;
}
.loginBox {
    border-spacing: 0px;
    border-width: 0px;
    border-collapse: collapse;
    border-style: none;
}
.loginBox td {
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    border-style: none;
}
.ustatBox {
    width: 250px;
    border-collapse: collapse;
}
.ustatBox img {
    vertical-align: middle;
}
.ustatBox td {
    font-family: normal Verdana,Tahoma,sans-serif;
    font-size: 1.2em;

}
.regionBox, .regionBox a
,.cityBox, .cityBox a
, .scopeBox, .scopeBox a
, .companyBox, .companyBox a{
    font-size: 0.9em;
    color: #000;
    padding: 0.1em;
}
.cityBox, .cityBox a{
    /*font-weight: bold;*/
}
#regionListBox td {
    vertical-align:top;
}
#regionListBox td {
    padding: 0.5em;
}
.opinionBoxUser {
    text-align: center;
    padding: 1em;
    width: 10em;
}
.opinionBoxContent
, .opinionBoxContent a {
    text-decoration: none;
    color: #000;
    
}
.opinionBoxContentTitle a {
    font-family: normal Verdana,Tahoma,sans-serif;
    font-size: 2em;  
}
.registerBox {
    margin-left: 20%;
    width: 60%;
    padding: 10px;
    text-align: center;
}
.registerBoxContent a {
    font-family: normal Verdana,Tahoma,sans-serif;
    font-size: 2em;
    color: #000;
    padding-left: 1em;
    padding-right: 1em;
}
.actionMenuBoxElement a {
    font-family: normal Verdana,Tahoma,sans-serif;
    font-size: 1em;
    color: #000;
    font-weight: bold;
}
.privateMessages
, .privateMessages td
, .privateMessages a {
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
    color: #fff;
    font-size: 14px;
}
 .privateMessages a {
     padding-left: 3px;
 }
 .privateMessages tr {
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    border-style: none;
    width: 194px;
}
.privateMessages tr.dark {
    background: #0094da;
    height: 2em;
}

.privateMessages tr.light {
    background: #20b1f4;
    height: 2em;
}
.privateMessagesLCorn {

    width: 5px;
    background-image: url('/images/private_messages_lcorn.jpg');
    background-repeat:repeat-y;
}
.privateMessagesLTCorn {

    width: 5px;
    height: 5px;
    background-image: url('/images/private_messages_ltcorn.jpg');
    background-repeat: no-repeat;
}
.privateMessagesRTCorn {

    height: 5px;
    background-image: url('/images/private_messages_rtcorn.jpg');
    background-repeat: no-repeat;
}
.privateMessagesLBCorn {

    width: 5px;
    height: 5px;
    background-image: url('/images/private_messages_lbcorn.jpg');
    background-repeat: no-repeat;
}
.privateMessagesRBCorn {

    height: 5px;
    background-image: url('/images/private_messages_rbcorn.jpg');
    background-repeat: no-repeat;
}
.privateMessagesTCorn {

    height: 5px;
    background-image: url('/images/private_messages_tcorn.jpg');
    background-repeat: repeat-x;
}
.privateMessagesCountCol {
    width: 24px;
    padding: 2px;
    text-align: center;
}
.privateMessagesRCorn {
    text-align: left;
    width: 5px;
    background-image: url('/images/private_messages_rcorn.jpg');
    background-repeat:repeat-y;
}
.commentBox {
    padding: 0.5em;
}
.commentBoxDatetime {
    font-size: 0.8em;
    color: #767676;

}
.commentBoxTitle img {
    width: 20px;
    height: 20px;
}
.commentFormBoxTitle {
    font-family: normal Verdana,Tahoma,sans-serif;
    font-size: 1em;
    color: #000;
    font-weight: bold;
    padding: 0.5em;
}
.opinionBoxContentBPanel {
    width: 100%;
}
.opinionBoxContentBPanelVote {
    
}

.opinionBoxComCount {
    color: #767676;
    font-size: 1em;
    font-family: normal Verdana,Tahoma,sans-serif;
    font-weight: 600;
}
.opinionVoteBox {
    padding: 4px;
}
.notificationBox {
    background-color: #fecc0b;
    margin-left: 20%;
    line-height:20px;
    margin-top:15px;
    width: 60%;
    font-size: 1em;
    font-family: normal Verdana,Tahoma,sans-serif;
    text-align: center;
    overflow:hidden;
    /*position:relative;*/
    /*margin-top:-15px !important*/
    margin-bottom: 10px;
}
#leftColumn {
    width: 15em;
}
.opinionBoxContentMPanel, .opinionBoxContent table {
    width: 100%;
}
.opinionBoxContentAnswer {
    width: 50%;
    text-align: right;
}
.companyPropLabel, .companyProp {
    font-size: 1.1em;
    font-family: sans-serif;
    color: gray;
}
.companyPropLabel {
    color: gray;
}
.companyTitle {
    font-family: Arial;
    font-size: 1.5em;
    
}
.companyTitle a {
    text-decoration: none;
    color: #000;
}
#opinionListPopularBox {
    width: 20em;
}
#companyListPopularBox {
    text-align: center;
    
}
#companyListPopularBox .contLabel {
    color: #ef0000;
    font-size: 0.7em;
}
#companyListPopularBox .contLabel img {
    width: 1em;
    height: 1em;
}
#companyListPopularBox .proLabel {
    color: #9fbe10;
    font-size: 0.7em;
}
#companyListPopularBox .proLabel img {
    width: 1em;
    height: 1em;
}
#companyListPopularBox .viewAllLabel a {
    color: #000;
    font-weight: bold;
    
}
#companyListPopularBox .elementBox
, #companyListPopularBox .elementBox a {
    font-size: 0.8em;
    text-decoration: none;
    color: #000;
}
.addEmployeeTitle {
    font-size: 1em;
    font-weight: bold;
    font-family: Arial;

}
#employeeListMyBox img {
    width: 20px;
    height: 20px;
}
.opinionFilterItem {
    white-space:nowrap;
}
.popularBlockTitle, #opinionListPopularBox h3 {
    font-family: Arial;
}
.popularBlockViewAll a {
    font-family: Arial;
    color: #000;
}

.opinionPopularBox {
    margin: 5px;
    width: 20em;
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
}
.opinionPopularBox tr
, .opinionPopularBox td {
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
}
.opinionPopularLCorn {

    width: 12px;
    background-image: url('/images/popular_opinion_fill.png');
    background-repeat:repeat;
}
.opinionPopularLTCorn {
    width: 12px;
    height: 12px;
    background-image: url('/images/popular_opinion_ltcorn.png');
    background-repeat: no-repeat;
}
.opinionPopularRTCorn {
    width: 12px;
    height: 12px;
    background-image: url('/images/popular_opinion_rtcorn.png');
    background-repeat: no-repeat;
}
.opinionPopularLBCorn {
    width: 12px;
    height: 12px;
    background-image: url('/images/popular_opinion_lbcorn.png');
    background-repeat: no-repeat;
}
.opinionPopularRBCorn {
    height: 12px;
    background-image: url('/images/popular_opinion_rbcorn.png');
    background-repeat: no-repeat;
}
.opinionPopularTCorn {
    height: 12px;
    background-image: url('/images/popular_opinion_fill.png');
    background-repeat:repeat;
}
.opinionPopularBCorn {

    height: 12px;
    background-image: url('/images/popular_opinion_fill.png');
    background-repeat:repeat;
}
.opinionPopularRCorn {
    text-align: left;
    width: 12px;
    background-image: url('/images/popular_opinion_fill.png');
    background-repeat:repeat;
}
.opinionPopularContent {
    background-image: url('/images/popular_opinion_fill.png');
    background-repeat:repeat;
}
td.avatarBox {
    width: 50px;
    height: 50px;

}
.opinionPopularContent a.opinionPopularNameLabel {
    text-decoration: none;
    color: #0095da;
    font-weight: bold;
}
.opinionPopularContent a.opinionPopularTextPreview {
    text-decoration: none;
    color: #828282;
}
#inviteTitle {
    font-family: Arial;
    color: #00aeff;
    font-size: 2em;
}
#inviteManualBox {
    width: 70%;
    font-size: 0.8em;
}

.globalNewsLCorn {
    height: 100%;
    
}
.globalNewsLTCorn {
    width: 30px;
    height: 34px;
    background-image: url('/images/global_news_lt.png');
    background-repeat: no-repeat;
}
.globalNewsRTCorn {
    width: 34px;
    height: 30px;
    background-image: url('/images/global_news_rt.png');
    background-repeat: no-repeat;
}
.globalNewsLBCorn {
    width: 30px;
    height: 34px;
    background-image: url('/images/global_news_lb.png');
    background-repeat: no-repeat;
}
.globalNewsRBCorn {
    width: 30px;
    height: 34px;
    background-image: url('/images/global_news_rb.png');
    background-repeat: no-repeat;
}
.globalNewsTCorn {

}
.globalNewsBCorn {

}
.globalNewsRCorn {
    height: 100%;
}
.globalNewsContent {
    background-color: #f0f0f0;
    

}
#globalNewsBox {
    font-size: 0.7em;
}
.tableNoBorders
, .tableNoBorders tr
, .tableNoBorders td {
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
    vertical-align:middle;
}
.roundcont {
    margin-left: 10%;
	width: 80%;
	background-color: #f0f0f0;
    
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background: url(/images/tr.png) no-repeat top right;
}

.roundbottom {
	background: url(/images/br.png) no-repeat top right;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
.globalNewsTitle {
    font-family: normal Verdana,Tahoma,sans-serif;
    font-weight: bold;
    font-size: 1em;
}
.globalNewsText {
    font-family: normal Verdana,Tahoma,sans-serif;
    font-size: 0.8em;
}
/* my opinion last comments */

.opinionLastCom
, .opinionLastCom td
, .opinionLastCom a {
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
    color: #fff;
    font-size: 14px;
}
#opinionLastCom {
    width: 15em;
}
 .opinionLastCom a {
     padding-left: 3px;
 }
 .opinionLastCom tr {
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    border-style: none;
    width: 194px;
}

.opinionLastComLCorn {

    width: 5px;
    background-image: url('/images/my_opinion_last_com_lcorn.png');
    background-repeat:repeat-y;
}
.opinionLastComLTCorn {

    width: 5px;
    height: 5px;
    background-image: url('/images/my_opinion_last_com_ltcorn.png');
    background-repeat: no-repeat;
}
.opinionLastComRTCorn {

    height: 5px;
    background-image: url('/images/my_opinion_last_com_rtcorn.png');
    background-repeat: no-repeat;
}
.opinionLastComLBCorn {

    width: 5px;
    height: 5px;
    background-image: url('/images/my_opinion_last_com_lbcorn.png');
    background-repeat: no-repeat;
}
.opinionLastComRBCorn {

    height: 5px;
    background-image: url('/images/my_opinion_last_com_rbcorn.png');
    background-repeat: no-repeat;
}
.opinionLastComTCorn {

    height: 5px;
    background-image: url('/images/my_opinion_last_com_tcorn.png');
    background-repeat: repeat-x;
}

.opinionLastComRCorn {
    text-align: left;
    width: 5px;
    background-image: url('/images/my_opinion_last_com_rcorn.png');
    background-repeat:repeat-y;
}
.opinionLastComCont {
    background-color: #a5c220;
}
.opinionLastComHead {
    background-color: #a5c220;
    font-size: 1.2em;
}
/* Whit baloon */

.whiteBox {
    margin: 5px;
    width: 20em;
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
}
.whiteBox tr
, .whiteBox td {
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
}
.whiteLCorn {

    width: 12px;
    background-color: #fff;
    background-repeat:repeat;
}
.whiteLTCorn {
    width: 12px;
    height: 12px;
    background-image: url('/images/conr_w_lt.gif');
    background-repeat: no-repeat;
}
.whiteRTCorn {
    width: 12px;
    height: 12px;
    background-image: url('/images/conr_w_rt.gif');
    background-repeat: no-repeat;
}
.whiteLBCorn {
    width: 12px;
    height: 12px;
    background-image: url('/images/conr_w_lb.gif');
    background-repeat: no-repeat;
}
.whiteRBCorn {
    height: 12px;
    background-image: url('/images/conr_w_rb.gif');
    background-repeat: no-repeat;
}
.whiteTCorn {
    height: 12px;
    background-color: #fff;
    background-repeat:repeat;
}
.whiteBCorn {

    height: 12px;
    background-color: #fff;
    background-repeat:repeat;
}
.whiteRCorn {
    text-align: left;
    width: 12px;
    background-color: #fff;
    background-repeat:repeat;
}
.whiteContent {
    background-color: #fff;
    background-repeat:repeat;
    
}
.whiteContent a {
    color: #000;
}
td.avatarBox {
    width: 50px;
    height: 50px;

}
.whiteContent a.whiteNameLabel {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.whiteContent a.whiteTextPreview {
    text-decoration: none;
    color: #000000;
}
.opinionCommentBox {
    width: 11.5em;
}

.conferenceBoxUser {
    text-align: center;
    padding: 1em;
}
.conferenceBoxContent
, .conferenceBoxContent a {
    text-decoration: none;
    color: #000;

}
.conferenceBoxContentTitle a {
    font-family: normal, Verdana,Tahoma,sans-serif;
    font-size: 2em;
}
.mainMenuLBCorn
, .mainMenuRBCorn {
    width: 14px;
    height: 16px;
}
.mainMenuLBCorn {
    background-image: url('/images/main_menu_lb.png');
    background-color: #0095da;
}
.mainMenuRBCorn {
    background-image: url('/images/main_menu_rb.png');
    background-color: #0095da;
}
.mainMenuTCorn {
    height: 1em;
}
.mainMenuBG
, .mainMenuTCorn {
    background-color: #0095da;
}
.mainMenuBG a {
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
    text-decoration: none;
}
.contentBox
, .columnBox
, .globalNewsBox {
    padding: 0.5em;
}

img.btnVoteCompany {
    padding: 0.5em;
}



/* */
.i-present {font-weight:normal}

.russian_op h3 {
	font-size:17px;
	font-weight:bold;
	position:relative;
	text-transform:uppercase;
	z-index:999;
}
/*.roundTopLeft {
	background-color:#fcebbd;
}*/
.soglasen  {
color: #33cc33;
}
.nesoglasen {
color: #cc3333;
}
.roundTopLeft {
	background: url(../images/round/roundTopLeft.png) 0 0 no-repeat;
}
.roundTopRight {
	background: url(../images/round/roundTopRight.png) 100% 0 no-repeat;
}
.roundBottomLeft {
	background: url(../images/round/roundBottomLeft.png) 0 100% no-repeat;
}
.roundBottomRight {
	background: url(../images/round/roundBottomRight.png) 100% 100% no-repeat; padding: 7px 0 0 10px; height:70px;
}
.greenBox {
				background: #a5c220 url(../images/box-gree.gif) 0 0 repeat-x;
				float: left;
			}
			.greenBoxLeftTop {
				 background: url(../images/box-greeLeftTop.gif) 0 0 no-repeat;	
				 float: left;		
			}
			.greenLeft {
				background: url(../images/greenLeft.gif) 0 0 repeat-y;
				float: left;
			}
			.greenRight {
				background: url(../images/greenRight.gif) 100% 0 repeat-y;
				float: left;
				
			}
			.greenBottom {
				background: url(../images/greenBottom.gif) 0 100%  repeat-x;
				float: left;
			}
			.greenBoxRightTop {
				background: url(../images/box-greeTopRight.gif)  100% 0  no-repeat;
				float: left;
			}
			.greenBoxLeftBottom {
				background:url(../images/greenBottomLeft.gif)  0 100%  no-repeat;
				float: left;
			}
			.greenBoxRightBottom {
			background: url(../images/greenBottomRight.gif) 100% 100%  no-repeat;
				float: left;
				padding:15px 10px 10px 2px;
			}
			 .comment-green {
			 background-position:  0 3px;
			color:#FFFFFF;
			display:inline;
			float:left;
			font-size:12px;
			font-weight: bold;
			margin:0 0 0 16px;
			padding:45px 0 0 0;
			width:83px;
			 } 
			 .comment-top {
			 	margin-top: 0;
			 }