body {
background-color: #ffffff;
font-size: 11px;
font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
color:#333333;
padding:0;
margin:0;
}

form, div, p, h1, h2, img, hr {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

input, button {
	border: 1px solid #cccccc;
}

/* ----------- nauji rapolo kontrolai ----- */

#dropdown {
	border:1px solid #a5b880;
	margin:0px;
	width:254px;
	padding:0px;

}



#newArticleLink, #addSubRubricLink {
	margin-top:9px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#newArticleLink {
margin-bottom:20px;
}



hr {
	border: 1px dotted #999999;
	padding:0px;
	margin-right:0px;
	margin-top:20px;
}

.deleteRubric {
	vertical-align:middle;
}

/* ---------------------------------*/

#commandManager {
	background:url("img/command_manager_bg.png");
	background-repeat:repeat-x;
	height:37px;
	line-height:37px;	
	width:100%;
}

#commandMsg {
	float:left;
	width:70%;
	line-height:37px;
	background:url('img/check.png');
	background-repeat:no-repeat;
	padding-left:23px;
	background-position: 0px 10px;
}

#commandManagerButtons {
	float:left;
	width:20%;
	height:32px;
}

#commandManagerButtons a img{
	margin-top:5px;
}

.imgInput {
	border:0px;
	margin-top:10px;
}


/* --- command manager --- */







/* -------------------------------*/

a {color: #333333;}
a:visited {color:#333333;}
a:hover {color: #111111;}
a:active { color:#000000;}

h1 {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	font-size:11px;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 5px;
	color: #990000;
}

h2 a {
	font-size: inherit;
	color: #990000;
	text-decoration: none;
}

h2 a:active {
	font-size: inherit;
	color: #990000;
	text-decoration: none;
}

h2 a:visited{
	font-size: inherit;
	color: #990000;
	text-decoration: none;
}

#container {
	width: 920px;
	margin-bottom: 10px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/* ----------banner for logo-------------- */
#banner {
	position:relative;
	height:190px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

#banner #langFlag {
	position:absolute;
	top: 28px;
	right: 0px; 
}

#banner #bannerLinks {
	position:absolute;
	top: 65px;
	right: 0px; 
}

#banner #searchForm {
	position: absolute;
	top: 115px;
	right: 21px;
}

#banner #searchForm *{
	vertical-align: middle;
}

#banner #searchForm input {
	border: none;
}

#banner #searchField {
	height: 20px;
	width: 265px;
	border-top: 1px solid #979797;
	border-left: 1px solid #979797;
}

#banner #searchButton{
	margin-left: 8px;
}

#bannerLinks a {
	color: #444444;
	text-decoration: none;
	font-size: 10px;
}

/* -----------------content--------------------- */
#content {
	background-color: #ffffff;
	padding: 25px 25px 0px 25px;
	margin: 0px;
	margin-left:208px;
	/*margin: 0px 401px 0px 208px;*/
}

div#content { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

#content p {
	text-align: justify;
}

p.hr{
	border-bottom: 1px dotted #333333;
	padding:0px;
	margin: 0px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content p.date {
	color: #ff9900;
	font-weight: bold;
	font-size: 10px;
	background-image: url("img/news_icon.gif");
	background-repeat: no-repeat;
	padding: 0px;
	padding-left: 13px;
	border-bottom: none;
	margin-bottom: 10px;
	margin-top:10px;
}

#content h2 {
	margin-top:5px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 208px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	display: inline;
	background-image: url("img/menu_bg.gif");
	background-repeat: no-repeat;
}

#right {
	float: right;
	width: 401px;
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
	display: inline;
	background-image: url("img/right_shadow.gif");
	background-repeat: no-repeat;
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	padding-top: 25px;
}


/* -----------footer--------------------------- */
#footer {
	clear: both;
	float:none;
	margin: 0;
	width:100%;
	margin-top: 20px;
	padding: 0;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 1px solid #cccccc;
}

/** menu **/
.menu a {
	color: #333333;
	text-decoration: none;
}

.menu {
	padding-top: 45px;
}

.menu .label, .menu .labelCurrent {
	padding-left:25px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #c4c4c4;
	border-top: 1px solid #ffffff;
font-weight: bold;
}

.menu .firstLabel {
	border-top: none;
}

.menu .submenu .label {
	padding-left:45px;
	font-size: 10px;
font-weight: normal;
}

#right_content {
	position: relative;
	padding-left: 25px;
}

img.right {
	float: left;
	margin-right: 16px;
}

p.right {
	margin-left: 88px;
	margin-right: 25px;
	padding-bottom: 45px;
	clear:right;
}


/** formu galiukai **/


.article form {
	width: 400px;
}
.article label {
display: block;
}
.article input{
display: block;
width: 400px;
border: 1px solid #999999;
margin-bottom: 5px;
}

.article input.checkbox {
width: auto;
display: inline;
border: none;
margin: 0px;
}

.article textarea {
border: 1px solid #999999;
width: 400px;
}
.article p {
margin-bottom: 5px;
}

h3 {
color: #666666;
font-size: 11px;
}

/** walrus error box **/
#errorBox{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -100px;
	width: 450px;
	height: 200px;
	background-color: red;
	color: yellow;
}

#errorBox h1{
	color: black;
}

#errorBox a{
	color: black;
	font-size: 14px;
	font-weight: bold;
}

#errorBox * {
	text-align: center;	
}

#error {
	text-align: left;
}


#login label {
display: block;
}

#login p{
margin-top: 15px;
}


#login

{
	position:relative;
padding: 10px;
margin-left:auto;
margin-right:auto;
width: 578px;
height: 366px;
background:url('img/wallrus_login.gif');
margin-top:120px;
background-repeat:no-repeat;
background-color:#ffffff;
}

#loginForm {
	width:390px;
	height:120px;
	position:absolute;
	top:-7px;
	left:290px;
	padding:0px;
	margin:0px;

}


#login .imageButton{
	border:0px;
	padding:0px;

}

.article_link {
text-decoration: none;
font-size:12px;
font-weight:bold;
}

.rubric_link {
font-size:12px;
font-weight:bold;
text-decoration: none;
}

#treeDiv {
	margin-left:20px;
	float:left;
	margin-top:20px;
}


		.sort-handle {
			cursor:move;
		}
		.helper {
			border:1px dashed #aaaaaa;
		}
		.active {
			color: red;
			font-weight: bold;
		}
		.currNesting {
		border:1px solid #ff7777;
}

#indexLink {
	display:block;
	position:absolute;
	left: 0px;
	top: 0px;
	width:450px;
	height:86px;
	padding:0px;
	text-decoration:none;
	font-size:0px;
}
