/* Light Control Panel Stylesheet */
body{
    background: #d9f7aa;
    font: 11px 'Trebuchet MS';
    color: #4F4F4F; /*mindaugas: buvo 717171*/
}

/* Main Page Structure */
#wrap{
    width: 755px; /* Adjust to change control panel width */
    margin: 0 auto; /* Remove to align page left */
}

/* Global AHREF */

a{
    color: #2e75c5;
    text-decoration: underline;
}

/* Clear FIX */
.clearfix{
    clear: both;
}

/* Fom Styling */

input{
    font-family: 'Trebuchet MS';
}

form{
    border: 1px solid #b5ceee;
    background: #ecf5ff;
    padding: 5px;
    margin-bottom: 15px;
}

form fieldset span{
    background: #E9E9E9;
    padding: 3px;
}

form fieldset{
    border: 0px;
    background: #f7f8ff;
}

form fieldset label{
    display: block;
    padding: 3px;
    padding-left: 0px;
    color: #4f4f4f
}

form fieldset .smallField{
    border: 1px solid #a4c8ee;
    padding: 3px;
    width: 40%;
}

form fieldset .mediumField{
    border: 1px solid #a4c8ee;
    padding: 3px;
    width: 70%;
}

form fieldset .largeField{
    border: 1px solid #a4c8ee;
    padding: 3px;
    width: 98%;
}

form fieldset .smallTextArea{
    border: 1px solid #a4c8ee;
    padding: 3px;
    width: 40%;
}

form fieldset .mediumTextArea{
    border: 1px solid #a4c8ee;
    padding: 3px;
    width: 70%;
}

form fieldset .largeTextArea{
    border: 1px solid #a4c8ee;
    padding: 3px;
    width: 98%;
}

form fieldset small{
    display: block;
    padding: 3px;
    padding-left: 0px;
    margin-bottom: 5px;
}

form .button{
    background: #6ea7e0;
    border: 1px solid #489cf1;
    color: #FFF;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
}

/* Top Right Navigation */
ul.toplinks{
    list-style: none;
    float: right;
    /*mindaugas*/
    display:none;
}

ul.toplinks li{
    display: inline;
    margin-left: 5px;
}

ul.toplinks li a{
    color: #84b5e6;
    text-decoration: underline;
}

/* Green & Red Box */
.greenBox{
    background: #f0f9f4;
    padding-left: 15px;
    border: 1px solid #c9f0db;
    margin-top: 10px;
    margin-bottom: 10px;
}

.redBox{
    background: #f6dcdc;
    padding-left: 15px;
    border: 1px solid #e8abab;
    margin-top: 10px;
    margin-bottom: 10px;
}

.greenBox p{
    background: url('img/accept.gif') no-repeat left;
    margin: 10px;
    padding: 2px;
    padding-left: 20px;
}
.redBox p{
    background: url('img/deny.gif') no-repeat left;
    margin: 10px;
    padding: 2px;
    padding-left: 20px;
}

/* HR Styling */

hr{
    height: 1px;
    border:0px;
    color: #eaeaea;
    background: #eaeaea;
    margin-bottom: 10px;
}

/* Heading Styles */

h2{
    color: #000;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
}

/* Page */

#page{
    background: #f0f9f4;
    border: 1px solid #bdbec5;
    padding: 5px;
    clear: both;
}

/* Top Page Tabs */

.pageTop{
    clear: both;
    height: 51px;
}

.pageTop .logo{
    float: left;
    width: 294px;
    /*mindaugas*/
    display:none;
}

.pageTop ul.tabnav{
    float:right;
    list-style:none;
    margin:0;
    padding:0;
    margin-top: 14px;
}

.pageTop ul.tabnav li{
    padding: 8px;
    background:#d8d8d8;
    border:1px solid #bdbec5;
    float: right;
    margin: 5px;
    margin-top: 0px;
    margin-right: 0px;
}

.pageTop ul.tabnav li a{
    background:#d8d8d8;
    padding: 4px;
    text-decoration: none;
    color: #FFF;
}

.pageTop ul.tabnav li:hover{
    background:#f0f9f4;
    border:1px solid #bdbec5;
}

.pageTop ul.tabnav li:hover a{
    background:transparent;
    padding: 4px;
    text-decoration: none;
    color: #000;
}

