/* CALENDAR BROWSER */
div.status-message
{
	padding: 3px 5px;
	background: #FFCC88;
	font-weight: bold;
	/* CSS3 */
	border-radius: 5px;
	/* Mozilla */
	-moz-border-radius: 5px;
}
.calendar-browser td
{
	margin: 0px;
	padding: 0px;
 	background-color: #F4F7FF;
	border: 1px solid black;
}

.calendar-browser td.today
{
	background-color: #FDC;
}

table.calendar-browser
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-collapse: collapse;
}

.calendar-browser .other-month-day
{
	background-color: #FFF;
	color: #999;
}

.calendar-browser div
{
	margin: 0px;
	padding: 3px;
	border-style: none;
}

.calendar-browser div.busy-day
{
	border: 1px solid red;
}

.calendar-browser th.week-day
{
	font-weight: normal;
	font-size: 10pt;
	border: 1px solid black;
	background-color: transparent;
}

.calendar-browser div.selected-day
{
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.calendar-browser div
{
	text-align: right;
}

.calendar-browser a:link, .calendar-browser a:visited
{
	text-decoration: none;
	color: black;
}

.calendar-browser a:hover
{
	text-decoration: underline;
}

div.res-sched-list
{
	width: 832px;
}

/* RESOURCESCHEDULELIST */

table.res-sched-list-header
{
	border-style: none;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table.res-sched-list-header tr.layout td.odd-hour-title, table.res-sched-list-header tr.layout td.even-hour-title
{
	border-top: 1px solid #c1d8e5;
	border-left: 1px solid #c1d8e5;
	border-right: 1px solid #c1d8e5;
	border-bottom: 0px none transparent;
	padding: 0px;
	margin: 0px;
	width: 21px;
	text-align: center;
}

table.res-sched-list-header tr.layout td.odd-hour-title
{
	background-color:  #EEE;
}

table.res-sched-list-header tr.layout td.even-hour-title
{
	background-color:  #DDD;
}

.expandable-header .odd-hour
{
	background-color: #FFC;
}
.expandable-header .even-hour
{
	background-color: #DDA;
}
.expandable-content .expandable-header .odd-hour
{
	background-color: #DFD;
}
.expandable-content .expandable-header .even-hour
{
	background-color: #BDB;
}
.expandable-content .expandable-content .odd-hour
{
	background-color: #FDD;
}
.expandable-content .expandable-content .even-hour
{
	background-color: #DBB;
}

table.res-sched-list-header tr.layout td.title-header
{
	border-right: 1px solid black;
	border-top: 0px none transparent !important;
	border-left: 3px solid white !important;
	border-bottom: 0px none transparent !important;
	width: 300px;
	padding: 0px;
	margin: 0px;
}

span.odd-hour, span.even-hour
{
	
	padding-bottom: 3px;
	height: 0; /* nereguoja */
	border-left: 1px solid black;
	border-top: 1px solid black;
	width: 10px;
	padding-left: 10px;
}

span.last
{
	border-right: 1px solid black;
}

div.fix-last-line span.hours
{
	border-top: 1px solid black;
	width: 529px;
	padding-left: 529px;
}

div.fix-last-line span.head
{
	width: 300px;
	float: left;
}

.expandable-header
{
	height: 20px;
}

span.city-header
{
	float: left;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
}

span.inst-header
{
	float: left;
	width: 290px;
	overflow: hidden;
	white-space: nowrap;
}

span.res-level1-header
{
	vertical-align: top;
	float: left;
	width: 280px;
	overflow: hidden;
	white-space: nowrap;
}

span.res-level2-header
{
	float: left;
	width: 270px;
	overflow: hidden;
	white-space: nowrap;
}

span.res-level3-header
{	
	float: left;
	width: 260px;
	overflow: hidden;
	white-space: nowrap;
}

span.res-level4-header
{
	float: left;
	width: 250px;
	overflow: hidden;
	white-space: nowrap;
}

span.res-header input
{
	margin: 0px;
	vertical-align: top;
}

.expandable-content
{
	padding-left: 10px;
}

.expandable-header .title
{
	border: 1px solid blue;
	width: 300px;
}

.expandable-header .title .innerTitle
{
	width: 300px;
	display: block;
	overflow: hidden;
	border: 1px solid red;
}
/* ----------------------------------- */
.time .even-hour, .time .odd-hour
{
	border-left: 1px solid black;
	border-top: 1px solid black;
	padding-left: 10px;
	width: 10px;
}


table
{
	font-size: 10pt;
}
/* ------------- Protected menu ------------------ */
.protected_menu {
	border: 1px solid #9ED651;
	margin: 10px;
	width:150px;
}

.protected_menu .heading {
	display: block;
	background-color: #9ED651;
	FONT-SIZE: 10pt;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
}

.protected_menu a:link,.protected_menu a:visited  {
	padding-left: 10px;
	display: block;
	color: black;

	text-decoration: none;
}
.protected_menu .selected a, .protected_menu .selected a:visited{
	
	background-color: #D0E4B4;
}
/* ---------^---- Protected menu -------^---------- */

.manage-menuitem-top {
	FONT-WEIGHT: normal; COLOR: #0b538e; MARGIN-RIGHT: 12px; BORDER-BOTTOM: #0b538e 1px solid; TEXT-ALIGN: center
}
.manage-menuitem-bottom {
	MARGIN-TOP: 2px; FONT-WEIGHT: normal; FONT-SIZE: 8pt; MARGIN-BOTTOM: 5px
}
.manage-menuitem-link {
	FONT-SIZE: 16pt; COLOR: #000000; TEXT-DECORATION: none
}

.manage_tooltip {
	BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: black 1px solid; PADDING-LEFT: 3px; FONT-SIZE: 10pt; BACKGROUND: #bfdaec; PADDING-BOTTOM: 3px; BORDER-LEFT: black 1px solid; WIDTH: 150px; PADDING-TOP: 3px; BORDER-BOTTOM: black 1px solid
}


#tree .selected {
	FONT-WEIGHT: bold; TEXT-DECORATION: none
}
#tree A:link {
	COLOR: black; TEXT-DECORATION: none
}
#tree A:visited {
	COLOR: black; TEXT-DECORATION: none
}
#tree {
	MARGIN-BOTTOM: 1em; MARGIN-LEFT: 10px; WHITE-SPACE: nowrap
}
#tree A:hover {
	BACKGROUND-COLOR: #eef
}


