/*
 * --------------------------- BUTTON DROPDOWN -----------------------------
 */
.button.dropdown {
	width: 100%;
	position: relative;
	padding: 0 3px;
	height: 22px;
	overflow: hidden;
	z-index: 1000;
}
.button.dropdown .left, .button.dropdown .right {
	position: absolute;
	height: 22px;
	width: 3px;
	background: url(../images/background/button-dropdown-left.gif) left top no-repeat;
	left: 0;
	top: 0;
	z-index: 11;
}
.button.dropdown .right {
	background: url(../images/background/button-dropdown-right.gif) left top no-repeat;
	right: 0;
	left: auto;
}
.button.dropdown .middle {
	background: url(../images/background/button-dropdown-middle.gif) left top repeat-x;
	position: relative;
	z-index: 11;
	height: 22px;
}
.button.dropdown a {
	display: block;
	line-height: 1em;
	z-index: 12;
	position: relative;
	margin-right: -3px;
	top: -22px;
	padding: 5px 7px 0;
	height: 15px;
	background: url(../images/background/button-dropdown-arrow.gif) right top no-repeat;
	outline: 0;
}
*:first-child+html .button.dropdown a {
	line-height: 1.1em;
}
.profilenodropdown {
	padding-top:14px !important;
}
/*
 * ---------------------------    FORM    -----------------------------
 */

.form {
	padding: 10px 18px 5px 17px;
	border-left:1px solid #F3F3F3;
	border-right:1px solid #F3F3F3;
	border-bottom:1px solid #DADADA;
}
.form td {
	vertical-align: top;
}
.form td.last-child {
	padding-left: 10px;
}
.form .dt table td {
	padding-left:5px;
}
.form h2 {
	font-size: 110%;
	color: #333;
	padding: 6px 13px;
	background: #f3f3f3;
	border-bottom: 1px solid #dadada;
	margin: 3px 0 3px;
}
.form label {
	display: block;
	vertical-align: middle;
	padding: 0 32px 0 0px;
	font-weight: normal;
	line-height:19px; /* tam kad neslankiotų laukų aukštis lentelėje */
}
.form label.radio {
	display: inline;
	color: #006699;
	padding: 0 25px 0 0;
	cursor: pointer;
	width:auto !important;
	text-align:left !important;
}
.form label.radio:hover {
	text-decoration: underline;
}
.form input.text, .form textarea {
	width: 284px;
	vertical-align: middle;
	padding: 1px 3px;
	font-size: 100%;
}
/* ----------------------------------------------------------------------------------------------- */
 label span.mustfill {
     color:#d62a20;
     vertical-align:top;
     padding-left:3px;
 }
/* ----------------------------------------------------------------------------------------------- */
.form textarea {
	padding: 3px;
	overflow: auto;
}
*:first-child+html .form textarea {
	padding: 3px 4px;
}
.form input.radio {
	margin: 0 0 0 5px;
}
.form input.checkbox {
	margin-left: 5px;
}
.form input.text.size-3, .form textarea.size-3 {
	width: 196px;
}
.form input.text.size-2, .form textarea.size-2 {
	width: 102px;
}
.form select {
	width: 294px;
	vertical-align: middle;
	padding: 1px 1px 1px 1px;
}
.form select.size-3 {
	width: 206px;
}
.form select.size-1-5 {
	width: 84px;
}
.form select.size-2 {
	width: 118px;
}
.form select.size-auto {
	width: auto;
}
.form span, .form em, .form span a {
	vertical-align: middle;
}
.form em {
	color: #666;
	font-style: normal;
}
.form span {
	display: -moz-inline-box;
	display: inline-block;
	color: #333;
	padding: 0;
}
.form span.size-3 {
	width: 198px;
	padding-left: 6px;
}
.form span.size-1-5 {
	width: 76px;
	padding-left: 8px;
}
.form .last-child span {
	padding-top: 3px;
	display: inline;
}
.form .last-child span.hidden {
	display: none;
}
.form .button {
	margin: 5px 5px 0 0;
	padding-left: 1px !important;
}
.form .data-more {
	padding: 5px 0 0;
}
.form .data-description {
	padding: 5px 0 5px;
}
/*
 * ---------------------------  ACTASFORM -----------------------------
 */

