
/* @group Global */

html {
	min-height: 100%;
	margin: 0px 0px 1px 0px;
	padding: 0px;
}

body {
	background: #fff url(../img/background_gradient.jpg) repeat-x;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
/*	color: #666; */
	color: black;
}

.printonly {
	display: none;
}


a {
/*	color: #c33;*/
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}


#center {
	width: 990px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

.hidden {
	display: none;
}

input.disabled {
	border: 1px solid #999;
	background-color: #ddd;
}

input[disabled="disabled"], input.disabled {
	border: 1px solid #999;
	background-color: #ddd;
}

input.readonly {
	border: 1px solid #999;
	background-color: #ddd;
}

input[readonly="readonly"], input.readonly {
	border: 1px solid #999;
	background-color: #ddd;
}

input {
	vertical-align: middle;
}

input.textbox {
	font-family: verdana;
}

.clear {
	height: 10px;
	clear: both;
}
p.smallprint,
#howItWorks p.smallprint {
	font-size: 11px;
}

/* @end */

/* @positioning */

#logo {
	width: 160px;
	height: 68px;
	float: left;
}

#logo_large {
	width: 110px;
	height: 120px;
	float: left;
}

#logo img {
	border: 0px;
}

#banner {
	width: 825px;
	height: 24px;
	float: left;
	background: #ccc;
	text-align: left;
	font-size: 12px;
}

#banner #bannerMessage {
	width: 700px;
	float: left;
	padding: 5px 0 0 10px;
}

#banner #bannerMessage span {
/*	color: #c33; */
	font-weight: bold;
}

#banner #search {
	width: 174px;
	float: left;
	padding: 5px 0 0 10px;
}


#menuGroup {
	text-align: left;
}

#menu {
	width: 825px;
	height: 41px;
	float: left;
	background: #f4f3f8;
}

#menu .menuItem {
	float: left;
	position: relative;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 13px 25px 7px 25px;
	font-weight: bold;
}

#menu .menuSeparator {
	float: left;
	position: relative;
	margin-top: 13px;
	width: 1px;
	border-right: 1px dotted black;
}

#menu .menuItem.first {
	padding-left: 10px;
}
#menu .menuItem.last {
	border: none;
}


.subMenu {
	position: absolute;
	z-index: 99999;
	top: 40px;
	left: 0px;
	display: none;
	width: 220px;
	background: transparent;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.subMenuTopGroup {
	background: #e9e9e9;	
}
.subMenuItemGroup {
	background: #e9e9e9;	
}

.subMenuItem {
	height: 25px;
	z-index: 99999;
	width: 200px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	background: #e9e9e9;
	border-bottom: 1px solid #767575;
	float: left;
}
.subMenuItem.last {
	border-bottom: none;
	background: #e9e9e9;
}

.menuItem a,
.submenuItem a {
	text-decoration: none;
	color: #8d8c8c;
}
.menuItem a:active,
.menuItem a:hover,
.submenuItem a:active, 
.submenuItem a:hover {
/*	color: #cc3333; */
}


.subMenuTopLeft {
	height: 10px;
	width: 10px;
	float: left;
	background: #e9e9e9 url(../img/sub_menu_left.jpg) repeat-y;
}
.subMenuTop {
	height: 10px;
	width: 200px;
	float: right;
	background: #e9e9e9;
/*	background: url(../img/sub_menu_top.jpg) repeat-x;*/
}
.subMenuTopRight {
	height: 10px;
	width: 10px;
	float: right;
	margin: 0px;
	padding: 0px;
	background: transparent url(../img/sub_menu_top_right.png);
}





.subMenuLeft {
	width: 10px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: left;
	background: url(../img/sub_menu_left.jpg) repeat-y;
}

.subMenuRight {
	width: 10px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	float: right;
	background: url(../img/sub_menu_right.jpg) repeat-y;
}

.subMenuBottomLeft {
	width: 10px;
	height: 10px;
	margin: 0px;
	margin-top: -1px;
	padding: 0px;
	float: left;
	clear: left;
	background: transparent url(../img/sub_menu_bottom_left2.png);
}
.subMenuBottomRight {
	width: 10px;
	height: 10px;
	margin: 0px;
	margin-top: -1px;
	padding: 0px;
	float: right;
	background: transparent url(../img/sub_menu_bottom_right.png);
}
.subMenuBottom {
	width: 200px;
	height: 10px;
	margin: 0px;
	margin-top: -1px;
	padding: 0px;
	float: left;
	background: url(../img/sub_menu_bottom.jpg) repeat-x;
}


#subNav {
	width: 895px;
	height: 41px;
	float: left;
	background: #f4f3f8;
}

