body
{
	background: rgb(240,240,240);
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}

h1
{
    font-size: 20px;
}

h2
{
    font-size: 20px;
}

h3
{
    font-size: 12px;
    margin: 10px;
}

h4
{
    font-size: 12px;
    margin: 10px;
	color : white;
	margin: 0 0 0 0;
}

.main-container
{
    margin: 0 auto;
	width: 1000px;
	display: inline-block; 
	display: block; 
}

.container
{
    margin: 0 auto;
	width: 1000px;
	border: 2px solid rgb(43,43,43);
	display: inline-block; 
	display: block; 
}

.container:after {
content:'';
display:block;
clear:both;
}

.banner-container
{
    width: 100%;
    height: 86px;
	background: rgb(240,240,240);	
}

.header-container 
{
    width: 100%;
    height: 140px;
    background: url(../pics/header-bg.png) repeat-x;
}

.header
{
    width: 100%;
    height: 110px;
}

.header a:link
{
	color: white;
}

.header a:visited
{
	color: white;
}


.menu
{
    background: white;
    float: left;
    height: 18px;
    padding-top: 1px;
	padding-bottom: 2px;
	padding-left:1px;
	padding-right:2px;
    margin-left: 12%;
	margin-top: 9px;
}

.menu-item
{
    background: rgb(205, 85, 32);
    color: rgb(240,240,240);
    font-size: 11px;
    
    text-align: center;
    width: 150px;
    height: 16px;
    display: inline;
    padding: 2px;
	margin-left: 2px;
    cursor: pointer;
}

.menu-item-over
{
    background: rgb(255, 135, 82);
    color: rgb(240,240,240);
    font-size: 11px;
    
    text-align: center;
    width: 150px;
    height: 16px;
    display: inline;
    padding: 2px;
	margin-left: 2px;
    cursor: pointer;
}

.hr
{
    width: 1000px;
    height: 35px;
    background: white url(../pics/hr.png);
	float: left;
} 

.vr
{
    width: 30px;
    background: url(../pics/vr.png);
    height: 600px;
    float: left;
}

.body
{
    width: 1000px;
    background: white;
    display: inline-block;
    float: left;
}

.filter
{
    width: 230px;
    float: left;
    margin-left: 5px;
}

.filter-select
{
	width: 110px;
}

.filter-text
{
	width: 106px;
}

.legend
{
	color: rgb(43,43,43);
}

.content
{
    width: 720px;
    float: left;
}

.content-no-filter
{
    width: 980px;
	min-height: 300px;
    float: left;
	margin: 10px;
}

.filtro-administravimas table
{
	border: 1px solid black;
	border-collapse: collapse;
}

.filtro-administravimas th, .filtro-administravimas td
{
	border: 1px solid rgb(43,43,43);
	padding: 4px;
}

.project-item-text
{
	width: 230px;
	height: 40px;
	float: left;
	background-color: white;
}

.project-item
{
	width: 230px;
	min-height: 220px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #666666;
	cursor: pointer;
}

.project-item-image
{
	width: 230px;
	min-height: 176px;
	float: left;
	background: url(../pics/no_image.png);
	
}

.pages-line
{
	width: 740px;
	height: 30px;
	float: left;
	background: white;
	padding-left: 260px;
}

.page-no
{
	min-width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin: 5px;
	cursor: pointer;
}

.footer
{
	width: 100%;
	height: 18px;
	float: left;
	background: white;
	text-align: center;
	color: grey;
}

.project-item-code-text
{
	height: 30px; 
	text-align: center; 
	padding-top: 10px; 
	margin-right: 2px; 
	border-right-style: dashed; 
	border-right-width: 1px;
	
	/*Nustatoma kad teksto spalva yra juoda (kodo puseje)*/
	color: black;
	
	/*Nustatoma kad tekstas yra bold (kodo puseje)*/
	font-weight:bold;
}

.project-item-other-text
{
	/*Nustatoma kad teksto spalva yra juoda (kainu puseje)*/
	color: black;
	
	/*Nustatoma kad tekstas yra bold (kainu puseje)*/
	font-weight:bold;
}

.project-item-other-text div
{
	height: 13px; 
	border-top-style: dashed; 
	border-top-width: 1px; 
	border-bottom-style: dashed; 
	border-bottom-width: 1px;
}