/*
 * --------------------------- DATA TABLE -----------------------------
 */
 
 td.headersubpart {
	font-weight:bold;
	border-left:1px solid #e7e7e7 !important;
	border-right:1px solid #e7e7e7 !important;
	border-bottom:1px solid #dadada !important;
	text-align:center !important;
	font-size: 91%;
}
.dt {
	padding: 0 0 0 1px;
}
*:first-child+html .dt {
	padding-left: 0;
}
.dt table {
	width: 100%;
}
/* Heading */
		.dt table th {
	border: 1px solid #DADADA;
	border-left-color: #E7E7E7;
	border-right-color: #E7E7E7;
	background: url(../images/background/dt-header.gif) left top repeat-x;
	/*padding: 0 18px 0;*/
			padding: 0 3px 0;
	height: 36px;
	vertical-align: middle;
	/*white-space: nowrap;*/
			white-space: normal;
	font-size: 91%;
}
.dt table th.first-child {
	border-left-color: #DADADA;
}
.dt table th.last-child {
	border-right: 1px solid #DADADA;
}
.dt table th a {
	color: #333;
	text-decoration: none;
}
.dt table th a:hover span {
	text-decoration: underline;
	cursor: pointer;
}
.dt table th a span {
	background-position: right center;
	background-repeat: no-repeat;
	display: inline-block;
	padding-right: 12px;
}
.dt table th a * {
	vertical-align: middle;
}
.dt table th a img {
	margin-left: 3px;
}
.dt table .hover th {
/* ... */
			}
/* Corners */
.dt .lt, .dt .rt, .dt .rb, .dt .lb {
	position: absolute;
	width: 1px;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
	background: #fff;
}
.dt .lt {
	left: 0;
}
.dt .rt {
	right: 0;
}
.dt .rb {
	right: 0px;
	bottom: 0px;
}
.dt .lb {
	left: 0px;
	bottom: 0px;
}
*:first-child+html .dt .lt, *:first-child+html .dt .rt {
	margin-top: 0;
}
/* Rows */
.dt table td {
	vertical-align: middle;
	/*padding: 5px 20px 6px;*/
	padding: 5px;
	text-align: left;
	border: 1px solid #F3F3F3;
	border-color: #F3F3F3 #F3F3F3 #D8D8D8 #F3F3F3;
	border-width: 0 1px 1px;
}
.dt table .hover td {
/* background: #F9F9F9; */
			}
