/* Rose and Thistle Stylesheet */

A:link {
	text-decoration: underline;
}

A:visited {
	text-decoration: underline;
}

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

A.highlight:link  {
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	color: #ffffcc;
	text-decoration: none;
	border: 2px solid #ffffff;
	background-color: #92B5C7;
	width: 140px;
    height: 20px;
	padding: 3px 10px;
	margin: 0px;
	display: block;
}

A.highlight:visited {
	color: #ffffcc;
	border: 2px solid #ffffff;
	background-color: #92B5C7;
	text-decoration: none;
}

A.highlight:hover {
	color: #ffffcc;
	border: 2px solid #ffffff;
	background-color: #92B5C7;
	text-decoration: none;
}

TD {
	font-family: arial;
	font-weight: normal;
	font-size: 11pt;
	color: #333333;
}

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

TD.footer {
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
}

TD.photocaption {
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
}

TD.photo {
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
}

.contacttable {
	background-color: #F7F7F1;
	border-color: #C4C4C4;
	border-width: 1;
	border-style: solid;
	border-right-width:1;
	border-right-style: solid;
	border-right-color: #cccccc;
}

.contacttable TD {
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
	border-top-width:1;
	border-top-style: solid ;
	border-top-color: #ffffff;
	border-bottom-width:1;
	border-bottom-style: solid ;
	border-bottom-color: #cccccc;
}

TD.contactheader { 
	font-family: arial;
	font-size: 11pt; 
	font-weight: bold;
	color: #333366;
	border-top: 0px solid #E9E9E9;
	border-left: 0px solid #E9E9E9;
	border-right: 0px solid #E9E9E9;
	border-bottom: 1px solid  #C4C4C4;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	background-image: url(../gizmos/contactheaderback2.gif);
}

.navButton a  {
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	color: #333333;
	text-decoration: none;
	border: 2px solid #ffffff;
	width: 140px;
    height: 20px;
	padding: 3px 10px;
	margin: 0px;
	display: block;
}

.navButton a:hover {
	color: #ffffcc;
	border: 2px solid #ffffff;
	background-color: #92B5C7;
	text-decoration: none;
}

.navButton a:visited {
	text-decoration: none;
}

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

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

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

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

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

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

INPUT.submit2 {
	cursor: hand;
	font-family: verdana,arial;
	font-size: 10px;
	font-weight: bold;
	color: #660033;	
/*
	border-width: 1px;
	border-color: 660033;
	border-style: inset;
*/
	background-color: #d9d6cb;
}

INPUT.submit3 {
	cursor: hand;
	font-family: verdana,arial;
	font-size: 10px;
	font-weight: bold;
	color: #333366;	
/*
	border-width: 1px;
	border-color: 660033;
	border-style: inset;
*/
	background-color: #d9d6cb;
}

INPUT.button {
	border: 1px outset;
	cursor: pointer;
	font-size:9pt;
	font-weight: normal;
	margin: 0px 0px 0px 1px;
	padding: 1px 1px 1px 1px;
	background-image: url(../images/buttonback.gif);
	background-image: repeat-x;
	width:130px;
}

INPUT.button2 {
	border: 1px outset;
	cursor: pointer;
	font-size:9pt;
	font-weight: normal;
	margin: 0px 0px 0px 1px;
	padding: 1px 1px 1px 1px;
	background-image: url(../images/buttonback.gif);
	background-image: repeat-x;
	width:50px;
}

