/* Mac Signs CSS */
body,td,th {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
body {
	background-color: #092145;
	background-image: url(../images/backing.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.link2 {
	margin: 10px 12px 10px 12px;
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
.link2:link {
	margin: 10px 12px 10px 12px;
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
.link2:visited {
	margin: 10px 12px 10px 12px;
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
.link2:hover {
	text-decoration: underline;
	margin: 10px 12px 10px 12px;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
}
.link2:active {
	margin: 10px 12px 10px 12px;
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
a:link {
	color: #faa719;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #faa719;
}
a:hover {
	text-decoration: underline;
	color: #faa719;
}
a:active {
	text-decoration: none;
	color: #faa719;
}

#mainnav {
	background-image: url(../images/mac_06.jpg);
}
#contentarea {
	background-image: url(../images/mac_13.jpg);
}
#contentarea .nav td a {
	display: block;
	padding-left: 30px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 20px;
	vertical-align: middle;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#contentarea .nav td a:hover {
	display: block;
	padding-left: 30px;
	background-image: url(../images/nav_hover.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 20px;
	vertical-align: middle;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#rightshoulder {
	background-image: url(../images/mac_10a.jpg);
}
#footfiller {
	background-image: url(../images/mac_34.jpg);
}
.link3 {
	margin: 10px 0px 0px 0px;
	color: #fff;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
}
h1 {
	margin: 10px;
	width: 95%;
	background: #133668;
	color: #faa719;
	font-size: 13pt;
	font-weight: bold;
	padding-left: 10px;
}
.textbox {
	background-image: url(../images/textbox_bg.gif);
	color: #FFFFFF;
	font-size: 11px;
	width: 157px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 1px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 6px;
	padding-top: 2px;
}
.comments {
	color: #FFFFFF;
	background-image: url(../images/comment_bg.gif);
	font-size: 11px;
	width: 157px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 117px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 6px;
	margin-top: 1px;
	margin-bottom: 2px;
	padding-top: 2px;
}

#watermark {
	background-image: url(../images/watermark.jpg);
	background-position:  right bottom;
	background-repeat: no-repeat;
}
#container {
	padding:20px;
}

/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#eae9ca;
}
label {
	color:#FFF;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#FFF;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(../images/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(../images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(../images/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(../images/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput {
	width:280px;
	height:14px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	color: #FFFFFF;
}
.textinput:hover {
	background-position:left bottom;
}

/*Text areas*/
.textarea {
	width:280px;
	height:124px;
	background:url(../images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	color: #FFFFFF;
}
.textarea:hover {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmit:hover{
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