#subNav .subNavItem {
	float: left;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 3px 25px 0px 25px;
	background: #ccc;
	border-left: 1px dotted black;
}
#subNav .subNavItem.first {
	padding-left: 10px;
	border: none;
}
#subNav .subNavItem.active {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px ;
	/* color: #c33; */
}
.subNavItem a {
	color: #7b7b7b;
	text-decoration: none;
}
#subNav .subNavItem.active a, 
#subNav .subNavItem a:hover, 
#subNav .subNavItem a:active{
	/* color: #c33; */
}










#footer {
	clear: both;
	width: 990px;
	height: 30px;
	border-top: 1px solid #ccc;
	background: #f2f2f2;
	color: #999;
	margin: 0px;
	padding: 0px;
}


#footer #copy {
	width: 400px;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 0 0 0 10px;
	background: #f2f2f2;
}
#footer #footerMenu {
	width: 400px;
	float: right;
	background: #f2f2f2;
}


#footerMenu .footerMenuItem {
	float: right;
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #a5a5a5;
	background: #f2f2f2;
}
#footerMenu .footerMenuItem.last {
	padding-left: 10px;
	background: #f2f2f2;
}
#footerMenu .footerMenuItem.first {
	border: none;
	background: #f2f2f2;
}


#boxes {
	width: 280px;
	float: left;
	text-align: left;
}

#boxes #tps {
	height: 66px;
	width: 260px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#boxes #currentPromotions {
	height: 139px;
	width: 258px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #666;
}
#boxes #currentPromotions a img {
	border: 0px;
}

#boxes #currentPromotions #currentPromotionsHeader {
	height: 22px;
	padding-top: 5px;
	padding-left: 10px;
	background: #666;
	color: #fff;
	font-weight: bold;
}

#boxes #reminders {
	width: 258px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #999;
	background: #fff;
}

#boxes #reminders #remindersHeader {
	height: 22px;
	padding-top: 5px;
	padding-left: 10px;
	background: #999;
	color: #fff;
	font-weight: bold;
}

#boxes #reminders .remindersItem {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	color: #bf2527;
	border-bottom: 1px solid #616161;
	background: #fff;
}

#boxes #reminders .remindersItem.last{
	border: none;
	background: #fff;
}




#boxes #photoBox {
	width: 258px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #999;
	background: #fff;
	text-align: center;
	font-weight: bold;

}

#boxes #photoBox #photoBoxHeader {
	height: 22px;
	padding-top: 5px;
	padding-left: 10px;
	background: #999;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

#boxes #photoBox img, 
#boxes #photoBox img{
	padding: 5px;
	margin: 5px auto 5px auto;
	border: 1px solid #999;
	display: block;
}



#boxes #photoBox #photoBoxFooter {
	height: 22px;
	padding: 5px 0px 0px 12px;
	margin: 0px;
	background: #999;
	color: #fff;
	text-align: left;
}



#subNav {
	width: 700px;
	height: 24px;
	float: left;
	background: #fff;
	text-align: left;
}



#mainContentLeft {
	clear: left;
	float: left;
	width: 1px;
	min-height: 500px;
	background: url(../img/page_border_gradient.jpg);
}
#mainContentRight {
	float: left;
	width: 1px;
	min-height: 500px;
	background: url(../img/page_border_gradient.jpg);
	margin-right: 10px;
}
#mainContent {
	width: 688px;
	min-height: 500px;
	text-align: left;
	float: left;
	border-top: 1px solid #ccc;
	background: #fff;
}

#mainContentLeft.home {
	background: none;
}
#mainContentRight.home {
	background: none; 
}
#mainContent.home {
	background: none;
	border: 0px;
}
#innerContent {
	padding: 10px 10px 10px 95px;
	background: #fff;
}
#innerContent.home {
	background: none;
	padding-top: 0px;
}

