@charset "UTF-8";
/* CSS Document */

* {
	border: 0;
	margin: 0;
	padding: 0;
}
.a11y {
	display: none;
}
a {
	color: #ff5c00;
}
a.popup {
	background: url('img/popup_icon.png') no-repeat right;
	padding-right: 12px;
}
a.popup:hover {
	background-image: url('img/popup_icon_hover.png');
}
a img {
	border: 0;

}

a img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

html {
/*	min-width: 960px; /* IE8 */
}
body {
	background: #1c243a url('img/main_bg.jpg') no-repeat top;
	color: #cccccc;
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 960px;
	padding: 140px 20px 0 20px;
	position: relative;
	_background-image: none; /* IE6 */
	_padding-top: 120px; /* IE6 */
	_width: expression(documentElement.clientWidth < 1000 ? "960px" : documentElement.clientWidth > 1240 ? "1200px" : "auto"); /* IE6 */
}
.blockTitle {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}

/* Pagrindinė svetainės antraštė */
#siteName {
	background: url('img/main_logo.png') center;
	height: 70px;
	left: -105px;
	padding: 35px 135px 28px 125px;
	position: absolute;
	top: -19px;
	width: 210px;
	_background: transparent; /* IE6 */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/main_logo.png); /* IE6 */
}
	#siteName a {
		display: block;
		height: 0;
		overflow: hidden;
		padding-top: 70px;
		width: 210px;
	}
#userLogIn {
	color: #aaaaaa;
	display: block;
	height: 18px;
	line-height: 18px;
	position: absolute;
	right: 170px;
	top: 7px;
}
	#userLogIn #logOut {
		background-color: rgba(26,39,59,0.2);
		background-image: url('img/main_logout_link.png');
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		display: inline-block;
		height: 16px;
		margin: 1px 0 1px 10px;
		vertical-align: top;
		width: 25px;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#331a273b, endColorstr=#331a273b) progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/main_logout_link.png)"; /* IE8 */
		*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#331a273b, endColorstr=#331a273b)  progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/main_logout_link.png); /* IE7 */
	}
	#userLogIn #logOut:hover {
		background-color: rgba(0,0,0,0.3);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000) progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/main_logout_link.png)"; /* IE8 */
		*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000) progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/main_logout_link.png); /* IE7 */
	}
	#userLogIn #createAccount,
	#userLogIn #createAccount:visited {
		color: #af61a9;
		font-size: 10px;
	}
	#userLogIn #logInLink,
	#userLogIn #logInLink:visited {
		background: url('rgba.php?r=26&g=39&b=59&a=20') repeat;
		background: rgba(26,39,59,0.2);
		border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		display: inline-block;
		font-size: 10px;
		padding: 1px 10px;
		text-decoration: none;
		margin-left: 20px;
	}
		#userLogIn #logInLink span {
			background: url('img/main_login_arrow_right.png') no-repeat right;
			padding-right: 12px;
		}
	#userLogIn #logInLink:hover {
		background: #1c243a;
	}
	#logInDropdown {
		background: #1c243a;
		top: 100%;
		display: none;
		padding: 20px;
		position: absolute;
		right: 0;
		text-align: right;
	}
		#logInDropdown input {
			background: #ffffff;
			border: 1px solid #757e8d;
			display: block;
			height: 15px;
			line-height: 15px;
			margin-bottom: 10px;
			padding: 0 2px;
			text-align: left;
			vertical-align: top;
			width: 154px;
		}
		#logInDropdown #logIn {
			background: url('img/main_login_button.png') no-repeat center;
			height: 17px;
			overflow: hidden;
			margin-bottom: 10px;
			padding-left: 28px;
			vertical-align: top;
			width: 160px;
		}
		#logInDropdown a {
			font-size: 10px;
		}
	#userLogIn.expanded #logInLink {
		background: #1c243a;
		border-bottom-left-radius: 0;
		-khtml-border-radius-bottomleft: 0;
		-moz-border-radius-bottomleft: 0;
		-webkit-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		-khtml-border-radius-bottomright: 0;
		-moz-border-radius-bottomright: 0;
		-webkit-bottom-right-radius: 0;
	}
		#userLogIn.expanded #logInLink span {
			background: url('img/main_login_arrow_down.png') no-repeat right;
		}
		#userLogIn.expanded #logInDropdown {
			display: block;
		}

#langMenu {
	display: block;
	height: 18px;
	line-height: 18px;
	list-style: none;
	position: absolute;
	right: 30px;
	top: 7px;
}
	#langMenu li {
		display: inline-block;
		margin-right: 5px;
		*display: inline; /* IE7 */
		*zoom: 1; /* IE7 */
	}
	#langMenu li a,
	#langMenu li a:visited {
		color: #af61a9;
		display: block;
		padding: 0 3px;
	}
	#langMenu li a:hover {
		color: #ff5c00;
		text-decoration: none;
	}
	#langMenu li.current a,
	#langMenu li.current a:hover,
	#langMenu li.current a:visited {
		background: #bdc1c6;
		color: #202533;
		font-weight: bold;
		text-decoration: none;
	}
#mainMenu {
	display: block;
	font-size: 13px;
	height: 22px;
	line-height: 22px;
	list-style: none;
	position: absolute;
	right: 20px;
	top: 57px;
	*height: 24px; /* IE7 */
	*line-height: 24px; /* IE7 */
}
	#mainMenu li {
		display: inline-block;
		margin-right: 10px;
		*display: inline; /* IE7 */
		*vertical-align: top; /* IE7 */
		*zoom: 1; /* IE7 */
	}
	#mainMenu a,
	#mainMenu a:visited {
		background: url('rgba.php?r=26&g=39&b=59&a=30') repeat;
		background: rgba(26,39,59,0.3);
		border: 1px solid transparent;
		border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #ff5c00;
		display: block;
		padding: 0 10px;
		_background: transparent; /* IE6 */
		_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000, endColorstr=#20000000); /* IE6 */
		_zoom: 1; /* IE6 */
		_border: 0;
		_display: inline; /* IE6 */
	}
	#mainMenu a:hover {
		background: url('rgba.php?r=0&g=0&b=0&a=40') repeat;
		background: rgba(0,0,0,0.4);
		text-decoration: none;
		_background: transparent; /* IE6 */
		_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#61000000, endColorstr=#61000000); /* IE6 */
	}
	#mainMenu li.current h1 {
		font: 13px Verdana, Tahoma, Arial, Helvetica, sans-serif;
		height: 22px;
		line-height: 22px;
		*height: 24px; /* IE7 */
		*line-height: 24px; /* IE7 */
		_display: inline; /* IE6 */
	}
	#mainMenu li.current a,
	#mainMenu li.current a:hover,
	#mainMenu li.current a:visited {
		background: url('img/main_menu_current_item_bg.png') repeat-x center;
		border-color: rgba(255,255,255,0.4);
		color: #73376e;
		font-weight: bold;
		text-decoration: none;
		filter: none; /* IE8 */
	}
	#mainMenu li.current a:hover {
	}