A:link {
	COLOR: #666666; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #333333; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #666666; TEXT-DECORATION: none
}
.bottom {
	COLOR: #333333; FONT-FAMILY: "Trebuchet MS", Tahoma,  Arial, sans-serif, mono;
}
A.meniu:link {
	COLOR: #2d4f7d; TEXT-DECORATION: none
}
A.meniu:visited {
	COLOR: #2d4f7d; TEXT-DECORATION: none
}
A.meniu:hover {
	COLOR: #2d4f7d; TEXT-DECORATION: underline
}
A.meniu:active {
	COLOR: #2d4f7d; TEXT-DECORATION: underline
}


.top-meniu {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; COLOR: #333333
}
A.meniu:link {
	COLOR: #333333; TEXT-DECORATION: none
}
A.meniu:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
A.meniu:hover {
	COLOR: #333333; TEXT-DECORATION: underline
}
.prisijungimas {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: middle; COLOR: #333333; PADDING-TOP: 0px
}
.top-meniu2 {
	BACKGROUND-IMAGE: url(bg-meniu.gif); VERTICAL-ALIGN: middle; COLOR: #333333; BACKGROUND-REPEAT: no-repeat; TEXT-ALIGN: center
}
.visa {
	
}
.meniu-grupe {
	PADDING-LEFT: 10px; VERTICAL-ALIGN: middle; COLOR: #ffffff; HEIGHT: 18px; BACKGROUND-COLOR: #ff0000
}
A.baltas:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.baltas:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.baltas:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
.meniu-left {
	PADDING-LEFT: 10px; VERTICAL-ALIGN: middle; COLOR: #333333; HEIGHT: 18px; BACKGROUND-COLOR: #ffffff
}
.meniu-left2 {
	PADDING-LEFT: 20px; VERTICAL-ALIGN: middle; COLOR: #999999; HEIGHT: 18px; BACKGROUND-COLOR: #ffffff
}
A.submeniu:link {
	COLOR: #333333; TEXT-DECORATION: none
}
A.submeniu:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
A.submeniu:hover {
	COLOR: #333333; TEXT-DECORATION: underline
}
.reklama {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid
}
.remejai {
	FONT-WEIGHT: bold; VERTICAL-ALIGN: middle; TEXT-TRANSFORM: uppercase; COLOR: #666666; HEIGHT: 20px; BACKGROUND-COLOR: #fde480; TEXT-ALIGN: center
}
.skyrius {
	BACKGROUND-POSITION: 50% top; PADDING-LEFT: 10px; FONT-WEIGHT: bold; BACKGROUND-IMAGE: url(bg-skyrius.gif); VERTICAL-ALIGN: middle; COLOR: #333333; BACKGROUND-REPEAT: repeat-x
}
.turinys {
	VERTICAL-ALIGN: top; COLOR: #333333
}
.data {
	MARGIN-TOP: 5px; MARGIN-BOTTOM: 5px; COLOR: #999999
}
.pavadinimas {
	MARGIN-TOP: 5px; MARGIN-BOTTOM: 5px; COLOR: #ff0000
}
.tekstas {
	MARGIN-TOP: 5px; MARGIN-BOTTOM: 5px
}
HR {
	BORDER-RIGHT: #cccccc; BORDER-TOP: #cccccc; BORDER-LEFT: #cccccc; COLOR: #cccccc; BORDER-BOTTOM: #cccccc; HEIGHT: 1px
}
A.red:link {
	COLOR: #ff0000; TEXT-DECORATION: underline
}
A.red:visited {
	COLOR: #ff6f6f; TEXT-DECORATION: underline
}
A.red:hover {
	COLOR: #ff6f6f; TEXT-DECORATION: none
}
UL {
	MARGIN-TOP: 5px; MARGIN-BOTTOM: 5px
}


