/*
ΕΟΠΕ
Forthent S.A.
27/04/2009
*/

/* Generic CSS
----------------------------------------------- */


html, body{
	background-color: #ffffff;
	margin: 0;
	padding:0;
	background-image: url(../_gfx/back.gif);
	background-repeat:repeat-x;
	font-family:'Trebuchet MS';
	font-size:100%;
}

img{
	border:none;
}


.clear{
	clear:both;
}

h1{
	font-family:Tahoma;
	font-size:20px;
	color:#0071ce;
	font-weight:normal;
	margin:0;
	padding:0;
}

h2{
	font-family:'Tahoma';
	font-size:11px;
	font-weight:bold;
	color:#6d7074;
	margin:5px 0 5px 0;
	padding:0;
}

h3{
	font-family:'Tahoma';
	font-size:11px;
	font-weight:bold;
	color:#6d7074;
	margin:5px 0 3px 0;
	padding:0;
}

h4{
	font-family:'Tahoma';
	font-size:13px;
	font-weight:bold;
	color:#6d7074;
	margin:0 0 3px 0;
	padding:0;
}

h5{
	font-family:'Verdana';
	font-size:13px;
	font-weight:bold;
	color:#3f788f;
	margin:2px 0 5px 0;
	padding:0;
}

.globalContainer{
	margin:0 auto;
	width:940px;
	position:relative;
}

.header{
	height:155px;
	position:relative;
}

.headerFlash{
}

.eopeLogo{
	margin:25px 0 0 0;
}

.smallMenu{
	position:absolute;
	right:0px;
	top:20px;
	font-size:11px;
	color:#00aae5;
	text-align:right;
}


.smallMenu a{
	color:#00aae5;
	text-decoration:none;
}

.smallMenu a:hover{
	text-decoration:underline;
}

.searchBox{
	background-image:url(../_gfx/searchBack.gif);
	color:#a2a2a2;
	font-weight:bold;
	padding:15px 0 0 10px;
	height:30px;
	overflow:hidden;
	width:300px;
}

.searchField{
	border:#a7a9ac solid 1px;
	width:185px;
	margin-left:10px;
	padding:1px 5px 3px 5px;
	font-size:12px;
	color:#a2a2a2;
}

.searchBtn{
	width:25px;
	height:21px;
}

.mainContainer{
	margin:5px 0 0 0;
}

.homeContent{
	width:614px;

}

.homeContentInside{
	width:614px;
	padding:0 0 0 4px;

}

.sidebar{
	background-color:#daeef5;
	background-image:url(../_gfx/sidebarBack.gif);
	background-repeat:repeat-x;
	padding:8px 0 0 0;
	width:313px;
}


/* Promo Box
----------------------------------------------- */

.promoBox{
	padding-top:8px;
}

.promoBox .top{
	background-image:url(../_gfx/promoBoxTop.gif);
	width:609px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	color:#094fa3;
	padding:4px 0 0 5px;
}

.promoBox .top A
{
	font-size:12px;
	color:#094fa3;
	font-weight:bold;
	text-decoration: none;
}

.promoBox .bottom{
	background-image:url(../_gfx/promoBoxBottom.gif);
	width:614px;
	height:4px;
	font-size:14px;
	font-weight:bold;
	color:#094fa3;
	overflow:hidden;
}

.TPNSSwrapper {
	width: 612px;
	border-left:#CECFD0 solid 1px;
	border-right:#CECFD0 solid 1px;
	background-color:#e1e2e4;
	position:relative;
	z-index:0;
	overflow:hidden;
}

#TPNiceSlideShowMenu div img {
	float: left;
	margin:3px;
}

.TPNiceSlideShowMenuContent {
	text-align: left;
	height:78px;
}

#TPNiceSlideShow {
	height: 324px;
	width: 300px;
	float: left;
	border:#bcbdc0 solid 1px;
	background-color:#ffffff;
	margin:5px 4px 2px 5px;
	overflow:hidden;
}

