@charset "utf-8";
/* CSS Document */

body {
 margin:0;
 background:#000000;
 color: #000000;
 text-align:center;
 padding:0;
 background-image:url(images/bg.jpg);
 background-repeat:repeat-x;
 font-family: "Times New Roman", Times, serif;
}

.header {
 text-align:left;
 /*border:1px solid #999999;*/
 width: 960px;
 height: 145px;
 background-image: url(images/header.jpg);
 margin:auto;
}
.outerframe {
 text-align:left;
 width: 960px;
 margin:auto;
}
.innerframe {
 text-align:left;
 width:960px;
 background-image: url(images/innerframe.jpg);
 background-repeat:repeat-x;
 margin:auto;
}
.main {
 text-align:left;
 width:930px;
 background:#FFFFFF;
 margin:auto;
 /*hack because of IE6 */
  min-height:800px;
  height:auto !important;
  height:800px;
   /*eof hack because of IE6 */
}
.menuborder{
 border:1px solid #969696;
 height:50px;
 width:928px;
}
.menu {
 float:left;
 color:#FFFFFF;
 text-align:center;
 font-size:18px;
 padding-top: 13px;
 background-image: url(images/menu2.png);
 background-repeat:repeat-x;
 margin:auto;
 height:37px;
 cursor:pointer;
 /*width:930px;*/
}
.menu:hover{
	color: #000000;
	background-image: url(images/menu2.png);
    background-repeat:repeat-x;
	background-position: 0 -50px;
}
.menulimit {
 float:left;
 text-align:left;
 background-image: url(images/menulimit.png);
 margin:auto;
 height:50px;
 width:2px;
 /*width:930px;*/
}
.loginfield {
width:120px;
}

.menuend {
 float:left;
 text-align:left;
 background-image: url(images/menu.png);
 margin:auto;
 height:50px;
 width:2px;
 /*width:930px;*/
}
.blocktitle {
 text-align:left;
 width:630px;
 height: 28px;
 padding-top: 10px;
 padding-left: 20px;
 background-image: url(images/title.jpg);
 margin:left;
 margin-left:10px;
 color:#c9c9c9;
 font-size:14px;
 font-weight:bold;
 font-family:Geneva, Arial, Helvetica, sans-serif;
}
.blockmain {
 text-align:left;
 border: 1px solid #c6c6c6;
 border-top-width: 0px;
 width:616px;
 background-image: url(images/formbackg);
 background-repeat:repeat-x;
 background-color: #dadada;
  /*hack because of IE6 */
  min-height:5px;
  height:auto !important;
  height:5px;
   /*eof hack because of IE6 */
 margin:left;
 margin-left:11px;
 padding: 15px;
}
.logobox {
 width: 156px;
 height: 144px;
 float: left;
 margin: 0;
} 
.login {
 float:right;
 border:1px solid #666666;
 color:#5c7cb7;
 font-weight:bold;
 border-top-width: 0px;
 padding:3px;
 text-align:center;
 font-size:18px;
 background-image: url(images/login.jpg);
 background-repeat:repeat-x;
 background-color:#1f1f1f;
 height:54px;
 width:330px;
}
.login h4 {
 font-size: 16px;
 color: #fff;
 padding: 0 0 5px 0;
 margin: 0;
} 
hr {
 color: #f4f4f4;
 background-color: #f4f4f4;
 height: 1px;
 border: 0;
}

.table { 
width:616px; 
} 
.left_column { 
font-size: 14px;
font-family:Georgia, "Times New Roman", Times, serif;
width:170px; 
float:left; 
text-align:right;
padding-right: 20px;
vertical-align:middle; 
} 
.column_form { 
font-size: 14px;
font-family:Georgia, "Times New Roman", Times, serif;
width:90px; 
float:left; 
text-align:left;
padding-right: 20px;
vertical-align:middle; 
} 
.column { 
font-size: 14px;
font-family:Georgia, "Times New Roman", Times, serif;
width:616px; 
float:left; 
text-align:left;
vertical-align:middle; 
} 
.userbar {
 text-align:left;
 padding-top:3px;
 padding-left: 10px;
 width:920px;
 background-color:#cccccc;
 margin:auto;
 height:22px;
}
.link1:link { color: #c9c9c9; text-decoration:none; }
.link1:visited { color: #c9c9c9; text-decoration:none; }
.link1:hover { color: gray; text-decoration:none; }

.link2:link { color: black; text-decoration: underline; }
.link2:visited { color: black; text-decoration: underline; }
.link2:hover { color: gray; text-decoration:none; }

.blocktitleblue {
 float:left;
 color:#6280b2; 
 font-size:16px;
}

.blocktitleright {
 padding-top:0px;
 float:right; 
 text-align:right;
 font-weight:normal;
}
table {
 font:"Times New Roman", Times, serif;
 font-size:16px;
}
.totaltable {
 border:solid #000000 1px;
 background-color:#FFFFFF;
}

.iconlogout{
 background:url(images/icns1.gif);
 width:19px;
 height:18px;
}
.iconlogout:hover{
 background:url(images/icns2.gif);
 width:19px;
 height:18px;
}
.tablerow:hover{
 background-color:#D5D5D5;
}
.newtradeplayerselect{
 border:#333333 1px solid;
 padding:5px;
 position:absolute;
 visibility:hidden;
 background-color:#D2D2D2;
 height:170px;
 width:350px;
 top:10px;
 left:10px;
}
.league_teams_list {
 width:612px;
}
.result_title {
 color:#DD0000; 
 font-size:28px; 
 position:relative; 
 left:220px;
 font-weight:500;
}