@charset "utf-8";
/* CSS Document */
/* main elements */ 


body {
	background: #660731 url("/img/CO10/background.jpg") no-repeat top center;
}
.mainbanner a {
	display: block;
	width: 100%;
	height: 112px;
	background: url("/img/MAIN/header-main.png") top center no-repeat;
}
section, nav, header, footer {
	display: block;
}
section {
	font-size:1.1em;
}
.padding {
	padding: 25px;
}
.content {
	background: #FFF url("/img/CO10/section.jpg") no-repeat top center;
}
.inline_img {
	margin: 5px 5px 10px 10px;
	float: right;
}
header {
	margin-top: 17px;
	margin-bottom: 10px;
}
footer {
	background: #333;
	color: #666;
	text-shadow: #000 0px 1px 1px;
}
nav {
	margin-top: 25px;
}
nav dt {
	font-weight:bold;
	font-size: 1.4em;
}
nav dd {
	width: 180px;
	font-size: 0.8em;
	color: #888;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
nav a {
	text-decoration: none;
}
nav a:hover {
	color: #903;
}
/* links */

footer a {
	color: #666;
 text-decoration:;
}
a {
	color: #660731;
}
/* banerīši */

.small-banners {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
.small-banners li {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 80px;
	height: 50px;
	overflow: hidden;
}
.small-banners img {
	width: 230px;
	margin-left: -140px
}
.active-banners {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
.active-banners li {
	margin-bottom: 10px;
	margin-left: 0px;
}
/* tabulas agendai */ 

table {
	width:580px;
	border-collapse:collapse;
}
.tableb td {
	border-collapse:collapse;
	padding:2px 5px;
	border:1px solid #f1f1f1;
	background: #DFDFDF;
	font-size: 1em;
}
.tableb th {
	background:#888;
	padding:2px 5px;
	color:#fff;
	border: 1px solid #f1f1f1;
}
.presenters {
	border: 1px solid #c1c1c1;
	margin-bottom: 10px;
	padding: 10px;
}
.fodiv > div > div{padding:16px;}
.button {
   border-top: 1px solid #e6b8dd;
   background: #751732;
   background: -webkit-gradient(linear, left top, left bottom, from(#bf3f87), to(#751732));
   background: -webkit-linear-gradient(top, #bf3f87, #751732);
   background: -moz-linear-gradient(top, #bf3f87, #751732);
   background: -ms-linear-gradient(top, #bf3f87, #751732);
   background: -o-linear-gradient(top, #bf3f87, #751732);
   padding: 13px 26px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #f02770;
   background: #f02770;
   color: #ffffff;
   }
.button:active {
   border-top-color: #ffffff;
   background: #ffffff;
   }