#TPNiceSlideShowMenuWrp {
	height: 297px;
	overflow:hidden;
	margin:5px 0 0 0;
}

.tpniceslideshow_scrollbar-vert{
	width: 22px;
	height: 295px;
	position:absolute;
	top:0;
	left:583px;
	margin:5px 5px 2px 0;
	border-right:#bcbdc0 solid 1px;
	border-bottom:#bcbdc0 solid 1px;
	border-top:#bcbdc0 solid 1px;
}

.tpniceslideshow_handle-vert{
	width: 22px;
}

/**
 * jCarousel
 * PhotoGallery
**/
 
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index:4;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index:5;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 70px;
    height: 70px;
		overflow: hidden;
		border:#009900 solid 1px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 6;
    display: none;
}

.jcarousel-prev {
    z-index: 7;
    display: none;
}



/* Home Scores CSS
----------------------------------------------- */

.homeScores{
	float:left;
}

.homeScores .top{
	background-image:url(../_gfx/homeScoresTop.gif);
	background-repeat:no-repeat;
	width:442px;
	height:20px;
	font-size:12px;
	padding:4px 0 0 10px;
	color:#094fa3;
	font-weight:bold;
}

.homeScores .body{
	background-image:url(../_gfx/homeScoresBody.gif);
	background-repeat:no-repeat;
	width:452px;
	height:100px;
}

.homeScoreTable{
	font-family:Tahoma;
	font-size:11px;
	float:left;
	border-right:#88c1d9 solid 1px;
}

.homeScoreTable td{
	padding-left:5px;
	height:19px;
	color:#094fa3;
	overflow:hidden;
}

.homeScoreTable .odd td{
	background-color:#daeef5;
}

.homeScoreTable .mid td{
	background-color:#badeeb;
}