/* Apatinis blokas */
#footer {
	clear: both;
	color: #808286;
	font-size: 10px;
	padding-left: 0%;
	margin-bottom: 20px;
	margin-top: 25px;
	width: 100%;
}
	#footer a {
		color: #af61a9;
	}
	#footer #copyright {
		color: #ffffff;
		display: inline;
	}
	#footer #copyright strong span {
		color: #f8802c;
	}
	#footer #footerMenu {
		display: inline;
		list-style: none;
	}
	#footer #footerMenu li {
		display: inline;
		margin-left: 40px;
	}
	#footer #footerLogos {
		display: block;
		list-style: none;
		margin-top: 20px;
	}
	#footer #footerLogos li {
		display: inline;
		margin-right: 25px;
	}

/* Viršuje reklamuojamos lažybos */
#featuredBets {
	background: url('img/main_tony_g.png') no-repeat right top;
	height: 190px;
	margin-right: -20px;
	margin-top: -50px;
	padding: 25px 20px 40px 0;
	width: 100%;
}
	#featuredBets .feature {
		background: url('img/featured_bet_bg.png') center;
		border: 1px solid #ffffff;
		color: #000000;
		height: 146px;
		position: relative;
		width: 66%;
	}
	#featuredBets .feature img {
		border: 1px solid #666666;
		float: left;
		margin-right: 10px;
	}
	#featuredBets .feature .featureTitle {
		color: #73376e;
		font-size: 16px;
		font-weight: normal;
		margin-top: 10px;
	}
	#featuredBets .feature p {
		margin: 10px 20px 0 204px;
	}
	#featuredBets .feature p .date {
		font-weight: bold;
		margin-right: 10px;
	}
	#featuredBets .feature .bettingOptions {
		font-size: 14px;
		position: absolute;
		bottom: 10px ;
		right: 10px;
		left: 204px;
		width: auto;
	}
	#featuredBets .feature .bettingOptions table {
		background: #ffffff;
		margin: 0;
		_width: auto; /* IE6 */
	}
	#featuredBets .feature .bettingOptions td {
		border: 0;
		color: #996699;
		padding: 5px 10px;
		vertical-align: top;
		width: 43%;
	}
		#featuredBets .feature .bettingOptions td.draw {
			padding: 5px 0;
			width: 14%;
		}
		#featuredBets .feature .bettingOptions td.guestWins {
			text-align: right;
		}
	#featuredBets .feature .bettingOptions .cellContents {
		padding: 0 55px 0 0;
	}
		#featuredBets .feature .bettingOptions .cellContents a {
			top: 0;
		}
	#featuredBets .feature .bettingOptions a {
		border-bottom: 1px dotted #ff6400;
		color: #ff6400;
		text-decoration: none;
	}
	#featuredBets .feature .bettingOptions a:hover {
		border-bottom: 0;
	}
	#featuredBets #featureList {
		display: block;
		list-style: none;
	}
	#featuredBets #featureList li {
		display: inline-block;
		height: 32px;
		margin-right: 5px;
		margin-top: 3px;
		padding-top: 4px;
		width: 122px;
		*display: inline; /* IE7 */
		*zoom: 1; /* IE7 */
	}
	#featuredBets #featureList li a {
		background-position: center;
		background-repeat: no-repeat;
		border: 1px solid #707888;
		display: block;
		*cursor: pointer; /* IE7 */
	}
	#featuredBets #featureList li a:hover {
		border-color: #ffffff;
	}
	#featuredBets #featureList li a span {
		background: url('img/featured_bet_list_item_bg.png');
		display: block;
		height: 0;
		padding-top: 30px;
		overflow: hidden;
		width: 120px;
		_background: #2e3b4b url('img/featured_bet_list_item_bg_ie6.png'); /* IE6 */
		_filter: alpha(opacity=70);
	}
	#featuredBets #featureList li.current {
		background: url('img/featured_bet_list_item_arrow.png') no-repeat center top;
	}
	#featuredBets #featureList li.current a {
		border-color: #ffffff;
		_position: relative; /* IE6 */
	}
	#featuredBets #featureList li.current a span {
		background: #ffffff;
		opacity: 0.7;
		-ms-filter: "alpha(opacity=70)"; /* IE8 */
		*filter: alpha(opacity=70); /* IE7 */
	}

/* Pranešimas tinklapio viršuje */
#message {
	background: url('rgba.php?r=28&g=36&b=58&a=20') repeat;
	background: rgba(28,36,58,0.2);
	display: block;
	line-height: 30px;
	margin-bottom: 25px;
	position: relative;
	width: 100%;
	_background: transparent; /* IE6 */
	_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000); /* IE6 */
}
	#message p {
		display: block;
		padding-left: 15px;
		padding-right: 55px;
	}
	#message .closeMessage {
		background: url('rgba.php?r=0&g=0&b=0&a=20') repeat;
		background: rgba(0,0,0,0.2);
		color: #ffffff;
		display: block;
		position: absolute;
		right: 0;
		text-align: center;
		text-decoration: none;
		top: 0;
		width: 40px;
		_background: transparent; /* IE6 */
		_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000); /* IE6 */
	}

