
/* common */
body,div,p,img,form,table,h1,h2,h3,h4,h5,h6 { 
	margin:0; padding:0; border:0; 
}
td { vertical-align: top; }


/* background */

input, textarea, select, table, body {
	font: 11px Verdana;
	line-height: 13px;
	color: #333;
}
input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #598bae;
}
/*body {
	background-color: #112349;
}*/

#wrap0 {
	background: #102348 url(images/bg-center.png) repeat-y top center;
}
#wrap1 {
	background: transparent url(http://sites.google.com/site/womenbasket00/_/rsrc/1268850739937/dnipro/bg-top.jpg) no-repeat top center;
}
#wrap2 {
	width: 990px;
	margin: 0px auto 150px auto;
	/*background-color: #f6f1e3;*/
}
#center {
	float: left; 
	width: 690px;
	overflow: hidden;
}
#right {
	float: left;
	width: 299px;
	overflow: hidden;
}
#wrapRight {
	width:293px;
}.season, .seasonSel {
	display: inline-block;
	width: 80px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border: 1px solid white;
	color: #333;
	padding-top: 3px;
}
.season:hover {
	color: black;
	border: 1px solid #bbb;
}
.seasonSel, .seasonSel:hover {
	font-weight:bold;
	border: 1px solid #999;
}
.clMonth {
	font:bold 14px Tahoma; 
	margin:20px 0px 10px 0px;
}
.calendar {
	border-collapse:collapse;
}
.calendar td {
	width:72px;
	height:72px;
	border:1px solid #555;
	background-color: White;
}
.calendar td.empty {
	background-color: #ddd;
}
.calendar td.hol {
	background-color: #eee;
}
.calendar td.away {
	background-color: #ddf;
}
.calendar td div.away, .calendar td div.home {
 	float: left;
	display: block;
	width:16px;
	height:16px;
}
.calendar td div.home {
	background-image: url(images/house.png);
}
.calendar img {
	width:55px; 
	margin: -12px 0px 0px 12px;
}
.calendar td .tm {
	margin: -2px 0px 0px 22px;
	font-weight:bold;
	color:#777;
}
.calendar td .win a, .calendar td .lost a {
	margin: -2px 0px 0px 3px;
	font-weight:bold;
	color:#55f;
}
.calendar td .lost a {
	color:Red;
}

#contacts {
	border-collapse:collapse;
}
#contacts td {
	vertical-align:middle;
	border:1px solid #bbb;
}
 
#footer {
	clear: both;
	height: 0px;
	/*width: 100%;
	background: url(images/bottom-pattern.png) repeat;
	color:White;
	position:relative;*/
}
#footerbg {
	height:347px;
	margin-top: -347px;
	background: #102348 url(images/bg-bottom.png) no-repeat bottom center;
	z-index:-1;
}
#footerLinks {
	position: absolute; 
	width: 950px;
	height: 230px;
	left: 0px; 
	top: 5px; 
	background: url(images/blockHead.jpg) repeat-x 0px -7px;
	background-color: #f6efdd;
	padding: 10px 0 0 40px;
}
#underFooter {
	position: absolute;
	right: 10px;
	bottom: -80px;
	width: 250px;
	font: 11px Verdana;
	color: white;
	text-align: right;
}

.blink1 {
	font: bold 11px Verdana;
	color: #454442;
	margin: 15px 0px 8px 0px;
	width: 200px;
}
.blink2, .blink2 a, a.lnk2 {
	font: 11px "Trebuchet MS";
	color: #454442;
	float: left; 
	width: 235px;
	text-decoration: none;
	line-height: 13px;
}
.blink2 a:hover {
	text-decoration:underline;
}
.blink3 {
	color: #eeb887;
}

#header {
	width: 990px;
	margin: 0px auto;
	height: 172px;
	position: relative;
}
#logoLink {
	position: absolute;
	display: block;
	left: 20px;
	top: 30px;
	width: 360px;
	height: 80px;
}
#womenbasketLink {
	position: absolute;
	display: block;
	left: 760px;
	top: 20px;
	width: 70px;
	height: 110px;
}
#biolaLink {
	position: absolute;
	display: block;
	left: 860px;
	top: 20px;
	width: 90px; 
	height: 90px;
}


#clubLogos {
	position: absolute;
	width: 228px;
	top: 35px;
	left: 505px;
}
#clubLogos img {
	width: 40px;
	margin: 1px;
}