.formRow {
	min-height: 30px;
	clear: left;
}

.formAction {
	height: 50px;
	clear: left;
}

label {
	width: 100px;
	float: left;
}

.formRow input, 
.formRow #role,
.formRow #centre {
	width: 150px;
	float: left;
}


.formRow textarea {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
	float: left;
}

.formRow .dobSelect {
	float: left;
	margin-right: 10px;
}

.formAction input {
	margin-right: 30px;
	float: right;
}



/* @positioning end */

/* @styling */

#error {
	width: 800px;
	background: #ffcccc;
	border: 1px solid red;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	font-weight: bold;
	color: red;
}

#message {
	width: 800px;
	background: #ccc;
	margin: 10px 0px 10px 100px;
	padding: 0 0 10px 0;
	color: #999;
}

#message #messageHeader {
	width: 780px;
	background: #999;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	color: white;
}

#message #messageContent {
	width: 740px;
	background: white;
	margin: 10px 20px 10px 20px;
	padding: 10px;
	border: 1px solid #999;
	color: #999;
}



#terms {
	width: 800px;
	background: #ccc;
	margin: 10px 0px 10px 100px;
	padding: 0;
	color: #999;
}

#terms #termsHeader{
	width: 780px;
	background: #999;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	color: white;
}

#terms #termsContent{
	width: 720px;
	height:200px;
	background: white;
	margin: 10px 20px 10px 20px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #999;
	color: #999;
}

.resize {
	overflow: auto;
	cursor: nw-resize;
}

#terms #termsContent #howItWorks{
	width: 700px;
}


#terms form {
	width: 740px;
	margin: 10px 20px 10px 20px;
}
#terms .formRow {
	width: 780px;
}
#terms #readTerms {
	width: 50px;
}
#terms #labelTerms {
	width: 700px;
	color: black;
	font-weight:bold;
}


#terms #termsError{
	font-weight: bold;
	color: #c33;
	line-height: 30px;
}



#info {
	clear: both;
	margin: 30px 0px 10px 0px;
	color: #fff;
}

#info a {
	color: #fff;
}

#heading {
	margin: 10px 0px 20px 0px;
	font-weight: bold;
	font-size: 20px;
/*	color: #c33; */
}

#tpsCentre {
	margin: 10px 0px 10px 0px;
	color: #666;	
}
#tpsCentre label {
	width: 100px;
}

#month {
	margin: 10px 0px 10px 0px;
	color: #666;	
}
#month label {
	width: 100px;
}

#comment {
	margin: 20px 0px 20px 0px;
/*	color: #666;	*/
}






#dashboard table {
	width: 570px;
	margin: 0px;
	padding: 0px;
}

#dashboard tr {
	height: 30px;
}

#dashboard th,
#dashboard th.first,
#dashboard th.last {
/*	background: #c33; */
	color: white;
	font-weight: bold;
	text-align: center;
/*	border-top: 1px solid #c33; */
/*	border-bottom: 1px solid #c33; */
	border-left: 0px;
	border-right: 1px solid #fff;
}
#dashboard th.first{
/*	border-left: 1px solid #c33; */
}
#dashboard th.last{
/*	border-right: 1px solid #c33; */
}

#dashboard td,
#dashboard td.first,
#dashboard td.last {
	background: #f2f2f2;
	color: #666;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 0px;
/*	border-right: 1px solid #c33; */
}
#dashboard td.first{
/*	border-left: 1px solid #c33; */
}
#dashboard .footer td,
#dashboard .footer td.first,
#dashboard .footer td.last {
	background: #999;
	color: white;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 0px;
}
#dashboard .footer td.first{
	border-left: 1px solid #999;
}
#dashboard .footer td.last{
	border-right: 1px solid #999;
}




#galleries {
	margin-left: -80px;
}

#galleries .gallery img,
#galleries .gallery img a{
	padding: 3px;
	margin: 0;
	border: 1px solid #999;
}

#galleries .gallery {
	float: left;
	width: 220px;
	text-align: center;	
	padding-bottom: 20px;
}

#galleries .gallery .galleryHeading {
	text-align: left;	
	margin-left: 20px;
}

