#header
{
    background-image:url('/images/header-background.jpg');
    background-repeat: no-repeat;
}

#header button
{
    cursor:pointer;
    float:left;
    height:95px;
    width:608px;
    background:none;
    border:0;
}

#header ul
{
    clear:left;
    height:24px;
    background-image:url('/images/menu-background.jpg');
    background-repeat:repeat-x;
    background-color:#1b3f1b;
    min-width:950px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#header ul li
{
    float:left;
    font-size:1.1em;
    height:24px;
    line-height:24px;
}

#header ul li.left
{
    width:14px;
    height:24px;
    background:url('/images/menu-left.jpg') no-repeat;
}

#header ul li.right
{
    height:24px;
    width:14px;
    float:right;
    background:url('/images/menu-right.jpg') no-repeat right;
}

#header ul li a
{
    display:block;
    width:160px;
    text-decoration:none;
    text-align:center;
    color:white;
    background:url('/images/menu-item-bg.jpg') no-repeat;
}

#header ul li a:hover,
#header ul li.current a,
#header ul li.current a:hover
{
    background:none;
    background-color:#fefefe;
    color:black;
}

ul, ol
{
    list-style-position:inside;
}

p
{
    padding: 0 15px;
}

h4, h3, h2, h1
{
    margin:0;
    padding:0;
    color:black;
}

#footer p
{
    padding:5px;
}

#footer p a
{
    color:white;
    text-decoration:none;
}

#footer p a:hover
{
    color:white;
    text-decoration:underline;
}

.dir
{
    margin: 10px 0 15px 0;
    overflow:auto;
}

#dashboard
{
    margin:0;
    padding:0;
    padding-top:10px;
    text-indent:0;
    font-size:10px;
}

#dashboard h1,
#dashboard h2,
#dashboard h3
{
    font-size:14px;
}

#dashboard p
{
    padding:0 0 10px 0;
}

table.bookies
{
    width:190px;
    padding-left:10px;
    padding-right:10px;
}

table.bookies thead th
{
    font-weight:bold;
    height:25px;
    cursor:pointer;
}

#bookmakers
{
    width:100%;
    overflow:auto;
}

#bookmakers .bookie
{
    width:49%;
    margin-bottom:10px;
}

#bookmakers .bookie.lft
{
    float:left;
}

#bookmakers .bookie.rgt
{
    float:right;
}

#bookmakers .bookie .logo
{
    padding:8px;
    padding-left:0px;
}

#bookmakers .bookie .logo a:hover
{
    background:none;
}

#bookmakers .bookie p
{
    padding:5px;
}

#bookmakers .bookie b.name,
#bookmakers .bookie b.free
{
    color:white;
    font-weight:bold;
}

#bookmakers .bookie a.register
{
    color:red;
    font-weight:bold;
    text-decoration:none;
}

#bookmakers .bookie p.regpromo
{
    font-size:13px;
    text-decoration:none;
    height:39px;
    line-height:39px;
    margin:0;
    padding:0;
}

#bookmakers .bookie b.name:hover,
#bookmakers .bookie a.free:hover
{
    text-decoration:underline;
    background:transparent;
}

#bookmakers .bookie a.register:hover,
#bookmakers .bookie a.promo:hover
{
    text-decoration:none;
    background:transparent;
}

#bookmakers .bookie b.name,
#bookmakers .bookie a.register
{
    float:left;
}

#bookmakers .bookie a.register
{
    padding-left:10px;
}

#bookmakers .bookie a.promo
{
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color:red;
}

#bookmakers .bookie a.promo b
{
    font-size:12px;
    text-decoration:none;
    color:blue;
}

#bookmakers .bookie b.free,
#bookmakers .bookie a.promo
{
    float:right;
    clear:right;
    padding-right:20px;
}

.html_banner,
.js_banner,
.static_banner
{
    padding:10px;
    text-align:center;
}

.html_banner iframe,
.html_banner object,
.html_banner img,
.html_banner a,
.js_banner script,
.static_banner img
{
    cursor:pointer;
}

#topbanner
{
    width:350px;
    height:80px;
    padding-right:10px;
}

#topbanner .html_banner,
#topbanner .js_banner,
#topbanner .static_banner,
#topbanner iframe,
#topbanner .html_banner iframe,
#topbanner .html_banner object,
#topbanner .html_banner img,
#topbanner .html_banner a,
#topbanner .js_banner script,
#topbanner .static_banner img
{
    float:right;
    width:130px;
    margin:0;
    padding:0;
    padding-left:20px;
}

#bookmakers .bookie .box .box-outer .box-inner .html_banner,
#bookmakers .bookie .box .box-outer .box-inner .static_banner,
#bookmakers .bookie .box .box-outer .box-inner .js_banner
{
    margin:0;
    padding:0;
    float:right;
    text-align:left;

    width:125px;
    padding:10px;
}

#bookiestable tr td
{
    padding:2px;
}

#bookiestable tr td a
{
    color:blue;
    text-decoration:none;
}

#bookiestable tr td a:hover
{
    color:blue;
    text-decoration:underline;
    background-color:white;
}

#bookiestable th
{
    cursor:pointer;
}

#scrollup
{
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 185px;
    text-align:center;
}
.headline
{
    position: absolute;
    top: 210px;
    left: 5px;
    height: 195px;
    width:175px;
}

/*
    Alerts
*/

.alerts form
{
    display:inline;
}

.emailinput
{
    font-family:Verdana;
    font-size:11px;
    width:90px;
    color:#777;
    border:1px solid #777;
}

.alerts
{
    padding:1px;
    clear:both;
}

#topbanner
{
    position:absolute;
    top:10px;
    right:10px;
}

#back
{
    float:right;
}

.newslogo
{
    float:left;
    padding:10px;
    margin-right:10px;
    margin-bottom:75px;
}

.freebet h2
{
    margin-left:10px;
}

.offerinfo,
.newsinfo
{
    padding:10px;
}

.offerinfo h1,
.offerinfo h2,
.offerinfo h3,
.offerinfo h4
{
    margin:0;
    padding:0;
    padding-left:10px;
    color:black;
    font-size:14px;
}

.newsinfo h1,
.newsinfo h2,
.newsinfo h3,
.newsinfo h4
{
    margin:0;
    padding:0;
    color:black;
    font-size:14px;
}

.newsinfo ul
{
    padding-left:10px;
    background:none;
}

.newsinfo p script,
.newsinfo p table
{
    text-align:center;
}

.box p.offerinfo h1
{
    margin:0;
    padding:0;
    text-align:left;
    color:black;
    font-size:14px;
}

.bigredlink
{
    color:red;
    font-weight:bold;
    text-align:center;
    font-size:14px;
}

p.bigredlink a
{
    color:red;
}

img.article-image
{
    padding-right:10px;
    padding-bottom:10px;
}

#wrapper #content #maincontent p.center
{
    text-align:center;
}

img.article-thumb
{
    float:left;
    margin:0;
    padding:0 10px 0 0;
}

p.article-link
{
    margin:0 10px 0 0;
    border:0;
}

p.article-link a, p.article-link a:hover, a.article-link, a.article-link:hover
{
    background-color:transparent;
    color:blue;
    border:0;
}

.rating
{
    font-size:14px;
    color:#3d8043;
    font-weight:bold;
}

/*AGS - Amend to reduce the padding on banners within articles*/
.article .static_banner, 
.article .html_banner,
.article .js_banner
{
    padding:0px 0px 5px 0px !important;
}


/*AGS - Amend to make all the boxes the same size*/
/*
#bookmakers .bookie .box .box-outer .box-inner
{
	height:250px;
}
*/
/*AGS - Amend to position GO TO BOOKMAKER button at the bottom of the box*/
/*
#bookmakers .bookie
{
	position: relative;
}

#bookmakers .bookie p.regpromo
{
	position: absolute; 
	bottom: 0;
	width: 100%; 
	height: 60px;
	left: 0;
}
*/
