/* Portfolio Filter Stylesheet */

/*****Reset*****/


/*****Basic Definitions*****/
body {
	color: #999;
	font: 10px/16px Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
.t1 {
	color: #171717;
}
.t2 {
	color: #666;
}
.t3 {
	color: #333;
	font-size: 11px;
}

/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Basic Layout*****/
/* div#container { margin: 20px auto 0; overflow: hidden; width: 672px; } */
div#container {
	margin-right: 0px;
	margin-bottom: 0;
	background-color: transparent;
	width: 506px;
	padding-left: 20px;
	position: absolute;
	height: 55px;
}
div#title {
	font-size: 14px;
	color: #333;
	height: 40px;
	padding-top: 5px;
}
div#filtercontainer {
	background-color: #333;
	margin: 0;
	padding: 0;
}

#treelevelmenu {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 527px;
	top: 45px;
	background-color: #D6D6D6;
	color: #333;
}
ul#filter {
	padding: 0;
	margin: 0;
}
ul#filter li {
	float: left;
	padding-right: 9px;
	padding-left: 9px;
	background-color:#333;
	margin-bottom:0px;
	color: #CCC;
	font-size: 12px;
	display: inline;
	list-style-type: none;
	cursor: pointer
}
ul#filter li:hover {
background-color: #777;
color: #EEE;
}
ul#filter li:last-child {  }
ul#filter li.current  {
	color: #1b1b1b;
	background-color: #D6D6D6;
}
/* alphabet menu */
#alpahbetmenu {
	height: 14px;
	background-color: #D6D6D6;
}
ul#alphabet {
	padding: 0;
	margin: 0;
}
ul#alphabet li {
	float: left;
	padding-right: 9px;
	padding-left: 9px;
	background-color:#D6D6D6;
	margin-bottom:0px;
	color: #666;
	font-size: 11px;
	display: inline;
	list-style-type: none;
	cursor: pointer
}
ul#alphabet li:hover {
color: #1b1b1b;
background-color: #D6D6D6;
}
ul#alphabet li:last-child { 
background-color: #ffffff;
 }
ul#alphabet li.current  {
	color: #1b1b1b;
}



/*  end alpahbet menu */
div#portfoliocontainer {
	width: 250px;
	position: absolute;
	top: 82px;
}

/* ul#portfolio { float: left; list-style: none; margin-left: 0; width: 672px; } */
ul#portfolio {
	padding: 0;
	display: block;
	width: 226px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul#portfolio li {
	background-color:#BCBCBC;
	color:#2D2D2D;
	list-style-type: none;
	display: block;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	cursor: pointer
	
	
}

ul#portfolio li:hover {
background-color: #CECECE;
}
/* -- current link kategorijam sakas --- */

ul#portfolio li.currentField {
	background-color: #03C0D7;
}
ul#portfolio li.currentProject {
	background-color: #b4d519;
}
ul#portfolio li.currentCreator {
	background-color: #f6881c;
}

/* --  current link kategorijam beidzas ---*/

div#nodedetails {
	padding-left: 1px;
	padding-top: 1px;
	position: absolute;
	left: 246px;
	top: 82px;
}
div#treelevelmenu a {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #333;
	color: #CCC;
}
div#treelevelmenu a.current {
	color: #333;
	background-color: #EEE;
}
.clearfloats {
	clear: both;
}
.nodedetail {
	width: 241px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #b4d519;
	font-size: 10px;
	color: #626262;
	display: none;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85
}


.listNav { margin:0 0 8px; }
.ln-letters { overflow:hidden; }
.ln-letters a {
	font-size:0.9em;
	display:block;
	color: #333333;
	float:left;
	text-decoration:none;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #333;
	margin-top: 1px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.ln-letters a.ln-last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
.ln-letters a:hover {
	background-color:#CECECE;
}
.ln-letters a.ln-selected {}
.ln-letters a.ln-disabled {
	color:#999;
}
.ln-letter-count { display: none; text-align:center; font-size: 0;}
/*
.ln-letter-count { text-align:center; font-size:0.9em; line-height:1; margin-bottom:3px; color:#336699; background-color:#ffff00; }
*/