.pageTop ul.tabnav li.active{
    padding: 8px;
    background:#f0f9f4;
    border:1px solid #bdbec5;
}

.pageTop ul.tabnav li.active a{
    background:transparent;
    padding: 4px;
    text-decoration: none;
    color: #000;
}

#page .pageContent{
    background: #FFF;
    padding: 10px;
}

#page .innerLeft{
    float:left;
    width: 100%;
}

#page .innerRight{
    float:right;
    width: 0%;
    /*mindaugas*/
    display:none;
}

/* Quick Links */
ul.qlinks{
    margin: 0;
    padding: 0;
    list-style: square;
    margin-bottom: 10px;
}

ul.qlinks li{
    margin-left: 30px;
    padding: 3px;
}

ul.qlinks a{
    color: #84b5e6;
}

.innerRight h2{
    display: block;
    background: #f0f9f4;
    padding: 3px;
    font-size: 15px;
}

/* Table */
.tableWrapper{
    border: 1px solid #b5ceee;
    background: #ecf5ff;
    padding: 5px;
}

table{
    background: #FFF;
    width: 100%;
    padding: 3px;
    border: 0;
}

table th{
    text-align: left;
    color: #000;
    font-weight: bold;
    padding: 2px;
}

table tr.alt{
    background: #fffdf8;
}

table tr.alt td{
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

table td{
    padding: 2px;
}

/* Gallery */
ul.imgallery{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.imgallery li{
    display: inline;
    margin-right: 10px;
}

ul.imgallery li img{
    padding: 3px;
    background: #eaf4ff;
    border: 1px solid #b1ceef;
}

/* Footer */

.footer{
    clear: both;
    color: #000;
    padding: 4px;
    text-align: center;
    font-size: 10px;
}
/* mindaugas */
form fieldset .err label{
    color: #FF4F67;
}

/*
form fieldset .err input,textarea{
    border: 1px solid #EF86A8;
}
*/

/*border: 1px solid #EF86A8;*/

/* mindaugas*/
.view_question_label{
    font-size:14px;
    font-weight:bold;
    color:#1F1F1F;
}

.view_question strong{
    font-size:12px;
    color:#3F3B3B;
}

.view_question{
    padding:9px 0 9px 0;
	border-bottom: 1px solid #BDBEC5;
}

.form_field_group .view_question{
    padding:0px 0 4px 0;
	border-bottom: none;
}

.view_question_answer_radio_value{
    font-weight: bold;
    font-size: 12px;
}

.form_field {
	padding: 9px 0 9px 0;
	border-bottom: 1px solid #BDBEC5;	
}

.form_field_group {
	border-bottom: 1px solid #BDBEC5;
	padding: 9px 0 9px 0;
}

.form_field_group .form_field {
	border-bottom: none;	
	padding: 0px 0 4px 0;
}

.radio_group span{
	width: 90px;
	float: left;
}

.innerLeft input.button{
	margin: 5px 0 0 3px;
	cursor: pointer;
	padding-left: 0;
	padding-right: 0;
	width: 100px;
}

.view_question_label{
	padding: 5px 0 5px 0;
}

.view_question_answer_radio{
	margin: -5px 0 0 0;
}

/* mindaugas */
.personal_detail{
    margin: 2px 0 2px 0;
}
.personal_detail_value{
    font-size:13px;
}
.personal_details_holder{
    margin-bottom: 30px;
}
span.view_question_answer_strong {
    border: 1px solid #999 ;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 3px 0px 3px;
}

table.sortable thead tr th{
    cursor: pointer;
    border: 1px solid #C2C8CF;
    background-color: #ECF5FF;
}

table.sortable thead tr th.header{
    background-image: url(../img/small.gif);
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}

table.sortable thead tr th.headerSortUp{
    background-image: url(../img/small_asc.gif);
    background-color: #8FCAFF;
}

table.sortable thead tr th.headerSortDown{
    background-image: url(../img/small_desc.gif);
    background-color: #8FCAFF;
}

h1.center{
    text-align: center;
}

fieldset.white_fieldset{
    border: none;
    background-color: #fff;
}

fieldset.center{
    text-align: center;
}
.button.white_button{
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    
}

form.white_form{
    border: none;
    background-color: #fff;
}

span.view_question_answer_radio_label{
    width: 90px;
    float: left;
}

span.small{
	font-size:11px;
	color:#9F9F9F;
}

.no_bg{
	background: none;
}

