﻿.b
{
    border:					solid 1px red;
}
.playerLink
{
	margin-top:25px;
}
body 
{
	text-align:				center;
	margin-top:				10px;
}
.box
{
    width:                  949px;
    margin:                 auto;
    padding:                0px;
    text-align:left;
}
.topSection
{
    position:               relative;
    width:                  949px;
    height:                 184px;
    margin:                 0px;
    padding:                0px;
    clear:                  both;
    background-image:       url('/images/header.png');
    text-align:             center;
}

.leftBorder
{
	padding-left:           4px;
	background-image:       url('/images/leftBorder.png');
	background-repeat:      repeat-y;
}
.rightBorder
{
	padding-right:          4px;
	background-image:       url('/images/rightBorder.png');
	background-repeat:      repeat-y;
	background-position:    right;
}

.sidebar
{
    width:                  152px;
    margin:                 0px;
    padding:                0px;
    float:                  left;
}
.fb-like 
{
    margin-left: 50px;
}

#ExternalPageFrame
{
	width:					100%;
	height:					500px;
}

.sidebar ul
{
	font-family:			Arial;
	font-size:				14px;
	color:					#383838;
}

.sidebar li
{
	margin-bottom:			5px;
}

.sidebar h3
{
	text-align:				center;
	margin:					10px;
	font-family:			Arial;
	font-size:				18px;
}
.content
{   
    min-height:             548px;
    width:                  689px;
    padding:				0px 50px 0px 50px;
    margin:                 0px;
    float:                  left;
    background-color:       #ffffff; 
    font-family:			Arial;
    font-size:				14px;
}
.content
{
	padding-top:			15px;
	padding-bottom:			15px;
}
.bottomSection
{
    margin:                 0px;
    padding:				5px 10px 5px 10px;
    background-color:       #8794a8;
    font-family:			Arial;
    font-size:				11px;
    font-weight:			bold;
    color:					#ffffff;
}
.bottomSection table
{
	width:					100%;
}

.clearBoth
{
    clear:                  both;
}
.mainContent
{
    background-color:       #fafafa;
}

.tab
{
    float:                  left;
    background-image:       url('/images/tabInner.png');
    background-repeat:      repeat-x;
    height:                 40px;
}
.tabLeft
{
    float:                  left;
	background-image:       url('/images/tabLeft.png');
	background-repeat:      no-repeat;
	width:                  14px;
	height:                 40px;
}
.tabRight
{
    float:                  right;
	background-image:       url('/images/tabRight.png');
	background-repeat:      no-repeat;
	width:                  14px;
	height:                 40px;
}

#header 
{
	position:				relative;
	top:					143px;
	margin-left:			auto;
	margin-right:			auto;
	font-family:			Arial;
	font-size:				18px;
	line-height:			normal;
}
#header ul 
{
	margin:					0;
	padding:				0;
	list-style:				none;
}
#header li 
{
	float:					left;
	margin:					0;
	padding:				0;
}
#header a 
{
	display:				block;
}
#header li 
{
	float:					left;
	background:				url("/images/tabRightLong.png") no-repeat right top;
	margin:					0;
	padding:				0;
}
#header a 
{
	display:				block;
	background:				url("/images/tabLeft.png") no-repeat left top;
	padding:				8px 15px;
}

.loginDiv
{
	background-color:		#8794a8;
	padding:				20px;
	color:					#ffffff;
}
.employee
{
    border:					solid 1px #8794a8;
    float:					left;
    margin-right:			0px;
    margin-bottom:			0px;
    margin-top:				10px;
    padding-right:			0px;
    padding-bottom:			0px;
}
.employeeList
{
	float:					left;
	list-style-type:		none;
	margin-top:				5px;
	margin-bottom:			0px;
	margin-left:			15px;
	padding-left:			0px;
	padding-bottom:			0px;
}
.employeeList li
{
	margin-top:				5px;
	padding-bottom:			0px;
	margin-bottom:			10px;
}

.employeeDescription
{
	padding:				0px;
	margin:					0px;
}
.align-right 
{ 
	float:					right; 
	margin:					0 0 15px 15px; 
}
.align-left 
{ 
	float:					left; 
	margin:					0 15px 15px 0; 
}
.floatLeft
{
	clear:both;
	
}
.clear-right 
{ 
	float:					right; 
	clear:					right;
	margin:					15px;  
}

.pageHeader
{
	margin-bottom:			0;
	color:					#8b402a;
}
.pageSubHeader
{
	margin-top:				0;
	margin-left:			25px;
	margin-bottom:			10px;
	font-style:				italic;
}

pre 
{
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 font-family:Arial;
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#header a:link {color: #ffffff; text-decoration: none; }
#header a:active {color: #ffffff; text-decoration: none; }
#header a:visited {color: #ffffff; text-decoration: none; }
#header a:hover {color: #ffffff; text-decoration: none; }

.sidebar a:link {color: #383838; text-decoration: none; }
.sidebar a:active {color: #383838; text-decoration: none; }
.sidebar a:visited {color: #383838; text-decoration: none; }
.sidebar a:hover {color: #383838; text-decoration: none; }


