﻿/* Main body */
body
{
    font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #606060;
    background-color: #D3DEEF;
    background-image: url('../Images/Content/RyderCup/bg.jpg');
    background-repeat: repeat-x;
}
a:link, a:active, a:visited
{
    color: #0000FF;
    font-weight: 700;
}
.frontPageItem
{
    color: #ffffff;
    background-color: #5078b3;
    font-weight: bold;
    padding-left: 5px;
}
.tabContainerText
{
    font-size: 8pt;
}
.formContainer
{
    font-size: 8pt;
    width: 450px;
    margin: auto;
}
.GreyOutlineBlueTop
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #808080 #808080 #808080 #808080;
    width: 480px;
    padding: 5px;
    text-align: left;
    background-color: #EFEFEF;
    margin: auto;
}
.paraTitleHyperlink
{
    font-weight: bold;
    text-align: left;
    color: Navy;
    font-size: 10pt;
    text-decoration: none;
}
.paraTitleHyperlink a:link, .paraTitleHyperlink a:active, .paraTitleHyperlink a:visited
{
    color: Navy;
}
.dropDownPanelBoxTitle
{
    font-size: 12pt;
    background-color: #4863A0;
    color: White;
    cursor: pointer;
}


/* MAIN LAYOUT */

.TopPanel
{
    height: 20px;
    vertical-align: middle;
    color: White;
    background-color: #004080;
    padding-right: 5px;
    padding-left: 5px;
    border-bottom: solid 1px white;
}
.HeaderPanel
{
    width: 800px;
    height: 100px;
    vertical-align: top;
    text-align: center;
}
.MenuPanel
{
    border-top: solid 1px white;
    width: 800px;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    background-color: #004080;
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    background-image: url('../RyderCup/Menu/bg.gif');
}
.MenuPanel a:link, .MenuPanel a:active, .MenuPanel a:visited
{
    color: White;
}
.MenuPanel a:hover
{
    color: #004080;
}
.LeftPanel
{
    width: 140px;
    vertical-align: top;
    text-align: center;
    background-color: #000368;
}
.RightPanel
{
    width: 140px;
    vertical-align: top;
    text-align: center;
    background-color: #000368;
}
.CentrePanel
{
    width: 510px;
    height: 106px;
    vertical-align: top;
    text-align: left;
    background-color: white;
    padding: 5px;
}
.BottomPanel
{
    width: 520px;
    height: 65px;
    vertical-align: bottom;
    text-align: center;
    background-color: white;
}
.FooterPanel
{
    width: 800px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    background-color: #B0C4DE;
}

/* standard headers */
H1, H3, H5
{
    font-weight: bold;
    text-align: left;
    color: #006600;
}
H2, H4, H6
{
    font-weight: normal;
    text-align: left;
    color: #006600;
}
H1, H2
{
    font-size: 12pt;
}
H3, H4
{
    font-size: 10pt;
    margin-bottom: 0px;
}
H5, H6
{
    font-size: 8pt;
    background-color: #FFFFFF;
    margin-bottom: 6px;
}

/* Normal BOX */