/* baneriai */
.banner {
	background: url('rgba.php?r=0&g=0&b=0&a=20') repeat;
	background: rgba(0,0,0,0.2);
	margin-bottom: 20px;
	text-align: center;
}
	.banner img {
		display: block;
		margin: 0 auto;
	}
/* Antro lygio meniu */
.blockMenu {
	display: block;
	font-size: 12px;
/*	height: 26px;*/
	line-height: 22px;
	list-style: none;
	margin-bottom: 25px;
/*	*height: 28px; /* IE7 */
	*line-height: 24px; /* IE7 */
}
.blockMenuBig {
	display: block;
	font-size: 15px;
/*	height: 34px;*/
	line-height: 28px;
	list-style: none;
	margin-bottom: 25px;
/*	*height: 30px; /* IE7 */
	*line-height: 30px; /* IE7 */
}
	.blockMenu li,
	.blockMenuBig li {
		display: inline-block;
		margin-bottom: 10px;
		margin-right: 10px;
		padding-bottom: 4px;
		*display: inline; /* IE7 */
		*padding-bottom: 3px; /* IE7 */
		*vertical-align: top; /* IE7 */
		*zoom: 1; /* IE7 */
		_padding-bottom: 4px; /* IE6 */
	}
	.blockMenuBig li {
		margin-right: 20px;
	}
	.blockMenu a,
	.blockMenuBig a,
	.blockMenu a:visited,
	.blockMenuBig a:visited {
		background: url('rgba.php?r=26&g=39&b=59&a=30') repeat;
		background: rgba(26,39,59,0.3);
		border: 1px solid transparent;
		border-radius: 5px;
		color: #ff5c00;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		display: block;
		padding: 0 10px;
		text-decoration: none;
		_background: transparent; /* IE6 */
		_border: 0;
		_display: inline; /* IE6 */
		_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000, endColorstr=#20000000); /* IE6 */
		_zoom: 1; /* IE6 */
	}
	.blockMenuBig a,
	.blockMenuBig a:visited {
		padding: 0 20px;
	}
	.blockMenu a:hover,
	.blockMenuBig a:hover {
		background: url('rgba.php?r=0&g=0&b=0&a=40') repeat;
		background: rgba(0,0,0,0.4);
		text-decoration: none;
		_background: transparent; /* IE6 */
		_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#61000000, endColorstr=#61000000); /* IE6 */
	}
	.blockMenu a span,
	.blockMenuBig a span {
		text-decoration: underline;
	}
	.blockMenu a span.itemInfo,
	.blockMenuBig a span.itemInfo {
		color: #999999;
		font-size: 10px;
		text-decoration: none;
	}
	.blockMenu li.current,
	.blockMenuBig li.current {
		background: url('img/block_menu_current_item_arrow.png') no-repeat bottom;
	}
/*
	.blockMenu li.current h2,
	.blockMenuBig li.current h2 {
		font: 12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
		height: 22px;
		line-height: 22px;
		*height: 24px; /* IE7 * /
		*line-height: 24px; /* IE7 * /
		_display: inline; /* IE6 * /
	}
*/
	.blockMenu li.current a,
	.blockMenu li.current a:hover,
	.blockMenu li.current a:visited,
	.blockMenuBig li.current a,
	.blockMenuBig li.current a:hover,
	.blockMenuBig li.current a:visited {
		background: url('img/main_menu_current_item_bg.png') repeat-x center;
		border-color: rgba(255,255,255,0.4);
		color: #73376e;
		font-weight: bold;
		text-decoration: none;
		filter: none; /* IE8 */
	}
	.blockMenuBig li.current a,
	.blockMenuBig li.current a:hover,
	.blockMenuBig li.current a:visited {
		background: url('img/block_menu_big_current_item_bg.png') repeat-x center;		
	}
	.blockMenu li.current a:hover,
	.blockMenuBig li.current a:hover {
	}
	.blockMenu li.current a span,
	.blockMenuBig li.current a span {
		text-decoration: none;
	}

/* Stulpelis „Pasiūla“ */
#bettingCategoriesBlock {
	display: inline-block;
	margin-bottom: 25px;
	vertical-align: top;
	width: 17%;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
}
	#bettingCategoriesBlock .shoutBox {
		background: #73376e;
		color: #ffffff;
		margin-bottom: 30px;
		padding: 5px;
	}
	#bettingCategoriesBlock .shoutBox img {
		float: left;
		margin-right: 5px;
	}
	#bettingCategoriesBlock form {
		display: block;
		padding-right:30px;
		position: relative;
		_padding-right: 25px; /* IE6 */
	}
	#searchField {
		border: 1px solid #757e8d;
		border-right: 0;
		height: 17px;
		line-height: 17px;
		padding: 0 2px;
		width: 100%;
	}
	#searchButton {
		background: url('img/search_button.png') center;
		height: 19px;
		position: absolute;
		right: 0;
		top: 0;
		vertical-align: top;
		width: 25px;
		*top: 1px; /* IE6 */
	}
	#bettingCategoriesList {
		display: block;
		font-size: 12px;
		list-style: none;
		margin-top: 10px;
	}
	#bettingCategoriesList li {
		background-position: left top;
		background-repeat: no-repeat;
		display: block;
		line-height: 30px;
	}
	.bettingCategoriesFootball { background-image: url('img/sports_icons/football.png'); }
	.bettingCategoriesTennis { background-image: url('img/sports_icons/tennis.png'); }
	.bettingCategoriesBasketball { background-image: url('img/sports_icons/basketball.png'); }
	.bettingCategoriesIceHockey { background-image: url('img/sports_icons/icehockey.png'); }
	.bettingCategoriesVolleyball { background-image: url('img/sports_icons/football.png'); }
	.bettingCategoriesHandball { background-image: url('img/sports_icons/handball.png'); }
	.bettingCategoriesFormula1 { background-image: url('img/sports_icons/formula1.png'); }
	.bettingCategoriesWaterPolo { background-image: url('img/sports_icons/waterpolo.png'); }
	.bettingCategoriesAmericanFootball { background-image: url('img/sports_icons/americanfootball.png'); }
	.bettingCategoriesBaseball { background-image: url('img/sports_icons/baseball.png'); }
	#bettingCategoriesList li a,
	#bettingCategoriesList li a:visited {
		color: #ffffff;
		display: block;
		padding-left: 30px;
		text-decoration: none;
		_zoom: 1; /* IE6 */
		} #bettingCategoriesList li a span { border-bottom: 1px dotted #ffffff;
	}
	#bettingCategoriesList li a:hover {
		background: url('rgba.php?r=255&g=255&b=255&a=20') repeat;
		background: rgba(255,255,255,0.2);
		_background: transparent; /* IE6 */
		_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff); /* IE6 */
		} #bettingCategoriesList li a:hover span { border-bottom: 0; 
	}
	#bettingCategoriesList li.expanded {
		background-color: rgba(241,242,243,0.05);
		padding-bottom: 5px;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0df1f2f3, endColorstr=#0df1f2f3)"; /* IE8 */
		-ms-zoom: 1; /* IE8 */
		*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0df1f2f3, endColorstr=#0df1f2f3); /* IE7 */
		*zoom: 1; /* IE7 */
	}
	#bettingCategoriesList li.expanded label {
		background: url('rgba.php?r=241&g=242&b=243&a=10') repeat;
		background: rgba(241,242,243,0.1);
		color: #ff5a00;
		display: block;
		font-weight: bold;
		padding-left: 30px;
		padding-right: 25px;
		position: relative;
		*zoom: 1; /* IE7 */
		_background: transparent; /* IE6 */