#galleries .gallery .galleryTitle {
/*	color: #c33; */
	font-weight: bold;
}
#galleries .gallery .galleryAdded {
	color: #999;
}
#galleries .gallery .galleryUpdated {
	color: #669;
}

#mainPhoto {
	margin-left: 50px;
	font-weight: bold;
	margin-bottom: 10px;
}



#mainPhoto #photoHeader {
	width: 420px;
	height: 30px;
}

#mainPhoto #photoCount {
	float: left;
/*	color: #c33; */
}

#mainPhoto #nextPhoto,
#mainPhoto #previousPhoto {
	float: right;
	margin-left: 10px;
}
#mainPhoto #nextPhoto a,
#mainPhoto #previousPhoto a {
	text-decoration: none;
	color: #999;	
}



#mainPhoto img,
#mainPhoto img a{
	padding: 3px;
	margin: 0;
	border: 1px solid #999;	
}

#mainPhoto .photoAdded{
	color: #999;
}
#mainPhoto .photoUpdated{
	color: #669;
}

#gallery {
	background: #ccc;
	width: 530px;
	min-height: 100px;
	position: relative;

}
#gallery .galleryPhoto {
	width: 80px;
	height: 60px;
	padding: 0px;
	margin: 10px;;

}
#gallery img,
#gallery img a {
	border: 0px;
	margin: 5px;
	padding: 1px;
	border: 1px solid #999;	
}

#gallery img.selected,
#gallery img.selected a {
	border: 1px solid #c33;	
}


#galleryForm {
	margin-top: 20px;
	width: 530px;
	height: 30px;
	background: #ccc;
}

#galleryForm input,
#galleryForm label {
	margin-top: 3px;
	float: left;
}
#galleryForm #uploadPhotoButton {
	margin: 3px;
	float: right;
	width: auto;
}
#galleryForm label {
	margin: 5px;
	width: 120px;
	color: #666;
	font-weight: bold;
}
#galleryForm input {
	width: 200px;
}

	





#flashIndex {
	margin: 80px 0px 0px -80px;
}





#loginContent {
	margin-top: 10px;
	width: 978px;
	min-height: 500px;
	text-align: left;
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
}
#innerLoginContent {
	padding: 10px;
	background: #fff;
}

#innerLoginContent #header{
	width: 160px;
	height: 120px;
	float: left;
	font-weight: bold;
}

#innerLoginContent #heading{
	width: 600px;
	color: #bf2527;
	font-size: 16px;
}
#innerLoginContent #loginData {
	width: 978px;
	float: left;
}

/*
#innerLoginContent #column1 {
	float: left;
	width: 400px;
	margin-left: 50px;
	padding-right: 25px;
	border-right: 1px solid #999;
}
*/

#innerLoginContent #column1 {
	float: left;
	width: 400px;
	margin-left: 20px;
	padding-right: 25px;
}

#innerLoginContent #column2 {
	float: left;
	width: 400px;
	padding-left: 25px;
}


#innerLoginContent #prizes {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#innerLoginContent #prizes2 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#innerLoginContent .formRow {
	height: 30px;
	clear: left;
}

#innerLoginContent .formAction {
	height: 30px;
	clear: left;
}

#innerLoginContent label {
	width: 150px;
	float: left;
}

#innerLoginContent .formRow input, 
#innerLoginContent .formRow #role,
#innerLoginContent .formRow #centre {
	width: 150px;
	float: left;
}
#innerLoginContent .formRow .dobSelect {
	float: left;
	margin-right: 10px;
}

#innerLoginContent .formAction input {
	margin-right: 30px;
	float: right;
}


#innerLoginContent #newMember {
	width: 400px;
}

#innerLoginContent #newMemberHeader {
	background: #999;	
	color: white;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

#innerLoginContent #newMemberContent {
	background: #ccc;	
	color: #666;
	padding: 10px;
}

#innerLoginContent #newMemberError {
	color: #c33;
	font-weight: bold;
	line-height: 20px;
}


#innerLoginContent #returningMember {
	width: 400px;
}

#innerLoginContent #returningMemberHeader {
	background: #bf2527;	
	color: white;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

