/*!*****************************************************************************
    TheWinningGame.co.uk Layout Style.
 ******************************************************************************/

/* @group Layout */

#header
{
    height: 180px;
}

#header .container
{
    position: relative;
}

#header h1, #header h2
{
	margin: 0;
	padding: 0;
}

#header h1 a
{
	display: block;
	width: 400px;
	height: 170px;
	background: url(../Image/Winning/Logo.jpg) center left no-repeat;
}


#header #logo
{
    position: absolute;
    width: 400px;
    top: 4px;
    left: 0;
}

#header #gameLogin
{
    position: absolute;
    width: 780px;
    top: 0px;
    right: 0;
}

#header #gameLogin #loginArea
{
    display: none;
}

#header #navigation
{
    position: absolute;
    width: 700px;
    top: 146px;
    right: 0;
    z-index: 99;
}

#header .open
{
    background: #016db5 url(../Image/Winning/OpenBG.gif) top left repeat-x;
    height: 20px;
    width: 100%;
    
    position: absolute;
    left: 0;
    top: 165px;
}

#content
{
    padding-top: 10px;
    background: #fff;
    color: #000;
}

#content .container
{
    position: relative;
}

#content .leftSplit
{
    float: left;
    width: 23%;
}

#content .rightSplit
{
    float: right;
    width: 75%;
}

#footer .close
{
    background: #016db5 url(../Image/Winning/CloseBG.gif) bottom left repeat-x;
    height: 20px;
}

#footer
{
    margin: 0px;
    padding: 0px;
    background: #016db5 url(../Image/Winning/FooterBG.gif) top left repeat-x;
    height: 120px;
}

#footer a:link, #footer a:visited {
    color: #fff;
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    color: #ffff33;
    text-decoration: underline;
}

#footer span.title
{
    font-size: 14px;
    font-weight: bold;
    color: #a9cfe9;
}

#footer ul, #footer ul li
{
    list-style: none;
    padding-left: 2px;
    margin-left: 0px;
    font-size: 11px;
}

.clear 
{
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

#coach
{
    background: #fff;
    height: 150px;
}

#coach .coach
{
    width: 190px;
    height: 150px;
    background: transparent url(../Image/Winning/Coach.gif) bottom left no-repeat;
    padding: 0px;
    margin: 0px;
}

#coach .coachTab
{
    padding: 0px;
    margin: 0px;
    height: 150px;
}

#coach .speech
{
    vertical-align: text-top;
    padding-top: 80px;
    width: 750px;
    background: transparent url(../Image/Winning/SpeechBubbleBG.gif) top left repeat-x;
    font-size: 18px;
    font-weight: bold;
}

#coach .speechLeft
{
    background: transparent url(../Image/Winning/SpeechBubbleLeft.gif) top right no-repeat;
    width: 32px;
}

#coach .speechRight
{
    background: transparent url(../Image/Winning/SpeechBubbleRight.gif) top left no-repeat;
    width: 10px;
}

/* @end */


/* @group Font Style Elements */

.bigHeader
{
    font-size: 48px;
    font-family: Impact;
    background: #fff url(../Image/Winning/TearHeaderBG.gif) top left repeat-y;
    height: 50px;
    line-height: 48px;
    padding-left: 10px;
    color: #fff;
}

.mainContentCap
{
    font-size: 1px;
    height: 6px;
    background: #fff url(../Image/Winning/TearHeader.gif) top left no-repeat;
}

.mainContentTop
{
    font-size: 1px;
    height: 4px;
    background: #fff url(../Image/Winning/TearTop.gif) top left repeat-y;
}

.mainContent
{
    background: #fff url(../Image/Winning/TearBG.gif) top left repeat-y;
    padding: 10px 25px;
    color: #000;
    font-size: 15px;
    text-align: justify;
}

.mainContentBottom
{
    font-size: 1px;
    height: 4px;
    background: #fff url(../Image/Winning/TearBottom.gif) top left repeat-y;
}

.mainContentBase
{
    font-size: 1px;
    height: 6px;
    background: #fff url(../Image/Winning/TearFooter.gif) top left no-repeat;
}
/* @end */

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: right; /* set to left, right or center */
margin: 0px; /* set margins as desired */
font: bold 14px verdana, arial, sans-serif; /* set font as desired */
list-style-type: none;
border-bottom: 2px solid #016db5; 
padding: 3px 4px 3px 20px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #fff; /* set selected tab link color as desired */
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 0px solid #016db5; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #6cc4ff; /* set unselected tab background color as desired */
color: #016db5; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
color: #fff;
}

ul#tabnav li.active a { /* settings for all tab links */
padding: 3px 20px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
background-image: url(../Image/Winning/WinningTabBG.gif);
margin-bottom: 5px;
color: #fff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav li.idle a
{
padding: 3px 20px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
background-image: url(../Image/Winning/WinningTabIdleBG.gif);
margin-bottom: 5px;
color: #016db5; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav li.active a.active { /* settings for all tab links */
padding: 3px 0px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
background-image: url(../Image/Winning/WinningTabEnd.gif);
background-repeat: no-repeat;
margin-bottom: 5px;
padding-left: 6px;
color: #fff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
width: 5px;
}

ul#tabnav li.idle a.active { /* settings for all tab links */
padding: 3px 0px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
padding-left: 6px;
background-image: url(../Image/Winning/WinningTabIdleEnd.gif);
background-repeat: no-repeat;
margin-bottom: 5px;
color: #fff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
width: 5px;
}