/*		_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0af1f2f3, endColorstr=#0af1f2f3); /* IE7 */
	}
	#bettingCategoriesList li.expanded a,
	#bettingCategoriesList li.expanded a:hover,
	#bettingCategoriesList li.expanded a:visited {
		display: inline;
		background-color: transparent;
	}
	#bettingCategoriesList li.expanded a span {
		border-bottom: 0;
	}
	#bettingCategoriesList li.expanded input {
		position: absolute;
		right: 10px;
		top: 7px;
		*top: 4px; /* IE7 */
	}
	#bettingCategoriesList li.expanded ul {
		display: block;
		font-size: 11px;
		list-style: none;
	}
	#bettingCategoriesList li.expanded li {
		display: block;
		line-height: 22px;
	}
	#bettingCategoriesList li.expanded li label {
		background: transparent;
		color: #ffffff;
		display: block;
/*		height: 22px;*/
		font-weight: bold;
		line-height: 16px;
		padding-bottom: 4px;
		padding-left: 30px;
		padding-top: 4px;
	}
	#bettingCategoriesList li.expanded li li label {
		font-weight: normal;
		padding-left: 40px;
	}
	#bettingCategoriesList li.expanded li input {
		top: 4px;
		*top: 1px; /* IE7 */
	}
	#bettingCategoriesList li.expanded li.selected label,
	#bettingCategoriesList li.expanded li label:hover {
		background: url('rgba.php?r=241&g=242&b=243&a=5') repeat;
		background: rgba(241,242,243,0.05);
		color: #ff5a00;
		_background: transparent; /* IE6 */
/*		_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#05f1f2f3, endColorstr=#05f1f2f3); /* IE6 */
	}
	#bettingCategoriesList li.expanded li:hover li label {
		*background: transparent; /* IE7 */
	}

/* Lentelės (centriniame bloke) */
table {
	border-bottom: 1px solid transparent;
	border-collapse: collapse;
	caption-side: top;
	color: #ffffff;
	margin-bottom: 10px;
	width: 100%;
	_border-bottom: 0; /* IE6 */
}
	table caption,
	table thead th {
		color: #ff6633;
		font-size: 11px;
		font-weight: bold;
		padding: 5px 10px;
		text-align: left;
	}
		table caption.padded {
			padding-left: 10%;
		}
	table td {
		background: url('rgba.php?r=255&g=255&b=255&a=5') repeat;
		background: rgba(255,255,255,0.05);
		height: 30px;
		padding: 2px 10px;
		_background: transparent; /* IE6 */
		_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff, endColorstr=#0dffffff); /* IE6 */
	}
			table a {
				color: #ffc263;
				text-decoration: none;
			}
			table a:hover {
				color: #ff6633
			}
			table a .factor,
			table a:visited .factor {
				border-bottom: 1px dashed #ffc263;
			}
			table a:hover .factor {
				border-bottom-color: #ff6633;
			}
		table td.nonClickable {
			background: url('rgba.php?r=255&g=255&b=255&a=10') repeat;
			background: rgba(255,255,255,0.1);
			border-bottom: 1px solid #1e243a;
			_background: transparent; /* IE6 */
			_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff); /* IE6*/
		}
		table td.timeAndDate {
			background: transparent;
			font-size: 9px;
			padding-left: 0;
			text-align: right;
		}
			table td.timeAndDate .date {
				color: #cccccc;
				font-size: 10px;
			}
		table td.hostWins,
		table td.guestWins,
		table td.draw {
			background: url('rgba.php?r=255&g=255&b=255&a=10') repeat;
			background: rgba(255,255,255,0.1);
			border-bottom: 1px dotted #858992;
			border-left: 1px solid #1e243a;
			padding: 0;
			_background: transparent; /* IE6 */
			_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff); /* IE6 */
		}
			table td.hostWins {
				border-left: 0;
			}
			table td.draw {
				padding: 2px 10px;
				text-align: center;
			}
			table td.alreadyBet {
				background: url('rgba.php?r=255&g=255&b=255&a=30') repeat;
				background: rgba(255,255,255,0.3);
				_background: transparent; /* IE6 */
				_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dffffff, endColorstr=#4dffffff); /* IE6 */
			}
			table td.hostWins:hover,
			table td.guestWins:hover,
			table td.draw:hover {
				background: url('rgba.php?r=255&g=255&b=255&a=20') repeat;
				background: rgba(255,255,255,0.2);
				color: #ffc263;
		/*			_background: transparent; /* IE6 */
		/*			_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff); /* IE6 */
			}
			table td.hostWins .cellContents,
			table td.guestWins .cellContents {
				padding: 2px 10px;
				position: relative;
				vertical-align: middle
			}
			table .alreadyBet a .factor {
				border-bottom: 0;
			}
			table td.hostWins a .factor,
			table td.guestWins a .factor {
		/*			float: right;
		/*			*margin-right: 10px; /* IE7 */
		/*			*margin-top: -14px; /* IE7 */
				position: absolute;
				right: 10px;
				top: 2px;
			}
		table td.subBets {
			padding: 2px 5px;
		}
			table .subBets a,
			table .subBets a:visited {
				border-bottom: 0;
				color: #ffffff;
				text-decoration: underline;
			}
			table .subBets a:hover {
				color: #af65aa;
			}
		table td.statistics {
			padding: 2px 0 2px 5px;
		}
			table td.statistics a,
			table td.statistics a:visited {
				background: url('img/statistics_icon.png') no-repeat center;
				border: 0;
				display: block;
				height: 0;
				overflow: hidden;
				padding-top: 20px;
				width: 20px;
				*background-position: 4px 4px; /* IE7 */
			}
			table td.statistics a:hover {
				background-color: rgba(255,255,255,0.1);
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff)"; /* IE8 */
				*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff); /* IE7 */
			}
		table td.win {
			color: #ff6633;
			font-weight: bold;
		}
		table td.centered {
			text-align: center;
		}
		table td.bl {
			border-left: 1px solid  #1e243a;
		}
	table .tooltip {
		background: url('img/tooltip_bg.png') no-repeat bottom;
		display: none;
		padding-bottom: 3px;
		position: absolute;
		right: 0;
		bottom: 25px;
		width: 100%;
	}
		table .tooltip .tooltipContents {
			background: #ffffff;
		}
		table td:hover .tooltip {
			color: #000000;
			display: block;
		}
		table .tooltip .league,
		table .tooltip .favorite {
			border: 0;
			display: block;
			float: none;
			padding: 5px;
			position: static;
		}
		table .tooltip .league {
			color: #999999;
		}
		table .tooltip .leagueName {
			color: #000000;
			font-weight: bold;
		}
		table .tooltip .favorite {
			color: #e6663c;
			font-size: 10px;
			text-decoration: underline;
		}
		table .tooltip .teamName {
			font-weight: bold;
			text-transform: uppercase;
		}

