/* ================================
    CSS STYLES FOR AlaskaCharters
    v1.1, 06/2001
   ================================
*/   

body
{
	background-image: url(images/Background8.jpg); 
	background-repeat: no-repeat;
	color: dddddd;
	font-size: 14px;
	font-family: Bookman Old Style,Tahoma;
}

body.nomenu
{
	background-image: none;
}

td
{
	font-size: 14px;
	font-family: Bookman Old Style,Tahoma;
}

A
{
	text-decoration: none;
    color: #dddddd;
    font-family: Verdana;
    font-size:  16px;
    font-weight: bold
}

A:hover 
{
    color: white;
    text-decoration: underline;
}

.Invisible
{
	visibility:hidden;
}

.SelectedItem
{
	color: White;
	font-size: 17px;
	font-weight: bold;
}

.Alert
{
	color: Red;
	font-weight: bold;
	background-color: Silver;
	font-size: larger;
}

.UnselectedLink
{
}

.PageTitle
{
	font-size:28px;
	font-weight: bold;
	color: White;
	line-height: 50px;
	font-family: Verdana;
}

.SelectedStart
{
	background-image: url(images/SelectedStart.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.SelectedMiddle
{
	background-image: url(images/SelectedMiddle.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.SelectedEnd
{
	background-image: url(images/SelectedEnd.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.Selected
{
	background-image: url(images/SelectedBig.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

A.Template
{
	text-decoration: underline;
    color: #993333;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  17px;
    font-weight: bolder;
    letter-spacing: -1px;
    
}

A.Template:hover 
{
    color: #FF3333;
    text-decoration: none;
}

.CalendarDay
{
}

.ErrorMessage
{
	color: Red;
	/*background-color: #1B1B9E;*/
	font-weight: bold;
}

.DataGridColumn
{
	color: Red;
}

.SurveyHighlight
{
	border-width: medium;
	border-color: Red;
}