/* ------------------------------------------------- */
/* ------------------- HTML TAGS ------------------- */
/* ------------------------------------------------- */
html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	height: 100%;
	scrollbar-base-color: #000000;
	scrollbar-3dlight-color: #BBBBBB;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #BBBBBB;
	scrollbar-face-color: #DDDDDD;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #EFEFEF;
}
h1 {
	font-size: 18px;
	color: #A7A7A7;
	width: 450px;
	border-bottom: 1px solid #A7A7A7;
}
h2 {
	font-size: 15px;
	color: #A7A7A7;
	margin-bottom:3px;
}
h3 {
	font-size: 11px;
	color: #A7A7A7;
	display: inline;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 16px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#DFDFDF;
}

a img { border: none; }

a:hover {
	color:#FFFFFF;
}
a.yellow {
	color: #FFFFDD;
}
a.black {
	color: #333333;
}
form {
	display: inline;
}
input {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #F8F8F8;
	padding: 0px 2px;
}
textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #F8F8F8;
	padding: 0px 2px;
}
table {
	empty-cells: show;
}

/* ------------------------------------------------- */
/* ------------------- CONTAINER ------------------- */
/* ------------------------------------------------- */

#mainContainer {
	width: 950px;
	height: auto;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -475px;
}
/* Div Container der die DropDown Divs enthält */
#dropDownCont {
	width: 950px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 224px;
	margin-left: -475px;
}

#content {
	background-image:url(../images/content_hg.jpg);
	background-repeat: no-repeat;
	background-position: center 150px;
	padding: 10px;
}
/* DIV Tag mit dem Spieler */
#players {
	position: absolute;
	width: 197px;
	height: 366px;
	z-index: 1;
	top: 90px;
	right: 0px;
}
#navi {
	background-image: url(../images/layout/navi-hg.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 10px;
	padding-top: 2px;
}
#stats {
	position: absolute;
	top: 270px;
	right: 0px;
	width: 155px;
	max-width: 175px;
	height: 135px;
	max-height: 155px;
	background-image:url(../images/layout/stats_bg.jpg);
	background-repeat:no-repeat;
	padding: 10px;
	color: #000000;
}
#subLinkTable {
	width:100%;
	border: none;
	border-collapse: collapse;
	margin-top: 10px;
}

#captainRaider {
	position: absolute;
	top: 10px;
	right: -35px;
	z-index: 100;
}


/* -------------------------------------------------------------------------- */
/* -------------------- BEREICHSBEZOGENEN FORMATIERUNGEN -------------------- */
/* -------------------------------------------------------------------------- */


/* ---- NAVIGATION ---- */

#navi a {
	color: #444444;
	font-weight: bold;
	margin-left: 7px;
	margin-right: 7px;
	text-decoration: none;
	letter-spacing: 1px;
	position: relative;
	top: 1px;
}
#navi a:hover {
	color: #222222;
}

/* ---- SPIELERSTATS ---- */

#stats h1 {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	text-transform: uppercase;
	color: #333333;
	border: none;
}
#stats td {
	color: #000000;
	height: 14px;
}

/* ---- LINKE NAVIGATION ---- */

#subLinkTable td {
	text-align: right;
	padding: 4px 5px 4px 0px;
	border-bottom: 1px solid #808080;
}
#subLinkTable a {
	color: #A7A7A7;
	font-weight: bold;
	text-decoration: none;
}
#subLinkTable a:hover {
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
}



/* ------------------------------------------------- */
/* -------------------- KLASSEN -------------------- */
/* ------------------------------------------------- */

.contentBG {
	background-image: url(../images/content_hg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 50px;
}
.dropdown {
	position: absolute;
	width: 180px;
	height: auto;
	left: 182px;
	z-index: 2;
}
.dropdown_2 {
	position: absolute;
	width: 180px;
	height: auto;
	top: 0px;
	z-index: 4;
}

table.horLines td {
	border-bottom: 1px solid #808080;
	empty-cells: show; 
}
table.grid {
	border: 1px solid #808080;
	empty-cells: show;
	border-collapse: collapse;
}
table.grid td {
	border: 1px solid #808080;
}
.tdGrey {
	background-color:#DDDDDD;
	color:#333333;
	padding: 4px;
	height: 82px;
	max-height: 90px;
}
.dataHead {
	font-size: 11px;
	color:#222222;
	height: 20px;
	background-image: url(../images/layout/dataHead_hg.gif);
	font-weight:bold;
	padding: 0px 3px 0px 3px;
	text-align: center;
}
.dataGroup td {
	font-size: 11px;
	background-color: #555555;
	font-weight: bold;
}

.pngPic {
	behavior: url('css/pngbehavior.htc');
}
.button {
	background-color:#000000;
	font-size:12px;
	color: #A7A7A7;
	font-weight:bold;
	border: 1px solid #444444;
	cursor: pointer;
	cursor: hand;
}

/* td im TopDropDown  */
.top_dd_cont {
	background-color:#CCCCCC;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding-left: 15px;
	padding-top: 5px;
}
td.top_dd_cont a {
	text-decoration: none;
	color: #555555;
}
td.top_dd_cont a:hover {
	color: #FFFFFF;
}
/* td im DropDown  */
.dd_cont {
	background-color:#CCCCCC;
	border-right: 1px solid #808080;
	padding-left: 15px;
}
td.dd_cont a {
	text-decoration: none;
	color: #555555;
}
td.dd_cont a:hover {
	color: #FFFFFF;
}

.picBorder {
	border: 1px solid #FFFFFF;
	padding: 1px;
}
.subListElement {
	margin-left: 20px;
}
.small {
	font-size: 10px;
}
.smallest {
	font-size: 9px;
}
.mainListElement {
	margin-top: 10px;
}
body.linkPage a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#DFDFDF;
}
body.linkPage a:hover {
	color:#FFFFFF;
}
body.linkPage td {
	font-size: 10px;
}
body.linkPage td.dataHead {
	font-size: 11px;
	color:#222222;
	height: 20px;
	background-image: url(../images/layout/dataHead_hg.gif);
	font-weight:bold;
	padding: 0px 3px 0px 3px;
	text-align: center;
}
body.linkPage tr.dataGroup td {
	font-size: 11px;
	background-color: #555555;
	font-weight: bold;
}
body.linkPage .bigger {
	font-size: 11px;
	font-weight: bold;
}

img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* ROSTER Visits */
div.visit
{
	position:absolute;
	width:450px;
	height: 260px;
	background-image: url(../images/content/roster-visit-bg.jpg);
	padding: 0px;
	left: 100px;
	display: none;
}

div.visit table
{
	border-collapse: collapse;
	width: 100%;
}

div.visit img
{
	display: block;
}


div.visit table td
{
	padding: 10px;
	vertical-align: top;
	border: none;
}

div.visit table.playerDetails
{
	margin: 10px 0px 0px 5px;
}

div.visit table.playerDetails td
{
	padding: 0px 5px 2px 0px;
	vertical-align: top;
}

div.coachesPic
{
	border: 5px solid #FFF;
	position: absolute;
	padding: 5px;
	width: 180px;
	height: 240px;
	left: 330px;
	top: -100px;
	background-color: #000;
	display: none;
	z-index: 1000;
}

div.coachesPicSmall
{
	border: 5px solid #FFF;
	position: absolute;
	padding: 5px;
	width: 90px;
	height: 120px;
	left: 330px;
	top: -100px;
	background-color: #000;
	display: none;
	z-index: 1000;


}