/* Puslapiavimas */
.paging {
	display: block;
	height: 24px;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 60px;
	padding-left: 300px;
}
	.paging a,
	.paging a:visited {
		background: url('rgba.php?r=255&g=255&b=255&a=10') repeat;
		background: rgba(255,255,255,0.1);
		color: #ffffff;
		display: block;
		float: left;
		height: 24px;
		line-height: 24px;
		text-align: center;
		text-decoration: none;
		padding: 0 10px;
		_background: transparent; /* IE6 */
		_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff);; /* IE6*/
	}
	.paging a:hover {
		background: url('rgba.php?r=255&g=255&b=255&a=20') repeat;
		background: rgba(255,255,255,0.2);
		text-decoration: underline;
		_background: transparent; /* IE6 */
		_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);; /* IE6 */
	}
	.paging .current,
	.paging .current:hover,
	.paging .current:visited {
		background: url('rgba.php?r=255&g=255&b=255&a=30') repeat;
		background: rgba(255,255,255,0.3);
		font-weight: bold;
		text-decoration: none;
		_background: transparent; /* IE6 */
		_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dffffff, endColorstr=#4dffffff);; /* IE6 */
	}
	.paging .next {
		margin-left: 1px;
	}
	.paging .previous {
		margin-right: 1px;
	}
	.pagingDate {
		margin-left: 6%;
	}

	.bottomLineTitle {
		border-top: 1px dashed #353e56;
		font-size: 12px;
		font-weight: bold;
		margin-top: 25px;
		padding-bottom: 10px;
		padding-top: 25px;
	}


/* Konkrečių statymo pasiūlymų blokas */
#bettingOptionsBlock {
	display: inline-block;
	margin-bottom: 25px;
	margin-left: 3%;
	position: relative;
	vertical-align: top;
	width: 55%;
	*display: inline; /* IE7 */
	*width: 54.5%; /* IE7 */
	*zoom: 1; /* IE7 */
	_width: 52%; /* IE6 */
}
	#bettingOptionsBlock .blockTitle .additionalInfo {
		font-size: 12px;
		font-weight: normal;
		padding-left: 20px;
	}
	#bettingOptionsBlock .blockTitle .additionalInfo .leagueName {
		font-size: 11px;
		padding-left: 20px;
	}
	#bettingOptionsBlock .blockTitle .statistics {
		background: url('img/statistics_icon.png') no-repeat center;
		background-color: rgba(26,39,59,0.2);
		border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		display: inline-block;
		height: 17px;
		overflow: hidden;
		padding-left: 30px;
		position: absolute;
		right: 0;
		top: 3px;
		width: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#331a273b, endColorstr=#331a273b)"; /* IE8 */
		*background-position: 9px 3px; /* IE7 */
		*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#331a273b, endColorstr=#331a273b); /* IE7 */
	}
	#bettingOptionsBlock .blockTitle .statistics:hover {
		background-color: rgba(0,0,0,0.3);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000)"; /* IE8 */
		*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000); /* IE7 */
	}
	#bettingOptionsBlock table+.blockTitle {
		margin-top: 25px;
	}
