html, body{
    font-family: 'Roboto', Verdana, sans-serif;
    font-size: 14px;
}

#sponsors {
	text-align: center;
	/* border: 1px solid #999; */
	border-bottom: 0px;
	background: #f2f1ef;
	color: #999;
	padding: 2px 0px;
}

#sponsors a {
	font-size: 10px;
	text-decoration: none;
	color: #999;
}

.sponsor {
	width: 100%;
	margin: 10px 0px;
	padding: 10px 30px 10px 0px;
	color: #666;
}

.sponsor:first-child {
	margin: 0px;
}

.sponsor:target, .sponsor:hover {
	background: -webkit-linear-gradient(right, #FFF, #eae9e6); 
    background: linear-gradient(to right, #FFF, #eae9e6);
    color: #E10000;
}

.sponsor a {
	color: inherit;
	text-decoration: none;
}

.sponsor .sidebar {
	float: left;
	padding: 0px;
	width: 110px;
	margin-left: -5px;
}

.sponsor .content {
	margin-left: 120px;
}

.sponsor .content .text {
	color: #333;
	text-decoration: none;
	font-weight: 300;
	font-size: 1.05em;
	margin-bottom: 5px;
	line-height: 1.3em;
} 


.sponsor .siteBtn {
	margin-top: 20px;
	width: 148px;
}

.sponsor h1 {
	font-size: 1.15em;
	margin: 0px 0px 5px 0px;
}

.sponsor_sprite {
	background: url(sponsor_sprites.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
	margin: -70px 0px 0px 493px;
	position: relative;
	top: 60px;
}

.gold {
	background-position: right 0px;
}

.silver {
	background-position: right -71px;
}

.bronze {
	background-position: right -143px;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
	opacity: 0;
}

.carousel-control:hover {
	opacity: 0.5;
}

.carousel-indicators {
	display: none;
}

.carousel-inner {
	height: 148px;
}

.carousel {
	/* border: 1px solid #999; */
}

.maincontainer {
	position: relative;
	width: 960px;
	margin: 20px auto;
	padding: 10px;
}

.infotext.parner-info {
	background-color: #e5e5e5;
	padding: 10px 10px;
	margin-top: -10px;
	border: 1px solid #dfdfdf;
}

.sharedInp, input[type=text], input[type=password] {
	width: 46%;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	max-width: 100%;
	display: block;
	background: #fff;
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.sharedArea {
	width: 47%;
}

.fullArea {
	width: 100%;
}

ul {
	list-style-type: none;
	padding: 0px;
}

li div.info, li #SubmitEdit, li #SubmitNew {
	margin-top: 10px;
}

h1, h2, h3 {
	font-family: 'Roboto', sans-serif;
	margin-top: 0px;
}

select#active, select#pTs, select#type {
	width: 100%;
	height: 29px;
}

.sidebar {
	width: 220px;
	float: left;
	text-align: center;
}

.maincontent {
	width: 680px;
	float: left;
	margin: 0px 20px;
}

.fullwidth {
	width: 100%;
}

table {
	max-width: 100%;
	background-color: transparent;
}

.odd {
	background-color: #e5e5e5;
	border-top: 1px solid #CCC;
}

.even {
	background-color: none;
	border-top: 1px solid #CCC;
}

.container .column, .container .columns {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

.carousel-caption {
	padding: 0px;
	bottom: 15px;
}

.carousel-caption h4 {
	font-family: 'Roboto', sans-serif;
	color: #999;
	text-shadow: none;
}