#innerLoginContent #returningMemberContent{
	background: white;	
	color: #666;
	padding: 10px;
	text-decoration: none;
}

#innerLoginContent #returningMemberContent a{
	color: #bf2527;
	text-decoration: none;
}

#innerLoginContent #returningMemberContent a:hover,
#innerLoginContent #returningMemberContent a:active{
	text-decoration: underline;
}



#innerLoginContent #returningMemberError {
	color: #c33;
	font-weight: bold;
	line-height: 20px;
}

#innerLoginContent #forgottenPassword {
	width: 400px;
}

#innerLoginContent #forgottenPasswordHeader {
	background: #ccc;	
	color: white;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

#innerLoginContent #forgottenPasswordContent {
	background: white;	
	color: #666;
	padding: 10px;
}

#innerLoginContent #forgottenPasswordError {
	color: #c33;
	font-weight: bold;
	line-height: 20px;
}


#innerLoginContent form {
	margin-top: 10px;
}

#innerLoginContent span {
/*	color: #c33; */
}




#adminSectionContent {
	margin-top: 10px;
	width: 978px;
	min-height: 500px;
	text-align: left;
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
}
#innerAdminSectionContent {
	padding: 10px;
	background: #fff;
}

#innerAdminSectionContent #header{
	width: 100px;
	height: 120px;
	float: left;
	font-weight: bold;
}

#innerAdminSectionContent #heading{
	width: 600px;
	color: #bf2527;
	font-size: 16px;
	float: left;
}
#innerAdminSectionContent #AdminData {
	width: 978px;
	float: left;
}

#innerAdminSectionContent #viewPageContent {
	width: 688px;
	min-height: 500px;
	text-align: left;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	margin: 10px 200px 10px 90px;
}

#innerAdminSectionContent #editPageForm{
	width: 700px;
	height: 400px;
}

#innerAdminSectionContent #editPageContent{
	width: 500px;
	height: 300px;
}



#innerAdminSectionContent table {
	width: 950px;
	margin: 0px;
	padding: 0px;
}

#innerAdminSectionContent th{
	background: #bf2527;
}
#innerAdminSectionContent th.first{
	border-left: 1px solid #bf2527; 
}
#innerAdminSectionContent th.last{
	border-right: 1px solid #bf2527;
}

#innerAdminSectionContent td{
	border-right: 1px solid #bf2527;
}
#innerAdminSectionContent td.first{
	border-left: 1px solid #bf2527; 
}


































#howItWorks {
	width: 540px;
/*
	margin-left: 50px;
	margin-right: 50px;
	padding-left: 50px;
	padding-right: 50px;
*/
	background: #fff;
	text-align: left;
	color: black;
}

#howItWorks p,
#howItWorks ul,
#howItWorks ol,
#howItWorks table {
	font-size: 13px;	
}



h1 {
	padding: 3px 5px 3px 0px;
	margin: 20px 0px 10px 0px;
	font-size: 16px;
}

h2 {
/*	background: #ccc; */
/*	color: #c33; */
	padding: 3px 5px 3px 0px;
	margin: 20px 0px 10px 0px;
	font-size: 16px;
}

h3 {
/*	background: #e5e5e5; */
/*	color: #c33; */
	padding: 3px 5px 3px 0px;
	margin: 20px 0px 10px 0px;
	font-size: 14px;
}






table {
	width: 570px;
	margin: 0px;
	padding: 0px;
}

tr {
	height: 30px;
}

th{
/*	background: #c33; */
	color: white;
	font-weight: bold;
	text-align: center;
/*	border-top: 1px solid #c33; */
/*	border-bottom: 1px solid #c33; */
	border-left: 0px;
	border-right: 1px solid #fff;
}
th.first{
/*	border-left: 1px solid #c33; */
}
th.last{
/*	border-right: 1px solid #c33; */
}

td,
td.first,
td.last{
	background: #f2f2f2;
	color: #666;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 0px;
	padding: 3px;
/*	border-right: 1px solid #c33; */
}
td.first{
/*	border-left: 1px solid #c33; */
}
td.left {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
td.right {
	text-align: right;
	vertical-align: top;
	padding: 5px;
}

tr.footer td,
tr.footer td.first,
tr.footer td.last{
	background: #999;
	color: white;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 0px;
}
tr.footer td.first{
	border-left: 1px solid #999;
}
tr.footer td.last{
	border-right: 1px solid #999;
}


tr.winner td {
	background: #ccc;
}


tr.highlight td {
	color: #bf2527;
}


td .smallTableFont {
	font-weight: normal;	
	color: black;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}



#lastUpdated {
	float: left;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	clear: left;
}