/* Pasiūlos filtravimas */
	#bettingOptionsBlock .advancedFilter fieldset {
		background: rgba.php?r=255&g=255&b=255&a=5 repeat;
		background: rgba(255,255,255,0.05);
		border: 1px solid #8e929d;
		border-color: rgba(255,255,255,0.5);
		display: block;
		margin-bottom: 40px;
		padding: 10px;
	}
	#bettingOptionsBlock .advancedFilter legend {
		color: #ff6633;
		padding-left: 3px;
		padding-right: 3px;
	}
	#bettingOptionsBlock .advancedFilter legend span {
		border-bottom: 1px dotted #ff6633;
	}
	#bettingOptionsBlock .advancedFilter .advancedFilterBlock {
		border-bottom: 1px solid #43465b;
		border-bottom: 1px solid rgba(0,0,0,0.2);
		display: block;
		margin-bottom: 5px;
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 5px;
	}
	#bettingOptionsBlock .advancedFilter .advancedFilterOptionGroup {
		display: inline-block;
		width: 50%;
		*display: inline; /* IE7 */
		*zoom: 1; /* IE7 */
	}
	#bettingOptionsBlock .advancedFilter .advancedFilterBlock label {
		padding: 3px 10px;
	}		
	#bettingOptionsBlock .advancedFilter .advancedFilterOptionGroup label {
		display: block;
	}
	#bettingOptionsBlock .advancedFilter .advancedFilterOptionGroup label.selected,
	#bettingOptionsBlock .advancedFilter .advancedFilterOptionGroup label:hover {
		background: url('rgba.php?r=255&g=255&g=255&a=20');
		background: rgba(255,255,255,0.2);
	}
	#bettingOptionsBlock .advancedFilter button {
		background: url('img/button.png') no-repeat center;
		display: inline-block;
		font: 11px normal Arial, Helvetica, sans-serif;
		height: 19px;
		line-height: 19px;
		text-align: center;
		width: 105px;
		*display: inline; /* IE7 */
		*zoom: 1; /* IE7 */
	}
	#bettingOptionsBlock .advancedFilter button:hover {
		color: #4c3058;
	}

	#bettingOptionsBlock .advancedFilter fieldset.collapsed {
			background: transparent;
			border-bottom: 0;
			border-left: 0;
			border-right: 0;
			height: 0;
			margin-bottom: 20px;
			padding-bottom: 0;
			padding-top: 0;
		}
		#bettingOptionsBlock .advancedFilter fieldset.collapsed > * {
			display: none;
		}
		#bettingOptionsBlock .advancedFilter fieldset.collapsed legend {
			color: #cccccc;
			display: block;
		}
		#bettingOptionsBlock .advancedFilter fieldset.collapsed legend span {
			border-bottom-color: #cccccc;
		}

/* Trečiasis stulpelis */
#column3 {
	display: inline-block;
	margin-left: 3%;
	vertical-align: top;
	width: 22%;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
}

/* „Tavo statymų“ blokas */
#myBetsBlock {
	margin-bottom: 25px;
}
	#myBetsBlock .tabs {
		background: #73376e;
		display: block;
		list-style: none;
	}
		#myBetsBlock .tabs li {
			display: inline-block;
			overflow: hidden;
			vertical-align: top;
			width: 33.3333%;
			*display: inline; /* IE7 */
			*width: 33%; /* IE7 */
			*zoom: 1; /* IE7 */
		}
		#myBetsBlock .tabs li a,
		#myBetsBlock .tabs li a:visited {
			background: #3b3142;
			color: #ffffff;
			display: block;
			height: 23px;
			line-height: 23px;
			margin-left: 1px;
			padding: 0 10px;
			text-decoration: none;
			white-space: nowrap;
		}
		#myBetsBlock .tabs li.current a,
		#myBetsBlock .tabs li.current a:visited {
			background: transparent;
			font-weight: bold;
		}
		#myBetsBlock .tabs li a:hover,
		#myBetsBlock .tabs li.current a:hover {
			background: #2f2636;
			color: #ff6633;
		}
		#myBetsBlock .tabs li a span {
			display: block;
			overflow: hidden;
		}
	#myBetsBlock #myBetsForm {
		background: #613464;
		display: block;
	}
		#myBets {
			border-bottom: 1px dotted #d5c3d4;
			display: block;
			line-height: 16px;
			list-style: none;
		}
			#myBets li {
				background: #814b7d;
				border-top: 1px solid #73376e;
				color: #ffffff;
				display: block;
				text-shadow: 1px 1px 1px #1c243a;
				*zoom: 1; /* IE7 */
			}
			#myBets li:nth-child(even) {
				background: #8f5f8b;
			}
			#myBets li:hover {
				background: #c0543e;
			}
			#myBets li label {
				display: block;
				padding: 5px 10px 10px 5px;
				position: relative;
			}
			#myBets li span {
				display: block;
				padding-left: 20px;
				position: relative;
			}
			#myBets li input {
				position: absolute;
				left: 0;
				top: 2px;
				*top: -2px; /* IE7 */
				_left: -20px; /* IE6 */
			}
			#myBets li span.betType {
				color: #cccccc;
			}
			#myBets li span.betOn {
				font-weight: bold;
				padding-right: 40px;
			}
			#myBets li span.factor {
				color: #ffc263;
				position: absolute;
				right: 0;
				top: 0;
				_right: 10px; /* IE6 */
			}
			#myBets li .removeBet {
				background: url('img/remove_bet.png') no-repeat left top;
				display: none;
				font-size: 3px;
				height: 11px;
				overflow: hidden;
				padding-left: 11px;
				position: absolute;
				right: 5px;
				top: 5px;
				width: 0;
				_display: block; /* IE6 */
			}
			#myBets li:hover .removeBet {
				display: block;
			}
			#myBets li .myBid {
				display: block;
				padding-left: 25px;
				padding-top: 0;
				position: relative;
			}
			#myBets li .myBid input {
				border: 1px solid #31092e;
				color: #333333;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				left: auto;
				padding-right: 2px;
				position: absolute;
				right: 10px;
				text-align: right;
				top: 0;
				width: 50px;
			}
		#myBetsTotalFactor {
			border-bottom: 1px solid #73376e;
			color: #ffc263;
			padding: 10px 65px 10px 25px;
			position: relative;
		}
			#myBetsTotalFactor span.factor {
				color: #ffc263;
				font-weight: bold;
				padding: 10px 0;
				position: absolute;
				right: 10px;
				text-shadow: 1px 1px 1px #1c243a;
				top: 0;
			}
		#moneyInMyAccount {
			color: #ffffff;
			font-weight: bold;
			padding: 10px 10px 10px 25px;
			position: relative;
		}
			#moneyInMyAccount span.sum {
				font-size: 13px;
				padding: 9px 0;
				position: absolute;
				right: 10px;
				top: 0;
			}
		#myBid,
		#potentialWin {
			color: #ffffff;
			display: block;
			padding: 6px 10px 6px 25px;
			position: relative;
		}
			#myBid input,
			#potentialWin .sum {
				border: 1px solid #31092e;
				color: #333333;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				margin: 5px 0;
				padding-right: 2px;
				position: absolute;
				right: 10px;
				text-align: right;
				top: 0;
				width: 50px;
			}
			#potentialWin .sum {
				border: 1px solid #4c3058;
				background: #4c3058;
				color: #f17021;
				font-weight: bold;
			}
		#submitMyBid {
			text-align: right;
			padding: 10px 10px 20px 25px;
		}
			#submitMyBid button {
				background: url('img/button.png') no-repeat center;
				display: inline-block;
				font: 11px normal Arial, Helvetica, sans-serif;
				height: 19px;
				line-height: 19px;
				text-align: center;
				width: 105px;
				*display: inline; /* IE7 */
				*zoom: 1; /* IE7 */
			}
			#submitMyBid button:hover {
				color: #4c3058;
			}