.manage_page_toolbar {
	float: right;
}

.manage_component_toolbar {
	
}

.manage-menuitem-top
{
	text-align: center;
	color: #0B538E;
	border-bottom: 1px solid #0B538E;
	margin-right: 12px;
	font-weight: normal;
}

.manage-menuitem-bottom
{
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 2px;
	font-size: 8pt;
}

.manage-menuitem-link
{
	text-decoration: none;
	color: #000000;
	font-size: 16pt;
}

table.entity-list
{
	font-family: "Trebuchet MS", Tahoma,  Arial;
	font-size: 14px;
	color: #1b1a1a;
	line-height: 21px;
	border-collapse: separate;
	border-style: none;
}

table.entity-list td
{
	background-color: #ffffff;
	padding: 3px 6px;
}

table.entity-list th a
{
	font-size: 11px !important;
	
}
table.entity-list a:hover
{
	color: #e44111 !important;
}

table.entity-list th td
{
	background-color: transparent;
}

table.entity-list tr, table.entity-list td, table.entity-list th
{
	border-width: 1px;
	border-style: solid;
	border-color: #a2b1ba;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
}

table.entity-list th
{
	background-color: #e4e9ed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 4px;
	font-size: 8pt;
	color: #1b1a1a;
	line-height: 30px;
	
	
}

/* TAPESTRY */
table.tapestry-palette, table.tapestry-palette tr, table.tapestry-palette td, table.tapestry-palette th
{
	border-style: none;
}
table.tapestry-palette, table.tapestry-palette tr, table.tapestry-palette td
{
	padding: 0px;
}
table.tapestry-palette th
{
	padding: 3px 6px;
	font-size: 9pt;
	color: #3A4680;
	border: 1px solid #888899;
	background-color: #ccccdd;
}
table.tapestry-palette select
{
	width: 220px;
}
table.tapestry-palette td.controls
{
	width: 32px;
	text-align: center;
}

.textfield
{
	width: 25em;
	border: #c1d8e5 solid 1px;
}
.passwordfield
{
	
	border: #c1d8e5 solid 1px;
}


div.errors
{
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFCCCC;
}


.manage_tooltip {
	font-size:10pt;
		 background:#BFDAEC;
		 border:1px solid black;
	     width:150px; 
		 padding:3px;
}


#tree .selected {
	font-weight: bold;
	text-decoration: none;
}

#tree a:link { 
	color: black;
	text-decoration: none;
}     
#tree a:visited { 
	color: black;
	text-decoration: none;
}

#tree {
	margin-left: 10px;
	font-size: 10px;
	margin-bottom: 1em;
	white-space: nowrap;
}

#tree a:hover {
	background-color: #eef;
}