#menu {
	position: absolute;
	bottom: 0px;
	left: 1px;
	width: 988px;
	height: 21px;
	font: bold 13px Arial;
	/*background-image: url(images/menu.png);*/
	border-bottom: 6px solid #467db8;
}
#menu a {
	display: block;
	float: left;
	color: #154b85;/* #3f467a;*/
	/*height: 20px;*/
	text-decoration: none;
	position: relative;
	padding: 2px 8px 3px 8px;
}
#menu a:hover {
	color: White;
	background-image: url(images/bg-menu-hover.png);
}
/*#menu a span {
	background: url(images/text-gradient.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 13px;
}*/
#menu a:hover span {
	display: none;
}

#menu a.home {
	padding: 0;
	margin: 0 6px 0 10px;
}
#menu a.home:hover {
	background-color: Transparent;
}

h1 {
	font: 1.8em Arial;
	line-height: 30px;
	margin:-5px 0px 15px 10px;
}
#newsWrapper {
	margin: 16px;
}

#newsList {
	width:95%;
}
#newsList td {
	height: 90px;
}

/* Tabs */

.tabActive, .tabInactive {
	float:left; 
	padding:6px 10px 0px 10px;
	width:135px;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	cursor:pointer;
	text-align:center;
}
.tabActive {
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-right:1px solid #555;
}
.tabInactive {
	border-bottom:1px solid #555;
}
.txt1, .txt1 table {
	font:12px Verdana;
	line-height:18px;
	margin: 0px 12px;
}
/*.txt1 p {
	text-indent: 15px;
}*/
.txt1 a {
	text-decoration: none;
}
.txt1 a:hover {
	text-decoration: underline;
}
#photogallery2 img {
	margin: 5px;
}

.bloggerName {
	font-style:italic;
	margin-bottom:15px;
}


#pager {
	cursor: pointer;
}
#pager a {
	padding: 2px;
	border: 1px solid transparent;
	color: #444;
}
#pager a:hover, #pager b {
	border: 1px solid #bbb;
	background-color: #eee;
}
#pager b {
	padding: 2px;
	font-weight: normal;
}

.playerInfoImg {
	float:left; 
	margin:10px 0px; 
	border:1px solid black; 
	padding:2px;
}
.playerInfoText {
	float:left; 
	width:430px; 
	margin:10px 0px 10px 15px;
}

.comenthead {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.commTd {
	padding-bottom:11px; 
	padding-top:25px;
}
.dateFloat {
	float:right; 
	font-size:10px; 
	color:#888;
}
.x1, .x1 td {
	 background-color:#eaeaea !important;
}
.x2 td {
	border-top: 1px solid #eaeaea;
}

.blockHead {
	font: bold 11px Verdana;
	background: url(images/blockHead.jpg) repeat-x;
	height: 18px;
	color: White;
	padding: 3px 0 0 3px;
	margin-top: 10px;
}
.blockHead a {
	text-decoration: none;
	color: White;
}
.blockWrap {
	background-color:#fcfffb; 
	border:1px solid #6f90c3; 
	margin-top:3px; 
	padding:3px;
}
.blockHead1 {
	display: block;
	width: 323px;
	height: 23px;
	margin-top: 3px;
}

#mediaspace {
	margin: 2px 0px -2px 0px;
}

#logindiv {
	position: absolute;
	right: 0px;
	top: 130px;
	width: 257px;
	height: 35px;
	/*outline: red solid 1px;*/
}

#logindiv input, #logindiv div, #logindiv a {
	position: absolute;
	display: block;
}

#logindiv input {
	border: 1px solid #81c0fe;
	background-image: url(images/bg-login.png);
	/*height: 15px;*/
	width: 77px;
	bottom: 1px;
	padding-left: 1px;
	font: 11px Tahoma;
	color: #061474;
}
#m_email {
	left: 34px;
}
#m_pwd1 {
	left: 161px;
}

