#content .adminLink {
	width: auto;
	text-align: left;
	padding-right: 0;
}
#content .adminLink img {
	display: inline;
}

#content a,
#modal a {
	text-decoration: underline;
}

#content .line,
#modal .line {
	border-top: 1px solid #000;
	padding-top: 6px;
}

#content .highlited,
#modal .highlited {
	color: #00BE00;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content p,
#content ul, 
#content ol,
#modal h1,
#modal h2,
#modal h3,
#modal h4,
#modal p,
#modal ul, 
#modal ol {
	margin: 0;
}

#content h1,
#content h3,
#content p, 
#content hr,
#modal h1,
#modal h3,
#modal p, 
#modal hr {
	margin-top: 6px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#modal h1,
#modal h2,
#modal h3,
#modal h4 {
	text-transform: uppercase;
}

#content h1,
#modal h1 {
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 28px;
}

#content h2,
#modal h2 {
	font-size: 20px;
	line-height: 13px;
	margin-top: 5px;
}

#content h3,
#content h4,
#modal h3,
#modal h4 {
	font-size: 12px;
}

#content h3,
#modal h3 {	
	line-height: 8px;
}

#content h4,
#modal h4 {
	margin-top: 8px;
}

#content p {
	padding-right: 199px;
}

#content p,
#content ul,
#content ol,
#content table td,
#modal p,
#modal ul,
#modal ol,
#modal table td {
	color: #111;
	line-height: 16px;
}

#content ul,
#modal ul {
	list-style-type: square;
}

#content ul, 
#content ol,
#content table,
#modal ul, 
#modal ol,
#modal table {
	margin-top: 3px;
}

#content ul, 
#content ol,
#modal ul, 
#modal ol {
	width: 466px;
	padding-left: 0;
	margin-left: 14px;
	list-style-position: outside;
}

#modal ul, 
#modal ol {
	width: auto;
}

#content li ul,
#content li ol,
#modal li ul,
#modal li ol {
	margin-top: 2px;
	margin-bottom: 0;
}

#content table,
#modal table {
	width: auto !important;
	border-collapse: collapse;
	margin-bottom: 6px;
}

#content table td,
#modal table td {
	width: 250px;
	padding-right: 20px;
	vertical-align: top;
}

#content table td.number,
#modal table td.number {
	text-align: right;
	width: 20px;
}

#content table td.center,
#modal table td.center {
	text-align: center;
}

#content table td.right,
#modal table td.right {
	text-align: right;
}

#content table.w500,
#modal table.w500 {
	table-layout: fixed;
	width: 567px !important;
}

#content table td.w300,
#modal table td.w300 {
	width: 280px;
}

#content table td.w100,
#modal table td.w100 {
	width: 115px;
}

#content table tr.alternate,
#modal table tr.alternate {
	background-color: #F2F2F2;
}

#content ins {
	text-decoration: none;
	font-weight: bold;
}

#content #player{
	margin-top:15px;
}

