
/* 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: #010205 url(images/bg-center.png) repeat-y top center;
}
#wrap1 {
	background: transparent url(http://sites.google.com/site/womenbasket00/_/rsrc/1268850901977/palmira/bg-top.jpg) no-repeat top center;
}
#wrap2 {
	width: 990px;
	margin: 0px auto 53px auto;
	/*background-color: #f6f1e3;*/
}
#center {
	float: left; 
	width: 710px;
	overflow: hidden;
}
#right {
	margin-left: 4px;
	float: left;
	width: 274px;
	overflow: hidden;
}
#wrapRight {
}

#left {
	float: left;
	width: 435px;
	overflow: hidden;
}
#center2 {
	width: 430px;
}
#center3 {
	width: 650px;
}
#center2, #center3 {
	overflow: hidden;
	font: 12px Arial;
}
#center3 {
	margin-top: 15px;
}
.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: 60px;
	margin-top: -60px;
	background: #010205 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 {
	background: url(images/bg-footer.png);
	border: 1px solid #5fbfe6;
	height: 107px;
}

#footer .a1 {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
#footer .aredi {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #bbb;
}
#footer .aredi a {
	color : #bbb;
	text-decoration: none;
}
#footer .aredi a:hover {
	text-decoration: underline;
}

#header {
	width: 990px;
	margin: 0px auto;
	height: 203px;
	position: relative;
}

#logoLink, #womenbasketLink, #tutaLink, #wedroLink {
	position: absolute;
	display: block;
}
#logoLink {
	left: 20px;
	top: 10px;
	width: 140px;
	height: 140px;
}
#womenbasketLink {
	left: 505px;
	top: 35px;
}
#tutaLink {
	left: 865px;
	top: 95px;
}
#wedroLink {
	left: 875px;
	top: 30px;
}

#clubLogos {
	position: absolute;
	left: 614px;
	top: 40px;
	width: 228px;
}
#clubLogos img {
	width: 42px;
}


#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:1px 0 0 2px;
	padding:10px;
	width:687px;
	min-height: 500px;
}

#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, .blockHead2 {
	background-image: url(images/bg-blockHead.png);
	border: 1px solid #52b7e2;
}
.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: 17px;
	color: #fff;
	padding: 4px 0 0 9px;
}
.blockHead2 a {
	text-decoration: none;
	color: #cdcdcf;
}