ul#tabnav li.active img { /* settings for all tab links */
vertical-align:bottom;
margin-bottom: 0px;
}

#moostick,
	.moostick
{
	display: block;
	height:55px;
	margin: 0;
	padding: 2px 0 2px 0;
	overflow: hidden;       /* used in css check */
}

#moostick li,
	.moostick li
{
	display: block;         /* used in css check */
	list-style-type: none;  /* used in css check */
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #fff;
	height: 55px;
	line-height: 18px; 
}

#moostick .show,
	.moostick .show
{
	visibility: visible;
	opacity: 1;
}

.screencap
{
    padding-left: 25px;
    text-align: center;
}


/* begin css tabs */

ul#subtabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 0px; /* set margins as desired */
margin-bottom: 16px;
font: bold 12px verdana, arial, sans-serif; /* set font as desired */
list-style-type: none;
border-bottom: 10px solid #016db5; 
padding: 3px 4px 3px 0px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#subtabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #fff; /* set selected tab link color as desired */
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#subtabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 0px solid #016db5; /* set border COLOR as desired; usually matches border color specified in #subtabnav */
background-color: #6cc4ff; /* set unselected tab background color as desired */
color: #016db5; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#subtabnav a:hover { /* settings for hover effect */
color: #fff;
}

ul#subtabnav li.active a { /* settings for all tab links */
padding: 3px 5px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
background-image: url(../Image/Winning/WinningTabBG.gif);
margin-bottom: 5px;
color: #fff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#subtabnav li.idle a
{
padding: 3px 5px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
background-image: url(../Image/Winning/WinningTabIdleBG.gif);
margin-bottom: 5px;
color: #016db5; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#subtabnav li.active a.active { /* settings for all tab links */
padding: 3px 0px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
background-image: url(../Image/Winning/WinningTabEnd.gif);
background-repeat: no-repeat;
margin-bottom: 5px;
padding-left: 6px;
color: #fff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
width: 5px;
}

ul#subtabnav li.idle a.active { /* settings for all tab links */
padding: 3px 0px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
padding-left: 6px;
background-image: url(../Image/Winning/WinningTabIdleEnd.gif);
background-repeat: no-repeat;
margin-bottom: 5px;
color: #fff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
width: 5px;
}

ul#subtabnav li.active img { /* settings for all tab links */
vertical-align:bottom;
margin-bottom: 0px;
}


/* Login Box  */
.loginContainer
{
    margin-left: 15%;
    width: 500px;
    /*border: 1px #e0e0e0 solid;*/
    color: #636363;
    height: 80px;
    background-image: url(../Image/Login_BG.gif);
    background-repeat: repeat-x;
    background-color: #fff;
}

.loginBorder { height:95px; background-color: #fff; background-image: url(../Image/Login_BG.gif); background-position: 0px -10px; background-repeat: repeat-x; border-left: 1px solid #dedede; border-right: 1px solid #dedede; }

.box01Top { background-image: url(../Image/Box01_Top_Left.gif); background-repeat: no-repeat;  font-size: 1px; height: 7px;}
.box01TopRight { background-image: url(../Image/Box01_Top_Right.gif);  background-repeat: no-repeat; background-position: right top;  font-size: 1px; height: 7px; }

.box01Bottom { background-image: url(../Image/Box01_Bottom.gif);  font-size: 1px; height: 7px; }
.box01BottomLeft { background-image: url(../Image/Box01_Bottom_Left.gif); background-repeat: no-repeat;  font-size: 1px; height: 7px;}
.box01BottomRight { background-image: url(../Image/Box01_Bottom_Right.gif);  background-repeat: no-repeat; background-position: right top;  font-size: 1px; height: 7px; }

.contentSplit3070Left
{
    width: 24%;
    float: left;
    white-space: nowrap;
}

.contentSplit3070Right
{
    float: right;
    width: 76%;
    white-space: nowrap;
}

.loginInputLabel
{
    text-align: right;
    font-size: 15px;
    padding: 3px;
    line-height: 25px;
    white-space: nowrap;
    font-weight: bold;
}

.loginInput
{
    vertical-align: middle;
    text-align: left;
    display: inline;
    width: 55%;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    margin: 2px;
    padding: 2px;
    border: 1px dashed #bbbbbb;
    color: #7b7b7b;
}


form input.button.button
{
    padding: 2px;
    margin-top: 12px;
    font-weight: bold;
    font-size: 14px;
    color: #7e95be;
    outline: none;
}

.contentHeader
{
    font-size: 28px;
    font-weight: bold;
    margin-left: 60px;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

.contentHeaderTop
{
    font-size: 18px;
    font-weight: bold;
    margin-left: 60px;
    padding-bottom: 0px;
    letter-spacing: 2px;
}

.black
{
	color: #666;	
}

#copyNotice
{
    text-align: center;
    color: #c0c0c0;
}

.normal
{
    font-size: 18px;
    font-family: Arial, Helvetica;
}

.hideList
{
    list-style: none;
}

.winningList li
{
    background: #fff url(../Image/Gold.gif) top left no-repeat; 
    background-position: 5px 2px;
    padding-left: 25px;
    padding-bottom: 5px;
}

.tickList li
{
    background: #fff url(../Image/Tick.gif) top left no-repeat; 
    background-position: 0px 5px;
    padding-left: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.important
{
    color: #016db5;
    font-weight: bold;
}

.profPic img
{
    vertical-align: middle;
}

.profPic img.avatar
{
    margin: 2px;
    margin-right: 3px;
}