/* ###################################################################################### */

* { padding: 0; margin: 0; }

body
{
    background: url('../images/bg.body.gif') repeat-x top left #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    color: #3E4756;
	font-size: 62.5%;
    line-height: 165%;  
}

a 
{
    font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
    text-decoration: none; 
}

a:hover
{
    text-decoration: none;
}

a img
{
    border: none;

}    

fieldset, form
{
    position: relative;
    float: left;
    border: none;
    padding: 0px;
    margin: 0px;
    background: none;
}
button
{
    position: relative;
    float: right;
	width: 120px;
	height: 34px;
	line-height: 34px;
	margin-top: 5px;
    margin-bottom: 5px;
	padding: 4px 0px 4px 0px;
    background: #01AD4B;  
    border: none;
    font-size: 13px;
    font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
    cursor: pointer;   
}
/* ###################################################################################### */

#cont
{
    position: relative;
    float: left;
    width: 100%;                                                             
    font-size: 1.2em;       
}   

div.align
{
    position: relative;       
    width: 850px;
    height: 100%;
    margin: 0 auto;
}

/* ###################################################################################### */

#header
{
    position: relative;
    float: left;
    width: 850px;     
    margin-bottom: 20px;                                                 
}

#header a img
{
    position: relative;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
}
#header img
{
    position: relative;
    float: left;         
}

#header ul
{
    position: relative;
    float: left;
    width: 850px;
    list-style-type: none;
    margin-bottom: 20px;
}
#header ul li
{
    position: relative;
    float: left;            
}
#header ul li a
{
    position: relative;
    float: left;     
    text-transform: uppercase;
    color: #CCCCCC;
    font-size: 12px; 
    line-height: 16px;     
    padding: 12px 20px 11px 20px;
    border-bottom: 4px solid #FFFFFF;
}
#header ul li a:hover
{  
    background: url('../images/bg.menu.hover.gif') repeat-x top left;
    border-bottom-color: #009540;                         
    color: #FFFFFF;
}
#header ul li.sel a, #header ul li.sel a:hover
{  
    background: url('../images/bg.menu.sel.gif') repeat-x top left;
    border-bottom-color: #009540;                         
    color: #000000;
}

#header ul.langs
{
    float: right; 
    margin-bottom: 0px;
    width: auto;
}   
#header ul.langs li a
{
    position: relative;
    float: left;     
    text-transform: none;
    color: #B2B4B9;
    font-size: 12px;      
    padding: 20px 0px 11px 20px;
    border-bottom: none;
}
#header ul.langs li a:hover
{  
    background: none;                                     
    color: #536073;
}
#header ul.langs li.sel a
{  
    background: none;                                     
    color: #536073;               
}

/* ###################################################################################### */

#menu ul
{
    position: relative;
    float: left;  
    list-style-type: none;
    width: 200px;
    background: url('../images/bg.side.bottom.gif') no-repeat bottom left;
    padding-bottom: 202px;   
    border-top: 4px solid #009540;
}
#menu ul li
{
    position: relative;
    float: left;            
    width: 200px;
    background: url('../images/bg.side.gif') repeat-y top left;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #FFFFFF;
}
#menu ul li a
{
    position: relative;
    float: left;          
    width: 170px;               
    color: #666666;
    font-size: 1em;                
    font-weight: bold;
    padding: 8px 15px 8px 15px;      
}
#menu ul li a:hover
{
    color: #009540;
}
#menu ul li.sel a
{
    background: #FFFFFF;
    color: #009540;
}

/* ###################################################################################### */

#users_menu
{
    position: relative;
    float: left;
    width: 830px;
    background: #009540;
    margin-bottom: 5px;
    padding: 10px;
}

#users_menu ul
{
    position: relative;
    float: right;
    margin-bottom: 0px;
    width: auto;
}
#users_menu ul li
{
    position: relative;
    float: left;
}
#users_menu ul li a
{
    position: relative;
    float: left;
    text-transform: none;
    color: #FFFFFF;
    font-size: 12px; 
    line-height: 12px;           
    padding: 0px 10px 0px 10px;  
    border-bottom: none;
}   
#users_menu ul li a:hover
{
    background: none;
    text-decoration: underline;
}
#users_menu ul li a.sel
{
    font-weight: bold;
}
#users_menu span
{
    position: relative;
    float: left;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 12px; 
    line-height: 12px;           
}

/* ###################################################################################### */

#content
{
    position: relative;
    float: left;
    width: 630px;
    padding-left: 20px;
    color: #3E4756;  
    line-height: 160%;
	font-size:110%;
}

#content h1
{
    color: #00795B;
    font-weight: normal;
    font-size: 1.4em;
    padding-bottom: 10px;
}

#content h2
{
    color: #66AD4B;
    font-size: 1.1em;
    font-weight: normal;
    padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #e1e1e1;
}