.content {
/*border-top:1px solid #E6E6E6;*/
/*border-left:1px solid #9FD651;*/

/*border-collapse:collapse;	*/
height:100%;
background-repeat: no-repeat; 
width:100%;
background-position:right bottom; 

}

.content1 {
border-right:2px solid white;
border-collapse:collapse;	
height:100%;
background-repeat: no-repeat; 
background-position:top left; 

}

a:link {
	color:FF7954;
	text-decoration: none;
}
a:visited {
	color: FF7954;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

.bottom {
	FONT-FAMILY: "Trebuchet MS", Tahoma,  Arial, sans-serif, mono;
	color: #333333;
}


a:link.meniu, a:visited.meniu {
	color: #2D4F7D;
	text-decoration: none;
}

a:hover.meniu, a:active.meniu {
	color: #2D4F7D;
	text-decoration: underline;
}

.form {
	margin: 0px;
	padding: 0px;
	width: 130px;
}

.input {
	border-bottom-color:b7bcbf;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:b7bcbf;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:b7bcbf;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:b7bcbf;
	border-top-style:solid;
	border-top-width:1px;
	color:black;
	font-family:'Trebuchet MS',Tahoma,Arial;
	font-size:14px;
	height:20px;
	padding-bottom:1px;
	padding-left:2px;
	padding-right:2px;
	padding-top:1px;
	width: 180px;
	/*height: 17px;
	border: 1px solid b7bcbf;
	FONT-FAMILY: "Trebuchet MS", Tahoma,  Arial, sans-serif, mono;
	vertical-align: middle;
	padding-left: 5px;*/
}

h6 {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: rgb(24, 92, 14);
}
h5 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: rgb(24, 92, 14);


}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #379eda;
	font-size: 14px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	background-image: url(/cms/assets/distance/tapcms/borders/liedm/images/liemsis/bul.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 60px;
	margin-right: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: #cbdbe1 solid 1px;
	border-top: #cbdbe1 solid 1px;
		
}

h4 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #379eda;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	
}
h4 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #379eda;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	
}
h4 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #379eda;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	
}
h4 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #379eda;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	text-decoration: underline; 
	
}

h3 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: rgb(24, 92, 14);


}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	PADDING-RIGHT: 10px; 
	FONT-SIZE: 12pt; 
	PADDING-BOTTOM: 5px; 
	WORD-SPACING: normal; 
	VERTICAL-ALIGN: middle; 
	COLOR:  #1a6b91; 
	PADDING-TOP: 5px; 
	WHITE-SPACE: normal; 
	LETTER-SPACING: normal; 
	TEXT-DECORATION: none;
	font-weight: normal;
	font-style: normal;
	margin-left: 25px;



}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #fc7215;
	
	font-weight: normal;
	font-style: normal;
	margin-top: 7px;
	margin-bottom: 15px;
	margin-right: 30px;
	margin-left: 30px;
	
}

.news_component .news_title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	font-variant:small-caps;
	color: #fc7215;
	font-weight: normal;font-style: normal;
	margin: 10px 15px 2px 30px;

}

body {
	FONT-FAMILY: "Trebuchet MS", Tahoma,  Arial, sans-serif, mono;
	color: #333333;
}
.top-meniu {
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;


}
a.meniu:link {
	text-decoration: none;
	color: #333333;
}
a.meniu:visited {

	text-decoration: none;
	color: #333333;
}
a.meniu:hover {
	text-decoration: underline;
	color: #333333;
}