#winningPosition {
	float: right;
	padding: 5px;
	width: 150px;
	margin: 10px;
/*	margin: 10px 10px 10px 408px; */
	background: #ccc;
	border: 1px solid #999;
}


#adminContent {
	margin-left: -80px;
	margin-right: 0px;	
	width: 650px;	
}

#adminHeader {
/*	color: #c33;	*/
	font-weight: bold;
}

#adminMessage {
	width: 450px;
	background: #9acc99;
	margin: 10px 0px 10px 80px;
	padding: 5px;
	color: #1b731d;
	border: 1px solid #1b731d;
}

table#adminTable {
	width: 1000px;
	clear: both;
}

#adminTable th{
	background: #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#adminTable th.first{
	border-left: 1px solid #666;
}
#adminTable th.last{
	border-right: 1px solid #666;
}
#adminTable th {
	width: 120px;
}
#adminTable th.admin{
	width: 200px;	
}

#adminTable td{
	background: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 0px;
	border-right: 1px solid #666;
}
#adminTable td.first{
	border-left: 1px solid #999;;
}


#adminTable tr.active td,
#adminTable tr.finalAllocated td {
	background-color: #9acc99;
}

#adminTable tr.pending td,
#adminTable tr.finalNotAllocated td {
	background-color: #e4b2b1;
}

#adminTable tr.finalAllocatedNotFound td {
	background-color: #e4b299;
}
#adminTable tr.inactive td {
	background-color: #ccf;
}

#adminTable tr.deleted td {
	text-decoration: line-through;
}


.changeUp {
	color: #4f843c;
}
.changeDown {
	color: #bf2527;
}
.changeZero {
/*	color: #33c; */
}


#galleryTable,
#galleryTable td,
#galleryTable th,
#galleryTable td.first,
#galleryTable th.first
#galleryTable td.last
#galleryTable th.last
{
	border: 0px;
	background: #ccc;
}


#nominationDescription {
	width: 300px;
	height: 200px;	
}

#adminTableForm {
	width: 600px;
}

#checking { 
	height: 20px;
	font-weight: bold;
	color: red;
}

#allocateTax #adminTableForm label {
	font-weight: bold;
}

#allocateFinalUsers label ,
#adminTableForm label {
	width: 180px;
}

#allocateFinalUsers input[type="text"] {
	width: 60px;
}

#adminTableForm input[type="text"] {
	width: 400px;
}

#adminTableForm input[type="text"] {
	width: 400px;
}
#adminTableForm input[type="submit"] {
	width: auto;
}
#adminTableForm input.quantity {
	width: 40px;
}
#adminTableForm input.allocateTaxValue {
	width: 60px;
}


#adminTableForm .formRow textarea {
	width: 400px;
	height: 300px;
	margin-bottom: 10px;
	float: left;
}

#staffNote {
	width: 700px;
	float: left;
}
#staffLink {
	margin: 100px 50px 50px 50px;
	float: left;
}
#staffLink input {
	height: 150px;
	width: 150px;
}

#contactForm {
	padding-top: 20px;
}


#contactCentres, 
#contactRegions {
	padding-bottom: 10px;
	padding-top: 10px;
}


#contactRegions label,
#contactCentres label,
#contactForm label {
	width: 180px;
	padding-right: 5px;
}

#contactForm .formRow input {
	width: 300px;
}

#contactForm input[type="text"] {
	width: 300px;
}


#newsHeadlines {
	margin-left: -80px;
}

#news,
.newsItem {
	clear: left;
}

#news .newsHeading,
.newsItem .newsHeading {
	font-weight: bold;
	color: #bf2527;
	font-size: 16px;
}

.newsItem .newsMore {
	font-weight: bold;
	color: #bf2527;
	font-size: 14px;
}