#logindiv, #logindiv a {
	font: 11px Tahoma;
	color: #0b325c !important;
	line-height: 10px;
	text-decoration: none;
}
#logindiv a:hover {
	text-decoration: underline;
}
#logindiv .loginText {
	bottom: 5px;
}
#logindiv .passText {
	bottom: 5px;
	left: 120px;
}
#logindiv .registerLink {
	right: 5px;
	color: White !important;
}
#logindiv .enterLink {
	right: 4px;
	font-size: 13px;
	bottom: 5px;
	cursor: pointer;
}
#logindiv .remindLink {
	display: none;
}
#logindiv .welcomeText {
	right: 5px;
	bottom: 5px;
}
#logindiv .adminText {
	color: White !important;
	right: 50px;
}
#logindiv .logoutText {
	color: White !important;
	right: 5px;
}
#poll {
	border: 1px solid #f2cc9d;
	background-color: #fbf5e7;
	padding: 10px;
}
#pollText {
	text-indent: 10px;
}
#poll form {
	margin-top: 18px;
}
#pollBlock {
	margin-left: 5px;
}
#pollBlock div {
	margin: 15px 0 0 10px;
}
#pollBlock label {
	display: inline-block;
	width: 220px;
}
#pollBlock input {
	vertical-align: top;
	margin-right: 4px;
}
#pollSubmit {
	margin: 15px 0px 0px 170px; 
	width:40px;
}

.voteBar {
	 height: 5px;
	 max-height: 5px;
	 line-height: 5px;
	 /*background-color:#EB5C29; */
	 background-image: url(images/blockHead.jpg);
	 margin-bottom:10px;
}

#gamesBlock {
	width: 293px;
	height: 172px;
	background-image: url(images/bg-calendar.png);
	margin-top: 8px;
	margin-bottom: -3px;
	position: relative;
}
#gamesBlock img, #gamesBlock div, #gamesBlock a {
	position: absolute;
}
#gamesBlock .calendarLink {
	display: block;
	color: #488cd0;
	font: bold 14px Arial;
	text-decoration: none;
	left: 10px;
	top: 4px;
}
#gamesBlock .team1 {
	left: 40px;
	top: 45px;
}
#gamesBlock .team11 {
	left: 25px;
	top: 117px;
}
#gamesBlock .team12 {
	left: 104px;
	top: 117px;
}
#gamesBlock .score1 {
	display: block;
	font: bold 14px Arial;
	color: #3674b2;
	left: 57px;
	top: 120px;
	letter-spacing: 1px;
	text-decoration: none;
}
#gamesBlock .team2 {
	left: 180px;
	top: 45px;
}
#gamesBlock .t1 {
	font: 10px Tahoma;
	color: #3674b2;
}
#gamesBlock .today {
	right: 10px;
	top: 7px;
}
#gamesBlock .teamtitle {
	top: 30px;
	width: 135px;
	text-align: center;
}
#gamesBlock .t1t {
	left: 7px;
}
#gamesBlock .t2t {
	left: 151px;
}
#gamesBlock .gametime {
	top: 140px;
	width: 135px;
	text-align: center;
}

#mainImage {
	width: 684px;
	height: 266px;
	margin: 0 0 5px 1px;
	overflow : hidden;
	background-color: #467db8;
	padding-left: 6px;
}
#mainImg0 {
	float: left;
	width: 400px;
	height: 253px;
	margin-right: 2px;
	position: relative;
	border: 3px solid white;
}
#mainTexts {
	width: 270px;
	overflow: hidden;
}
a.mainText, a.mainText_w {
	height: 86px;
	/*padding: 0 1px 0 10px;*/
	font: 11px Arial;
	line-height: 14px;
	text-decoration: none;
	display: block;
	color: white;
	padding-left:15px;
}
a.mainText_w {
	color: #666;
}
a.mainText h2, a.mainText_w h2 {
	font: 17px Verdana;
	color: #ffeea1;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 18px;
}
a.mainText_w h2 {
	color: #2474bd;
}
a#switcher_0 {
	background-image: url(images/switcher_0.png);
}
a#switcher_1 {
	background-image: url(images/switcher_1.png);
}
a#switcher_2 {
	background-image: url(images/switcher_2.png);
}
a#switcher_0.mainText_w {
	background-image: url(images/switcher_0_w.png);
}
a#switcher_1.mainText_w {
	background-image: url(images/switcher_1_w.png);
}
a#switcher_2.mainText_w {
	background-image: url(images/switcher_2_w.png);
}

#left {
	float: left;
	width: 462px;
	overflow: hidden;
}
#center2, #center3 {
	width: 443px;
	margin-left: 1px;
	margin-top: 2px;
	padding-left: 10px;
	overflow: hidden;
	font: 11px Tahoma;
	/*border: 1px solid #8cbfed;*/
}
#center3 {
	margin-top: 15px;
}

