/* Salty Rose Stylesheet */

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
	color: red;
}

A.Slideshow:link {
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

A.Slideshow:visited {
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

A.Slideshow:hover {
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background: #ffffcc;
	color: #004e33;
}

TD {
	font-family: verdana,arial;
	font-size: 10pt;
}

TD.Editor {
	font-family: verdana,arial;
	font-size: 8pt;
}

TD.PhotoCaption {
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

TD.PhotoStatus {
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}

INPUT.textbox {
	font-family: arial;
	font-size: 10pt;
	color: #000000;	
	background-color: #ffffff;
	border: 1px;
	border-style: solid;
	border-color: #003300;
}

INPUT.radiobutton {
	background-color: #003300;
}

INPUT.check {
	background-color: #003300;
}

TEXTAREA.commentbox {
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	border: 1px;
	border-style: solid;
	border-color: #003300;
	background-color: #ffffff;
}

SELECT.picklist {
	font-family: arial;
	font-size: 10pt;
	color: #003300;	
	border: 1px;
	border-style: solid;
	border-color: #003300;
	background-color: #ffffff;
}

INPUT.submit {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #003300;	
	border-width: 1px;
/*	border-color: 660033;*/
/*	border-style: inset;*/
	background-color: #cccccc;
}

