/* Define styles for the controls */

A
{
	font-family: Arial;
	font-size: 16;
}
A:link { color: blue } /* unvisited link */

A:visited { color: orange } /* visited links */

.TableStyle
{
	color: #005825;
	font-family: Tahoma, Arial;
	font-size: 8.25pt;
	font-weight: normal;	
	margin-bottom: 4;
}
.TitleStyle
{
	color: #005825;
	font-family: Tahoma, Arial;
	font-size: 18pt;
	font-weight: normal;
	background: #fff799;
}
.NormalStyle
{
	color: #005825;
	font-family: Tahoma, Arial;
	font-size: 8.25pt;
	padding-right: auto;
	padding-left: auto;
}
.DataListStyle
{
	color: #005825;
	font-family: Tahoma, Arial;
	font-size: 8.25pt;
	border-width: 0px;
	padding-right: auto;
	padding-left: auto;
}
.ErrorStyle
{
	color: #005825;
	font-family: Tahoma, Arial;
	font-size: 8.25pt;
	padding-right: auto;
	padding-left: auto;
	margin-top: 6px;
}
.LinkStyle
{	
	color: Blue;
	font-family: Arial, Tahoma;
	font-size: 10pt;
	font-weight: bold;	
	text-decoration: none;
}
.TextStyle1
{
	color:Blue;
	font-family: Arial, Tahoma;
	font-size: 9pt;
	padding: 2px;
}
.ButtonStyle
{
	color: White;
	font-family: Arial, Tahome;
	font-size: 10pt;
	font-weight: bold;
	background: #003663;
	border-color: #003663;
	border: 1px;
	padding: 1px;
	
}
.TextBoxStyle
{
	font-family: Tahoma, Arial;
	font-size: 8.25pt;
	padding: 2px;
}

.TextMultiline
{
	font-family: Tahoma, Arial;
	font-size: 8.25pt;
	padding: 2px;
}

.ComboBoxStyle
{
	font-family: Tahoma, Arial;
	font-size: 8.25pt;
}
.NormalText
{
	font-family: Tahoma, Arial;
	font-size: 8.25pt;
	color: Black;
}
.SettingText
{
	font-family: Tahoma;
	font-size: 8.25pt;
}
.ErrorText
{
	font-family: Tahoma, Arial;
	font-size: 8.25pt;
	color: Red;
}
.LabelText
{
	font-family: Arial, Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 6px;
}
.SpecialText
{
	color: #003663;
	font-family: Tahoma, Trebuchet MS;
	font-size: 8.25pt;
	padding-right: 6px;
	font-weight: bold;
}

/***************************************************/
/* Display for dataGrid.
/***************************************************/
.GridStyle
{
	font-family: Tahoma, Arial, Trebuchet MS;
	font-size: 11px;
	border-color: Green;
	border-style: solid;
}
.HeaderStyle
{
	color: #ffffff;
	font-family: Arial, Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;	
	background-color: #589C58;
	border-bottom: solid 1 #589C58;	
}
.AlterStyle
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
	border-bottom: solid 1 #589C58;
}
.ItemsStyle
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	border-bottom: solid 1 #589C58;
}
.RowItemStyle
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	border-top: solid 1 #589C58;
	border-bottom: solid 1 #589C58;
	background-color: #EEF5F8;
}
.SelectedRows
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	background-color: #f9b368;
}

/*****************************************************/
/* Difine for displaying list of posts and details.
/*****************************************************/

.PostTitle
{
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	padding: 2px;
}
.ShowPostTable
{
	font-family: Arial, Trebuchet MS;
	font-size: 10pt;
	margin-bottom: 3px;
}
.ShowPostHeader
{
	color: #0054a6;
	font-family: Arial, Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
}
.ShowPostTitle
{
	color: #d55f11;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 13pt;
	text-align: justify;	
	/*text-transform: uppercase;*/
}
.ShowPostDate
{
	color: Red;
	font-family: Tahoma, Trebuchet MS;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	font-style: italic oblique;
}
.ShowPostContent
{
	color: #003663;
	font-family: Arial, Trebuchet MS;
	font-size: 10pt;
	text-align: justify;
}
.ShowLinkTitle
{
	color: #003663;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	text-transform: uppercase;
}
.ShowPostLinks
{
	color: #003663;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 8.25pt;
	text-decoration: none;
}
.ShowPostImage
{
	border: 0;
	float: right;
	outline-color: Gray;
	outline-style: solid;
	outline-width: 1px;
	margin: 0pt 0pt 10px 10px;
}