
/* 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: #00161a url(images/bg-center.png) repeat-y top center;
}
#wrap1 {
	background: transparent url(http://sites.google.com/site/womenbasket00/_/rsrc/1268850813399/frankovsk/bg-top.jpg) no-repeat top center;
}
#wrap2 {
	width: 990px;
	margin: 0px auto 53px auto;
	/*background-color: #f6f1e3;*/
}
#center {
	float: left; 
	width: 675px;
	overflow: hidden;
}
#right {
	float: left;
	width: 300px;
	overflow: hidden;
	margin-left: 5px;
}
#wrapRight {
}

#center2, #center3 {
	width: 330px;
	font: 11px Arial;
}.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;
}
 #footerbg {
	height: 105px;
	margin-top: -105px;
	background: #00161a url(images/bg-bottom.jpg) no-repeat bottom center;
	z-index:-1;
}

#footer {
	clear: both;
	/*width: 100%;
	background: url(images/bottom-pattern.png) repeat;
	color:White;
	position:relative;*/
}
#footerBlock {
	border-top: 13px solid #004953;
	height: 150px;
}

#footer .a1 {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
#footer .aredi {
	position: absolute;
	right: 5px;
	top: 8px;
	color: #999;
}
#footer .aredi a {
	color : #999;
	text-decoration: none;
}
#footer .aredi a:hover {
	text-decoration: underline;
}

#header {
	width: 990px;
	margin: 0px auto;
	height: 191px;
	position: relative;
}

#logoLink, #teamLinks {
	position: absolute;
	display: block;
}
#logoLink {
	left: 20px;
	top: 10px;
	width: 140px;
	height: 140px;
}
#teamLinks {
	left: 700px;
	top: 30px;
	width: 262px;
	height: 100px;
}
#teamLinks img {
	width: 43px;
	margin: 2px;
}


#menu {
	position: absolute;
	bottom: 0px;
	left: 1px;
	width: 988px;
	height: 21px;
	font: bold 12px Arial;
	/*background-image: url(images/menu.png);*/
	padding-bottom: 5px;
	padding-left: 0px;
}
#menu a {
	display: block;
	float: left;
	color: #ddd;/* #3f467a;*/
	/*height: 20px;*/
	text-decoration: none;
	position: relative;
	padding: 2px 12px 3px 12px;
}
#menu a:hover {
	color: White;
}
/*#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 {
	background-color:White;
	margin:3px 0 0 5px;
	padding:10px;
	width:645px;
}

#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;
	padding: 7px;
	background-color: #fff;
}
/*.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:420px; 
	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, .blockHead2 {
	background-image: url(images/bg-blockHead.png);
}
.blockHead {
	font: bold 13px Arial;
	height: 18px;
	color: #fff;
	padding: 3px 0 0 3px;
}
.blockHead a {
	text-decoration: none;
	color: #fff;
}

.blockHead2 {
	font: bold 14px Arial;
	height: 21px;
	color: #fff;
	padding: 8px 0 0 12px;
}
.blockHead2 a {
	text-decoration: none;
	color: #cdcdcf;
}
.bh2ex {
	 border:0; 
	 border-bottom: 1px solid #3a589d;
}
#logindiv {
	position: absolute;
	right: 0px;
	width: 257px;
	bottom: 8px;
	height: 38px;
}

#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: white !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;
}
#pollBlock0 {
	float: left;
	width: 270px;
	margin: 5px 0 0 5px;
	border: 1px solid #898989;
}
#poll {
	background-color: #474646;
	padding: 10px;
	color: #d0d0d0;
}
#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: 180px;
}
#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/bg-blockhead.png);
	 margin-bottom:10px;
}

#bestplSwitch div {
	float: left;
	color: #ccc;
	padding: 3px;
	font: bold 14px Arial;
	cursor: pointer;
}
#bestplSwitch div.sel {
	background-color: #c30b44;
}
#bestplTabs > div {
	display: none;
}
#bestplTabs .bestplTitle {
	height: 45px;
	font: bold 14px Arial;
	color: #ccc;
	padding: 5px;
	background-color: #c30b44;
}
#gamesBlock {
	height: 227px;
	background-image: url(images/bg-calendar.png);
	position: relative;
}
#gamesBlock img, #gamesBlock a, #gamesBlock div {
	position: absolute;
}
#gamesBlock .blockHead {
	position: inherit;
}

#gamesBlock .block1 {
	position: inherit;
}
#gamesBlock .block2 {
	left: 0px;
	width: 100%;
	top: 138px;
	height: 85px;
	background-color: #1f4648;
}


#gamesBlock .logo11, #gamesBlock .logo12 {
	top: 18px;
	width: 78px;
}
#gamesBlock .logo11 { left: 30px; }
#gamesBlock .logo12 { right: 30px; }


#gamesBlock .logo21, #gamesBlock .logo22 {
	top: 155px;
	width: 49px;
}
#gamesBlock .logo21 { left: 50px; }
#gamesBlock .logo22 { right: 50px; }


#gamesBlock .score1 {
	left: 130px;
	top: 50px;
	display: block;
	font: bold 14px Arial;
	color: white;
	letter-spacing: 1px;
	text-decoration: none;
}

#gamesBlock .today, 
#gamesBlock .tt11, #gamesBlock .tt12,
#gamesBlock .tt21, #gamesBlock .tt22,
#gamesBlock .dt1, #gamesBlock .dt2 {
	font: 10px Tahoma;
	color: white;
	text-align: center;
}

#gamesBlock .today {
	right: 10px;
	top: 5px;
}
#gamesBlock .dt1, #gamesBlock .dt2 {
	left: 85px;
	width: 135px;
}
#gamesBlock .dt1 { top: 90px; }
#gamesBlock .dt2 { top: 206px; }

#gamesBlock .v {
	left: 145px;
	top: 170px;
	font: bold 16px Arial;
	color: #fff;
}

#gamesBlock .tt11, #gamesBlock .tt12 {
	top: 2px;
	width: 120px;
}
#gamesBlock .tt21, #gamesBlock .tt22 {
	top: 141px;
	width: 120px;
}
#gamesBlock .tt11 {
	left: 8px;
}
#gamesBlock .tt21 {
	left: 14px;
}
#gamesBlock .tt12 {
	right: 8px;
}
#gamesBlock .tt22 {
	right: 14px;
}

#mainImage {
	width: 670px;
	height: 334px;
	margin: 2px 0 5px 2px;
	overflow : hidden;
	padding-left: 0px;
	position: relative;
}
#mainImg0 {
	float: left;
	width: 389px;
	height: 250px;
	position: relative;
	border: 1px solid #00670a;
	margin-left: 5px;
}
a.mainText, a.mainText_w {
	height: 60px;
	border: 1px solid #00670a;
	/*padding: 0 1px 0 10px;*/
	font: 11px Arial;
	line-height: 14px;
	text-decoration: none;
	display: block;
	color: white;
	padding-left:3px;
}
a.mainText_w {
	color: #666;
}
#mainImageTitle {
	color: #fff;
	font: bold 16px Arial;
	position: absolute;
	top: 265px;
	left: 113px;
	width: 390px;
	height: 53px;
	overflow: hidden;
}
#mainImageTitle div {
	font: 12px Verdana;
	margin-top: 2px;
}




