body
{
	padding: 0;
	margin: 0;
	border: 0;
	left: 0;
	top: 0;
	SCROLLBAR-FACE-COLOR: #667494;
	SCROLLBAR-HIGHLIGHT-COLOR: #ccd6cc;
	SCROLLBAR-SHADOW-COLOR: teal;
	SCROLLBAR-3DLIGHT-COLOR: #ccd6cc;
	SCROLLBAR-ARROW-COLOR: #ccd6cc;
	SCROLLBAR-TRACK-COLOR: gray;
	SCROLLBAR-DARKSHADOW-COLOR: black;
}

.ListBoxNormal
{
	border: solid 1 black;
	background-color: Silver;
}

.TextNone
{
	font-size: 1px;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}

.TextTinyLight
{
	font-size: 8px;
	color: silver;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TextSmallLight
{
	font-size: 10px;
	color: silver;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TextSmallLightBold
{
	font-size: 10px;
	color: silver;
	font-weight:bold;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TextNormalLight
{
	font-size: 11px;
	color: silver;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TextNormalLightBold
{
	font-size: 11px;
	color: silver;
	font-weight:bold;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TextMedLight
{
	font-size: 12px;
	color: silver;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TextMedLightBold
{
	font-size: 12px;
	color: silver;
	font-weight:bold;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}

.TextLargeLight
{
	font-size: 14px;
	color: silver;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TextLargeLightBold
{
	font-size: 14px;
	color: silver;
	font-weight:bold;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.ValidatorText
{
	font-size: 10px;
	color: red;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TextSmallDark
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TextSmallDarkBold
{
	font-size: 10px;
	color: black;
	font-weight:bold;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TextNormalDark
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TextNormalDarkBold
{
	font-size: 11px;
	color: black;
	font-weight:bold;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}

.TextMedDark
{
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TextMedDarkBold
{
	font-size: 12px;
	color: black;
	font-weight:bold;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}

.TextLargeDark
{
	font-size: 14px;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TextLargeDarkBold
{
	font-size: 14px;
	color: black;
	font-weight:bold;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.ButtonText
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}

.InputAreaBackground
{
	 /*background-color: #669966;	*/
	 background-color: #2B2B35;
}

.ThreadListDataGridItem, .ThreadListAlternatingDataGridItem
{
	
	font-size: 10px;
	color: white;
	/*border-top: solid 1px red;*/
	margin-top: 0px;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	padding-top: 0px;
	padding-bottom: 0px;
	
	 
}

.HighScoreSummaryEntry
{
	padding-bottom: 10px;	
}

.AlternatingDataGridItem
{
	background-color: black;
	font-size: 12px;
	color: black;
	margin-top: 0px;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	/*background-image: url('../Images/threadbar.jpg');*/
	padding-top: 0px;
	padding-bottom: 0px;
	 
}

.DataGridItemColourChange
{
	background-color: #2E3038;
	font-size: 12px;
	color: black;
	margin-top: 0px;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	/*background-image: url('../Images/threadbar.jpg');*/
	padding-top: 0px;
	padding-bottom: 0px;
	 
}

.AlternatingDataGridItemColourChange
{
	background-color: #2D2F33;
	font-size: 12px;
	color: black;
	margin-top: 0px;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	/*background-image: url('../Images/threadbar.jpg');*/
	padding-top: 0px;
	padding-bottom: 0px;
	 
}

.DataGridItem
{
	background-color: black;
	font-size: 12px;
	color: black;
	margin-top: 0px;
	border: 0;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	/*background-image: url('../Images/threadbar.jpg');*/
	padding-top: 0px;
	padding-bottom: 0px;
	
	 
}
/*
.AlternatingDataGridItem
{
	background-color:Silver;
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
*/



.DataGridHeader
{
	height: 17px;
	background-color: #0B2E42;
	background-image: url('../Images/BoardWalk/threadbar_subject.jpg');
}

A, A:Visited, .CustomLink
{
	font-weight: bold;
	font-size: 11px;
	color: #F5B83B;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextSmallLight A, .TextSmallLight A:Visited
{
	font-weight: bold;
	font-size: 10px;
	color: #F5B83B;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}

.TextSmallLight A:Hover
{
	font-weight: bold;
	font-size: 10px;
	color: #00A8BC;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}

.ThreadListDate
{
	font-weight: normal;
	font-size: 9px;
	color: #8B96A9;
}

.ThreadListLink, .ThreadListLink:Visited
{
	font-weight: normal;
	font-size: 11px;
	color: silver;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}


.ThreadListLink:Hover
{
	font-weight: normal;
	font-size: 11px;
	color: #00A8BC;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}

.ThreadListLinkLarge
{
	font-weight: bold;
	font-size: 11px;
	color: #F5B83B;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}


.ThreadListLinkLarge:Hover
{
	font-weight: bold;
	font-size: 11px;
	color: #00A8BC;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}



A:Hover
{
	font-weight: bold;
	font-size: 11px;
	color: #00A8BC;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}

.ThreadListDataGridPager
{
	background-color: black;
	height: 22px;
	background-image: url('../Images/threadbar_footer2.jpg');
}
.DataGridPager
{
	background-color: black;
	height: 22px;
	background-image: url('../Images/BoardWalk/threadbar_footer3.jpg');
}
.TextSmallError
{
	font-size: 10px;
	color: red;
	text-decoration: bold;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TextLargeError
{
	font-size: 12px;
	color: red;
	font-weight: bold;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}
.TinyFillText
{
	font-size: 1px;
	color: red;
	text-decoration: none;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}

.SmallPadding
{
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 9px;
	padding-top: 9px;
}

.MediumHeading
{
	font-weight: bold;
	font-size: 13px;
	color: #6A8EC0;
	font-family: Verdana,Arial, 'Microsoft Sans Serif';
}

.LargeHeading
{
	font-weight: bold;
	font-size: 16px;
	color: #6A8EC0;
	font-family: Verdana,Arial, 'Microsoft Sans Serif';
	margin-top: 20px;
	margin-bottom: 20px;
}


/* IPHONE SPECIFIC SETTINGS */

.IphoneHeading
{
	font-weight: bold;
	font-size: 22px;
	color: #97ADD1;
	font-family: Verdana,Arial, 'Microsoft Sans Serif';
}

.IphoneSubHeading
{
	font-weight: bold;
	font-size: 18px;
	color: #97ADD1;
	font-family: Verdana,Arial, 'Microsoft Sans Serif';
}

.IphoneCaption
{
	font-weight: bold;
	font-size: 16px;
	color: #D6D6D6;
	font-family: Verdana,Arial, 'Microsoft Sans Serif';
}

.IphoneText
{
	font-weight: normal;
	font-size: 16px;
	color: #D6D6D6;
	font-family: Verdana,Arial, 'Microsoft Sans Serif';
}

.IphoneTextSmall
{
	font-weight: normal;
	font-size: 14px;
	color: #D6D6D6;
	font-family: Verdana,Arial, 'Microsoft Sans Serif';
}


.IphoneLinkSmall
{
	font-weight: bold;
	font-size: 14px;
	color: #F5B83B;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}


.IphoneLinkSmall:Hover
{
	font-weight: bold;
	font-size: 14px;
	color: #00A8BC;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}

.IphoneInputText
{
	font-weight: normal;
	font-size: 16px;
	color: #111111;
	font-family: Verdana,Arial, 'Microsoft Sans Serif';
}

.IphoneButton
{
	font-weight: normal;
	font-size: 22px;
	color: #111111;
	font-family: Verdana,Arial, 'Microsoft Sans Serif';
}

.IphoneError
{
	font-weight: bold;
	font-size: 16px;
	color: #FF0000;
	font-family: Verdana,Arial, 'Microsoft Sans Serif';
}