.homeScoreTable .head{
	background-image:url(../_gfx/homeScoresHeader.gif);
	background-repeat:repeat-x;
	border-right:#074497 solid 1px;
	background-color:#074497;
	height:20px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

.homeScoreTable .total{
	height:22px;
	font-weight:bold;
	text-align:center;
}

.homeScoreTable .total a{
	color:#094fa3;
	text-decoration:none;
}

.homeScoreTable .total a:hover{
	color:#094fa3;
	text-decoration:underline;
}

.scoresSp{
	float:left;
	margin-left:10px;
}

.scoresSp .top{
	background-image:url(../_gfx/scoresSpTop.gif);
	background-repeat:no-repeat;
	width:142px;
	height:20px;
	font-size:12px;
	padding:4px 0 0 10px;
	color:#094fa3;
	font-weight:bold;
}

.scoresSp .body{
	background-image:url(../_gfx/scoresSpBody.gif);
	background-repeat:no-repeat;
	width:152px;
	height:100px;
	text-align:center;
}

/* SIDEBAR CSS
----------------------------------------------- */

.sideBoxWhite{
	margin-bottom:9px;
	margin-left:4px;
}

.sideBoxWhite .top{
	background-image:url(../_gfx/sideBoxWhiteTop.gif);
	background-repeat:no-repeat;
	width:296px;
	height:20px;
	font-size:12px;
	padding:4px 0 0 10px;
	color:#094fa3;
	font-weight:bold;
}

.sideBoxWhite .topBlue{
	background-image:url(../_gfx/sideBoxWhiteTopBlue.gif);
	background-repeat:no-repeat;
	width:296px;
	height:20px;
	font-size:12px;
	padding:4px 0 0 10px;
	color:#FFFFFF;
	font-weight:bold;
}
.sideBoxWhite .topBlue A
{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}
.sideBoxWhite .mid{
	width:304px;
	border-left:#c9cacc solid 1px;
	border-right:#c9cacc solid 1px;
	background-color:#FFFFFF;
	text-align:center;
	padding-top:2px;
	color:#6d7074;
	font-size:11px;
}

.sideBoxWhite .bot{
	background-image:url(../_gfx/sideBoxWhiteBot.gif);
	background-repeat:no-repeat;
	width:306px;
	height:5px;
	overflow:hidden;
}

.sideBoxWhite .content{
	text-align:left;
	padding:5px 10px 0 10px;
	background-image:url(../_gfx/sideBoxDeg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.sideBoxWhite .content ul{
	margin:0;
	padding:0 0 5px 0;
}

.sideBoxWhite .content li{
	margin:0 0 0 15px;
	padding:0;
	list-style-image:url(../_gfx/bullet_arrow.gif);
}

.sideBoxWhite .content li a{
	color:#6d7074;
	text-decoration:none;
}

.sideBoxWhite .content li a:hover{
	color:#15b1e7;
	text-decoration:underline;
}

.sideBoxWhite .content li.sep{
	border-bottom:#e1e1e1 solid 1px;
	list-style:none;
	list-style-image:none;
	display:block;
	line-height:1px;
	margin:0;
	padding:0;
}

.sideBoxWhite h3{
	margin:0;
	padding:0;
}

.sideBoxWhite p{
	margin:5px 0;
	padding:0;
}


#videocontainer{
}

.alink:Link{
	color:#094FA3;
	text-decoration:none;
}

.alink:Visited{
	color:#094FA3;
	text-decoration:none;
}

.alink:Hover{
	color:#094FA3;
	text-decoration:underline;
}

.pdflink:Link{
	color:#094FA3;
	text-decoration:none;
	background-image:url(../_gfx/pdf.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

.pdflink:Visited{
	color:#094FA3;
	text-decoration:none;
}

.pdflink:Hover{
	color:#094FA3;
	text-decoration:underline;
}

.homeLinks{
	border-collapse:collapse;
}

.sideBoxWhite .contents{
	text-align:left;
	background-image:url(../_gfx/sideBoxDeg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.rightBor{
	border-right:#c9cacc solid 1px;
}

.topBor{
	border-top:#c9cacc solid 1px;
	text-align:left;
	padding-left:10px;
	height:10px;
	background-color:#ecedee;
}

.adBox{
	background-color:#e6e6e8;
	/*background-image:url(../_gfx/adboxBack.gif);
	background-repeat:repeat-x;*/
	text-align:center;
	font-size:11px;
	color:#6d7074;
	padding-bottom:3px;
	margin-top:9px;
	overflow:hidden;
}

.adBox div{
	padding:3px 0 0 0;

}

.wideBox .top{
	background-image:url(../_gfx/wideTop.gif);
	background-repeat:no-repeat;
	width:604px;
	height:20px;
	font-size:12px;
	padding:4px 0 0 10px;
	color:#094fa3;
	font-weight:bold;
}

.wideBox .mid{
	width:612px;
	border-left:#c9cacc solid 1px;
	border-right:#c9cacc solid 1px;
	background-color:#e1e2e4;
	padding-top:2px;
	color:#6d7074;
	font-size:11px;
}

.wideBox .bot{
	background-image:url(../_gfx/wideBottom.gif);
	background-repeat:no-repeat;
	width:614px;
	height:5px;
	overflow:hidden;
}

.wideBox .content{
	padding:1px 3px 0px 3px;
	background-repeat:repeat-x;
	background-position:bottom;
}

.wideBoxBlue{
	margin:0 0 10px 0;
}

.wideBoxBlue .top{
	background-image:url(../_gfx/wideTopBlue.gif);
	background-repeat:no-repeat;
	width:605px;
	height:20px;
	font-size:12px;
	padding:4px 0 0 10px;
	color:#094fa3;
	font-weight:bold;
	position:relative;
}

.wideBoxBlue .topG{
	background-image:url(../_gfx/wideTopBlueG.gif);
	background-repeat:no-repeat;
	width:605px;
	height:20px;
	font-size:12px;
	padding:4px 0 0 10px;
	color:#094fa3;
	font-weight:bold;
}

.wideBoxBlue .mid{
	width:613px;
	border-left:#88c1d9 solid 1px;
	border-right:#88c1d9 solid 1px;
	background-color:#ffffff;
	padding-top:0;
	color:#6d7074;
	font-size:11px;
}

.wideBoxBlue .bot{
	background-image:url(../_gfx/wideBottomBlue.gif);
	background-repeat:no-repeat;
	width:615px;
	height:5px;
	overflow:hidden;
}

.wideBoxBlue .content{
	padding:0;
	margin:0;
	background-repeat:repeat-x;
	background-position:bottom;
}

/* INSIDE CSS
----------------------------------------------- */

.breadcrumbs{
	margin:10px 0;
	width:613px;
	border-bottom:#9da0a4 solid 1px;
	padding:5px 0;
	font-size:11px;
	color:#00aae5;
}

.breadcrumbs a{
	color:#00aae5;
	text-decoration:none;
}
.breadcrumbs a:hover{
	color:#00aae5;
	text-decoration:underline;
}


.CMTcopy{
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
	font-family:'Trebuchet MS';
	color:#6d7074;
}

.CMTcopy p{
	margin:10px 0;
	padding:0;
}

.CMTcopy ul{
	margin:5px 0 10px 20px;
	padding:0;
}

.CMTcopy ul li{
	margin:0;
	padding:0;
	list-style-image:url(../_gfx/bullet_grey.gif);
	list-style-type:square;
}

.CMTcopy a{
	font-size:12px;
	font-family:'Trebuchet MS';
	color:#0071cf;
	text-decoration:none;
}

.CMTcopy a:hover{
	text-decoration:underline;
}

#top{
	text-decoration:none;
	background-image:url(../_gfx/topLink.gif);
	background-repeat:no-repeat;
	padding:0 20px;
}


.articlePhotoLeft{
	float:left;
	margin:5px 10px 0px 0px;
	background-color:#dfdfdf;
	font-size:10px;
	font-family:'Verdana';
	padding:3px;
	color:#6d7074;
	border:#cccdcf solid 1px;
}

.articlePhotoRight{
	float:right;
	margin:5px 0px 0px 10px;
	background-color:#dfdfdf;
	font-size:10px;
	font-family:'Verdana';
	padding:3px;
	color:#6d7074;
	border:#cccdcf solid 1px;
}

.lezanta{
	padding:3px 3px 0px 6px;
	width:100%;
	font-weight:bold;
}





/* Contact CSS
----------------------------------------------- */
.contactForm{
	font-size:11px;
}

.contactTd{
	background-color:#FFFFFF;
	border:#CCCCCC solid 1px;
	padding:15px;
} 

.contactTd2{
	background-color:#f3f3f3;
	border:#CCCCCC solid 1px;
	padding:15px 3px 0 8px;
} 


.contactList{
	padding:0;
	margin:0;
}

.fieldWrap{
	background-image:url(../_gfx/fieldBack.gif);
	background-repeat:no-repeat;
	width:216px;
	height:27px;
}

.areaWrap{
	background-image:url(../_gfx/areaFieldBack.gif);
	background-repeat:no-repeat;
	width:216px;
	height:95px;
}

.formField{
	border:none;
	width:207px;
	margin:5px 0 0 2px;
	background:none;
	font-size:12px;
	color:#6D7074;
	padding:1px 4px;
}

.formSelect{
	border:none;
	width:212px;
	margin:4px 0 0 2px;
	background:#ffffff;
	font-size:12px;
	color:#6D7074;
	padding:1px 4px;
}

.areaField{
	border:none;
	width:207px;
	height:87px;
	margin:4px 0 0 2px;
	background:none;
	font-size:11px;
	color:#6D7074;
	padding:1px 0px 1px 4px;
	font-family:verdana;
}

.contactForm td{
	height:32px;
}

.contactList td{
	height:25px;
	color:#6d7074;
}

.cancel_btn{
	background-image:url(../_gfx/cancel_btn.gif);
	background-repeat:no-repeat;
	padding:6px 21px 9px 22px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.cancel_btn:hover{
	color:#CCCCCC;
}

.submit_btn{
	background-image:url(../_gfx/submit_btn.gif);
	background-repeat:no-repeat;
	padding:6px 20px 9px 20px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.submit_btn:hover{
	color:#d4f2fd;
}

/* Sitemap CSS
----------------------------------------------- */

.sitemapHolder{
	margin:10px auto;
}

.sitemap{
	width:667px;
	margin:0px auto;
	padding:3px 0;
	position:relative;
	font-size:11px;
	color:#6d7074;
	background-color:#FFFFFF;
}

.sitemap .top{
	background-color:#ededed;
	background-image:url(../_gfx/greyRightEdge2.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:20px;
	padding:7px 10px 0 10px;
}

.leftEdge2{
	background-image:url(../_gfx/greyLeftEdge2.gif);
	position:absolute;
	width:13px;
	height:28px;
	left:-7px;
	top:2px;
}

.sitemap .mid{
	padding:0;
}

.sitemap a{
	color:#686b6e;
	text-decoration:none;
}

.sitemap a:hover{
	color:#336da6;
	text-decoration:none;
}

/* 1o Επίπεδο */
.sitemap .mid ul{
	padding:0;
	margin:10px 0 10px 20px;
}

.sitemap .mid li{
	padding:0;
	margin:3px 0 3px 0;
	list-style-image:url(../_gfx/sitemap_li_bullet.gif);
	font-weight:bold;
}

/* 2o Επίπεδο */
.sitemap .mid ul li ul{
	padding:0;
	margin:5px 0 5px 20px;
}

.sitemap .mid ul li ul li{
	padding:0;
	margin:5px 0;
	list-style-image:url(../_gfx/sitemap_li_li_bullet.gif);
	font-weight:normal;
}

/* 3o Επίπεδο */
.sitemap .mid ul li ul li ul{
	padding:0;
	margin:5px 0 5px 20px;
}

.sitemap .mid ul li ul li ul li{
	padding:0;
	margin:0;
	list-style-image:url(../_gfx/sitemap_li_li_li_bullet.gif);
	font-weight:normal;
}

.iban{
	margin:20px;
}


/* News CSS
----------------------------------------------- */

.greyArea{
	background-color:#e9e9ea;
	padding:5px;
	font-size:11px;
	color:#6d7074;
}

.whiteArea{
	padding:5px;
	font-size:11px;
	color:#6d7074;
}

.newsImg{
	margin-right:10px;
}

.newsLink:Link{
	color:#6d7074;
	text-decoration:none;
}

.newsLink:Visited{
	color:#6d7074;
	text-decoration:none;
}

.newsLink:Hover{
	color:#6d7074;
	text-decoration:underline;
}

.more_btn{
	background-image:url(../_gfx/btn_left.gif);
	background-repeat:no-repeat;
	padding:3px 10px 4px 10px;
	position:relative;
	color:#00AAE5;
	text-decoration:none;
	font-weight:bold;
	font-size: 11px;
}

.more_btn b{
	background-image:url(../_gfx/btn_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width:2px;
	height:23px;
	position:absolute;
	top:0;
	right:0;
}

.pagerDiv{
	padding:10px 1px 10px 1px;
	color:#063d91;
	font-size:11px;
}

.activePage{
	color:#063d91; 
	font-family:'Tahoma'; 
	font-weight:bold; 
	font-size:11px;
}

.pagerLink:Link {color:#063d91; text-decoration:none; font-family:'Tahoma'; font-weight:normal; font-size:11px;}
.pagerLink:Visited {color:#063d91; text-decoration:none; font-family:'Tahoma'; font-weight:normal; font-size:11px;}
.pagerLink:Hover {color:#063d91; text-decoration:underline; font-family:'Tahoma'; font-weight:normal; font-size:11px;}


/* Pinakes CSS
----------------------------------------------- */
.resultsTable{
	border-collapse:collapse;
}

.resultsTable th{
	height:20px;
	background-color:#094fa4;
	background-image:url(../_gfx/pinakasHead.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
}

.resultsTable td{
	color:#094fa3;
	padding: 0 0 0 10px;
	background-color:#daeef5;
	border-right:#88c1d9 solid 1px;
	height:20px;
}
.resultsTable td a{
	color:#094fa3;
}
.resultsTable .odd td{
	background-color:#badeeb;
}

.resultsTable td.score{
	padding:0 15px;
	text-align:center;
	font-weight:bold;
	border-right:none;
}

.greyBox{
	background:#eceff4;
	width:593px;
	border-top:#c8c9cb solid 1px;
	border-left:#c8c9cb solid 1px;
	border-right:#c8c9cb solid 1px;
	padding:15px 10px;
	font-size:11px;
	color:#6d6d6d;
}

.fasiBox{
	border:#b7b7b7 solid 1px;
	padding:2px;
	font-size:11px;
	font-family:Tahoma;
}

.scoreTable{
	border-collapse:collapse;
}

.scoreTable th{
	height:28px;
	background-color:#094fa4;
	background-image:url(../_gfx/pinakasHead.gif);
	background-repeat:repeat-x;
	text-align:left;
	padding: 0 0 0 10px;
	color:#FFFFFF;
}

.scoreTable td{
	color:#094fa3;
	padding: 0 0 0 10px;
	background-color:#d1e9f2;
	border-right:#88c1d9 solid 1px;
	height:20px;
}
.scoreTable td a{
	color:#094fa3;
	
}
.scoreTable .odd td{
	background-color:#ecf6fa;
}

.scoreTable td.score{
	padding:0;
	text-align:center;
	font-weight:bold;
	border-right:none;
}

.scoreTable .scoreHead td{
	background-color:#ffffff;
	border-right:#e2e2e2 solid 1px;
	height:30px;
	font-size:13px;
	font-weight:bold;
	color:#0dade4;
}

.scoreTable .scoreHead td.score{
	border-right:none;
}

.teamTable{
	border-collapse:collapse;
	border-bottom:#88c1d9 solid 1px;
}

.teamTable th{
	height:20px;
	background-color:#094fa4;
	background-image:url(../_gfx/pinakasHead.gif);
	background-repeat:repeat-x;
	text-align:left;
	padding: 0 0 0 10px;
	color:#FFFFFF;
}

.teamTable td{
	color:#094fa3;
	background-color:#eff0f0;
	height:20px;
}

.teamTable .odd td{
	background-color:#cce0e7;
}

.teamTable td.score{
	padding:0;
	text-align:center;
	font-weight:bold;
	border-right:none;
}

.teamTable td.logo{
	width:120px;
	border-left:#88c1d9 solid 1px;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:center;
	padding:15px 0 0 0;
}


.inTeamTable{
	border-collapse:collapse;
	width:100%;
}

.inTeamTable th{
	height:20px;
	background-color:#094fa4;
	background-image:url(../_gfx/pinakasHead.gif);
	background-repeat:repeat-x;
	text-align:left;
	padding: 0 0 0 10px;
	color:#FFFFFF;
}

.inTeamTable td{
	color:#094fa3;
	padding: 0 0 0 10px;
	background-color:#eff0f0;
	height:20px;
}

.inTeamTable .odd td{
	background-color:#cce0e7;
}

.inTeamTable td.score{
	padding:0;
	text-align:center;
	font-weight:bold;
	border-right:none;
}

.inTeamTable td.logo{
	width:120px;
	border-left:#88c1d9 solid 1px;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:center;
	padding:15px 0 0 0;
}




.coach td{
	padding:5px 5px 1px 5px;
	color:#094fa3;
}

.coach img{
	border:#d0d1d2 solid 2px;
}

.playerTable{
	border-collapse:collapse;
	border-bottom:#88c1d9 solid 1px;
}

.playerTable th{
	height:20px;
	background-color:#094fa4;
	background-image:url(../_gfx/pinakasHead.gif);
	background-repeat:repeat-x;
	text-align:left;
	padding: 0 0 0 10px;
	color:#FFFFFF;
}

.playerTable td{
	color:#094fa3;
	background-color:#daeef5;
	height:20px;
}

.playerTable .odd td{
	background-color:#badeeb;
}

.playerTable td.score{
	padding:0;
	text-align:center;
	font-weight:bold;
	border-right:none;
}

.playerTable td.logo{
	width:80px;
	border-right:#88c1d9 solid 1px;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:center;
	padding:15px 0 0 0;
}

.playerTable td.logo div{
	font-size:20px;
	font-weight:bold;
	margin-top:15px;
}

.playerTable .logo img{
	border:#d0d1d2 solid 2px;
}

.playerflag{
	position:absolute;
	right:5px;
	top:4px;
}

.playerTable .inPlayerTable{
	border-collapse:collapse;
}

.playerTable .inPlayerTable th{
	height:20px;
	background-color:#094fa4;
	background-image:url(../_gfx/pinakasHead.gif);
	background-repeat:repeat-x;
	text-align:left;
	padding: 0 0 0 10px;
	color:#FFFFFF;
}

.playerTable .inPlayerTable td{
	color:#094fa3;
	padding: 0 0 0 10px;
	background-color:#daeef5;
	height:20px;
}

.playerTable .inPlayerTable .odd td{
	background-color:#badeeb;
}

.playerTable .inPlayerTable td.score{
	padding:0;
	text-align:center;
	font-weight:bold;
	border-right:none;
}

.playerTable .inPlayerTable td.logo{
	width:80px;
	border-right:#88c1d9 solid 1px;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:center;
	padding:15px 0 0 0;
}

.playerTable .inPlayerTable td.logo div{
	font-size:20px;
	font-weight:bold;
	margin-top:15px;
}


/* Footer CSS
----------------------------------------------- */

.footer{
	background-image:url(../_gfx/footerBack.gif);
	background-repeat:repeat-x;
	padding-bottom:100px;
	background-color:#f1f1f2;
}

.credits{
	margin:0 auto;
	width:940px;
	font-family:"Tahoma";
	font-size:11px;
	color:#828588;
}

.copy{
	float:left;
	padding:8px 0;
	margin-top:15px;
	padding-left:40px;
	background-image:url(../_gfx/small_logo.gif);
	background-repeat:no-repeat;
}

.forthnet{
	float:right;
	background-image:url(../_gfx/footerBack2.gif);
	background-repeat:repeat-x;
	width:298px;
	padding:15px 8px 8px 10px;
}

.credits a{
	color:#828588;
}

.credits a:hover{
	color:#828588;
	text-decoration:none;
}

/* SITEMAP STYLES
-------------------------------------------------*/
#sitemap ul
{
	color:#094fa3;
}

#sitemap li a
{
	font-size:12px;
	padding:4px 0 0 10px;
	color:#094fa3;
	font-weight:bold;
}


.linkBoxWhite{
	width:615px;
	overflow:hidden;
	margin:9px 4px 0 0;
	
}

.linkBoxWhite .topBlue{
	background-image:url(../_gfx/linkBoxWhiteTopBlue.gif);
	background-repeat:no-repeat;
	width:614px;
	height:20px;
	font-size:12px;
	padding:4px 0 0 10px;
	color:#FFFFFF;
	font-weight:bold;
}

.linkBoxWhite .mid{
	width:613px;
	border-left:#c9cacc solid 1px;
	border-right:#c9cacc solid 1px;
	background-color:#FFFFFF;
	text-align:center;
	padding-top:2px;
	color:#6d7074;
	font-size:11px;
}

.linkBoxWhite .bot{
	background-image:url(../_gfx/linkBoxWhiteBot.gif);
	background-repeat:no-repeat;
	width:615px;
	height:5px;
	overflow:hidden;
}