/* Naujienų blokas */
#newsBlock {
	margin-bottom: 25px;
}
	#newsBlock ul {
		display: block;
		line-height: 16px;
		list-style: none;
	}
	#newsBlock li {
		display: block;
		margin-bottom: 15px;
	}
	#newsBlock li a {
		display: block;
		padding-top: 2px;
	}

/* Tinklapis „Lažybų punktai“ */
#bettingSpotsBlock {
	display: inline-block;
	margin-left: 3%;
	vertical-align: top;
	width: 80%;
	*display: inline; /* IE7 */
	*width: 79.5%; /* IE7 */
	*zoom: 1; /* IE7 */
	_position: relative; /* IE6 */
	_width: 78%; /* IE6 */
}
	#bettingSpotsBlock #map {
		border: 4px solid #ffffff;
		display: block;
		float: right;
		height: 460px;
		width: 517px;
	}
	#bettingSpots {
		display: block;
		font-size: 12px;
		min-height: 458px;
		list-style: none;
		margin-right: 525px;
		padding-top: 10px;
		_zoom: 1; /* IE6 */ 
	}
	#bettingSpots li {
		display: block;
		padding-top: 10px;
		*zoom: 1; /* IE7 */
	}
	#bettingSpots li dl {
		display: block;
	}
	#bettingSpots li dt {
		margin-bottom: 10px;
	}
		#bettingSpots li.expanded dt {
			font-weight: bold;
		}
		#bettingSpots li dt a {
			background: url('rgba.php?r=255&g=255&b=255&a=10') repeat;
			background: rgba(255,255,255,0.1);
			border-bottom-left-radius: 5px;
			border-top-left-radius: 5px;
			-khtml-border-radius-bottomleft: 5px;
			-khtml-border-radius-topleft: 5px;
			-moz-border-radius-bottomleft: 5px;
			-moz-border-radius-topleft: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-webkit-border-top-left-radius: 5px;
			color: #ffffff;
			display: block;
			padding: 4px 10px;
			text-decoration: none;
			_background: transparent; /* IE6 */
			_cursor: pointer; /* IE6 */
			_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff); /* IE6 */
			_zoom: 1; /* IE6 */
		}
		#bettingSpots li dt a span {
			border-bottom: 1px dotted #ffffff;
			display: inline-block;
			padding: 2px;
		}
		#bettingSpots li dt a:hover {
			background: url('rgba.php?r=255&g=255&b=255&a=20') repeat;
			background: rgba(255,255,255,0.2);
			_background: transparent; /* IE6 */
			_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff); /* IE6 */
		}
		#bettingSpots li dt a:hover span {
			border-bottom-color: transparent;
		}
		#bettingSpots li.expanded dt a,
		#bettingSpots li.expanded dt a:hover,
		#bettingSpots li.expanded dt a:visited {
			background: #ffffff;
			color: #a1278a;
		}
	#bettingSpots li dd {
		display: none;
		margin-bottom: 10px;
		padding-left: 20px;
	}
		#bettingSpots li.expanded dd {
			display: block;
		}
		#bettingSpots li dd span {
			color: #ffffff;
		}