#mainTexts {
	width: 100px;
	overflow: hidden;
	float: left;
}
#mainTexts a {
	display: inline-block;
}
#mainTexts img {
	width: 90px;
}
a.mainText img {
	border: 2px solid transparent;
}
a.mainText_w img {
	border: 2px solid #288d1d;
}
a.mainText div, a.mainText_w div {
	display: none;
}







#womenbasketLink, #tutaLink, #wedroLink, #biolaLink {
	position: absolute;
	display: block;
}
#womenbasketLink {
	left: 515px;
	top: 19px;
}
#wedroLink {
	left: 540px;
	top: 105px;
}
#tutaLink {
	left: 532px;
	top: 188px;
}
#biolaLink {
	left: 533px;
	top: 263px;
}

#newsTable {
	border:1px solid #7b7b7b; 
	margin: 10px 0 0 5px;
}

.newsTime {
	color: #868585;
	margin: 15px 0 0 20px;
}
.newsText {
	margin: 3px 0 8px 10px;
	width: 300px;
	color: #b1bbd1 !important;
	line-height: 15px;
}
.newsText h2 {
	font: bold 14px Arial !important;
	margin-bottom: 3px;
}
.newsText h2 a {
	color: #d1d1d1 !important;
	text-decoration: none;
}
.newsText h2 a:hover {
	text-decoration: underline;
}
.newsHr {
	clear:both;
	display:none;
	margin: 0 5px;
}
#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 {
	float: left;
	
	width: 385px;
	height: 284px;
	overflow: hidden;
	margin: 5px 0 0 5px;
	border: 1px solid #9a9a9a;
}
#photogallery img {
	border: 2px solid #144784;
}
#players {
	border: 1px solid #b0b0b0;
	margin-top: 5px;
	background-image: url(images/bg-players.png);
}

#players a {
	display: inline-block; 
	width: 90px; 
	text-align: center;
	margin: 10px 4px;
	color: #4e4f4f;
	text-decoration: none;
}
#players a:hover div {
	text-decoration: underline;
}
#players a div span {
	text-transform: uppercase; 
}

#players .blockHead2 a {
	margin: 0;
	width: auto;
	color: inherit;
}

#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 {
	margin-top: 7px;
	padding-bottom: 20px;
}
#tourTable {
	width: 286px;
}
#tourTable a {
	display: block;
	margin-left: 7px;
	padding-top: 3px;
	font: bold 11px Verdana;
	color:White;
	text-decoration:none;
}

table.tourtable {
	width: 271px;
	margin: 13px 0 0 7px;
	font: 11px Verdana;
	color: white;
}
.tourtable .row0 {
	height: 27px;
}
.tourtable td {
	text-align: center;
	padding: 2px;
	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;
}


