html {	
	height:100%;
}
body {	
	padding:0px;
	background-color:#FFFFFF;
	color:#6e8188;	
}

a { color:#0072d2; }
.last { margin-right:0px!important; }
.hline { height:3px;line-height:3px;background:url('../image/box/d-box-line2.gif') top left repeat-y; }
.back { line-height:25px; background:url('../image/icon/back.gif') 8px 50% no-repeat; height:25px; display:block; text-indent: 22px; width:90px; color:#6e8188; background-color:#f4f4f4; }
.form-error { padding:5px 0px; }
.form-error h2 { color:#ed1a3b; }
.form-success { padding:5px 0px; }
.form-success h2 { color:#6ba770; }
/* ***************************************************************** */

.download {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.download li {
	float:left;
	height:41px;
	margin-right:17px;
}

/* ***************************************************************** */

#AdminMode {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;	
	z-index:10000;
}
#AdminMode .admin-header {
	background:url('/admin/assets/image/logo-small.gif') 10px 50% no-repeat #283135;	
	padding:10px 10px 10px 42px;
	color:#FFFFFF;
	text-align:right;
}
#AdminMode .admin-header a {
	color:#9ba127;
}
#AdminMode .admin-header .links {
	float:left;
}
#AdminMode .admin-header strong.profile {
	padding-right:10px;
	font-size:12px;
}
#AdminMode .admin-header a.logout {
	float:right;
	width:14px;
	height:14px;
	margin-top:1px;	
}
#AdminMode .admin-header a.logout:hover {
	background-color:#FFFFFF;
}
#AdminMode .admin-header .profile {
	font-weight: normal;
}
#AdminMode .admin-content {
	vertical-align:top;
	padding:0px;
}
#AdminMode .site-flash {
	position: static!important;
	margin-top:0px!important;
}

/* ***************************************************************** */

#SiteBg {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;	
	width:100%;
	height:100%;
}

#SiteMain {
	position:absolute;
	left:50%;
	margin-left:-475px;
	z-index:2;
	width:950px;
	height:100%;
}

#SiteHeader {
	height:185px;	
}

#SiteHeader .logo {
	margin-top:40px;	
	width:230px;
	height:111px;
	float:left;
}
#SiteHeader .head-box {
	background:url('../image/box/top-box-trans.png') top left no-repeat;
	width:310px;
	height:165px;
	overflow:hidden;
	float:right;
	margin-top:10px;	
}
#SiteHeader .head-box-pad {
	padding:16px 20px 20px 16px;
}
/* ***************************************************************** */

#SiteMeniu {
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
#SiteMeniu li {
	display:block;
	float:left;
	width:150px;
	height:40px;
	background:url('../image/meniu/bg-trans.png') top left no-repeat;
	margin-right:10px;		
}

#SiteMeniu li span,
#SiteMeniu li a {
	display:block;
	width:100%;
	line-height:40px;
	text-indent: 20px;
	color:#FFFFFF;
	text-decoration:none;
	/*background:url('../image/meniu/apdovanojimai-trans.png') top left no-repeat;*/
}
#SiteMeniu li a:hover {
	/*background:url('../image/meniu/apdovanojimai_hover-trans.png') top left no-repeat;*/
}

/* ***************************************************************** */

.d-thumb {
	width:310px;
	height:285px;
	overflow:hidden;	
	background:url('../image/box/d-thumb-trans.png') top left no-repeat;	
}
.d-thumb-pad {
	padding:20px;
}
.d-thumb-bg {
	width:304px;	
	height:279px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.d-thumb-bg .d-thumb-pad {
	padding:20px 14px 14px 20px;
}
.d-thumb h3 {
	font-size: 17px;
	font-weight:bold;
}
.d-thumb-btn {
	position:relative;
}
.d-thumb-btn a {
	cursor:pointer;
	text-decoration:none;
	display:block;
	position:absolute;
	top:-285px;
	left:0px;
	width:310px;
	height:286px;
	background:transparent;	
	z-index:1000;
}
.d-thumb-list {
	
}
.d-thumb-list .d-thumb {
	float:left;
	margin-right:10px;	
}

/* ***************************************************************** */

.d-box {
}
.d-box .d-box-top {
	height:8px;
	background:url('../image/box/d-box-top-trans.png') top left no-repeat;
}
.d-box .d-box-content {
	background:url('../image/box/d-box-content-trans.png') top left repeat-y;
	
}
.d-box .d-box-bottom {
	background:url('../image/box/d-box-bottom-trans.png') top left no-repeat;
	height:6px;
}
.d-box-pad {
	padding:12px 20px 14px 20px;
}

/* ***************************************************************** */

.d-box-coll-right {
	background:url('../image/box/d-box-right.gif') top right repeat-y;
}
.d-box-coll-right .d-box-pad {
	padding-right:6px;
}
.d-box-coll-right .coll-left {
	width:610px;
	float:left;
}
.d-box-coll-right .coll-right {
	width:304px;
	float:right;	
}
.coll-right-box {
	padding:12px 16px 12px 16px;
}

/* ***************************************************************** */

.newsletter-form {
}

.newsletter-form fieldset {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
.newsletter-form label {
	margin-bottom:5px;
	display:block;
}
.newsletter-form input.text {
	width:270px;
	font-size:16px;
}
.newsletter-form .check input {
	float:left;	
	margin-left:-1px;	
	margin-right:10px;
	margin-top:3px;
}
.newsletter-form .check label {
	display:inline;
	line-height:20px;		
}
/* ***************************************************************** */

#NewsBlock {
}
#NewsBlock .d-box-pad {
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}
#NewsBlock dl {
	display:block;
	padding:0px;
	margin:0px;
	width:320px;
	float:left;
	background:url('../image/news-line.gif') top right no-repeat;
	min-height: 62px;
	margin-bottom:14px;
}
#NewsBlock dl.last {
	width:310px;
	background:none;
}
#NewsBlock dd {
	width:80px;
	float:left;
	padding:0px;
	margin:0px;
	text-indent: 15px;
	font-size:20px;
}
#NewsBlock dt {
	width:210px;
	float:left;
	padding:0px;
	margin:0px;	
}
#NewsBlock a {
	line-height:130%;
}

