
* html #page {
	height: 100%;
}

body {
	color: #000000;
	margin: 0px;
	text-align: center;
	height: 100%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
}
/*  

color:#FF9900;
border-color:#990033;

*/
td, tr {
	border-color: #666666;
}

h1 {
	font: normal 2em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	color: #000000;
	letter-spacing: -1px;
}

h2 {
	font: normal 1.5em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	color: #000000;
	letter-spacing: -1px;
}

h3 {
	font: normal 1.2em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
}

input, select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	border: #000000 1px solid;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	width: 200px;
}

a {
	color: #8ca919;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


textarea {
	font-size: 10pt;
	border: #ababab 1px solid;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	width: 400px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
}

p {
	text-align: justify;
}

#page img {
	margin : 5px;
	border: 1px solid #ffffff;
	}

.wideBlack {
	border : 10px #fafcc solid;
	width: 100%;
	background-color: #000000;
	}
	
#logo {
	padding-top: 10px;
	border: 10px 20px 30px 40px #ff0000;
	margin: 0 auto;
	height: 150px;
	text-align: center;
	}


ul.inline {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 10px;
	padding-left:10px;
}

ul.inline li {
	float:left;
}

#menuxx {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	}

.menu li a {
	font-family: Arial,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border-right:1px solid #333333;
	display: block;
	line-height: 30px;
	margin: 0;
	padding: 0 15px;
	color: #ffffff;
	}

.submenu, submenu a {
	border-bottom:1px solid #DDDDDD;
	padding:5px 0 10px;
	font-family: Arial,sans-serif;
	font-size: 8pt;
	line-height: 20px;
	margin: 0;
	}

.submenu li  {
	font-weight: normal;
	border-right:1px solid #333333;
	display: block;
	padding: 0 15px;
	color: #000000;
	}

.menu a:hover {
	text-decoration: underline;
	}

.error {
	border: 1px dotted #000000;
	background-color: #ffaaaa;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	}

.userAccess {
	border: 1px dotted #000000;
	background-color: #ccFFcc;
	padding: 15px;
	width: 200px;
	float:left;
	margin: 10px;
	}

.adminAccess {
	border: 1px dotted #000000;
	background-color: #99FFaa;
	padding: 15px;
	width: 200px;
	float:left;
	margin: 10px;
	}

.userAccess a {
	color: #004400;
	
	}
.adminAccess a {
	color: #001100;
	
	}

.class justify {
	text-align: justify
}


pre {
	background-color: #eeeeee;
	color: #000000;
	padding: 10px;
	border: 3px solid #ababab;
	width: 850px;
	margin: 0 auto;
	font-weight: bold; 
	font-size: 11pt;
}



/*  Nauja versija */

.bigGreen { 
	color:#22aa22;
	font-weight:bold;
	font-size:30px;
	margin: 0px 10px 0px;
	}

.folder  {
	border-top: 3px solid #dddddd;
	border-left: 1px solid #dddddd;
	padding: 10px 5px 5px 5px;
	
	}

.clear  {
	clear: both;
	}

.folderTitle { 
	width: 50%;
	font-size: larger;
	padding: 10px 0px 10px 30px;
	}

.editable:hover {
	background-color: #ffff99;
	}

.file  {
	border-top: 1px solid #aaaaaa;
	}

.fileTitle {
	width: 50%;
	}

.odd  { 
	background-color: #efdeef;
	
	}



.comment { 
	border-bottom: 1px solid #dddddd;
	margin-top:10px;
	
	}

	
.abcBorder { 
	border	: solid 1px #abc;
	}

/*

------------------------------
 	Test css
----------------------------
*/
#overlayBox { 
 
    /* overlay is hidden before loading */ 
    display:none; 
    position:absolute;
    
    text-align : left;
 
    /* standard decorations */ 
    width:1000px;     
    border:10px solid #abc; 
    background-color: #fff;
 
    /* for modern browsers use semi-transparent color on the border. nice! */ 
    border:10px solid rgba(82, 82, 82, 0.698); 
 
    /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */ 
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
} 
 
#overlayBox div { 
    padding:10px; 
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif 
} 
 
#overlayBox h2 { 
    margin:-11px; 
    margin-bottom:0px; 
    color:#fff; 
    background-color:#6D84B4; 
    padding:5px 10px; 
    border:1px solid #3B5998; 
    font-size:20px; 
}


