body {
	/*background-image: url(../images/bg.gif);*/
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

td,tr,div {
/*	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/

	font-size: 12px;
	color: #030102;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-type: none;
	valign: top;
}

p {	 
	text-align: justify;
}

.pageTable {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	align: left;
	border: none;
}

h1 {/* .pageheading { style for all main page headings. old pageheading class. changed for search engine optimisation reasons... {*/
	font-size: 16px;
	color: #00000;
	font-weight: bold;
	background-image: url(../images/pagetitle_underline02.gif);
	background-repeat: repeat-x;
	height: 25px;
	valign: top;
	margin-bottom: 2px;
} 

h2{ /*.subheading { style for all subheadings */
	font-size: 14px;
	color: #FF5C00; /*#750008;*/
	font-weight: bold;
	background-image: url(../images/pagesubtitle_underline.gif);
	background-repeat: repeat-x;
	height: 21px;
	valign: top;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.state {
	width: 80px;
	font-weight: bold;
}
.smlHeading {
	/*color: #0000FF;*/
	/*color: #750008;*/
	color: #FF0000;
	font-weight: bold;
}
.subHeading {
	/*color: #0000FF;*/
	/*color: #750008;*/
	color: #FF0000;
	font-weight: bold;
	height: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.frontpagenewsheading {
	text-indent: 3px;
	color: #ffffff;
	padding-top: 2px;
	margin-top: 2px;
	background-image: url(../images/news_item_banner2.gif);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9b000b;
	border-right-color: #9b000b;
	border-bottom-color: #9b000b;
	border-left-color: #9b000b;
	padding-left: 5px;
	height: 22px;
}

.frontpagenewsbody {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 3px;
}

.comparison_table {
	text-align: centre;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-left: 15px;
	border-left: dashed 1px #ababab;
	border-bottom: dashed 1px #ababab;
	border-right: dashed 1px #ababab;
}

/* Links */
img {
	border: none;
}

a:link, a:visited {
	color: #0000ff; 
	text-decoration: none;
	/*font-weight: bold;*/
}

a:hover {
	color: #FF5C00; /*#000000;*/  
	/*color: #FFFF00;*/ /* yellow */
}

.footer {
	color: #FFFFFF;
	background-color: #ff5C00; /*#750008;*/
	/*background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;*/
	height: 36px;
}

/* Customer login box. Controls background colour and appearance of text. The inputboxes and button have their own styles - called inputbox and button */ 
.login
{
	background-color: #FFE6D8; /*#FFFFFF;*/
	/*font-weight: bold;*/
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	/*color: #FF5C00;*/
	color: #000000;
	padding-left: 10px; /*10px;*/
	border: none;
}
form {
	margin-bottom: 5px;
}

.tableseparator {
	font-size: 12px;
	color: #FF5C00;
	font-weight: bold;
	background-image: url(../images/tableseparator.gif);
	background-repeat: repeat-x;
	height: 21px;
	valign: top;
}




.slogan {
	font-style: italic;
	font-size: 16px;
	font-weight: bold;

}

.quote {
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Module Tables */
/*Main Menu, User Menu, Admin Menu and Reseller Menus are all module tables, as well as the login box but the login box has it's own style as well to give it the background colour - the menu's background colour comes from the images, it's not set in the css*/
table.moduletable {
	margin: 1px 0px 0px 0px;
	width: 178px;
	border-left: solid 1px #FF5C00;
	border-right: solid 1px #FF5C00;
	border-top: solid 1px #FF5C00;
	border-bottom: solid 1px #FF5C00;
	/*background-color: #FFE6D8;*/
	list-style-type: none;
}

table.moduletable th {
	/*	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
	/*background-color: #990000;*/

/*	width: 180px;*/

	background-image:  url(../images/menu_header_bg3.gif);
	background-repeat: repeat-x;
	text-indent: 10px;
}

table.moduletable td {
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
/*	width: 180px;*/
	height: 25px;
	/*padding-left: 10px;*/
}

table.lhsgraphics {
	margin: 4px 0px 0px 0px;
	width: 178px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;

	/*background-color: #FFE6D8;*/
	
	list-style-type: none;
}

table.lhsgraphics td {
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
/*	width: 180px;*/
	height: 62px;
}

.button  {
	font-weight: bold;
	font-size: 11px;
	margin: 3px 0px 5px 0px;
	color: #5B5A5A;
/*	color: #9D4F00;*/
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #EBEBEB;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.buttonHover {
	background-color: #FF5CC0;
}

/* all text boxes */
.inputbox {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;
	margin: 0px 5px 3px 0px;
	padding: 1px 0px 0px 0px;*/
	margin: 0px 5px 3px 7px;
	padding: 1px 0px 0px 3px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid;
	
	/*different margin and padding amounts */
}

.programs {
	background-color: #FFF2EB;
	font-size: 11px;
	/*color: #FF5C00;*/
	color: #000000;
	border-bottom-color: #F86309;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

li {
	list-style-position: outside;
	list-style-image: url(../images/listarrow.gif);
	text-align: justify;
}
.list {
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	valign: top;
}

.smallListMargin {
	margin-top: 2px; 
	margin-bottom: 3px;
}

/* Mainly in the user section, for messages that say 'New Build Uploaded', etc */
.message {
	font-weight: bold;
	font-size : 10pt;
	color: #08085A;
}

/* Mainly in the user section, for error messages such as Incorrect Password or Username */
.errormessage {
	font-weight: bold;
	font-size : 10pt;
	color: red;
}

/*used to set the solid orange line below the top banner. Was going to have path in their but currently doesn't */
.pathway{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-indent: 5px;
	margin-right:10px;
	margin-left:10px;
	background-color: #FF5C00; /*#750008;*/
}

.blankline{
	height: 5px;	
}

/* Horizontal Line */
hr {
	background: #28657F; 
	height:2px; 
	border: 1px inset;
}

.thinline {
	line-height: 1px;
	background-color: #FFFFFF;
}

.verticalthinline {
	line-width: 1px;
	width: 2px;
}

.logoTable { /* Used in the users.php page */
	padding: 0px;
	width: 100%;
	border: none;
}
.newUserCell {
	/*padding: 3px;*/
	padding-left: 20px;
	margin: 3px;
	width: 100px; /*16%;*/
	/*border: 1px solid;*/
}
.newUserText {
	margin: 3px;
	padding: 0px 3px 3px 3px;
	width: 100px; /*16%;*/
	/*border: 1px solid;*/
}
.highUserCell {
	padding-left: 25px;
	margin: 5px;
	width: 100px; /*16%;*/
	valign: top;
}
.highUserText {
	margin: 5px;
	padding-left: 15px;
	width: 100px; /*16%;*/
}

.SS_swinger_titles {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.title_tabs {
	background-image: url(../images/title_tab.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D95607;
	border-right-color: #D95607;
	border-bottom-color: #D95607;
	border-left-color: #D95607;
	margin-left: 15px;
	color: #FFFFFF;
	height: 20px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	text-indent: 15px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.title_tabs2 {
	background-image: url(../images/title_tabv2f.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D95607;
	border-right-color: #D95607;
	border-bottom-color: #999999;
	border-left-color: #D95607;
	margin-left: 15px;
	color: #000000;
	height: 20px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	text-indent: 15px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.title_tabs2b {
	background-image: url(../images/title_tabv2d.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D95607;
	border-right-color: #D95607;
	border-bottom-color: #999999;
	border-left-color: #D95607;
	margin-left: 15px;
	color: #000000;
	height: 18px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	text-indent: 15px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.page_title_text {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 13px;
	background-image: url(../images/page-title-background2.gif);
}

.page_casetitle_text {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 13px;
}
.table_vert_lines {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.table_vert_lines_item {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.table_lines_bottom {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D95607;
}
.subsubheadings_title {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF5C00;
	text-transform: uppercase;
}

.subsubheadings_title2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-transform: uppercase;
	border: 1px dotted #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.subsubheadings_title_nocaps {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF5C00;
}


.subsubheadings_text {
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}

.subsubheadings_text2 {
	font-size: 12px;
	color: #000000;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.sportsgrid_pic {
	font-size: 12px;
	color: #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.sportsgrid_text {
	font-size: 12px;
	color: #000000;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.table_vert_lines_snapsub {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}

.table_vert_lines_item_snapsub {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.table_vert_lines_item_snapsub_bot {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.table_vert_lines_snapsub_bot {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
.newsbody {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 10px;
}
.News_date {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	border: 1px solid #666666;
	background-image: url(../images/news_item_banner2.gif);
	width: 20%;
	height: 15px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.blinking_text {
	text-decoration: blink;
}