.newsTime {
	float: left;
	width: 50px;
	text-align: right;
	color: #555;
	margin-top: 28px;
}
.newsText {
	float: left;
	margin: 8px 0 8px 15px;
	width: 367px;
	color: #444 !important;
	line-height: 15px;
}
.newsText h2 {
	font: bold 13px Arial !important;
	margin-bottom: 3px;
}
.newsText h2 a {
	color: #0b63c1 !important;
	text-decoration: none;
}
.newsText h2 a:hover {
	text-decoration: underline;
}
.newsHr {
	clear:both;
	border-top: 1px solid #ddd;
	margin: 0 5px;
}
.newsHead {
	display: block;
	width: 443px;
	height: 16px;
	background: url(images/bg-header-news.png) no-repeat;
	margin: 0 0 0 -1px;
	z-index: 100;
	color: White;
	font: bold 11px Verdana;
	text-align: left;
	padding: 3px 0 0 12px;
	text-decoration:none;
}
#news4 {
	height: 220px;
	width: 667px;
	padding: 20px 0 0 25px;
}
#news4 a {
	display: inline-block;
	height: 187px;
	width: 140px;
	margin-right: 26px;
	overflow: hidden;
	text-decoration: none;
	color: #444;
	font: 11px Tahoma;
	/*border: 1px solid red;*/
}
#news4 h3 {
	font: bold 12px Arial;
	margin: 8px 0;
}
#news4 a:hover h3 {
	text-decoration: underline;
}
.pressTable {
	border: 1px solid #f2cc9d;
	background-color: #fbf5e7;
	width:100%; 
}
.pressTable td {
	padding: 6px 0 2px 3px;
}
.press .src {
	color: #00a0ce;
	text-decoration: none;
}
.press .src:hover, .press .lnk:hover {
	text-decoration: underline;
}
.press .lnk {
	color: #404040;
	text-decoration: none;
}
.press .time {
	color: #2aaa07;
}

.pressTable a {
	color: #333333;
	text-decoration: none;
}
.pressTable a:hover {
	text-decoration: underline;
}
#photogallery {
	width: 293px;
	height: 261px;
	overflow: hidden;
	margin-top: 0px;
}
.photoSmall {
	float: left;
	display: inline-block;
	width: 97px;
	height: 86px;
	margin: 0 0 1px 1px;
	background-position: center center;
}
#players {
	float: left;
	width: 214px;
	border: 1px solid #8cbfed; /*#F2CC9D;*/
	/*background: #FBF5E7;*/
	position: relative;
	margin-top: 20px;
}

#players a {
	display: inline-block; 
	width: 100px; 
	text-align: center;
	margin: 10px 3px;
	color: #333;
	text-decoration: none;
}
#players a:hover div {
	text-decoration: underline;
}
#players a div span {
	text-transform: uppercase; 
}
#players a#playersHead {
	position: absolute;
	display: block;
	width: 216px;
	height: 16px;
	background: url(images/bg-header-players.png) no-repeat;
	margin: -19px 0 0 -1px;
	z-index: 100;
	color: White;
	font: bold 11px Verdana;
	text-align: left;
	padding: 3px 0 0 12px;
}


#playerStat {
	width:100%; 
	font:12px Arial;
	border-collapse:collapse;
}
#playerStat td, #playerStat th {
	border: 1px solid #ccc;
	padding: 2px;
	text-align: center;
	width: 20px;
}


#tourTableWrap {
	padding: 0px 0px 9px 5px;
	background-color: #467db8;
	margin-bottom: 10px;
}
#tourTable {
	width: 286px;
	height: 257px;
	background-image: url(images/bg-tourtable.png);
}
#tourTable a {
	display: block;
	margin-left: 7px;
	padding-top: 3px;
	font: bold 11px Verdana;
	color:White;
	text-decoration:none;
}

table.tourtable {
	width: 271px;
	margin: 4px 0 0 7px;
	font: 11px Verdana;
	color: white;
}
.tourtable .row0 {
	height: 27px;
}
.tourtable td {
	text-align: center;
	padding: 4px;
	width: 35px;
	text-align: right;
}
.tourtable .td0 {
	width: 166px;
	text-align: left;
}
.tourtable .td1 {
	/*color: #9cadcf;*/
}
.tourtable .tr0 {
	/*background-color: #dae1f4;*/
}
.tourtable .row1 {
	background: transparent url(images/bg-tourtable-row1.png) no-repeat scroll 0px 1px;
}


