
/* Typography -------------------------------------------------------------------------------------- */
body
{
    font-family: Verdana,Helvetica,Arial;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 16px;
    background-color: #777777;
}
h1
{
    font-family: Arial,Verdana,Helvetica;
    font-weight: normal;
    font-size: 23px;
    color: #FFFFFF;
    margin-top: 34px;
    margin-bottom: 20px;
    /*margin-left: 355px;*/
    line-height: 24px;
}

p
{
    font-family: Arial,Verdana,Helvetica;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    /*margin-left: 355px;*/
    margin-right: 70px;
}

#MainContent_Home p
{
    font-family: Arial,Verdana,Helvetica;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #444444;
    margin-left: 100px;
    margin-right: 100px;
    margin-top:45px;
    position: relative;
}


#MainContent ul
{
    font-family: Arial,Verdana,Helvetica;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: white;
    list-style-type: circle;
    /*margin-left: 355px;*/
    margin-right: 70px;
}

a
{
    text-decoration: none;
    color: #FFFFFF;
}
a:hover
{
    color: #ff9933;
}

img
{
    border: none;
}

/* Page layout ------------------------------------------------------------------------------------- */
body
{
    background-color: #b2b3b2;
    margin: 0;
    padding: 0;
    text-align: center;
}
#BGGlow
{
    background-image: url(/images/BG_Glow.jpg);
    position: absolute;
    top: -60px;
    left: -250px;
    width: 768px;
    height: 365px;
}

#Wrapper
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    top: 50px;
    width: 996px;
}

#Header
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    top: 0px;
    width: 996px;
    height:20px;
    background-color:#555555;
    border:solid 1px black;
    color:White;
    padding:10px;
}

#MainContent
{
    background-image: url(/images/Main_BG.jpg);
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 130px;
    left: 0px;
    text-align: left;
    height: 614px;
    width: 805px;
}

#MainContent_Admin
{
    margin-left: 100px;
    margin-right: auto;
    position: absolute;
    top: 80px;
    left: 0px;
    text-align: left;
    height: 614px;
    width: 805px;
}

#MainContent_Admin h1
{
    margin-left: 0px;
}



#MainContent_SEB
{
    background-image: url(/images/SEB_BG.jpg);
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 130px;
    left: 0px;
    text-align: left;
    height: 601px;
    width: 792px;
}

#MainContent_DOK
{
    background-image: url(/images/DOK_BG.jpg);
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 130px;
    left: 0px;
    text-align: left;
    height: 601px;
    width: 792px;
}

#MainContent_DOK h1, #MainContent_SEB h1
{
    color: Black;
}

#MainContent_Partners
{
    background-image: url(/images/Partners_BG.jpg);
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 130px;
    left: 0px;
    text-align: left;
    height: 614px;
    width: 805px;
}

#MainContent_Home
{
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 130px;
    left: 0px;
    text-align: left;
    height: 614px;
    width: 996px;
}

#MainContent_PlayerProfile
{
    background-image: url(/images/PlayerProfile_BG.jpg);
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 130px;
    left: 0px;
    text-align: left;
    height: 601px;
    width: 792px;
}
.ProfileTable
{
    width: 470px;
    height: 260px;
    position: absolute;
    top: 40px;
    left: 255px;
}
.ProfileTable1
{
    top: 30px;
}

.ProfileTable1 td
{
    padding: 3px;
}

.ProfileTable td
{
    color: black;
    font-size: 9px;
    vertical-align: top;
    border-bottom: solid 1px gray;
}

.ProfileHeading
{
    color: red;
    font-size: 12px;
    vertical-align: top;
}


#PlayerProfiles
{
    background-image: url(/images/ProfilesList_BG.jpg);
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 130px;
    left: 799px;
    text-align: center;
    height: 614px;
    width: 194px;

}


#PlayerProfilesList
{
    position: relative;
    top: 20px;
    text-align: center;
    vertical-align: top;
}

#PlayerProfilesList a
{
    margin-bottom: 10px;
    margin-top: 2px;
}

#PlayerProfilesList a:hover
{
    /*border: solid 2px red;*/
}



#Footer
{
    margin-left: auto;
    margin-right: auto;
    left: 435px;
    text-align: left;
    position: absolute;
    top: 740px;
    color: Black;
}

