body{
    font-family:  Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 4px;

    background-color: #ffffff;
}

body.fs1 {
    font-size: 11px;
}

body.fs2{
    font-size: 12px;
}

body.fs3{
    font-size: 13px;
}

body.fs4{
    font-size: 14px;
}

body.fs5{
    font-size: 15px;
}

body.fs6{
    font-size: 16px;
}

#maindiv {
    width: 1000px;
    margin: 0 auto;
    margin-top: 3px;
    text-align: left;
    background-color: #f3f6fb;
    border: 1px solid #BCBCBC;
    background: #F5F5F5;
}

#header{
    min-height: 200px;
    margin-left: 20px;
    margin-right: 20px;
}


#content {
    margin-left: 20px;
    margin-right: 20px;
    min-height: 200px;
}

#footer {
    padding-bottom: 15px;
    margin-top: 20px;
    color: #000000;
    font-size: 10px;
    background: #F3F6FB;
}

#f_footer {
	padding-top: 30px;
}

.accordion-bar:hover{
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ededed 0%,#c4c4c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
}



.accordion a{
    text-decoration: none !important;
}

.accordion-bar{
    display: block;
	cursor: pointer;
    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fdfdfd 0%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    height: 25px;
    margin:0;
    padding: 4px 10px;
    width:100%;
    color: #000000;
    text-decoration: none;
}
.accordion.user-clicked .accordion-bar{
    background: #e3e3e3; /* Old browsers */
    background: -moz-linear-gradient(top, #e3e3e3 0%, #aaaaaa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e3e3e3 0%,#aaaaaa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e3e3e3 0%,#aaaaaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */  
}

.accordion-bar span{
    color: #000000;
    text-decoration: none;
}

.accordion.user-clicked .accordion-bar span{
    color: #000000;
    text-decoration: none;
}

.accordion{
    display:block;
    border-width: 1px;
    border-color: #828282;
    border-style: solid;
    padding: 0;
}
.accordion.textual {
	margin: 15px 0;
}
.contentSearch{
    display:table-cell;
    border-width: 1px;
    border-color: #828282;
    border-style: solid;
    padding: 5px !important;
    margin: 5px;
    /*width: 90% !important;*/
}

.searchContent-button{
    width: 10%;
    /*float: left;*/
    position: relative;
    display: table-cell; 
    vertical-align: middle;
    /*width: 150px;*/
}

.searchTable {
	display: table;
	border-spacing: 4px;
}
.toggle_element{
    width: 15px;
    height: 20px;
    background: url('/../static/images/toggle_elemets.png') 0 0;
    display:block;
    position: relative;
    left: 925px;
    top: -20px;
}

.toggle_element:hover{
    background: url('/../static/images/toggle_elemets.png') 15px 0;
}

.titles-home{
    /*display:table-cell;*/
    /*    background: rgb(255,255,255);  Old browsers 
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);  FF3.6+ 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));  Chrome,Safari4+ 
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);  Chrome10+,Safari5.1+ 
        background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);  Opera 11.10+ 
        background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);  IE10+ 
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);  W3C 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );  IE6-9 
        border: #B4B7B7 1px solid;
        border-radius: 5px;*/
    color: black;
    cursor: pointer;
    text-align: center;
    width: 100px;
    height: 25px;
    font-weight: bold;
}

.titles-home:hover{
    /*    background: rgb(242,245,246);  Old browsers 
        background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%);  FF3.6+ 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1)));  Chrome,Safari4+ 
        background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);  Chrome10+,Safari5.1+ 
        background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);  Opera 11.10+ 
        background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);  IE10+ 
        background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);  W3C 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );  IE6-9 */
    font-weight: bold;
}

.selectHight{
    height: 22px !important;
    font-size: 12px;
    padding: 1px !important;
    /*margin-bottom: 5px;*/
    margin-top: 8px;
}

.selectHight .ms-trigger-ico{
    margin-top: 10px !important;
}

.selectHight input{
    margin-left: 10px !important;
    font-size: 12px !important;
}

.selectHight .ms-sel-item {
    height: 18px !important;
    font-size: 12px;
    padding: 1px !important;
    margin-left: 10px !important;
}

.accordion-body{
    display:block;
    background-color: #fff;
}

.accordion.textual .accordion-body {
	padding: 5px 10px 25px;
}

.accordion.textual .accordion-body p,
.accordion.textual .accordion-body li {
	line-height: 2;
}

.inputCorner{
    border-radius: 0px !important;
}

.selectCorner{
    margin-top: 3px;
    border-radius: 0px !important;
    color: #000000 !important;
    font-size: 12px !important;
}

.searchLabel{
    margin-top: 6px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

a {
    text-decoration: none;
    color: #003366;
}
a:hover {
    color: #e40000;
    text-decoration: underline;
}
img {
    border: none;
}

.textCenter {
    text-align: center;
}

.textRight{
    text-align: right;
}

.textLeft{
    text-align: left;
}

.textBold{
    font-weight: bold;
}

.normalSize {
    font-size: 12px;
}

.gray {
    color: gray;
}

.fleft {
    float: left;
}

.frigth {
    float: right;
}

.width100p{
    width: 100%;
}

.width15p{
    width: 15%;
}
.width85p{
    width: 85%;
}

.width50px {
    width: 50px;
}
.width150px {
    width: 150px;
}

.width75px {
    width: 75px;
}

.width90px {
    width: 90px;
}

.width100px {
    width: 100px;
}

.width30px {
    width: 30px;
}

.width700px {
    width: 700px;
}


.fontLarge {
    font-size: large;
}

.pageCurrent {
    color: #0038DF;
}

.noBorder{
    border-bottom: 2px;
    border-bottom-style: none;
    border-bottom-color: white;
}

#i_info{
    text-align: justify;
    color: black;
}

.input_height {
    height: 24px !important;
	line-height: 24px !important;
    font-size: 12px !important;
	padding: 0 5px !important;
    margin-top: 3px;
}
select.input_height {
	padding: 0 !important;
}
select, input[type=text], input[type=password], textarea {
	border-color: #888 !important;
}
select {
	border-radius: 0 !important;
}
select[multiple] {
	padding: 0 !important;
}
select[multiple] option {
	padding: 3px 5px;
}
input.form-date {
	background-image: url(../images/datepicker.png);
	background-repeat: no-repeat;
	background-position: 99% 50%;
}
.paddingLeftSearch{
    padding-left: 0 !important;
}

.input-additional-descr {
	display: block;
	margin: 4px 0 2px;
	font-style: italic;
	font-size: small;
	color: dimgray;
}

.leftSearch{
    left: -6px;
    padding-right: 10px !important;
    color: #000000 !important;
}

.default-edtable {
	width: 100%;
	border: 1px solid #999;
}

.default-edtable th,
.default-edtable td {
	padding: 5px 10px;
	border: 1px solid #999;
}

.nobr {
	white-space: nowrap;
}