#content h2 a
{
    color: #66AD4B;
    font-size: 1.1em;
    font-weight: normal;
    padding-bottom: 5px;
	text-decoration: none;
}

#content h2 a:hover
{
	text-decoration: underline;
}

#content h3
{
    color: #66AD4B;
    font-size: 1.1em;
    font-weight: normal;
    padding-bottom: 10px;
}
#content p
{                    
    font-size: 1em;     
    padding-bottom: 10px;  
}

#content p a
{
	text-decoration: none;
	color: #00795B;
}

#content p a:hover
{
	text-decoration: underline;
}

/* ###################################################################################### */

#content div.st
{
    position: relative;
    float: left;
    width: 305px;
    padding-right: 20px; 
    padding-bottom: 5px;   
}

#content fieldset
{      
    padding-bottom: 10px;            
    width: 630px;
}  
#content fieldset span
{
    position: relative;
    float: left;    
    font-size: 1em;
    width: 620px;
	background: #dbfcdf;             
	color: #00923f;                  
    padding: 2px 5px 2px 5px;
    font-weight: bold; 
    margin-bottom: 5px;         
}

#content label
{
    position: relative;
    float: left;
    width: 305px;     
    padding-bottom: 2px;
}
#content label a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;      
    color: #66AD4B;
}
#content input
{                     
    width: 299px;    
    padding: 2px;                 
    border: 1px solid #556479;
    background: #F6FEF7;
    margin-bottom: 5px;
}
#content input.chk
{
    position: relative;
    float: left;
    border: none;
    background: none;
    width: 21px;
    padding: 0px;
    height: 15px;
    line-height: 15px;
    margin-top: 4px;
}
#content select
{                  
    width: 305px;  
    border: 1px solid #01AD4B; 
    margin-bottom: 5px; 
    background: #F6FEF7;
}
#content textarea
{
    position: relative;
    float: left;
    width: 624px;    
    padding: 2px;               
    border: 1px solid #556479;
    background: #F6FEF7;  
    margin-bottom: 5px;
}
#error
{
    border: 2px solid #66AD4B;
    padding: 5px;
    width: 616px;
    display: none;
    margin-bottom: 5px;
    font-weight: bold;
    background: #BFF8C6;
}        
#content a.partner {
	float:left;
	margin:0;
	padding:0px 0px 10px 10px;
	border:0;
	width:150px;
}

#content a.partner img{
	float:left;
	margin:0;
	width:140px;
	border:5px solid #edeff1;
}

#content a.partner:hover img {
	border-color:#d8ddec;
}

#content a {
	color:#4e5b6e;
	text-decoration:underline;

}

#content ul {
	margin-left:0px;
	margin-bottom: 10px;
	padding:0;
	list-style: none;
}

#content li {
	margin-bottom: 5px;
	padding: 1px 5px 1px 5px;
	background: #dbfcdf;
}

/* ###################################################################################### */

#content fieldset.small
{      
    padding-bottom: 10px;            
    width: 425px;
}  
#content fieldset.small span
{
    position: relative;
    float: left;    
    font-size: 1em;
    width: 400px;
	background: #dbfcdf;             
	color: #00923f;                  
    padding: 2px 5px 2px 5px;
    font-weight: bold; 
    margin-bottom: 5px;
}

#content div.st2
{
    position: relative;
    float: left;
    width: 410px;
    padding: 0;   
}

#content div.st2 div#pakr_search, #content div.st2 div#iskr_search
{
	display: none;
}

#content label.small
{
    position: relative;
    float: left;
    width: 210px;     
    padding-bottom: 2px;
}
#content input.small
{                     
    width: 180px;   
	margin-bottom: 5px;
    padding: 2px;                 
    border: 1px solid #556479;
    background: #F6FEF7;
}
#content select.small
{
	width: 186px;  
    border: 1px solid #01AD4B; 
    margin-bottom: 5px; 
    background: #F6FEF7;
}

#content fieldset.small div.st2 span
{
	float: left;
    width: 180px;   
	margin-bottom: 5px;
    padding: 2px;
	color:#3E4756;
	background: #fff;
}

/* ###################################################################################### */

#content table
{                    
    position: relative;
    float: left;
	line-height: 100%;   
    border-collapse: collapse;
	border: 0px;          
    margin-bottom: 10px;         
	width: 630px;
	font-size: 12px;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	background: #dbfcdf;
	border-bottom: 1px solid #FFFFFF;
    padding: 5px;
	color: #00923f;
	width: 210px;
}
#content table td
{
	background: #effbf1;
	border: 0px;
	height: 20px;
	padding: 5px;
	line-height: 150%;
    border-bottom: 1px solid #FFFFFF;
	width: 210px;
}

#content table th.small, #content table td.small
{
	width: 50px;
}