.dt .checkbox {
	width: 30px;
	padding-left: 0;
	padding-right: 0;
}
.dt h2 {
	font-size: 137%;
	color: #03649B;
	padding: 16px 0 6px 29px;
}
.dt h2 a:hover {
	text-decoration:none;
}
.dt small {
	font-size: 100%;
	color: #999;
}
.dt td.minus {
	color:#d62a20;
}
/* Clases */
.dt table.headingAlignCenter th {
	text-align: center;
}
.dt table.alignTop td {
	vertical-align: top;
	line-height: 1.5em;
}
.dt table.autoWidth {
	width: auto;
}
.dt table.alignLeft td {
	text-align: left;
}
.dt table.alignRight td {
	text-align: right;
}
.dt table tr.lastrow td {
    border:none;
}
/* Style-2 */
	.dt.style-2 {
	margin-top: 30px;
}
.dt.style-2 h2 {
	color: #CD3333;
}
.dt.style-2 th {
	font-weight: normal;
}
/* Navigation */
.dt-nav {
	border-bottom: 1px solid #DADADA;
}
.dt-nav a {
	color: #666;
}
.dt-nav a:hover {
	color: #069;
}
/* Pages */
	.dt-nav .pages {
	float: left;
	padding: 6px 22px;
	font-size: 92%;
	color: #666;
}
.dt-nav .pages span a, .dt-nav .pages span.txt, .dt-nav .pages span.current {
	display: inline-block;
	padding: 4px 0 4px;
	width: 26px;
	text-align: center;
}
.dt-nav .pages span.prev a, .dt-nav .pages span.next a {
	width: auto;
}
.dt-nav .pages span.prev a {
	padding-right: 10px;
}
.dt-nav .pages span.next a {
	padding-left: 10px;
}
.dt-nav .pages span.current {
	border: 1px solid #B4B4B4;
	border-top-color: #717171;
	border-bottom-color: #DADADA;
	color: #333;
}
.dt-nav .pages input {
	border: 1px solid #B4B4B4;
	border-top-color: #717171;
	border-bottom-color: #DADADA;
	color: #333;
	width: 26px;
	padding: 4px 0;
	text-align: center;
}
/* Records */
	.dt-nav .records {
	float: right;
	padding: 8px 20px 11px;
}
.dt-nav .records span {
	color: #999;
	font-size: 92%;
	vertical-align: middle;
}
.dt-nav .records select {
	vertical-align: middle;
	margin-left: 6px;
}
.dt-info {
	padding: 10px 0 15px 22px;
}
.dt-info span {
	color: #999;
}
.dt-info label {
	display: -moz-inline-box;
	display: inline-block;
	padding-right: 10px;
}
.dt-info td {
	text-align: center;
	padding: 5px 5px 0;
}
.dt-info td.action {
	font-size: 92%;
}
.dt-info a {
	color: #666;
}
#dt-info-1 tr td {
	padding-bottom: 2px;
}
*:first-child+html #dt-info-1 tr td {
	padding-bottom: 3px;
	padding-top: 4px;
}
#dt-info-1 tr:first-child td {
	padding-bottom: 0px !important;
}
.dt-controls {
	margin-top:8px;
	border: 1px solid #DADADA;
	position: relative;
	padding: 5px 21px;
	z-index: 1;
}
.dt-controls .button {
	margin-left: 10px;
	vertical-align: middle;
}
.dt-controls table td input.text {
	margin-left:10px;
}
*:first-child+html .dt-controls .button {
	margin-top: -1px;
	margin-bottom: 2px;
}
.dt-controls .actasform {
	display: inline;
}
.dt-controls span {
	color: #999;
	vertical-align: middle;
}
.dt-controls .lt, .dt-controls .rt, .dt-controls .rb, .dt-controls .lb {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	background: #fff;
	z-index: 2;
}
.dt-controls .lt {
	left: -1px;
	top: -1px;
}
.dt-controls .rt {
	right: -1px;
	top: -1px;
}
.dt-controls .rb {
	right: -1px;
	bottom: -1px;
}
.dt-controls .lb {
	left: -1px;
	bottom: -1px;
}
.dt-controls table {
    padding:0px;
    margin:0px;
}
.dt-controls table td {
    padding:0px;
    margin:0px;
}
/*
 * --------------------------------- DETAILS ------------------------------------
 */
.details-table {
	padding: 0px 0px;
	padding-left:1px;
	position:relative;
}
.details-table table {
	border: 1px solid #EAEAEA;
	width: auto;
}
.details-table table th {
	border: 0;
	text-align: left;
	border-top: 1px solid #DADADA !important;
	border-bottom: 1px solid #DADADA;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 100%;
}
.details-table table td {
	border: 0;
	text-align: left;
	padding-right: 20px;
	border-bottom: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
}
.details-table table td.last-child {
	padding-left: 20px;
}
.details-table table td.first-child, .details-table table th.first-child {
	border-left: 1px solid #EAEAEA;
}
.details-table table th.last-child {
	border-right: 1px solid #EAEAEA;
}
.details-table a {
	color: #006B98;
	outline: none;
}
.details-table .collapsed-sublist {
	color: #666;
}
.details-table .collapsed-sublist td.first-child {
	padding-left: 90px;
}
.details-table .collapsed-sublist td.last-child {
	font-size: 91%;
}
.details-table .sublist-title td.first-child, .details-table .sublist-item td.first-child {
	padding-left: 80px;
}
.details-table .sublist-title td, .details-table .sublist-item td {
	border-bottom: 0;
}
.details-table .sublist-title td {
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 8px;
}
.details-table .sublist-item td {
	padding-bottom: 4px;
}
.details-table .sublist-item.last-item td {
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 11px;
}
/*
 * --------------------------- POPUP -----------------------------
 */
 	