#logindiv {
	position: absolute;
	right: 0px;
	width: 257px;
	bottom: 8px;
	height: 39px;
	/*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: 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 {
	margin-top: 7px;
}
#poll {
	border: 1px solid #9aa0ba;
	background-color: #054163;
	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: #005d92;
}
#bestplTabs > div {
	display: none;
}
#bestplTabs .bestplTitle {
	height: 45px;
	font: bold 14px Arial;
	color: #ccc;
	padding: 5px;
	background-color: #005d92;
}
#gamesBlock {
	height: 180px;
	background-image: url(images/bg-calendar.png);
	position: relative;
}
#gamesBlock img.h {
	left: 50%;
	height: 157px;
}

#gamesBlock img, #gamesBlock a, #gamesBlock div {
	position: absolute;
}
#gamesBlock .blockHead {
	position: inherit;
	width: 268px;
}

#gamesBlock .logo1 {
	left: 40px;
	top: 45px;
}

#gamesBlock .logo11, #gamesBlock .logo12 {
	top: 117px;
	width: 23px;
}
#gamesBlock .logo11 {
	left: 25px;
}
#gamesBlock .logo12 {
	left: 104px;
}


#gamesBlock .score1 {
	display: block;
	font: bold 14px Arial;
	color: white;
	left: 57px;
	top: 120px;
	letter-spacing: 1px;
	text-decoration: none;
}
#gamesBlock .logo2 {
	left: 180px;
	top: 45px;
}


#gamesBlock .today, #gamesBlock .teamtitle1, #gamesBlock .teamtitle2,
#gamesBlock .gametime1, #gamesBlock .gametime2 {
	font: 10px Tahoma;
	color: white;
}

#gamesBlock .today {
	right: 10px;
	top: 7px;
}
#gamesBlock .teamtitle1, #gamesBlock .teamtitle2 {
	top: 30px;
	width: 135px;
	text-align: center;
}
#gamesBlock .gametime1, #gamesBlock .gametime2 {
	top: 140px;
	width: 135px;
	text-align: center;
}
#gamesBlock .teamtitle1, #gamesBlock .gametime1 {
	left: 7px;
}
#gamesBlock .teamtitle2, #gamesBlock .gametime2 {
	left: 151px;
}

#mainImage {
	width: 720px;
	height: 334px;
	margin: 2px 0 12px 2px;
	overflow : hidden;
	padding-left: 0px;
	position: relative;
}
#mainImg0 {
	float: left;
	width: 418px;
	height: 276px;
	position: relative;
	border: 1px solid #01a6f3;
	margin-left: 2px;
}
#mainTexts {
	float: left;
	width: 270px;
	margin-left: 7px;
	overflow: hidden;
}
a.mainText, a.mainText_w {
	height: 60px;
	margin-top: 8px;
	/*padding: 0 1px 0 10px;*/
	font: 11px Arial;
	line-height: 14px;
	text-decoration: none;
	display: block;
	color: white;
	padding-left:3px;
	overflow: hidden;
}
a.mainText_w {
	color: #666;
}
a.mainText h2, a.mainText_w h2 {
	font: 17px Verdana;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 18px;
}
a.mainText_w h2 {
	color: #fff;
}
a.mainText_w img {
	border: 2px solid #f00;
	float: left;
	margin-right: 10px;
}
a.mainText img {
	border: 2px solid #d8d8de;
	float: left;
	margin-right: 10px;
}


#mainImageTitle {
	color: #fff;
	font: bold 16px Arial;
	position: absolute;
	top: 290px;
	left: 15px;
	width: 400px;
	height: 40px;
	overflow: hidden;
}

.newsTime {
	float: left;
	width: 50px;
	text-align: right;
	color: #dae2f9;
	margin-top: 28px;
	font: 11px Arial;
}
.newsText {
	float: left;
	margin: 8px 0 8px 15px;
	width: 340px;
	color: #f0f9fe !important;
	line-height: 15px;
	font: 11px Arial;
}
.newsText h2 {
	font: bold 12px Arial !important;
	margin-bottom: 3px;
}
.newsText h2 a {
	color: #00070b !important;
	text-decoration: none;
}
.newsText h2 a:hover {
	text-decoration: underline;
}
.newsHr {
	clear:both;
	border-top: 1px solid #ddd;
	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;
}
#videoblock {
	width: 425px;
	height: 306px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 5px;
	border: 1px solid #e2e2e2;
	border-top:none;
}

#photogallery {
	width: 425px;
	margin-top: 10px;
	margin-left: 5px;
	border: 1px solid #69726c;
	background-color: #fff;
}
#photogallery img {
	border: 1px solid #01a8f7;
	margin: 20px;
}
#players {
	border: 1px solid #b0b0b0; /*#F2CC9D;*/
	background-color: #c2e3ff;
	position: relative;
	margin-top: 20px;
}

#players a {
	display: inline-block; 
	width: 80px;
	text-align: center;
	margin: 10px 3px;
	color: #696d71;
	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;
}

#players img {
	width: 65px;
}

#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: 10px;
}
#tourTable {
	width: 270px;
}
#tourTable a {
	display: block;
	margin-left: 7px;
	padding-top: 3px;
	font: bold 11px Verdana;
	color:White;
	text-decoration:none;
}

table.tourtable {
	width: 260px;
	margin: 13px 0 0 7px;
	font: 10px Verdana;
	color: white;
}
.tourtable .row0 {
	height: 27px;
}
.tourtable td {
	text-align: center;
	padding: 3px;
	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;
}


