
body
{
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	color: #3c3c3c;
	background: #dc940a url('/img/bg.gif') no-repeat 0 0;
	background-position: center 20px;
	padding: 0;
	margin: 0;
}

img { border:0;}

input[type=submit] {
	border: 2px solid #81C300;
	font-size:14px;
	background-color:#FFFFFF;
	color:#3C3C3C;
	padding:1px 9px 1px 9px;
}

.errorBox {
	color:#FF0000;
	text-align:center;
	padding:5px;
	border:1px dotted #FF0000;
	margin-bottom:20px;
}

.successBox {
	background-color:#5F9100;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:5px;
	margin-bottom:20px;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a 
{
	border: 0;
	padding: 0;
	margin: 0;
}
ul { list-style-type: none; }

.regerror {
	margin-left:20px;
	color:#FF0000;
	margin-bottom:20px;
}

a 		{ text-decoration: underline; color: #5f9100; }
a:hover { text-decoration: none; }

.cleaner1 { clear: both; }
.cleaner2 { height: 0; line-height: 0; }

h1		{ display: none; }
h2, h3 	{ font-family: verdana, sans-serif; font-weight: bold; margin: 0 0 15px 0; }
h2 		{ font-size: 20px; color: #444; }
h3 		{ font-size: 14px; color: #81c300; }
small 		{ font-size: 11px; }
small span	{ font-weight: bold; }

p, ol
{
	margin: 0 0 15px 0;
	line-height: 20px;
}
ol 			{ margin-left: 30px; }
p.asLabel	{ margin: 0 0 5px 0; }



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

.wrapper
{
	width: 750px;
	margin: 0 auto;
	padding: 20px 0px 80px 0px;
}
.wrapper .header
{
	height: 110px;
}
.wrapper .main
{

}

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

.header .logo
{
	width: 175px;
	height: 77px;
	background: url('/img/logo.png') no-repeat;
	float: left;
}
.header .logo a
{
	width: 100%;
	height: 100%;
	display: block;
}

.header .ads
{
	width: 468px;
	height: 70px;
	float: right;
}
.header .ads a img
{
	border: none;
}
.header .ads span
{
	font-size: 8px;
	text-transform: uppercase;
	color: #c00;
	text-align: right;
	display: block;
	margin: 0 0 5px 0;
}


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


.main .nav
{
	width: 179px;
	border-left: none;
	border-right: none;
	float: left;
}

.main .content	
{
	width: 525px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	float: right;
	background: url('/img/content_corner.gif') no-repeat right top #fff;
	border-left: 3px solid #81c300;
	border-right: 3px solid #81c300;
	padding: 20px;
}


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


/*.nav a { color: #a96726; }*/

.nav p
{
	font-size: 11px;
	text-align: right;
	line-height: 17px;
	color: #a3844a;
	padding: 0 15px 0 0;
	margin: 20px 0 0 0;
}
.nav p.pagalba
{
	font-size: 13px;
	line-height: 27px;
}

.nav ul
{
}
.nav ul li
{
	font: normal 14px/31px verdana, sans-serif;
	margin: 0 0 5px 0;
}
.nav ul li a
{
	height: 37px;
	text-decoration: none;
	background-image: url('/img/nav_blank.png');
	background-repeat: no-repeat;
	color: #8a8a8a;
	display: block;
	cursor: pointer;
	padding: 0 0 0 35px;
}
.nav ul li a:hover
{
	color: #000;
}
.nav ul li.active a
{
	color: #fff;
	background-image: url('/img/nav_active.png');
}

 

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


.content .item
{
	margin: 0 0 15px 0;
	line-height: 20px;
}

.content .itemButton { margin-bottom: 0; }

.content .item .left  { float: left; }
.content .item .right { float: right; }

.content .item,
.content .item .left,
.content .item .right { padding: 1px; }


.content p.link
{
	background: url('/img/arrow.gif') no-repeat left center;
	padding: 0 0 0 12px;
}

.content form .inputFile
{
	height: 23px;
}

.content form .inputField,
.content .inputField
{
	width: 95%;
	
	font-size: 14px;
	color: #666;
	background: url('/img/bg_inputfield.gif') repeat-x 0px 1px;
	border: 1px solid #ddd;
	padding: 5px;
}
.content form .inputSelect { width: 95%; color: #666; }

.content form .inputButton,
.content form .inputButtonEnabled,
.content form .inputButtonInactive
{
	width: 96px;
	height: 30px;
	font: normal 13px/normal verdana, sans-serif;
	color: #c4d79f;
	border: none;
	background: url('/img/form_button.gif') no-repeat;
	padding: 0 0 3px 15px;
}

.content form .inputButtonInactive 
{
	color: #fff;
	background: url('/img/form_button_grey.gif') no-repeat;	
}

.content form .inputButtonEnabled,
.content form .inputButtonEnabled a { color: #fff; }

.content form .inputButton a,
.content form .inputButtonEnabled a,
.content form .inputButtonInactive a
{
	margin-left: 15px;
	line-height: 25px;
	text-decoration: none;
}
.content form .inputButtonInactive a { color: #ddd; }

.content .box
{
	background-color: #ececec;
	margin: 0 0 20px 0;
}
.content .box .inner
{
	padding: 3px 10px;
}
.content .box .cornersTop,
.content .box .cornersTop div,
.content .box .cornersBot,
.content .box .cornersBot div
{
	height: 9px;
	background-repeat: no-repeat;
	line-height: 0;
	font-size: 0;
}
.content .box .cornersTop,
.content .box .cornersBot		{ background-position: left center; }
.content .box .cornersTop div,
.content .box .cornersBot div	{ background-position: right center; }
.content .box .cornersTop 		{ background-image: url('/img/corner_tleft.gif'); }
.content .box .cornersTop div 	{ background-image: url('/img/corner_tright.gif'); }
.content .box .cornersBot 		{ background-image: url('/img/corner_bleft.gif'); }
.content .box .cornersBot div 	{ background-image: url('/img/corner_bright.gif'); }

.content img.preview { margin: 0 0 15px 0; }

.content p.small,
.content span.small		{ font-size: 11px; }
.content p.normal,
.content span.normal	{ font-weight: normal; }
.content p.grey,
.content span.grey 		{ color: #666; }
.content p.right		{ text-align: right; }

.content span.green { color: #81c300; }

.content ul, .popup ul
{
	margin: 0 30px 20px 30px;
}
.content ul li, .popup ul li
{
	color: #555;
	background: transparent url('/img/arrow.gif') no-repeat 0 3px;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}
.content ul.error li
{
	font-weight: normal;
}

.content table
{
	width: 100%;
	font-size: 12px;
	border-spacing: 2px;
}

.content table th,
.content table td
{
	border: 1px solid #eee;
	padding: 5px 10px;
}

.content table th
{
	font-weight: bold;
	text-align: left;
	border: none;
	background-color: #e9ffbe;
}
.content table.list
{
	font-size: 11px;
	border-spacing: 0;
}
.content table.list th,
.content table.list td
{
	width: 5%;
	padding: 10px 5px;
}

.content #barLoading
{
	height: 35px;
	line-height: 35px;
	display: none;
	padding: 0 0 0 55px;
}

#star
{
	width: 100px;
	height: 100px;
	float: right;
	background: url('/img/star.png') no-repeat 0 0;
	margin: -60px -60px 0 0;
	position: relative;
}

#cover 
{
	visibility: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background: url('/img/cover.png') repeat transparent;
}

#cover .popup
{
	width: 650px;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	background: url('/img/content_corner.gif') no-repeat right top #fff;
	padding: 20px;
	border-left: 3px solid #81c300;
	border-right: 3px solid #81c300;
}

/* CROP */
#cropDiv
{
	width: 50px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	cursor: move;
	border: 2px solid #000;
}
#cropContainer 
{
	position: relative;
	border: 7px solid #e1e1e1;
}
#cropResize 
{
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: nw-resize;
	background: url('/img/icon_resize.gif') no-repeat 0 0;
	margin: 2px 0 0 2px;
}
#cropMainContainer
{
	margin: 0 0 15px 0;
}

/* PROGRESS BAR */
.progressBar
{
	display: none;
}

.progressBar .barContainer
{
	margin: 0 0 30px 0;
}

.progressBar .barContainer .bar 
{
	width: 0;
	height: 34px;
	background: url('/img/progress_bar_bg.gif') repeat-x #fff 0 0;
	margin: 0 0 0 0;
}

.progressBar .barContainer .bar .inner 
{
	width: 402px;
	height: 34px;
	position: absolute;
	background: url('/img/progress_bar_frame.png') no-repeat transparent 0 0;
	margin: -1px 0 0 0;
}

#uplInfo 
{
}

.klaida
{
	font-weight: bold;
	color: red;
}

.ads-text
{
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0 170px;
}
.ads-text a { color: #ffebc5; }

.textPictures { display:none; }

#loginFormDiv {
	position: fixed; 
	bottom:0px; 
	left:0px; 
	width: 100%;
	background-color:#FFFFFF; 
	border-top:#81c300 solid 2px;
	padding:9px 0px 9px 0px;
}

#loginFormDiv form {margin:0;}

#loginFormDiv form .inputField,
#loginFormDiv .inputField
{
	width: 150px;
	font-size: 14px;
	color: #666;
	background: url('/img/bg_inputfield.gif') repeat-x 0px 1px;
	border: 1px solid #ddd;
	padding: 3px;
}

.loginFormDiv form .inputButton,
.loginFormDiv .inputButton   
{
	width: 96px;
	height: 30px;
	font: normal 13px/normal verdana, sans-serif;
	color: #c4d79f;
	border: none;
	background: url('/img/form_button.gif') no-repeat;
	padding: 0 0 3px 15px;
}

#loginFormDiv span {cursor: pointer;}
#praneskContent p {margin: 0px 0px 10px 10px; text-align:left; font-size:14px;}

#adDomenai {
	border:#cecece solid 1px;
	padding:5px;
}
