﻿/*  =================================================
	Used for siteinformation in the top for the page.
	Used in usercontrol SiteInformation.ascx				
	================================================= */
#UISiteInformationList
{
	display: inline;
	vertical-align: middle;
}

#UISiteInformationList a
{
	color: #EEE;
	border: 0;
}

#UISiteInformationList a:hover
{
	text-decoration: none;
	color: White;
}

#UISiteInformationList a img
{
	border: 0;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
}


/*  =================================================
	Used for logo and banner.
	Used in AbsoluteOdds.Master
	================================================= */
#UILeftBox
{
	background-image: url(/design/images/boxleft.png);
	width: 8px;
	height: 80px;
	float: left;
}

#UIMiddleBox
{
	background-image: url(/design/images/boxbackground.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 10px;
	width: 920px;
	height: 60px;
	float:left;
}

#UIRightBox
{
	background-image: url(/design/images/boxright.png);
	width: 12px;
	height: 80px;
	float: left;	
}


/*  =================================================
	Used for Main Menu
	Used in usercontrol Menu.ascx
	================================================= */
#UIMenuBar
{
    width: 100%;
	background-image: url(/design/images/menu.png);
    height: 21px;
}

#UIMenuBar div
{
    float: left;
    height: 17px;
    width: 85px;
	padding: 4px 5px 0px 5px;
    background-image: url(/design/images/menubackground.png);
    text-align: center;
}
#UIMenuBar A
{
	color: #FFF;
	FONT-FAMILY: Tahoma, Verdana;
	font-weight: bold;
	font-size: 11px;
}

#UIMenuBar div.Login
{
    float: right;
    height: 17px;
    width: 256px;
	padding: 4px 30px 0px 5px;
    /*background-image: url(/design/images/menubackground_green.png);
    background-repeat: repeat-x;*/
    text-align: right;
    background-color: #43B043;
    background-image: none;
}

#UIMenuBar div.Login img
{
    vertical-align: middle; 
    margin-top: -2px; 
    cursor:hand;
    border: 0;
    float: right;
}

/*  =================================================
	Used for StrategicPartners in the bottom of the site
	Used in usercontrol StrategicPartner.ascx
	================================================= */
#StrategicPartner
{
	padding-top: 10px;
	display: inline;

}

#StrategicPartner li
{
	display: inline;
	padding: 5px;
	list-style-type:square;
}

#StrategicPartner li a
{
    font-size: 10px;
    color: #CCC;
	font-weight: normal;
	text-decoration: none;
}

#StrategicPartner li a:hover
{
	text-decoration: underline;
	font-weight: normal;
}


/*  =================================================
	Used for grey scaled boxes in at the pages
	Used all over the site
	================================================= */
.Header3DBox
{
	background-image: url(/design/images/header3dboxtop.png);
	height: 29px;
	width: 267px;
	vertical-align: middle;
}

.Header3DBoxText
{
	color: #333;
	text-align: left;
	padding-top:8px;
	padding-left: 8px;
	font-size: 14px;
	font-weight: bold;
}

.Header3DBoxText img
{
	vertical-align: middle;
	padding-right: 4px;
}

.Content3DBox
{
	padding: 10px;
	border-right: solid 1px #D8D8D8;
	border-left: solid 1px #D8D8D8;
	background-color: #FFFFFF;
	width: 245px;
	font-size: 12px;
	line-height: 20px;
	color: #111;
}

.Header3DBoxBottom
{
	background-image: url(/design/images/header3dboxbottom.png);
	height: 10px;
	width: 267px;
	margin-bottom: 10px;
}


/*  =================================================
	Used for grey scaled boxes in at the pages DRAK
	Used all over the site
	================================================= */
.Header3DBoxDrak
{
	background-image: url(/design/images/header3dboxtopDrak.png);
	height: 29px;
	width: 267px;
	vertical-align: middle;
}

.Header3DBoxTextDrak
{
	color: #333;
	text-align: left;
	padding-top:8px;
	padding-left: 8px;
	font-size: 14px;
	font-weight: bold;
}

.Header3DBoxTextDrak img
{
	vertical-align: middle;
	padding-right: 4px;
}

.Content3DBoxDrak
{
	padding: 10px;
	border-right: solid 1px #8d8e8d;
	border-left: solid 1px #8d8e8d;
	background-color: #9c9d9c;
	width: 245px;
	font-size: 12px;
	line-height: 20px;
	color: #111;
}

.Header3DBoxBottomDrak
{
	background-image: url(/design/images/header3dboxbottomDrak.png);
	height: 10px;
	width: 267px;
	margin-bottom: 10px;
}


/*  =================================================
	Used for contact form
	Used in contact.aspx
	================================================= */
.MailForm div
{
	vertical-align: top;
	padding: 2px;
} 

.MailForm textarea
{
	width: 470px;
	margin: 5px 0 5px 0;
}


/*  =================================================
	Used for linklist
	Used in links.aspx
	================================================= */
#UILinkList
{
    display: block;
}

#UILinkList div
{
	border-bottom: dashed 1px #EEE;
	padding: 7px;
}

#UILinkList div span
{
	font-size:9px;
	color: #999;
	float:right;
}

#UILinkList div:hover
{
	background-color: #EEE;
}

#UILinkCategories
{
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
}

#UILinkCategories a
{
	font-size: 14px;
	color: Black;
}

#UILinkCategories .selected
{
	font-size: 14px;
	color: Black;
	font-weight: bold;
}

#ExchangeLink span.Label
{
	display: block;
	width: 240px;
}

#ExchangeLink textarea, #ExchangeLink input, #ExchangeLink select
{
	width: 220px;
}

#ExchangeLink input.Button
{
	width: 120px;
	margin-top: 10px;
}

#ExchangeLink span.Message
{
	padding-top: 10px;
	display: block;
	font-weight: bold;
}


/*  =================================================
	Used for listing tools
	Used in tools.aspx
	================================================= */
#UIToolsList div.Tool
{
	margin: 21px;
	float:left;
}


/*  =================================================
	Used for who is online
	Used in usercontrol whoisonline.ascx
	================================================= */
#WhoIsOnline span
{
	display: block;
}

#WhoIsOnline span img
{
	vertical-align: middle;
	padding-right: 2px;
	width: 18px;
}


/*  =================================================
	Used for calculators
	Used in calculator.aspx
	================================================= */
.Calculators
{
	float:left;
	width: 270px;
	border: dashed 3px #333;
	padding: 10px;
	margin: 10px;
	height: 430px;
}


/*  =================================================
	Used for games
	Used in games.aspx
	================================================= */
#UIGames span 
{
	display: inline-block;
	height: 20px;
	padding-top: 10px;
}

#UIGames span.MatchLine
{
	height: 30px;
	border-bottom: solid 1px #EEE;
}

#UIGames span.Kickoff
{
	padding: 3px;
	font-size: 14px;
}

#UIGames span.Match
{
	padding: 3px;
	width: 350px;
}

#UIGames span.Match a
{
	font-size: 14px;
}

#UIGames span.League
{
	padding: 3px;
	width: 200px;
}

#UIGames span.League a
{
	font-size: 14px;
}

#UIGames span.Icon
{
	width: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}


/*  =================================================
	Used for statistic
	Used in statistic.aspx
	================================================= */
.Row
{
	display: block;
	padding: 3px 0px 3px 0px;
	border-bottom: solid 1px #eee;
}

.Row:hover
{
	background-color: #EEE;
}

.Row .Position
{
	width: 25px;
	display: inline-block;
}

.Row .Team
{
	width: 200px;
	display: inline-block;
}

.Row .Team img
{
	padding: 0px 3px 0px 3px;
}

.Row .Number
{
	width: 44px;
	display: inline-block;
	text-align: center;
}


/*  =================================================
	Used for users
	Used in users.aspx
	================================================= */
#UIUserSearch
{
	float: left;
	width: 320px;
	height: 35px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#Paging
{
	float: left;
	width: 720px;
	height: 40px;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#PagingList li
{
	display: inline;
}

.User
{
	border: dashed 2px #CCCCCC;
	padding: 5px;
	float: left; 
	width: 134px; 
	margin: 5px;
	color: #BBBBBB;
}

.User .Avatar
{
	display: inline-block;
	float:left;
	padding: 3px;
}

.User img
{
	height: 30px;
	width: 30px;
}

.User a
{
	font-size: 13px;
	font-weight: bold;
}

span.Username
{
	width: 95px;
	display: inline-block;
	height: 20px;
	overflow: hidden;
}

span.Reputation
{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}



#UIUserAvatar
{
	float:left;
	width: 150px;
	text-align:center;
}


#UIUserProfile
{
	float:left;
	width: 480px;
}

/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */
/* ¤ Standard tags                                                     ¤ */
/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */
body
{
	margin: 0; 
	padding: 0;
	background-color: #000000;
	font-size: 90%;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #000000;	
    line-height: 120%;
	/*background-image: url(/images/bodybackground.png);
	background-repeat:repeat-x;*/
}

table
{
	border-collapse: collapse;
	width: 100%;
}

.TableSpacing td
{
	padding: 2px;
}

tableMaxWidth
{
	width:960px;
}

tr.off 
{
	background: #FFFFFF;
}

tr.on 
{
	background: #EEEEEE;
}

th, td
{
	padding: 0px;
	vertical-align: top;
}

tr
{
	vertical-align: top;
}

td.WideEmptySpace
{
	width: auto;
}

td.PageTop
{
	height: 10px;
	width: 970px;
	background-image: url(/images/pagetop.gif);
}

td.PageBottom
{
	height: 8px;
	background-image: url(/images/pagebottom.gif);
}

td.PageLeft
{
	width: 5px;
	background-image: url(/images/pageleft.gif);
}

td.PageMiddle
{
	width: 960px;
	background-color: #1234ab;
}

td.PageRight
{
	width: 5px;
	background-image: url(/images/pageright.gif);
}



td.LeftBoxSmall
{
	background-image: url(/images/boxleftsmall.gif);
	width: 14px;
	height: 35px;
}

td.MiddleBoxSmall
{
	background-image: url(/images/boxmidsmall.gif);
	width: 933px;
}

td.RightBoxSmall
{
	background-image: url(/images/boxrightsmall.gif);
	width: 12px;
}

td.LeftBoxBig
{
	background-image: url(/images/boxleftbig.gif);
	width: 7px;
	height: 120px;
}

td.MiddleBoxBig
{
	background-image: url(/images/boxbackgroundbig.gif);
	width: 960px;
}

td.RightBoxBig
{
	background-image: url(/images/boxrightbig.gif);
	width: 12px;
}

.TDLeftBox
{
	background-image: url(/images/boxleft.gif);
	width: 9px;
	height: 80px;
}
.TDMidBox
{
	background-image: url(/images/boxbackground.gif);
}
.TDRightBox
{
	background-image: url(/images/boxright.gif);
	width: 9px;
}

td.PageRightContent
{
	width: 200px;
	vertical-align: top; 
	padding: 5 5 5 5;
}

td.PageLeftContent
{
	width: 130px;
	vertical-align: top;
}

img.DefaultImage
{
	vertical-align: middle;
	border: 0px;
}

img.TopMenu
{
	border:0px;
	vertical-align:middle;
	padding-left:15px;
	padding-right: 3px;
}

hr 
{
	border : none;
	border-top : dashed 1px #CCCCCC;
	background-color : #FFFFFF;
	height : 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}


a
{
	color: #0077CC;
}
a:link
{
	color: #0077CC;
	text-decoration: none;
}
a:active
{
	color: #0077CC;
	text-decoration: underline;
}
a:visited
{
	color: #0077CC;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a.TopMenuLink
{
	color: white;
	text-decoration: none;
}

a.TopMenuLink:hover
{
	text-decoration: underline;
}













a.MenuLink
{
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}

a.MenuLink:hover
{
	text-decoration: underline;
}




a.Cursor
{
	cursor:hand;
}




.MenuHeader
{
	padding: 5px;
	font-size: 15px;
	color: Black;
	font-weight:bold;
}




  

/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */
/* Tab control styles                                                                          ¤ */
/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */
/*
.CustomTabStyle .ajax__tab_header {white-space:nowrap;}
.CustomTabStyle .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.CustomTabStyle .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.CustomTabStyle .ajax__tab_tab {overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}

.CustomTabStyle .ajax__tab_header {font-family:Verdana;color:white;font-size:11px;}
.CustomTabStyle .ajax__tab_outer {background:url(/images/menuleft.gif);width:20px;}
.CustomTabStyle .ajax__tab_inner {background:url(/images/menuright.gif);width:30px;}
.CustomTabStyle .ajax__tab_tab {height:23px;background:url(/images/menubackground.gif) repeat-x; width:90px;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {text-decoration:underline;}
.CustomTabStyle .ajax__tab_active .ajax__tab_outer {}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner {}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab {font-weight:bold;}
.CustomTabStyle .ajax__tab_body {font-family:Verdana,helvetica;font-size:11px;background-color:#ffffff;}
*/



/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */
/* Betscore                                                                                    ¤ */
/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */

.TDFilledLeft
{
	background: #F7F4EC;
	border: solid 1px #EEE7D5;
	text-align: left;
	padding-left: 5px;
	height:20px;
}
.TDFilledRight
{
	/*background: #F7F4EC;*/
	border: solid 1px #EEE7D5;
	text-align: left;
	padding-right: 5px;
	height:20px;
}
.TDFilledRightGrid
{
	background: #F7F4EC;
	border: solid 1px #EEE7D5;
	text-align: right;
	padding-right: 5px;
	height:20px;
}
.TDFilled
{
	background: #F7F4EC;
	border: solid 1px #EEE7D5;
	height:20px;
}
.TDFont
{
	font-size:11px;
}
A.TDFont2:visited
{
	font-size: 15px;
}
.TDFont3
{
	font-size: 11px;
}

/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */
/* BreadCrumb                                                                                  ¤ */
/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */
div.BreadCrumb
{
	height: 19px;
	color:black;
	text-indent: 10px;
	vertical-align: middle;
	padding-top:2px;
	font-size:11px;
	padding-bottom: 10px;
	font-weight: bold;
}
div.BreadCrumb A
{	
	color:black;
	font-weight:bold;
	font-size:11px;
}
div.BreadCrumb A:visited
{
	color:black;
	font-weight:bold;
	font-size:11px;
}

/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */
/* BreadCrumbForum                                                                                  ¤ */
/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */
div.BreadCrumbForum
{
	color:#4c5d77;
	font-size:11px;
}
div.BreadCrumbForum A
{	
	color:#4c5d77;
	font-weight: bold;
	font-size:11px;
}
div.BreadCrumbForum A:visited
{
	color:#4c5d77;
	font-weight:bold;
	font-size:11px;
}


/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */
/* Design                                                                                      ¤ */
/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */
td.LeftColoumn
{
	vertical-align: top;
	padding: 25px 10px 10px 10px;
	width: 660px;

}

td.LeftColoumnSmall
{
	vertical-align: top;
	padding: 2px;
	width: 490px;
}

td.RightColoumn
{
	padding: 25px 10px 10px 10px;
	width: 260px; 
	vertical-align: top;
	/*background-image: url("/images/border_right.gif");
	background-position: top right;
	background-repeat: repeat-y;*/
}


td.LeftColumn
{
	padding: 5px; 
	width: 210px; 
	vertical-align: top;
}

td.MiddleColumn
{
	vertical-align: top;
	padding: 15px;
	width: 490px;
}

td.RightColumn
{
	padding: 5px; 
	width: 210px; 
	vertical-align: top;
	/*background-image: url("/images/border_right.gif");
	background-position: top right;
	background-repeat: repeat-y;*/
}





.PickTeamVS
{
	font-size:20px;
	font-weight:bold;
}





.bgcolor_even
{
		background-color: #FFFFFF;
}

.bgcolor_odd
{
	background-color: #EEEEEE;
}


span.HoLink
{
	font-size:9px;
	color: #999999;
	font-weight:normal;
}
span.HoLink A
{
	font-size:9px;
	color: #999999;
	font-weight:normal;
}

span.AwLink
{
	font-size:9px;
	color: #999999;
	font-weight:normal;
}
span.AwLink A
{
	font-size:9px;
	color: #999999;
	font-weight:normal;
}



.BoxSplit
{
	width: 2px;
	height: 59px;
	background-image: url(/images/boxsplit.gif);
	background-repeat:no-repeat;
	margin: 0px 10px 0px 10px;
}

.TeaserTitle
{
	font-size: 13px;
	font-weight:bold;
}


.FontHuge
{ 
	font-size: 16px;
		font-weight:bold;
		text-align: center;
}

/* FORUM */

.forumlink
{
	color:#4c5d77;
}

.forumlink A
{	
	color:#4c5d77;
}
.forumlink A:visited
{
	color:#4c5d77;
}

.full
{
	background-color: #dcdee4;
	padding: 10px;
}

.full A
{	
	color:#4c5d77;
}
.full A:visited
{
	color:#4c5d77;
}

.mid
{
	background-color: #dcdee4;
}

.right
{
	text-align: right;
}

.bottomborder
{
	border-bottom: solid 1px white;
}

.tl
{
	background-image: url('/Design/Forum/tl-lightgray.gif');
	width: 5px;
	height: 5px;
}

.tr
{
	background-image: url('/Design/Forum/tr-lightgray.gif');
	width: 5px;
	height: 5px;
}

.bl
{
	background-image: url('/Design/Forum/bl-lightgray.gif');
	width: 5px;
	height: 5px;
}

.br
{
	background-image: url('/Design/Forum/br-lightgray.gif');
	width: 5px;
	height: 5px;
}





.ForumPagning a
{
	padding: 2px;
	border: solid 1px #CCC;
	background-color: #EEE;
	color: #333;
}


#UIForumGroups
{
	width: 940px;
	clear: both;
	vertical-align: middle;
}

#UIForumGroups .left
{
	background-image: url('/Design/Forum/tl-darkgray.gif');
	width: 5px;
	height: 23px;
	padding: 0;
}

#UIForumGroups .groupheader
{
	background-image: url('/Design/Forum/midd.gif');
	width: 520px;
}

#UIForumGroups .right
{
	background-image: url('/Design/Forum/tr-darkgray.gif');
	width: 5px;
	height: 23px;
	padding: 0;
}

#UIForumGroups .lastpost
{
	width: 195px;
}

#UIForumGroups div
{
	background-image: url('/design/forum/midd.gif');
	font-weight: normal;
	height: 18px;
	width: 55px;
	float:left;
	padding-left: 7px;
	font-size: 11px;
	color: White;
	padding-top: 5px;
}

#UIForums
{
	width: 940px;
	clear: both;
}

#UIForums .column
{
	background-image: url('/design/forum/column.gif');
	background-color: #505c65;
	background-repeat: no-repeat;
	width: 5px;
	height: 62px;
	padding: 0;
	border: 0;
}

#UIForums .icon
{
	width: 30px;
	border-left: 0;	
}

#UIForums .icon img
{
	vertical-align: middle;
	padding-top: 10px;
}

#UIForums .header
{
	width: 470px;
	border-left: 0;
}

#UIForums a.topic
{
	font-family: Helvetica, sans-serif;
	color: #105289;
	margin-top: 15px;
	font-weight: bold;
	font-size: 15px;
}

#UIForums .description
{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

#UIForums .lastpost
{
	width: 193px;
	border-left: solid 1px white;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 11px;
	height: 45px;
}

#UIForums .lastpost .lastpostlink
{
	font-size: 11px;
	color: #333;
	text-decoration: underline;
}

#UIForums div
{
	width: 51px;
	float:left;
	border-top: solid 1px white;
	border-bottom: solid 1px #00608f;
	padding: 5px;
	background-color: #e5e9ee;
	height: 50px;
}

#UIForums .numbers
{
	border-left: solid 1px white;
	padding-top: 20px;
	height: 35px;
	text-align: center;
	font-size: 14px;
}

#UIForumGroupEnd
{
	width: 940px;
	clear: both;
	margin-bottom: 20px;
}

#UIForumGroupEnd .left
{
	background-image: url('/Design/Forum/bl-darkgray.gif');
	width: 5px;
	height: 5px;
}

#UIForumGroupEnd .middle
{
	width: 915px;
	background-color: #505c65;
}

#UIForumGroupEnd .right
{
	background-image: url('/Design/Forum/br-darkgray.gif');
	width: 5px;
	height: 5px;
}

#UIForumGroupEnd div
{
	height: 5px;
	float:left;
}


#UIThreadsHeader
{
	width: 940px;
	clear: both;
	vertical-align: middle;
}

#UIThreadsHeader .left
{
	background-image: url('/Design/Forum/tl-darkgray.gif');
	width: 5px;
	height: 23px;
	padding: 0;
}

#UIThreadsHeader .groupheader
{
	background-image: url('/Design/Forum/midd.gif');
	width: 520px;
}

#UIThreadsHeader .right
{
	background-image: url('/Design/Forum/tr-darkgray.gif');
	width: 5px;
	height: 23px;
	padding: 0;
}

#UIThreadsHeader .lastpost
{
	width: 195px;
}

#UIThreadsHeader div
{
	background-image: url('/design/forum/midd.gif');
	font-weight: normal;
	height: 18px;
	width: 55px;
	float:left;
	padding-left: 7px;
	font-size: 11px;
	color: White;
	padding-top: 5px;
}

#UIThreads
{
	width: 940px;
	clear: both;
}

#UIThreads .column
{
	background-image: url('/design/forum/column.gif');
	background-color: #505c65;
	background-repeat: no-repeat;
	width: 5px;
	height: 47px;
	padding: 0;
	border: 0;
}

#UIThreads .icon
{
	width: 30px;	
}

#UIThreads .icon img
{
	vertical-align: middle;
	padding-top: 5px;
}

#UIThreads .header
{
	width: 470px;
	border-left: 0;
}

#UIThreads a.topic
{
	font-family: Helvetica, sans-serif;
	color: #105289;
	margin-top: 15px;
	font-weight: bold;
	font-size: 15px;
}

#UIThreads .description
{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

#UIThreads .lastpost
{
	border-left: solid 1px white;
	width: 193px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 11px;
	height: 30px;
}

#UIThreads .lastpost img
{
	border: 0;
}

#UIThreads .lastpost a
{
	font-size: 11px;
}

#UIThreads div
{
	width: 51px;
	float:left;
	border-top: solid 1px white;
	border-bottom: solid 1px #00608f;
	padding: 5px;
	background-color: #e5e9ee;
	height: 35px;
}

#UIThreads .numbers
{
	border-left: solid 1px white;
	padding-top: 15px;
	height: 25px;
	text-align: center;
	font-size: 14px;
}























.column
{
	background-image: url('/Design/Forum/column.gif');
	background-color: #505c65;
	background-repeat: no-repeat;
}

.subheader
{
	color: #115098;
	font-weight: bold;
}

.subtext
{
	color: #4c5d77;
}

.subtext A
{	
	color:#4c5d77;
}

.subtext A:visited
{
	color:#4c5d77;
}

.postfull
{
	background-color: #e4eef4;
}

.postfull A
{	
	color:#4c5d77;
}
.postfull A:visited
{
	color:#4c5d77;
}

.posttl
{
	background-image: url('/Design/Forum/post_tl.gif');
	width: 5px;
	height: 5px;
}

.posttr
{
	background-image: url('/Design/Forum/post_tr.gif');
	width: 5px;
	height: 5px;
}

.postbl
{
	background-image: url('/Design/Forum/post_bl.gif');
	width: 5px;
	height: 5px;
}

.postbr
{
	background-image: url('/Design/Forum/post_br.gif');
	width: 5px;
	height: 5px;
}



.buttons {
	float: left;
	width: auto;
	height: auto;
}

/* Rollover state */
.buttons div {
	float: left;
	margin: 0 5px 0 0;
	background-position: 0 100%;
}

/* Rolloff state */
.buttons div a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	position: relative;
	overflow: hidden;
}



/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
/*.buttons div span		{ display: none; }*/
/*.buttons div a:hover	{ background-image: none; }*/
.buttons div span			{ position: absolute; width: 100%; height: 100%; cursor: pointer;}
.buttons div a:hover span	{ background-position: 0 100%; }

/* Big button images */
.reply-icon span	{ background: transparent none 0 0 no-repeat; }
.post-icon span		{ background: transparent none 0 0 no-repeat; }
.locked-icon span	{ background: transparent none 0 0 no-repeat; }
.pm-icon span	{ background: none 0 0 no-repeat; }
.newpm-icon span 	{ background: none 0 0 no-repeat; }
.forwardpm-icon span 	{ background: none 0 0 no-repeat; }

/* Set big button dimensions */
.buttons div.post-icon		{ width: 96px; height: 25px; }
.buttons div.reply-icon		{ width: 96px; height: 25px; }
.buttons div.pm-icon		{ width: 96px; height: 25px; }

.post-icon span		{ background-image: url("/Design/Forum/button_topic_new.gif"); }
.reply-icon span		{ background-image: url("/design/forum/button_topic_reply.gif"); }
.pm-icon span		{ background-image: url("/design/forum/button_pm_new.gif"); }