#content table th a
{
	text-align: left;
	font-weight: bold;
	color: #00923f;
	text-decoration: none;
}
#content table th a:hover
{
	text-decoration: underline;
}

#content table td a
{
	color: #00923f;
	text-decoration: none;
}       
#content table td a:hover
{
	text-decoration: underline;
}

#content table td h1
{
    font-size: 1.1em;
    font-weight: bold;
	padding: 0;
}

#content table td p
{
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 0;
	color: #333333;
}

/* ###################################################################################### */

#content div.imgs
{
    position: relative;
    float: left;
    width: 620px;
    background: #DBFCDF;
    border-top: 5px solid #51BD67;
    padding: 10px 0px 0px 10px;
	margin-bottom: 10px;
}
#content div.imgs a img
{      
    position: relative;
    float: left;              
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 10px 0px;
    border-top: 3px solid #99dea7;
}
#content div.imgs a:hover img
{
    border-color: #51bd67;
}

/* ###################################################################################### */

#content div.contacts1
{
	float: left;
	width: 310px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content div.contacts2
{
	float: left;
	width: 310px;
	margin-right: 0px;
	height: 100px;
	margin-bottom: 10px;
}

#content div.contacts1 a, #content div.contacts2 a
{
	text-decoration: none;
	color: #00923f;
}

#content div.contacts1 a:hover, #content div.contacts2 a:hover
{
	text-decoration: underline;
}


/* ###################################################################################### */

#content div.boxsum1
{
	float: left;
	width: 310px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content div.boxsum2
{
	float: left;
	width: 310px;
	margin-right: 0px;
	margin-bottom: 10px;
}

/* ###################################################################################### */

div.box
{
    position: relative;
    float: left;
    background: #F2F2F2;
    width: 185px;
	height: 170px;
    padding: 10px;
    border-top: 5px solid #C3CBD0;
    margin-right: 10px;    
}     

div.box2
{
    position: relative;
    float: left;
    background: #F2F2F2;
    width: 185px;
    padding: 10px;
	height: 170px;
    border-top: 5px solid #C3CBD0;    
}

div.box p, div.box2 p
{
    padding-bottom: 5px;
}

div.box h2 a, div.box2 h2 a
{
	color: #66AD4B;
	width: 185px;
	float: left;
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 10px;
	text-decoration: none;
}

div.box h2 a:hover, div.box2 h2 a:hover
{
	text-decoration: underline;
}


div.box span.more a, div.box2 span.more a 
{
    float: left;
    color: #fff;
    background: #00923f url('/client/images/index-box-bg.gif') repeat-x left top;
    font-size: 12px;
    margin-bottom: 5px;
	width: 175px;
	padding: 3px 5px 3px 5px;
}

div.box span.more a:hover, div.box2 span.more a:hover
{
	background: #056930;
}

/* ###################################################################################### */

.btn
{   position: relative;
    float: left;
	margin: 0 0 10px 0;
}

.btn a
{
    font-size: 12px;
	color: #000;
	text-decoration: none !important;
}
.btn a:hover
{
	text-decoration: underline !important;
}

ul#templates li a
{
	text-decoration: none;
}
ul#templates li a:hover
{
	text-decoration: underline;
}

/* ###################################################################################### */

#content div.boxtext
{
    position: relative;
    float: right;
    background: #F2F2F2;
    width: 185px;
    padding: 10px;
    border-top: 5px solid #C3CBD0;
    margin-left: 10px;    
}

#content div.boxtext p
{
    padding-bottom: 0px;
}

#content div.boxtext h2
{
    font-weight: normal;
    font-size: 1.2em;
    padding-bottom: 10px;
}

#content div.boxtext span.more a
{
    float: left;
    color: #fff;
    background: #00923f url('/client/images/index-box-bg.gif') repeat-x left top;
    font-size: 12px;
	margin-top: 10px;
	width: 175px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

#content div.boxtext span.more a:hover
{
	background: #056930;
}

/* ###################################################################################### */

#footer
{
    position: relative;
    float: left;
    width: 850px;
    background: url('../images/bg.footer.gif') repeat-x top left;
    margin-top: 20px;
    padding: 10px 0px 10px 0px;
    color: #646565;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer ul
{
    position: relative;
    float: left;
    list-style-type: none;
}
#footer ul li
{
    position: relative;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #CCCCCC;
}
#footer ul li a
{
    position: relative;
    float: left;
}

#footer span
{
    position: relative;
    float: right;
}
#footer a
{
    color: #3f464a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer a:hover
{
    text-decoration: underline;
}         

/* ####################################################################################### */ 

div.salygos
{
    position: relative;
    float: left;
    width: 620px;
    height: 100px;
    overflow: auto;
    border: 1px solid #556479;
    padding: 3px;
    margin-bottom: 5px;
    font-size: 0.9em;
	line-height: 130%;
    background: #F6FEF7;
}
div.salygos span
{
    background: none !important;
    margin-bottom: 0px !important;
    margin-top: 3px !important;
    color: #3E4756 !important;
    padding: 0px !important;
}
div.salygos ul
{
    list-style-type: disc !important;
    list-style-position: inside !important; 
    padding-left: 0px !important;
}
div.salygos ul li
{
    margin: 0px !important;
    background: none !important;
}

#toolTip
{
	position: absolute;
	width: 300px;            
    background: #F6FEF7;
	border: 1px solid #01AD4B;
	text-align: left;
	padding: 5px;
	z-index: 1000;
}

#toolTip p
{
	margin: 0;
	padding: 0;
	color: #3E4756;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
}

#toolTip p em
{
	display: block;
	margin-top: 2px;
	padding: 0;
	color: #1D3D6E;
	font-style: normal;
	font-weight: normal;
}


/* ####################################################################################### */ 
/* Prisijungimo forma*/
#box
{
    position: relative;
    float: left;
    width: 320px;        
    padding-left: 265px;
    margin-top: 10px;
}  
#box #error 
{     
    position: relative;
    float: left;
	padding: 5px;
    width: 306px;
	display: none;       
}   
#box label 
{
	position:relative;
	float:left;     
	font-size:14px;
    width: 135px; 
}
#box input 
{         
	position:relative;
	float:left;         
    width: 179px;               
}       
#box button
{
	position:relative;
	float:right;
}       
button.cancel 
{
	margin-left:10px;
}

/* ####################################################################################### */ 
/* Uzsakymu lentele: kliento acounte*/

#tpl_search
{
	border: 2px solid #4E5B6E;
	padding:5px;
	height:35px;
	margin-left:20px;
	display:none;
}
#tpl_search a:hover 
{
	background: #dbfcdf;
	text-decoration: none;
}

#content ul.file-box {
    position:relative;
    float:left;
    width:100%;
}

#content ul.file-box li {
    float:left;
    width:100%;
    padding:0px 0px 10px 0px;
    background:none;
    border-bottom:1px solid #eee;
}

#content ul.file-box li img {
    float:left;
    padding-right:10px;
}

#content ul.file-box li a {
    float:left;
}

#content ul.file-box li a:hover {
    text-decoration:none;
}

