
.pagination {
            font-size: 80%;
        }
        
.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}



#header {
    height: 53px;
    position: relative;
    background-color: #CFDAE4;
}

#header #headerPad {
    background: url("../../Content/img/bg_top_blue.png") repeat-x scroll 0 0 transparent;
    height: 59px;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.deep-blue {
    background: url("../../Content/img/bg_top_blue.png") repeat-x scroll 0 0 transparent;
}

#header #headerContent {
    background: none repeat scroll 0 0 transparent;
    height: 59px;
    position: relative;
}



.container_center {
    margin-left: auto;
    margin-right: auto;
    width: 985px;    
}
.round-coner
{
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    background-color: #F1F1F1 !important;
}

#header #logo {
    top: 12px;
    left:0px;
    position: absolute;
    width: 221px;
}


body {    
    background-color: #CCCCCC;
    font-size: 13px;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    /*vertical-align: baseline;
    height: 100%;
    width: 100%;*/

}

br {
    content: "A" !important;
    display: block !important;
    margin-bottom: 1.5em !important;
}



.dropbtn {
    background-color: transparent;
    color: #808080;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-weight: 800;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color:white;
    min-width: 211px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #f1f1f1;
}




table {
    border-spacing: 0px;
}


a:link {
    color: #034af3;
    text-decoration: none;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}


a.bold {
    color: #555;
    font-weight:bold;
    text-decoration: none;
}

a.bold:hover {
    color: #1d60ff;
    text-decoration: underline;
}




p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}



td {
    font-size: 13px;
    color: #000;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000; 
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.0em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}




/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/


input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    background-color:transparent;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

#uploadBtn
{
    font-size:1.5em;
    margin-top:5px; 
    width:80px;
}


.uploadFile
{
    height: 28px;
    font-size:12px;
}

.small-link
{
    color: blue;
    font-size:12px;
    cursor:pointer;
}

.ita
{
    color: blue;
    font-size:12px;
    font-style:italic
}

.errMsg
{
    color: red;
    font-size:12px;  
}

textarea#myTextarea{
    color:#666;
    font-size:12px;
    padding:5px;    
    border:#999 1px solid;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.expand {
    height: 1em;
    width: 50%;
    padding: 3px;
}

.spanFolow
{
    color: black;
    font-size:14px;
    font-weight:bold;    
}

.profile-item
{
 border-style:solid;
 border-color:transparent;
 border-width:2px;
}

.cntr {
    margin-left: auto;
    margin-right: auto }

.middle
{
    display: table-cell;
    vertical-align: middle;    
}

.reply
{
    display:none;
    background:url("http://k.img.com.ua/static/img/headlbox_bg.gif");
    padding:4px;
}

.wf_comment textarea {
    height: 136px;
    width: 625px;
}

.area_std {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #BAAF9D;
    border-style: none solid;
    border-width: medium 1px;
    padding: 2px 0 0 3px;
}

.link {
    color: #034af3;
    cursor: pointer;
}

.graylink {
    color: gray;
    cursor: default;
}


.r9
{
    margin-right:9px    
}

.btnTools
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#77F5FF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ccc;
	display:inline-block;
	color:#333 !important;
	font-family:arial;
	font-size:13px;
	padding: 6px 16px 6px 16px;
	text-decoration:none;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	margin-left:5px
}


.btnAdd 
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#F0F0F0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ccc;
	display:inline-block;
	color:#333 !important;
	font-family:verdana,arial;
	font-size:12px;
    padding-top:8px;
    padding-bottom:8px;
	text-decoration:none;
	cursor:pointer;
    width:180px
}

.btnRemove
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#77F5FF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ccc;
	display:inline-block;
	color:#333 !important;
	font-family:verdana,arial;
	font-size:12px;
    padding-top:8px;
    padding-bottom:8px;
	text-decoration:none;
	cursor:pointer;
    width:180px

}

.btnRemoveRed
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#77F5FF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ccc;
	display:inline-block;
	color:red !important;
	font-family:verdana,arial;
	font-size:12px;
	padding-top:8px;
    padding-bottom:8px;
	text-decoration:none;
	cursor:pointer;
	width:180px;
    font-weight:bold;
}


.btnSmall 
{
	/*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;*/
	background-color:#77F5FF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#333 !important;
	font-family:arial;
	font-size:13px;
	padding: 6px 12px 6px 12px;
	text-decoration:none;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}


.btnSmallPressed 
{
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
	display:inline-block;
	color:#999 !important;
	font-family:arial;
	font-size:13px;
	padding: 6px 12px 6px 12px;
	text-decoration:none;
	cursor:default;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

.btnSmallDisabled 
{
	background-color:transparent;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #999;
	display:inline-block;
	color:#ccc !important;
	font-family:arial;
	font-size:13px;
	padding: 6px 12px 6px 12px;
	text-decoration:none;
	cursor:default;
	margin-left:auto;
	margin-right:auto;
}

.btnSmall:hover {
	background-color:#6DEBF5;
}

.btnSmall:active {
	position:relative;
	top:1px;
}

.btnSmallGrey 
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#333 !important;
	font-family:arial;
	font-size:13px;
	padding: 6px 12px 5px 12px;
	text-decoration:none;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}

.btnSmallGreyDisabled 
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:transparent;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#999 !important;
	font-family:arial;
	font-size:13px;
	padding: 6px 12px 5px 12px;
	text-decoration:none;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}

.btnSmallGrey:hover {
	background-color:#dfdfdf;
}

.btnSmallGrey:active {
	position:relative;
	top:1px;
}

.clear_0 {
    clear: both;
    display: block;
    font-size: 0;
    height: 0px;
    line-height: 1px;
    overflow: hidden;
}