.widget-popup {
	position: absolute;
	z-index: 3;
	display: none;
}
.widget-popup-inner {
	position: relative;
	margin: -3px;
}
.widget-popup td.lt, .widget-popup td.rt, .widget-popup td.rb, .widget-popup td.lb {
	width: 6px;
	height: 6px;
	overflow: hidden;
}
.widget-popup td.t, .widget-popup td.b {
	height: 6px;
	overflow: hidden;
}
.widget-popup td.l, .widget-popup td.r {
	width: 6px;
	overflow: hidden;
}
.widget-popup td.lt {
	background: url(../images/background/popup-lt.png) left top no-repeat;
}
.widget-popup td.rt {
	background: url(../images/background/popup-rt.png) left top no-repeat;
}
.widget-popup td.rb {
	background: url(../images/background/popup-rb.png) left top no-repeat;
}
.widget-popup td.lb {
	background: url(../images/background/popup-lb.png) left top no-repeat;
}
.widget-popup td.l {
	background: url(../images/background/popup-l.png) left top repeat-y;
}
.widget-popup td.r {
	background: url(../images/background/popup-r.png) left top repeat-y;
}
.widget-popup td.t {
	background: url(../images/background/popup-t.png) left top repeat-x;
}
.widget-popup td.b {
	background: url(../images/background/popup-b.png) left top repeat-x;
}
.widget-popup td.c {
	background: #fff;
}
.widget-popup.style-2 {
	z-index: 1005;
}
.widget-popup.style-2 td.lt {
	background: url(../images/background/popup-lt-2.png) left top no-repeat;
}
.widget-popup.style-2 td.rt {
	background: url(../images/background/popup-rt-2.png) left top no-repeat;
}
.widget-popup.style-2.sharp-corners td.rt {
	background: url(../images/background/popup-rt-2-2.png) left top no-repeat;
}
.widget-popup.style-2 td.rb {
	background: url(../images/background/popup-rb-2.png) left top no-repeat;
}
.widget-popup.style-2 td.lb {
	background: url(../images/background/popup-lb-2.png) left top no-repeat;
}
.widget-popup.style-2 td.l {
	background: url(../images/background/popup-l-2.png) left top repeat-y;
}
.widget-popup.style-2 td.r {
	background: url(../images/background/popup-r-2.png) left top repeat-y;
}
.widget-popup.style-2 td.t {
	background: url(../images/background/popup-t-2.png) left top repeat-x;
}
.widget-popup.style-2 td.b {
	background: url(../images/background/popup-b-2.png) left top repeat-x;
}
.widget-popup.style-2 td.c {
	background: url(../images/background/popup-c-2.png) left top repeat;
}
/*
 * ---------------------------    PAYMENT LIST   -----------------------------
 */
span.paymentlist {
    float:left;
    width:25%;
    margin-bottom:5px;
    white-space:normal !important;
    line-height:20px;
}
span.paymentlist.active {
    text-decoration:underline;
}
.dt-border {
	border: 1px solid #DADADA;
	position: relative;
	padding: 10px 1px 10px 21px;
	z-index: 1;
	margin-top:12px;
}
.dt-border span {
	color: #999;
	vertical-align: middle;
}
.dt-border .lt, .dt-border .rt, .dt-border .rb, .dt-border .lb {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	background: #fff;
	z-index: 2;
}
.dt-border .lt {
	left: -1px;
	top: -1px;
}
.dt-border .rt {
	right: -1px;
	top: -1px;
}
.dt-border .rb {
	right: -1px;
	bottom: -1px;
}
.dt-border .lb {
	left: -1px;
	bottom: -1px;
}
/* --------------------------------------------- */
.sp12 {
	margin-bottom:12px !important;
}
.link-ico-popup {
	background-image:url(../images/link-ico-newwindow.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:16px;
}
/* --------------------------------------------- */
h2 table td {
	vertical-align: bottom;
	padding:0px 5px 0px 0px !important;
	text-align: left;
	border:none !important;
}
h2 table td.smalltext {
	font-size:11px;
	font-weight:normal;
}
.borderonly table {
    border:1px solid #dadada;
}
.borderonly table td {
    white-space:nowrap;
    border:none;
    padding-left: 21px;
}
.borderonly.tan table td {
    white-space:nowrap;
    border:none;
    padding-left: 0px;
    padding-right: 21px;
}
.borderonly table td.paymentlist {
    padding-bottom:0px !important;
}
.borderonly table td span {
    color: #999999;
}
.info_block {
    display:block;
    position:relative;
    margin-top: 16px;
    padding:0 8px;
}
.info_block span {
    display:block;
    margin-bottom:5px;
}
.white_info_block {
    margin-top:15px;
    display:block;
    padding:0 6px;
}
.white_info_block p{
    line-height:16px;
}
h1.clientloginnames {
    font-size: 110%;
    color: #333333;
    padding-top: 6px;
    padding-right: 13px;
    padding-bottom: 6px;
    padding-left: 13px;
    background-color: #e6e6e6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d6d6d6;
    margin-top: 13px;
    margin-right: 0pt;
    margin-left: 0pt;
    font-weight:bold;
}
.wauto, .wauto table, .wauto col {
    width:auto !important;
}
.wp60 table {
    width:60% !important;
}
#main .actasform.form table td.alignRight input {
    float:right;
    margin-right: 32px;
}
#main .actasform.form table td.alignRight div.divmustfill input {
    float:right;
    margin-right: 0px;
}


