﻿a:link
{
	color: #595959;
	text-decoration: underline;
	font-weight: bold;
}
a:visited
{
	color: #595959;
	font-weight: bold;
	text-decoration: undeline;
}
a:hover
{
	color: #A0B842;
	text-decoration: underline;
}
a:active
{
	color: White; /*background-color: #595959;*/
}

body
{
	font-family: Arial;
	font-size: 12px;
	background-color: #E2DFD6;
}
#bottomChatTab
{
	z-index: 9999;
	bottom: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
}
#bottomChatTab .chatTab
{
	float: left;
	background-color: #000;
	height: 30px;
	border: solid 1px #9F9F9F;
}
#bottomChatTab .content
{
	float: left;
	padding-top: 8px;
	padding-left: 5px;
}
.button
{
	background-color: #000;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #4F4F4F;
	color: #fff;
	padding: 2px;
	cursor: pointer;
}
.errMsg
{
	color: #CC0000;
	font-weight: bold;
}
.okMsg
{
	color: #00CC00;
	font-weight: bold;
}
.brd150
{
	width: 150px;
	border: solid 1px #999;
}
.txtBld
{
	font-weight: bold;
}
.pageTitle
{
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-bottom: solid 1px #3F3F3F;
}
.pageDiv
{
	float: left;
	width: 100%;
	padding-top: 5px;
}

/**/
.brdBlue500
{
	width: 500px;
	border: solid 1px #C8C8C8;
	font-size: 12px;
}
.brdBlue150
{
	width: 150px;
	border: solid 1px #C8C8C8;
	font-size: 12px;
}
.brdBlue
{
	border: solid 1px #C8C8C8;
	font-size: 12px;
}
/********************************* LiveValidation *************************************/

.LV_valid
{
	color: #00CC00;
}

.LV_invalid
{
	color: #CC0000;
}

.LV_validation_message
{
	font-weight: bold;
	margin: 0 0 0 5px;
}

.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active, .fieldWithErrors input.LV_valid_field, .fieldWithErrors textarea.LV_valid_field
{
	border: 1px solid #00CC00;
}

.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active, .fieldWithErrors input.LV_invalid_field, .fieldWithErrors textarea.LV_invalid_field
{
	border: 1px solid #CC0000;
}


/*GridViewCSS*/
.GridViewStyle
{
	font-family: Arial, Sans-Serif;
	font-size: small;
	table-layout: auto;
	border-collapse: collapse;
	border: #1d1d1d 3px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
	background-image: url(Images/HeaderGlassBlack.jpg);
	background-position: center;
	background-repeat: repeat-x;
	background-color: #1d1d1d;
}
.HeaderStyle th
{
	padding: 5px;
	color: #ffffff;
}
.HeaderStyle a
{
	text-decoration: none;
	color: #ffffff; /*display: block;*/
	text-align: left;
	font-weight: normal;
}
.PagerStyle table
{
	text-align: center;
	margin: auto;
}
.PagerStyle table td
{
	border: 0px;
	padding: 5px;
}
.PagerStyle td
{
	border-top: #1d1d1d 3px solid;
}
.PagerStyle a
{
	color: #ffffff;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-top: solid 1px #777777;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #777777;
}
.PagerStyle span
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
/*RowStyles*/.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
	padding: 5px;
	border-right: solid 1px #1d1d1d;
}
.RowStyle td
{
	background-color: #c9c9c9;
}
.AltRowStyle td
{
	background-color: #f0f0f0;
}
.SelectedRowStyle td
{
	background-color: #ffff66;
}

.AltRowStyle1 td
{
	background-color: #f0f0f0;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.postFullText
{
	background-color: #ffffff;
	padding: 1px 10px 1px 10px;
	font-size: 12px;
	line-height: 16px;
}

.postFullText blockquote
{
	background-image: url(quotebg.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 85px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	min-height: 40px;
}

/* FORUM STYLE */
a.forumtopic
{
	color: Black;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
a.forumtopic:hover
{
	color: #3A91CE;
	font-size: 14px;
	text-decoration: underline;
}

.topictext
{
	color: Black;
	font-family: Verdana, Times New Roman , Arial;
	font-size: 10px;
}

a.forumpost
{
	color: White;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.forumpost:hover
{
	color: #3A91CE;
	font-size: 12px;
	text-decoration: underline;
}


.cal_Theme1 .ajax__calendar_container
{
	background-color: #e2e2e2;
	border: solid 1px #cccccc;
}
.cal_Theme1 .ajax__calendar_header
{
	background-color: #ffffff;
	margin-bottom: 4px;
}
.cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev
{
	color: #004080;
	padding-top: 3px;
}
.cal_Theme1 .ajax__calendar_body
{
	background-color: #e9e9e9;
	border: solid 1px #cccccc;
}
.cal_Theme1 .ajax__calendar_dayname
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 2px;
}
.cal_Theme1 .ajax__calendar_day
{
	text-align: center;
}
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active
{
	color: #004080;
	font-weight: bold;
	background-color: #ffffff;
}
.cal_Theme1 .ajax__calendar_today
{
	font-weight: bold;
}
.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title
{
	color: #bbbbbb;
}

