/**
	Admin stiliu failas EDITABLE
	Antanas Petrauskas, �?ponke
	2004 10 28
*/
h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;

}
	
	
	.e_textarea_admin {
        font-family: Verdana, Fixed;
        font-size: 10px;
        border: solid 1px #444444;
        background: #eeeeee;
	}

	.e_contents {
		width: 100%;
		float: left;
		clear: both;
		position: relative;
		padding: 0px;
		padding-bottom: 0px;
		text-align: left;
		
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : #FFFFFF;		
	}
	
	.e_contents_table{
		width: 100%;
	}

/*	.e_contents table{
		border-right: 2px solid #FFE9C7;
		border-bottom: 2px solid #FFE9C7;
	}
*/	.e_contents td, .e_contents th {
		padding: 2px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : #FFFFFF;
	}

	
	.easy_table {
		/*background: #FFEFD6;*/
		border-right: 1px solid rgb(54,101,184);
		border-bottom: 1px solid rgb(54,101,184);
	}
	
	.easy_table tr {
		/*border-bottom: 1px solid #FFF;*/
	}
	
	.easy_table th {
		border-left: 1px solid #45E7EC;
		border-top: 1px solid #45E7EC;
		border-collapse: collapse;
		padding: 3px;
		font-size: 10px;
		background: rgb(54,120,198);
		font-weight: bold;
	}
	.easy_table tr p {
		padding:0px;
	}
	
	.text_center
	{
		text-align: center;
		white-space: nowrap;
	}
	
	.easy_table td {
		padding: 3px;
		margin: 0px;
		border-left: 1px solid rgb(54,101,184);
		border-top: 1px solid rgb(54,101,184);
	}

	
	.e_contents ul
	{
		padding: 0;
		margin: 0 60px;
	}
	
	.e_contents p {	
		padding: 6px 0;
		text-indent: 0px;
	}
	
	.e_contents_heading{		
		padding-left: 2px; 
	}	
	.e_contents_inactive{
		padding-left: 2px; 
	}

/*	
	.e_contents p:first-letter{
		padding-left: 40px; 
	}
*/
	
	.e_picture{		
		text-align: center;
		margin: 5px 5px 5px 5px;
	}
	.e_picture img{
		border: 1px solid #95A9C2;
	}
	.e_picture_alignment_left{
		float: left;
	}
	.e_picture_alignment_right{
		float: right;
	}
	.e_picture_inactive{
		background-color: pink;
	}
	
	.e_ul{
		padding: 0px;
		margin: 0px;		
	}
	
	.e_li {
		display: list-item;
		color: #5d8c17 !important;
		background: #e1efbf !important; 
		padding: 3px;
		list-style-position: inside;
	}
	
	.e_li_inner {
		color: #f38000;
	}
	.e_li_inner span{
		color: #000000;
	}
	
	.e_li a {
		text-decoration: none;
		color: #587410;	
	}
	
	.e_li a:visited {
		text-decoration: none;
		color: #587410;	
	}
	
	.e_li a:hover {
		text-decoration: none;
		color: #94a073;
	}
	
	.e_contents a {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : #45E7EC;
		text-decoration: none;
	}
	
	.e_contents a:visited {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : #45E7EC;
		text-decoration: none;
	}
	
	.e_contents a:hover {
		color : #45E7EC;
		text-decoration: underline;
	}
	
	a {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : #45E7EC;
		text-decoration: none;
	}
	
	a:visited {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : #45E7EC;
		text-decoration: none;
	}
	
	a:hover {
		color : #45E7EC;
		text-decoration: underline;
	}