#main .actasform.form table td.alignRight label {
    padding:0px;
    margin:0px;
}
.dt .firstpagetable {
    width:100%;
    border:none;
}
.dt .firstpagetable td {
    border:none;
    padding:0px;
}
.dt .firstpagetable td.brd {
    border-left:1px solid #f3f3f3;
    border-right:1px solid #f3f3f3;
    border-top:1px solid #f3f3f3;
    border-bottom:1px solid #dadada;
    padding:10px;
    padding-bottom:0px;
    line-height:15px;
    vertical-align:top;
}
.dt .firstpagetable td.brd2 {
    border-left:1px solid #f3f3f3;
    border-right:1px solid #f3f3f3;
    border-top:1px solid #f3f3f3;
    border-bottom:1px solid #dadada;
    padding:10px;
    line-height:15px;
    vertical-align:top;
}
.dt .firstpagetable td.brd2 table {
    width:auto;
}
.dt .firstpagetable td.brd2 table td {
    padding-right:10px;
}
.dt .firstpagetable td.brd p {
    margin-bottom:10px;
}
.dt .firstpagetable td.brd a {
    text-decoration:underline;
}
.dt .firstpagetable td.brd a:hover {
    text-decoration:none;
}
.dt .firstpagetable td div.sp10 {
    display:block;
    width:10px;
}
.dt .messagetable {
    width:100%;
}
.dt .messagetable td {
    vertical-align:top;
    padding-bottom:5px;
}
.dt .messagetable td.date {
    padding-right:10px;
    color: #999999;
    white-space:nowrap;
}
.dt .messagetable td.last {
    padding-top:5px;
    padding-bottom:10px;
}
td.spinner {
    padding-right:10px;
    vertical-align:top;
}
.ajaxloader table {
    width:100%;
}
.ajaxloader table td {
    vertical-align:top;
    padding:5px 0px 0px 10px;
}
.ajaxloader table td.spinner {
    padding-left:10px;
}
.ajaxloader table td.last {
    padding-bottom:5px;
}
/* --------------------------------------- */
.dailyquestionform {
	padding:5px 8px 0px 8px;
}
.dailyquestionform table {
	width:100%;
}
.dailyquestionform table td {
	padding:3px 0 5px 0;
}
.dailyquestionform table th {
	text-align:left;
	padding:3px 0 5px 0;
}
.dailyquestionform table td label {
	color: #006699;
}
.dailyquestionform table td label:hover {
	color: #006699;
	text-decoration:underline;
}
/* --------------------------------------- */
.dailyquestionform table.votingpollresulttable {
	width:100%;
}
.dailyquestionform table.votingpollresulttable td {
	padding-left:25px;
}
.dailyquestionform table.votingpollresulttable td div.score {
	height:8px;
	background-color:#b1cee4;
	margin-top:4px;
	min-width:1% !important;
}
.dailyquestionform table.askquestiontable {
	width:100%;
}
.dailyquestionform table.askquestiontable td {
	padding-left:25px;
}
ul.mainpagelanguages {
	list-style:none;
}
ul.mainpagelanguages li {
	float:left;
	margin-left:12px;
}