#Copyright
{
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    text-align: left;
    position: absolute;
    top: 740px;
    color: Black;
}


#Footer a, #Footer a:hover
{
    color: Black;
}

#LHSLinks
{
    position: absolute;
    top: 100px;
}

#SideLinks
{
    position: absolute;
    top: 85px;
    left:250px;
}


/*Page related styles for you to view*/
#mycustomscroll
{
    /* Typical fixed height and fixed width example */
    top: 10px;
    height: 571px;
    width: 427px !important;
    overflow: auto; /* IE overflow fix, position must be relative or absolute*/
    position: absolute !important;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    right: 23px;
}

#playerscroll
{
    /* Typical fixed height and fixed width example */
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 20px;
    height: 550px;
    width: 161px;
    overflow: auto; /* IE overflow fix, position must be relative or absolute*/
}
/* Logo ------------------------------------------------------------------------------------- */
#Logo
{
    position: absolute;
    left: 22px;
    width: 252px;
    height: 55px;
    background: url( "/images/logo.png" ) no-repeat;
}

#Logo a
{
    width: 252px;
    height: 55px;
    background: url( "/images/logo.png" ) no-repeat;
    display: block;
}

#Glow a
{
    background: url( "/images/logo.png" ) no-repeat;
    display: block;
}

/* Menu ------------------------------------------------------------------------------------- */
#Menubar
{
    position: absolute;
    top: 70px;
    left: 0px;
    height: 66px;
    background: url( "/images/menu_bar.png" ) no-repeat;
}

#Menubar ul
{
    float: left;
    width: 996px;
    list-style: none;
    margin-top: 22px;
    }
#Menubar li
{
    float: left;
    margin: 0px 62px 0px 0px;
    font: 11px/15px arial, sans-serif;
    color: #cc0000;
    font-weight: bold;
}

#Menubar li a
{
    color: #cc0000;
    text-decoration: None;
}

#Menubar li a:hover
{
    color: #cccccc;
    text-decoration: none;
}

#Menubar .selected
{
    color: #cccccc;
    text-decoration: none;
}


#Menubar #Contact a
{
    margin: 9px 0px 0px 0px;
    font: 11px/15px arial, sans-serif;
    color: #cc0000;
    font-weight: bold;
    padding: 0 0 0 55px;
}

#Menubar #Contact a:hover
{
    color: #cccccc;
    text-decoration: None;
}

.wadey1 {
    font-size: 16px;
    color: #B1323B;
    text-align: right;
    padding-right: 70px;
}

.wadey2 {
    font-size: 13px;
    color: #666666;
    text-align: right;
    padding-right: 70px;
}

#goalyear {
    font-size:14px;
    position:absolute;
    right:0;
    top:-173px;
}

.centred {
    text-align: center;
}

.ProfileTable1 {
    line-height: 11px;
}

.playercontacttext {
    font-size: 11px;
    left: 248px;
    position: absolute;
    top: 456px;
    width: 505px;
}

.coachcontact {
    display: none;
    font-size: 10px;
    left: 192px;
    position: absolute;
    top: 449px;
    width: 600px;
    line-height: 11px;
}

.coachcontact ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

#contact_box_46 {
    display: none;
}

#coach_box_46 {
    display: block;
}

#contactframe {
    border: none;
    position: absolute;
    left: 350px;
    width: 400px;
    top: 20px;
    height: 450px;
}

#homeProfileFeaturesWrap {
    width: 100%;
    height: 700px;
    position: relative;
}

.homeProfile {
    width: 100%;
    height: 700px;
    position: absolute;
    display: none;
    background-color: transparent;
    top: 0px;
    left: 0px;
}

.homeProfile .clientImage {
    left: 50px;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 470px;
}

#homeProfile_0  {
    display: block;
}

.clientProfile {
    left: 550px;
    position: absolute;
    top: 0px;
}

.clientProfile table {
    width: 400px;
    margin-top: 50px;
}

.leadershipcontent ul li {
    color: white;
}

.teamaboutbox {
    background: url("/Images/About_back.png") repeat-x scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    height: 27px;
    margin-bottom: 5px;
    margin-left: 10px;
    padding-top: 4px;
    text-align: center;
    width: 150px;
}