#news .newsDate,
.newsItem .newsDate {
	font-size: 10px;
	margin-bottom: 20px;
}

#news .newsSummary,
.newsItem .newsSummary {
	margin-top: 5px;
	margin-bottom: 5px;
}


.newsItem .newsMore {
	margin-bottom: 30px;
}

.newsItem .newsImage img {
	width: 150px;
	border: 1px solid black;
}
.newsItem .newsImage  {
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}

.newsItem .newsGroup  {
	width: 500px;
	float: left;
}


.accumulatorItem {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.accumulatorImage{
	float: left;
	padding: 5px 10px 5px 0px;
	width: 80px;
}

.accumulatorItemContent {
	float: left;
	padding: 5px 10px 5px 0px;
	width: 460px;
}


.accumulatorPound, 
.accumulatorLinks {
	font-weight: bold;
	/*color: #bf2527; */
 }

.accumulatorInfo {
	float: left;
}

.accumulatorAddBasket {
	float: right;
}

#accumulatorName {
	float: left;
	font-size: 20px;
	/*color: #bf2527; */
	font-weight: bold;
}

#accumulatorFootnote,
#accumulatorTC {
	clear: left;
	font-size: 10px;
}

#accumulatorFootnote {
	padding-top: 10px;
}


#accumulatorHeading {
	width: 580px;
	clear: left;
	padding-top: 5px;
}

#accumulatorProducts {
	width: 570px;
	color: #fff;
	background-color: #999;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
}

#accumulatorMenu {
	width: 580px;
	color: #333;
	background-color: #ccc;
	height: 25px;
}

#accumulatorMenuLinks {
	float: left;
	height: 15px;
	background-color: #ccc;
	padding: 5px 10px 5px 10px;
}

#accumulatorSpendAvailable {
	float: right;
	/*background-color: #bf2527;*/
	color: #fff;
	padding: 5px 10px 5px 10px;
	height: 15px;
}

.accumulatorItemTable {
	clear: left;
}

.accumulatorItemTable td{
	text-align: left;
	
}
.accumulatorItemContent p {
	padding: 0px;
	margin: 0px;
}
.accumulatorLinks {
	padding-top: 20px;
}

.accumulatorCategory {
	font-size: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

.rrpPrice {
	text-decoration: line-through;
}

			
.basketItem {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;	
}			
.basketImage, .basketItemContent, .basketQuantity, .basketValue, .basketRemove {
	float: left;
}						

.basketImage {
	width: 80px;
}

.basketItemContent {
	width: 250px;
}

.basketItemContent p {
	padding: 0px;
	margin: 0px;
}

.basketQuantity {
	width: 80px;
}

.basketValue {
	width: 80px;
	padding: 3px;
}


.basketRemove {
	width: 50px;
	padding: 3px;
}

input.quantity {
	width: 20px;
	padding: 3px;
	margin: 0px;
	float: left;
}

.basketQuantity a,
.basketRemove a {
	padding: 3px;
	height: 20px;
	float: left;
}

.basketQuantity img,
.basketRemove img {
	float: left;
	display: block;
}

.basketPound {
	font-weight: bold;
	color: #333;
 }



#accumulatorShoppingBasket,
#accumulatorContinueShopping {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
}


#accumulatorShoppingBasketTop {
	width: 100px;
	text-align: left;
	/*background-color: #bf2527;*/
	color: #fff;
	padding: 5px 10px 5px 10px;
	height: 15px;
	/*border: 1px solid #bf2527; */
}

#accumulatorShoppingBasketBottom {
	width: 100px;
	text-align: left;
	background-color: #f2f2f2;
	color: #666;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	height: 15px;
}

#accumulatorShoppingBasketBottom img {
	display: block;
	float: left;
}


.dashboardHeading {
	clear: left;
	font-weight: bold;
	padding: 10px 0px 10px 0px;	
}
.dashboardItem {
	clear: left;
	padding: 3px 0px 3px 0px;		
}
.dashboardDate {
	float: left;
	width: 150px;
}
.dashboardAward {
	float: left;
}
.dashboardBasketValue {
	float: left;
}
	
.pound {
	float: left;
}


.headingRight {
	float: right;
	width: 600px;
	text-align: right;	
}

/* @styling end */
