/* The Why of Travel Stylesheet */

A:link {
	text-decoration: underline;
}

A:visited {
	text-decoration: underline;
}

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

A.navbar:link {
	text-decoration: none;
	color: #000033;
}

A.navbar:visited {
	text-decoration: none;
	color: #000033;
}

A.navbar:hover {
	text-decoration: none;
	color: #000099;
}

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

TD.navbar {
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 10pt;
	color: #333333;
	background: #B4C0CE;
	padding-top: 2px;
	padding-bottom: 2px;
}

TD.navbar2 {
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 10pt;
	color: #333333;
	background: #ffffcc;
	padding-top: 2px;
	padding-bottom: 2px;
}

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

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

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.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;
}