#content ul.file-box li span {
    float:right;
}

/* ####################################################################################### */  
/* Popup'o stilius*/

#TB_ajaxContent {
	font-size: 110%;
    line-height: 185%;  
}

#TB_ajaxContent h2
{
    color: #66AD4B;
    font-size: 1.4em;
    font-weight: normal;
    padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #e1e1e1;
    
}

#TB_ajaxContent p
{                    
    font-size: 1.0em;     
    padding-bottom: 10px;  
}

/* ####################################################################################### */
/* Uzsakymas: failu ikelimas */

table#files_add
{
	background: #fff;
	position: relative;
    float: left;
	line-height: 100%;
    border-collapse: collapse;
	border: 0px;          
    margin: 0;         
	width: 840px;
	font-size: 12px;
}
table#files_add td
{
	background: #fff;
	border: 0px;
	height: 20px;
	padding: 5px;
	line-height: 150%;
    border-bottom: 1px solid #FFFFFF;
	width: 830px;
	line-height: 100%;
}

table#file_list, table#file_list2
{
	background: #fff;
	width: 850px;
	padding: 0;
	margin: 0;
}
table#file_list td, table#file_list2 td
{
	background: #fff;
}

.files table#file_list td, .files table#file_list2 td, .files table#files_add td
{
	background: #effbf1;
	border-bottom: 1px solid #fff;
}
.files table#files_add td
{
	border: 0;
}

#save
{
	display: none;
	float: left;
	margin-top: 15px;
}

#upload a:hover
{
	text-decoration: none;
}

/* ####################################################################################### */

#no_orders
{
	float: left;
	width: 850px;
	text-align: center;
	margin: 10px 0;
}

#filters
{
	float: right;
	font-size: 11px;
}
#filters #date1_l
{
	float: left;
	width: 40px;
}
#filters #date1
{
	float: left;
	width: 80px;
	font-size: 11px;
}
#filters #date2_l
{
	float: left;
	width: 30px;
	padding-left: 10px;
}
#filters #date2
{
	float: left;
	width: 80px;
	font-size: 11px;
}


#msg_box
{
	float: left;
	width: 830px;
	background-color: #fffdd3;
	padding: 10px;
	margin-bottom: 10px;
}

#msg_box a
{
	background: #fffdd3 url('../images/icons/close.gif') no-repeat scroll left top;
	float: right;
	height: 9px;
	position: relative;
	width: 9px;
}

#inputs
{
	display: none;
}