.clear_5 {
    clear: both;
    display: block;
    font-size: 0;
    height: 5px;
    line-height: 1px;
    overflow: hidden;
}

.clear_10 {
    clear: both;
    display: block;
    font-size: 0;
    height: 10px;
    line-height: 1px;
    overflow: hidden;
}

.clear_12 {
    clear: both;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 1px;
    overflow: hidden;
}

.clear_14 {
    clear: both;
    display: block;
    font-size: 0;
    height: 14px;
    line-height: 1px;
    overflow: hidden;
}

.clear_15 {
    clear: both;
    display: block;
    font-size: 0;
    height: 14px;
    line-height: 1px;
    overflow: hidden;
}

.clear_20 {
    clear: both;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 1px;
    overflow: hidden;
}

.clear_31 {
    clear: both;
    display: block;
    font-size: 0;
    height: 31px;
    line-height: 1px;
    overflow: hidden;
}


.clear_40 {
    clear: both;
    display: block;
    font-size: 0;
    height: 40px;
    line-height: 1px;
    overflow: hidden;
}


.select {
    font-size: 13px;
    height: 30px;
    padding: 5px 5px 5px 0;
}

.whiteBg
{
    background-color:#fff !important;
}


.garb-can
{
    font-size:14px;
    font-weight:bold;
    color:#555;
    text-align:center;
    padding-top:41px;
}

.center-bold
{
    font-size:14px;
    font-weight:bold;
    color:#333;
    text-align:center;
    padding-top:2px;
}

.status2
{
    padding-bottom:12px; 
    font-size:14px
}




ddelement.style {
    position: relative;
}

#footer {
    background-color: #CCCCCC;
    border-top: 1px solid #FFFFFF;
    font-size: 14px;
    position: relative;
    vertical-align:baseline
}


#footer #footer_nav {
    left: -15px;
    position: relative;
    top: 1px;
}

ul {
    list-style: disc outside none;
}

#footer #footer_nav li {
    color: #2C3E52;
}
#footer #footer_nav li {
    display: inline;
    margin: 0;
    
}


#mainContentContainer {
    background-color: rgb(229, 229, 229);
    border-bottom: 1px solid #999999;
}

.min-height-60
{    
    min-height:60px;
    height:auto !important;
    height:60px;
    
}

.min-height-700
{    
    height:700px;
}


.min-height-300
{    
    min-height:300px;
    height:auto !important;
    height:300px;
}

.greyBig
{
    color: #666666; 
    font-size:20px; 
    font-family:Verdana, helvetica,sans-serif;
    /*width:100%;*/ 
    text-align:center;
    margin-bottom:20px;
    /*padding-left:15px;
    padding-right:15px;*/
}


.mid
{
    display:inline-block;
    vertical-align:middle;
    margin:auto;
}

.shadowBig
{
    color: #555; 
    font-size:14px; 
    font-family:Verdana, helvetica,sans-serif;
    width:100%; 
    text-align:center;
    margin-bottom:20px;
}

.emailLeft
{
    color: #333; 
    font-size:12px; 
    font-family:Verdana, helvetica,sans-serif;
    padding-left:2px
}

.roylBig
{
    color: #2B60DE; 
    font-size:15px; 
    font-family:Verdana, helvetica,sans-serif;
    width:100%; 
    text-align:center;
    margin-bottom:20px;
}

.greySmall
{
    font-size:12px; 
    font-family:Verdana, helvetica,sans-serif;
    color:#333; 
    margin:15px 0 20px 0;
    text-align:center;
}

.split-left-pane
{
    width: 200px;
    vertical-align:top;
    font-size:12px; 
    font-family:"Trebuchet MS",Verdana,Helvetica,Sans-Serif;
    color:#333;    
    padding:0;
    margin:0;
    height: auto;
    float:left;
}

.split-right-pane
{
    width: 760px;
    vertical-align:top;
    color: #333333;
    background-color:#FFF;
    font-family: arial,sans-serif,Verdana,Helvetica;    
    font-size: 13px;
    line-height: 15px; 
    border: 0;  
    padding-bottom:10px;
    line-height:19px;    
    float:left;
    border-left: 1px solid #d8d8d8;
    margin:0;
    height:auto !important
}

.valign-mid
{
    vertical-align:middle;
}

.addrTable 
{
    border-bottom:1px solid #ccc;
    height:31px;
}

li
{
    font-size:12px; 
    font-family:Verdana, helvetica,sans-serif;
    color:#333;
    line-height: 20px;
}

.greyHeader {
    color: #333333;
    font-size: 12px;
    width:1001px;
    margin-right:auto;
    margin-left:auto;
}

.grey13
{
    color: #333333;
    font-family: arial,sans-serif,Verdana,Helvetica;
    font-size: 13px;
    line-height: 1.38;
}

.grey12
{
    color: #333333;
    font-family: Verdana, arial,sans-serif,Helvetica;
    font-size: 12px;
}

a.white:link {color:#fff;font-size:14px !important}
a.white:visited {color:#fff;font-size:14px !important}
a.white:hover {color:orange;text-decoration:underline;font-size:14px !important}


.ui-button .ui-icon.addBtn {
    background-image: url("../../Content/img/add.png");
    width: 32px;
    height: 32px; 
}

.ui-button.ui-state-hover .ui-icon.addBtn {
    background-image: url("../../Content/img/add.png");
    width: 32px;
    height: 32px; 
}

.up-butt {
font-family: Verdana;
font-size: 12px;
font-weight: bold;
}

.left-td 
{
    width: 80px; 
    color: #555;
    height:19px
}

.readItem {
    max-height: 295px;
    overflow: hidden;
}