/* Profilio duomenys */
#profileBlock {
	display: inline-block;
	margin-left: 3%;
	vertical-align: top;
	width: 80%;
	*display: inline; /* IE7 */
	*width: 79.5%; /* IE7 */
	*zoom: 1; /* IE7 */
	_position: relative; /* IE6 */
	_width: 78%; /* IE6 */
}
	#profileDataForm,
	#profileSettingsForm,
	#profilePasswordForm {
		color: #ffffff;
		display: block;
		font-size: 13px;
		line-height: 24px;
		width: 550px;
	}
	#profilePasswordForm {
		margin-top: 40px;
	}
	#profilePasswordForm legend {
		color: #ff6633;
		display: block;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	#profileDataForm label,
	#profileSettingsForm label,
	#profilePasswordForm label {
		display: block;
		margin-bottom: 15px;
		position: relative;
	}
	#profileDataForm label span,
	#profileSettingsForm label span,
	#profilePasswordForm label span {
		display: inline-block;
		padding: 0 10px;
		width: 110px;
	}
	#profileSettingsForm label span,
	#profilePasswordForm label span {
		width: 200px;
	}
	#profileDataForm label input,
	#profileSettingsForm label input,
	#profileSettingsForm label select,
	#profilePasswordForm label input {
		background: #ffffff;
		display: inline-block;
		border: 1px solid #000000;
		color: #000000;
		font-weight: bold;
		height: 22px;
		line-height: 22px;
		padding: 0 10px;
		width: 280px;
	}
	#profileDataForm label input#userName {
		border-color: #9c9c9c;
		color: #9c9c9c;
		font-weight: normal;
	}
	#profileSettingsForm label select {
		background: #ffffff;
		box-sizing: border-box;
		height: 24px;
		padding-right: 0;
		width: 302px;
	}
	#profileDataForm button,
	#profileSettingsForm button,
	#profilePasswordForm button {
		background: url('img/button_purple.png') repeat-x center;
		border: 1px solid transparent;
		border-color: rgba(255,255,255,0.1);
		border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-sizing: border-box;
		color: #ffffff;
		font-size: 12px;
		height: 26px;
		line-height: 24px !important;
		margin-left: 130px;
		margin-top: 20px;
		padding: 0 10px;
		*border: 0;
	}
	#profileSettingsForm button,
	#profilePasswordForm button {
		margin-left: 220px;
	}
	#profileSettingsForm .additionalInfo,
	#profilePasswordForm .additionalInfo {
		color: #8e939e;
		font-size: 11px;
		line-height: normal;
		position: absolute;
		right: -230px;
		top: 6px;
		width: 230px;
	}
	#filterBar {
		display: block;
		height: 24px;
		margin-bottom: 25px;
	}
		#filterBarLeft {
			display: block;
			float: left;
		}
		#filterBarRight {
			display: block;
			float: right;
		}
		#filterBar select {
			background: #ffffff;
			border: 1px solid #999999;
			box-sizing: border-box;
			height: 24px;
			line-height: 22px;
			margin-right: 20px;
			padding-left: 5px;
			vertical-align: top;
		}
		#filterBar option {
			background: #ffffff;
			height: 22px;
			line-height: 22px;
			padding: 0 5px;
			vertical-align: top;
		}
		#filterBar button {
			background: url('img/button_purple.png') repeat-x center;
			border: 1px solid transparent;
			border-color: rgba(255,255,255,0.1);
			border-radius: 5px;
			-khtml-border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			box-sizing: border-box;
			color: #ffffff;
			font-size: 12px;
			height: 24px;
			line-height: 22px !important;
			padding: 0 10px;
			vertical-align: top;
			*border: 0;
		}
		#filterBar label {
			line-height: 24px;
			margin-left: 10px;
			vertical-align: top;
		}
		#filterBar input {
			border: 1px solid #757e8d;
			height: 22px;
			line-height: 22px;
			margin-left: 10px;
			padding: 0 2px;
			vertical-align: top;
			width: 120px;
		}
		#filterBar input.dateField {
			background: #ffffff url('img/calendar_field_bg.png') no-repeat right;
			width: 90px;
		}
		#filterBar #dateTo {
			margin-right: 20px;
		}
		#filterBar input.searchField {
			border-right: 0;
		}
		#filterBar .searchButton {
			background: url('img/search_button_24.png') center;
			border: 0;
			border-radius: 0;
			-khtml-border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			height: 24px;
			padding: 0;
			vertical-align: top;
			width: 25px;
		}

/* Iškylantys langai */
body.popup {
	background: #1c243a;
	padding: 0;
	max-width: none;
	min-width: 400px;
	width: auto;
}
	.popupHeader {
		background: #24304f;
		border-bottom: 1px solid #3f4657;
	}
	.popupTitle {
		background: url('img/popup_logo.png') no-repeat 20px 15px;
		margin: 0 auto;
		max-width: 620px;
		min-height: 40px;
		min-width: 220px;
		padding: 20px 20px 0 200px;
		_height: 40px; /* IE6 */
		_width: expression(documentElement.clientWidth < 400 ? "220px" : documentElement.clientWidth > 800 ? "620px" : "auto"); /* IE6 */
	}
	.popupTitle h1 {
		color: #ffffff;
		font-size: 15px;
	}
	.popup .tabs {
		display: block;
		list-style: none;
		margin: 30px auto 0 auto;
		max-width: 800px;
		min-width: 400px;
		padding: 0 20px;
		_width: expression(documentElement.clientWidth < 400 ? "400px" : documentElement.clientWidth > 800 ? "800px" : "auto"); /* IE6 */
	}
	.popup .tabs li {
		display: inline-block;
		margin-right: 1px;
		padding-bottom: 1px;
		*display: inline; /* IE7 */
		*zoom: 1; /* IE7 */
	}
	.popup .tabs li a,
	.popup .tabs li a:visited {
		background: #3c4f81;
		color: #ffffff;
		display: block;
		font-size: 12px;
		height: 27px;
		line-height: 27px;
		padding: 0 20px;
		text-decoration: none;
		_display: inline-block; /* IE6 */
	}
	.popup .tabs li.current {
		border: 1px solid #3f4657;
		border-bottom: 0;
		font-weight: bold;
		margin-bottom: -1px;
		*position: relative; /* IE7 */
		*top: 1px; /* IE7 */
		_top: 2px; /* IE6 */
	}
	.popup .tabs li.current a,
	.popup .tabs li.current a:visited {
		background: #1c243a;
		height: 29px;
		margin-bottom: -1px;
	}
	.popup .tabContent {
		margin: 0 auto;
		max-width: 800px;
		min-width: 400px;
		padding: 30px 20px 20px 20px;
		_width: expression(documentElement.clientWidth < 400 ? "400px" : documentElement.clientWidth > 800 ? "800px" : "auto"); /* IE6 */
	}
	.popup .blockMenu {
		margin-bottom: 10px;
	}
	.popup table {
		border-bottom: 1px solid #1c243a;
		border-collapse: collapse;
		caption-side: top;
		color: #ffffff;
		margin-bottom: 10px;
		width: 100%;
	}
	.popup table tbody {
	}
	.popup table caption {
		color: #ff6633;
		font-size: 11px;
		font-weight: bold;
		padding: 5px 0;
		text-align: left;
	}
	.popup table th {
		color: #999999;
		font-weight: bold;
		padding: 2px 10px;
		text-align: left;
	}
	.popup table td {
		background: #3e4557;
		border-bottom: 1px dotted #858992;
		border-right: 1px solid #1c243a;
		height: 30px;
		padding: 2px 10px;
	}
	.popup table .center {
		text-align: center;
	}
	.popup table tfoot td {
		background: transparent;
		border-bottom: 0;
		border-top: 1px solid #1c243a;
		color: #999999;
	}
	
/* AJAX DIALOGAS */
#ajaxLoadingBlock {
	position: absolute;
	left: 200px;
	top: 30px;
}