.boxContainer
{
    width: 460px;
    border: #808080 2px solid;
    background-color: #CCFFCC;
    margin-left: auto;
    margin-right: auto;
}
.boxTitle, .boxFooter
{
    clear: both;
    width: 450px;
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
    background-color: #006600;
    font-weight: bold;
    text-align: left;
    height: 15px;
    vertical-align: middle;
}
.
.boxTitle
{
    font-size: 10pt;
    background-color: #006600;
}
xFooter
{
    font-size: 8pt;
}
.boxFooter a:active, .boxFooter a:link, .boxFooter a:visited
{
    color: #ffffff;
}
.boxContent
{ 
    float: left;
    width: 450px;
    padding: 5px;
    background-color: #CCFFCC;
    font-size: 8pt;
    text-align: left;
    vertical-align: top; color: #000000; }


/* Normal BOX  with PICTURE
Picture must be 100px wide*/

.boxPicture, .boxPictureContent
{
    float: left;
    font-size: 8pt;
    background-color: #fffacd;
    text-align: left;
    vertical-align: top;
    padding: 5px;
}
.boxPicture
{
    width: 100px;
}
.boxPictureContent
{
    width: 340px;
}

/* Plain SINGLE BOX */

.singleBox, .altSingleBox
{
    width: 586px;
    text-align: left;
    padding: 5px;
    text-align: left;
    border: solid 1px gray;
    margin-left: auto;
    margin-right: auto;
}
.singleBox
{
    background-color: #efefef;
    height: 100px;
}
.altSingleBox
{
    background-color: White;
}
.accordionHeader, .accordionHeaderSelected, .accordionContent
{
    width: 450px;
    border: 1px solid #2f4f4f;
    padding: 2px;
    font-size: 8pt;
    text-align: left;
}
.accordionHeader, .accordionHeaderSelected
{
    margin-top: 2px;
    font-weight: bold;
    cursor: pointer;
}
.accordionHeader
{
    color: #ffffff;
    background-color: #5078b3;
}
.accordionHeaderSelected
{
    color: #ffffff;
    background-color: #2e4d7b;
}
.accordionContent
{
    background-color: #d3deef;
}
.textboxWatermark
{
    color: #999999;
}
.bodySmall
{
    font-size: 8pt;
}
.dataGridDetailPane
{
    background-color: #d3deef;
}
.margin-centered-all
{
    margin-left: auto;
    margin-right: auto;
    width: 680px;
}
.frontPageBoxTitle
{
    border: 1px solid #004080;
    margin-left: auto;
    margin-right: auto;
    width: 448px;
    background-color: #004080;
    margin-bottom: 0px;
    color: white;
    font-size: 8pt;
    font-weight: bold;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
}
.frontPageBox
{
    border: 1px solid #004080;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 448px;
    background-color: #e6e6fa;
    margin-bottom: 15px;
    font-size: 8pt;
}
.gameBox
{
    width: 24%;
    float: left;
    text-align: center;
    height: 120px;
}
.alignRight
{
    text-align: right;
}
.alignCenter
{
    text-align: center;
}
.frontPageBoxBar
{
    border: 1px solid #004080;
    margin-left: auto;
    margin-right: auto;
    width: 448px;
    background-color: #004080;
    margin-bottom: 0px;
    color: white;
    font-size: 8pt;
    font-weight: bold;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
}
#displayPanel
{
    border: 3px solid #808080;
    width: 358px;
    height: 428px;
    position: absolute;
    background-image: url('../Images/Ads/FrontPage/transitionMonmouth.jpg');
    visibility: hidden;
    top: 132px;
    left: 331px;
    z-index: 100;
}
.frontPageButtonBox
{
    width: 244px;
    padding: 5px;
    float: left;
}
.leftSideBox
{
    width: 130px;
    text-align: left;
}
.leftSideBoxTitle
{
    width: 120px;
    font-size: 8pt;
    background-color: #0000FF;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3px;
    border-bottom: 1px solid #C0C0C0;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: left;
}
.leftSideBoxContent
{
    width: 120px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 8pt;
    margin: 0px;
    background-color: #FFFFFF;
    text-align: left;
}
.leftSideBoxButton
{
    border: 1px solid #808080;
    font-size: 8pt;
    width: 120px;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 4px;
    margin-right: 0px;
    padding-right: 5px;
    text-align: right;
}
.adPageContainer
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #808080 #808080 #808080 #808080;
    width: 480px;
    padding: 5px;
    text-align: left;
    background-color: #FFFFCC;
    margin: auto;
}

/* TAB CONTAINER CSS */
/* XP IE7 theme - Backgrounds */
.monmouthTab .ajax__tab_header
{
    background: url('../Images/TabContainer/tab-line.gif') repeat-x bottom;
}
.monmouthTab .ajax__tab_outer
{
    background: url('../Images/TabContainer/tab-right.gif') no-repeat right;
}
.monmouthTab .ajax__tab_inner
{
    background: url('../Images/TabContainer/tab-left.gif') no-repeat;
}
.monmouthTab .ajax__tab_tab
{
    background: url('../Images/TabContainer/tab.gif') repeat-x;
}
.monmouthTab .ajax__tab_hover .ajax__tab_outer
{
    background: url('../Images/TabContainer/tab-hover-right.gif') no-repeat right;
}
.monmouthTab .ajax__tab_hover .ajax__tab_inner
{
    background: url('../Images/TabContainer/tab-hover-left.gif') no-repeat;
}
.monmouthTab .ajax__tab_hover .ajax__tab_tab
{
    background: url('../Images/TabContainer/tab-hover.gif') repeat-x;
}
.monmouthTab .ajax__tab_active .ajax__tab_outer
{
    background: url('../Images/TabContainer/tab-active-right.gif') no-repeat right;
}
.monmouthTab .ajax__tab_active .ajax__tab_inner
{
    background: url('../Images/TabContainer/tab-active-left.gif') no-repeat;
}
.monmouthTab .ajax__tab_active .ajax__tab_tab
{
    background: url('../Images/TabContainer/tab-active.gif') repeat-x;
}
.monmouthTab .ajax__tab_header
{
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
}
.monmouthTab .ajax__tab_outer
{
    height: 29px;
}
.monmouthTab .ajax__tab_inner
{
    padding-left: 3px;
}
.monmouthTab .ajax__tab_tab
{
    padding: 8px 40px;
    margin: 0;
    width: 50px;
}
.monmouthTab .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #CCFFCC;
}

/* =====================================*/

.indexPageBoxes
{
    background-color: #99FF99;
    border: 1px solid #008000;
    width: 500px;
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
}