/* ***************************************************************** */

#SponsorsBlock {
	
}
#SponsorsBlock td {
	padding-right:30px;
}
#SponsorsBlock td {
	text-align:center;
}
#SponsorsBlock td img {
	margin:0px auto;
}

/* ***************************************************************** */

#CopyrightBlock {
	text-align:right;
	height:40px;
	line-height:40px;
}

/* ***************************************************************** */

.speaker-list {
	
}
.speaker-list-pad {
	padding:0px 7px 7px 7px;
}
.speaker-list fieldset {
	margin:0px;
	padding:0px;
	border:none;		
	padding:0px 6px;
}
.speaker-list fieldset.act {
	border:1px solid #dbdbdb;
	background-color:#FFFFFF;
	padding:6px 6px;
}
.speaker-list label {
	display:block;
	margin-bottom:6px;
}
.speaker-list label, .speaker-list label * {
	font-weight:bold;
	color:#6e8188;
}
/* ***************************************************************** */

.news-list {
}
.news-list dl {
	display:block;
	padding:0px;
	margin:0px;
	width:100%;
	float:left;		
	margin-bottom:20px;
}
.news-list dd {
	width:60px;
	float:left;
	padding:0px;
	margin:0px;
	text-indent:0px;
	font-size:18px;
}
.news-list dt {
	width:549px;
	float:left;
	padding:0px;
	margin:0px;	
}
.news-list a {
	line-height:130%;
}

/* ***************************************************************** */

.news-form {
}

.news-form fieldset {
	padding:0px;
	margin:0px;
	float:left;
	width:270px;
	margin-right:20px;
	margin-bottom:10px;
}
.news-form fieldset label {
	display:block;
	margin-bottom:4px;
}
.news-form fieldset select.text,
.news-form fieldset textarea.text,
.news-form fieldset input.text {
	font-size:16px;
	width:100%;
}
.news-form fieldset.btn {	
	width: 560px;
	text-align:right;
	margin-bottom:10px;
}
.news-form fieldset.btn input {
	width:90px;
	height:30px;
	color:#FFFFFF;
	background-color:#6e8188;
	border: none;
	font-size:12px;
	cursor:pointer;
	text-align:center;	
}
.news-form fieldset.error label {
	color:#ed1a3b;
}
/* ***************************************************************** */

dl.news-item-head {
}
dl.news-item-head dd {
	width:154px;
	float:left;
	font-size:48px;
	padding:0px;
	margin:0px;
	line-height:100%;
}
dl.news-item-head dt {
	font-size:24px;
	width:446px;
	float:left;
	padding:0px;
	margin:0px;
	line-height:130%;
	text-transform: uppercase;
}

/* ***************************************************************** */

.aword-form {
}
.aword-form fieldset {
	margin:0px;
	padding:0px;
	width:40%;
	float:left;
	margin-right:10px;
}
.aword-form fieldset {
	width: 30%;
}
.aword-form fieldset p {		
	padding-top:5px;
}
.aword-form label {
	display:block;
	font-weight:bold;	
}
.aword-form input.text {
	width:200px;
	font-size:16px;
}
.aword-form .radio {	
	height:25px;		
}
.aword-form .radio input {
	float:left;
	margin-top:5px;
	margin-right:5px;
}
.aword-form .radio a {
	line-height:25px;	
}
.aword-form fieldset.error label {
	color:#ed1a3b;
}
/* ***************************************************************** */