.prisijungimas {
	color: #333333;
	padding: 0px;
	vertical-align: middle;
}
.top-meniu2 {
	color: #333333;
	background-image: url(bg-meniu.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;

}
.visa {
}
.meniu-grupe {
	height: 18px;
	vertical-align: middle;
	padding-left: 10px;
	background-color: #FF0000;
	color: #FFFFFF;
}
a.baltas:link {

	text-decoration: none;
	color: #FFFFFF;
}
a.baltas:visited {


	text-decoration: none;
	color: #FFFFFF;
}
a.baltas:hover {



	text-decoration: underline;
	color: #FFFFFF;
}
.meniu-left {

	height: 18px;
	vertical-align: middle;
	padding-left: 10px;
	background-color: #FFFFFF;
	color: #333333;
}
.meniu-left2 {
	height: 18px;
	vertical-align: middle;
	padding-left: 20px;
	background-color: #FFFFFF;
	color: #999999;

}
a.submeniu:link {

	text-decoration: none;
	color: #333333;
}
a.submeniu:visited {


	text-decoration: none;
	color: #333333;
}
a.submeniu:hover {



	text-decoration: underline;
	color: #333333;
}
.reklama {
	border: 1px solid #999999;
}
.remejai {
	font-weight: bold;
	text-transform: uppercase;
	color: #555555;
	background-color: #77AA88;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
.skyrius {
	font-weight: bold;
	color: #333333;
	background-image: url(bg-skyrius.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	background-position: top;
	padding-left: 10px;

}
.turinys {
	color: #333333;
	vertical-align: top;
}
.data {
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pavadinimas {
	color: #FF0000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tekstas {
	margin-top: 5px;
	margin-bottom: 5px;
}
hr {
	height: 1px;
	border: #CCCCCC;
	color: #CCCCCC;

}
a.red:link {

	color: #FF0000;
	text-decoration: underline;
}
a.red:visited {


	color: #FF6F6F;
	text-decoration: underline;
}
a.red:hover {
	color: #FF6F6F;
	text-decoration: none;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;

}



.protected_menu a {
	font-size: 10pt;
	text-decoration: none;
	color: black;
}

.protected_menu a:hover {
	font-weight: bold;
	
}

/***************** vipt menu components ******************/

.mvl_1, .mvl_1s  {
	height:23px;
	vertical-align:middle;
	text-align:right;
	padding-right:20px;
	
}
.mvl_2, .mvl_2s{
	height:23px;
	vertical-align:middle;
	text-align:right;

}
.mvlTable{
width:200px;
border-collapse:collapse;
border:0px none;
}

.mvl_1 a:visited{
COLOR: #163F14;
}
.mvl_1s a:visited{
COLOR: #163F14;
}
.mvl_2 a:visited{
COLOR: #163F14;
}
.mvl_2s a:visited{
COLOR: #163F14;
}

.mvl_1 a:hover{
COLOR: #006600;
}
.mvl_1s a:hover{
COLOR: #006600;
}
.mvl_2 a:hover{
COLOR: #006600;
}
.mvl_2s a:hover{
COLOR: #006600;
}



.mvl_1 a, .mvl_1s a{
	font-family:Tahoma,Arial;
	margin-right:20px;
	COLOR: #163F14;
	TEXT-DECORATION: none;
	font-size: 13;
	height:15px;
	vertical-align:middle;
	font-weight: bold;
	}

.mvl_2 a, .mvl_2s a {
	font-family:Tahoma,Arial;
	margin-right:45px;
	font-size: 11;
	height:15px;
	COLOR: #163F14;
	TEXT-DECORATION: none;
	vertical-align:middle;
}



.mvl_3 a, .mvl_3s a {
	font-size: 10;
	padding-left: 30px;
	COLOR: #999999;
	TEXT-DECORATION: none;
}

.mvl_1, .mvl_2, .mvl_3, .mvl_1s, .mvl_2s, .mvl_3s {
	 
	padding-bottom: 2px;
	vertical-align: bottom;
	padding-top: 4px;
}


.mvt a:visited{
COLOR: #4e4a4a;	
text-decoration: none;
}
.mvts a:visited{
COLOR: #b02a0b;	
text-decoration: none;
}
.mvt a:visited{
COLOR: #4e4a4a;	
text-decoration: none;
}
.mvt_s a:visited{
COLOR: #b02a0b;	
text-decoration: none;
}

.mvt a:hover{
COLOR: #b02a0b;	
text-decoration: none;
}
.mvts a:hover{
COLOR: #b02a0b;	
text-decoration: none;
}
.mvt a:hover{
COLOR: #b02a0b;	
text-decoration: none;
}
.mvt_s a:hover{
COLOR: #b02a0b;	
text-decoration: none;
}

.mvt a:active{
COLOR: #b02a0b;	
text-decoration: none;
}
.mvts a:active{
COLOR: #b02a0b;	
text-decoration: none;
}
.mvt a:active{
COLOR: #b02a0b;	
text-decoration: none;
}
.mvt_s a:active{
COLOR: #b02a0b;	
text-decoration: none;
}


.mvt a  {
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma,  Arial;
	color: #4e4a4a;
	font-size: 16px;
	TEXT-DECORATION: none;
}
.mvt_s a  {
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma,  Arial;
	color: #b02a0b;
	font-size: 16px;
	TEXT-DECORATION: none;
}


#data-username, #data-password{
	font-size: 10px;
}

.mvtop a {
	font-size: 10px;
	text-decoration: none;
}

.mvtop_s {
	font-weight: bold;
}

.mvtop a:visited, .mvleft a:visited, .mvt a:visited {
	text-decoration: none;
}

.menu_manage_tooltip {
	padding: 3px;
	border:1px solid #CCCCCC;
	background-color: #EEEEEE;
	font-size: 12px;
}

table.layout {

}

form {
	margin: 0px;
	padding: 0px;
}

table.entity-list tr.even td {
	background-color: #EEEEEE;
}

table.entity-list tr.even_italic td {
	background-color: #EEEEEE;
	font-style: italic;
	color: grey;
}

table.entity-list tr.odd_italic td {
	font-style: italic;
	color: grey;
}

table.entity-list th table  {
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: black;
}

table.entity-list th table a:link, table th table a:visited, table th table a:hover
{
	text-decoration: none;
	color: black;
}

.page_last_update {
	text-align: right;
	font-style: italic;
	font-size: 8pt;
}

label {
	font-size: 8pt;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* login */
.login-component{

}
.form-logout{
diplay:inline;
color:#9ED64F;

}

.event-calendar-day-tooltip
{
	border: 1px solid #D0E4B4;
	background-color: #BBC1C3;
	color: black;
	font-size: 10pt;
	fornt-family: Verdana;
	padding-right: 10px;
	padding-left: 0px;
}

.event-calendar-day-tooltip li
{
	margin-left: -15px;
}

.active-month
{
	border: 1px solid #b6d5e6;
	padding-top: 1px;
	padding-bottom: 1px;
}

.selected
{
	font-weight: bold;	
}

.has-events
{
	border: 1px solid #ff7800;
}

.active-month a
{
	text-decoration: none;
}

.today
{
	background-color: #e1eef6;
}

.input_txt {
	font-family: "Trebuchet MS", Tahoma,  Arial;
	font-size: 13px;
	color: #2b3b4b;	
	padding-bottom: 0px;
	padding-top: 0px;
	
}
A:link.input_txt {
	font-size: 14px;
	color: #743624;
	padding-bottom: 2px;
	padding-top: 5px;
}
A:visited.input_txt {
	font-size: 14px;
	color: #743624;
	padding-bottom: 2px;
	padding-top: 5px;
}
A:active.input_txt {
	font-size: 14px;
	color: #743624;
	padding-bottom: 2px;
	padding-top: 5px;
}
A:hover.input_txt {
	font-size: 14px;
	color: #e44111;
	padding-bottom: 2px;
	padding-top: 5px;
}

.input_table {
	margin-right: 19px;

}

.input_table {

}

.mvt a:visited{
COLOR: white;	
text-decoration: none;
}

.mvt a:hover{
	text-decoration: underline;
	color: #1b3a6a;
	margin: 0px;
	padding: 0px;
}

.mvt a:active{
COLOR: #b02a0b;	
text-decoration: none;
}

.mvt a  {
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma,  Arial;
	color: white;
	font-size: 16px;
	TEXT-DECORATION: none;
}


/** --- Antrastes --- */
.prie_H1 {
	font-size: 14pt;
	font-style: normal;
	font-weight:normal;
	color: #444242;
}

.prie_H2 {
	font-size: 12pt;
	color: #3B5700;
	font-weight: normal;
	font-style: normal;
	margin-top: 15px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
}


A:link.input_txt {
	font-size: 14px;
	color: #743624;
	padding-bottom: 2px;
	padding-top: 5px;
}
A:visited.input_txt {
	font-size: 14px;
	color: #743624;
	padding-bottom: 2px;
	padding-top: 5px;
}
A:active.input_txt {
	font-size: 14px;
	color: #743624;
	padding-bottom: 2px;
	padding-top: 5px;
}
A:hover.input_txt {
	font-size: 14px;
	color: #e44111;
	padding-bottom: 2px;
	padding-top: 5px;
}


.sarasas1 {
	font-size: 12px;
	color: #444242;
	float: left;
	text-align: left;
	line-height: 15px;
	width: 100%;
	margin: 0px;

	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.remind_pass a:link{
	font-size: 14px;
	color: #743624;
	padding-bottom: 2px;
	padding-top: 5px;
}

.remind_pass a:visited{
color: #F26810;
text-decoration: unone;
}

.remind_pass a:hover{
color: #e44111;
text-decoration: underline;
}

.remind_pass a:active{
color: #e44111;
text-decoration: underline;
}

.remind_pass a:link {
	font-family: "Trebuchet MS", Tahoma,  Arial;
	font-size: 14px;
	color: #F26810;
	padding-bottom: 2px;
	padding-top: 5px;
	text-decoration: unone;
}

.hmenu_1 {
	font-size: 16px;
	color: #3399CC;	
	text-decoration: none;
	padding-left:26px;
	
}
.hmenu_1 A:link{
	font-size: 16px;
	color: #3399CC;	
	text-decoration: none;

}
.hmenu_1 A:visited {
	font-size: 16px;
	color: #3399CC;	
	text-decoration: none;

}
.hmenu_1  A:active {
	font-size: 16px;
	color: #3399CC;	
	text-decoration: none;
	font-weight:bold;
}
.hmenu_1  A:hover{
	font-size: 16px;
	text-decoration: underline;

}

.hmenu_2{
	font-size: 1px;
	color: #3399CC;	
	text-decoration: none;
	padding-left: 15px;
	
}
.hmenu_2 A:link {
	font-size: 16px;
	color: #3399CC;	
	text-decoration: none;
	padding-left: 15px;
}
.hmenu_2 A:visited{
	font-size: 16px;
	color: #3399CC;	
	text-decoration: none;
	padding-left: 15px;
}
.hmenu_2 A:active{
	font-size: 16px;
	color: #3399CC;	
	text-decoration: none;
	padding-left: 15px;
	font-weight:bold;
}
.hmenu_2 A:hover{
	font-size: 16px;
	color: red;
	padding-left: 15px;
}

.hmenu_3{
	font-size: 14px;
	color: #4e4a4a;	
	text-decoration: none;
	padding-left: 30px;
	
}
.hmenu_3 A:link {
	font-size: 14px;
	color: #3399CC;	
	text-decoration: none;
	padding-left: 30px;
}
.hmenu_3 A:visited{
	font-size: 14px;
	color: #3399CC;	
	text-decoration: none;
	padding-left: 30px;
}
.hmenu_3 A:active{
	font-size: 14px;
	color: #3399CC;	
	text-decoration: none;
	padding-left: 30px;
}
.hmenu_3 A:hover{
	font-size: 14px;
	color: #3399CC;	
	text-decoration: none;
	padding-left: 30px;
}













.hmenu_1s {
	font-size: 16px;
	color: #ff7112;	
	font-weight: normal;
	text-decoration: none;
	padding-left:26px;
}
.hmenu_1s A:link{
	font-size: 16px;
	color: #ff7112;	
	font-weight: normal;
	text-decoration: none;

}
.hmenu_1s A:visited {
	font-size: 16px;
	color: #ff7112;	
	font-weight: normal;
	text-decoration: none;

}
.hmenu_1s  A:active {
	font-size: 16px;
	color: #ff7112;	
	font-weight: normal;
	text-decoration: none;

}
.hmenu_1s  A:hover{
	font-size: 16px;
	color: #ff7112;	
	font-weight: normal;
	text-decoration: underline;

}

.hmenu_2s{
	font-size: 16px;
	color: #3399CC;	
	text-decoration: none;
	font-weight: normal;
	padding-left: 15px;
	
}
.hmenu_2s A:link {
	font-size: 16px;
	color: #3399CC;	
	font-weight: normal;
	text-decoration: none;
	padding-left: 15px;
}
.hmenu_2s A:visited{
	font-size: 16px;
	color: #3399CC;	font-weight: normal;
	text-decoration: none;
	padding-left: 15px;
	
}
.hmenu_2s A:active{
	font-size: 14px;
	color: #3399CC;	
	font-weight: normal;
	text-decoration: none;
	padding-left: 15px;
}
.hmenu_2s A:hover{
	font-size: 14px;
	color: red;	
	padding-left: 15px;
}

.hmenu_3s{
	font-size: 14px;
	color: #3399CC;	
	text-decoration: none;
	padding-left: 30px;
	
}
.hmenu_3s A:link {
	font-size: 14px;
	color: #3399CC;	
	text-decoration: none;
	padding-left: 30px;
}
.hmenu_3s A:visited{
	font-size: 14px;
	color: #3399CC;		
	text-decoration: none;
	padding-left: 30px;
}
.hmenu_3s A:active{
	font-size: 14px;
	color: #3399CC;	
	text-decoration: none;
	padding-left: 30px;
}
.hmenu_3s A:hover{
	font-size: 14px;
	color: red;	
	padding-left: 30px;
}

.qualityevaluation_component .pirmo_virsus
{
	background-repeat:no-repeat !important; background-position:top !important; width:567 !important;
}
.qualityevaluation_component .pirmo_apacia
{
	background-repeat:no-repeat !important; background-position:bottom !important; width:567 !important;
}
.qualityevaluation_component .pirmo_title
{
	padding-top: 50px;
	margin-left: 200px;
	padding-bottom: 30px;
	width: 350px;
}
.qualityevaluation_component .pirmo_title .main_title
{
	font-family: Verdana;
	color: #163f14;
	font-size: 18px;
}
.qualityevaluation_component .pirmo_knopke
{
	text-align: right;
	padding-right: 40px;
}
.qualityevaluation_component .pirmo_separator
{
	height: 20px;
	width:100%;
}
.qualityevaluation_component .antro_virsus
{
	background-repeat:no-repeat !important; background-position:top !important; width:567 !important;
}
.qualityevaluation_component .antro_apacia
{
	background-repeat:no-repeat !important; background-position:bottom !important; width:567 !important;
}
.qualityevaluation_component .antro_title
{
	padding-top:10px;
	padding-right:10px;
	padding-left: 30px;
	width: 527;
}
.qualityevaluation_component .antro_contents
{
	padding: 20px;
	width: 547;
	padding-left: 35px;
}

.qualityevaluation_component .antro_title .main_title
{
	font-family: Verdana;
	color: #163f14;
	font-size: 18px;
}
.qualityevaluation_component .antro_title .sub_title
{
	width: 100%;
	color:  #163f14;
	font-size: 20px;
	padding-left: 4px;
	padding-top: 10px;

}
.qualityevaluation_component .antro_separator
{
	height: 20px;
	width:100%;
}
.qualityevaluation_component .create_link, .qualityevaluation_component .create_link a, .qualityevaluation_component .create_link a:hover
{
	margin-bottom: 3px;
	font-size: 11px;
	color:  #163f14;
}

.qualityevaluation_component .research-table
{
	margin-left: -20px;
}

.qualityevaluation_component .item-title
{
	background: white;
	border-left: 1px solid #B5D8B0;
	border-top: 1px solid #B5D8B0;
	border-bottom: 1px solid #B5D8B0;
	height: 21px;
	padding-left: 19px;
	padding-bottom: 3px;
	margin-top: 3px;
}
.qualityevaluation_component .item-title2
{
	background: white;
	border: 1px solid #B5D8B0;
	height: 21px;
	padding-left: 19px;
	margin-top: 3px;
}
.qualityevaluation_component .item-separator
{
	height: 2px;	
	border: none;
	background: none;
}
.qualityevaluation_component .item-links
{
	background: white;
	border-right: 1px solid #B5D8B0;
	border-top: 1px solid #B5D8B0;
	border-bottom: 1px solid #B5D8B0;
	height: 21px;
	margin-top: 3px;
	
}
.qualityevaluation_component .item-links img
{
	margin-top: 2px;
}
.qualityevaluation_component .questionnaire_placeholder
{
	width: 510px;
}
.tdmenulemsis
{
	padding-bottom:15px;
	background-position:right bottom;
}
.divmenulemsis
{
	padding-top:15px;
	 vertical-align:top;
}
.registerToSystem
{

}
.td_registracija {
	height: 45px;
	background-image:url(/cms/assets/distance/tapcms/borders/liedm/images/liemsis/registracija_fonas_1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.registracija {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #ece9d8;	
	padding-left: 40px;
}
A:link.registracija {
	text-decoration: none;
	color: #ece9d8;
	padding-left: 40px;
}
A:visited.registracija {
	text-decoration: none;
	color: #ece9d8;
}
A:active.registracija {
	text-decoration: none;
	color: #ece9d8;
}
A:hover.registracija {
	text-decoration: underline;
	color: #ece9d8;
}