﻿@media screen {
	body {
		margin: 0;
		padding: 0;
		background-image: url(images/bgMain.gif);
		background-position: center top;
		background-repeat: repeat-y;
		font-family: Verdana;
		font-size: 11px;
		color: #666;
	}
	a {
		color: #666;
	}
	a:hover {
		color: #036;
	}
	b {
		/*font-size: 110%;*/
	}
	em {
		color: red;
	}
	pre {
		display: inline;
		font-family: Verdana;
		font-size: 11px;
	}
	h1 {
		color: #036;
		font-size: 16px;
	}
	h2 {
		font-size: 15px;
	}
	h3 {
		font-size: 14px;
	}
	legend {
		font-weight: bold;
	}
	fieldset ul {
	}
	fieldset li {
		list-style-type: none;
	}
	li label {
		width: 200px;
	}
	hr {
		border: solid 1px #EDBD29;
	}
	img {
		border: none;
	}
	#maincontainer {
		width: 900px; /*Width of main container*/
		margin: 0 auto; /*Center container on page*/
	}
	#topsection {
		height: 87px; /*Height of top section*/
		background-color: #FC0;
	}
	#menu {
		background-image: url(images/mainMenuBg.jpg);
		background-repeat: repeat-x;
		height: 30px;
		margin-top: -12px;
	}
	#menu ul {
		padding-top: 5px;
	}
	#menu li {
		font-size: 11px;
		font-weight: bold;
		display: inline;
		list-style-type: none;
		padding-left: 13px;
		padding-right: 13px;
	}
	#menu a {
		color: Black;
		text-decoration: none;
	}
	#menu a:hover {
		color: White;
		text-decoration: none;
	}
	#contentwrapper {
		float: left;
		width: 100%;
	}
	#contentcolumn {
		margin: 0px 0px 0px 146px; /*Set left margin to LeftColumnWidth*/
	}
	#leftcolumn {
		float: left;
		width: 146px; /*Width of left column*/
		margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
		background: #FCE89F;
		background-image: url(images/bgLeft.gif);
		background-position: center top;
		background-repeat: no-repeat;
		min-height: 180px;
	}
	#rightcolumn {
		float: left;
		width: 160px; /*Width of right column*/
		margin-left: -160px; /*Set left margin to -(RightColumnWidth)*/
		background: #FDE95E;
		min-height: 500px;
	}
	#footer {
		clear: left;
		width: 100%;
		background: black;
		color: #FFF;
		text-align: center;
		padding: 4px 0;
	}
	#footer a {
		color: #FFFF80;
	}
	.inner10 {
		margin: 10px;
	}
	.innertube {
		margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	}
	.sidetube {
		margin: 10px 7px 10px 7px;
	}
	.textBox {
		border: solid 1px #999;
	}
	.file {
		border: solid 1px #999;
		width: 284px;
	}
	.imageButton {
		margin-top: 10px;
	}
	.listItem {
		padding-left: 4px;
		padding-right: 4px;
	}
	.headImage {
	}
	.txtLabel {
		text-align: right;
		padding-right: 10px;
	}
	.ajaxUpdate {
		background-image: url(/images/progress.gif);
		background-position: center center;
		background-repeat: no-repeat;
		height: 100px;
		text-align: center;
		vertical-align: middle;
	}
	.warning {
		padding: 10px;
		font-weight: bold;
		background-color: #FCE89F;
		text-align: center;
	}
	.info {
		font-size: 10px;
		font-weight: bold;
	}
	.button {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		background-color: #FCE89F;
		padding: 2px 5px;
		border: none;
	}
	.btn {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		background-color: #FCE89F;
		border: none;
		border: solid 1px #F60;
		padding: 2px 5px;
	}
	.custom-link {
		border-top: solid 1px #EDBD29;
		padding: 4px 0px 4px 0px;
	}
	.popup {
		background-color: White;
		border: solid 2px #FC0;
		display: none;
		padding: 4px;
		position: absolute;
		filter: alpha(opacity=85);
		-moz-opacity: .85;
		opacity: .85;
	}
	.message {
		color: Blue;
		font-size: 11px;
		font-weight: bold;
	}
	.error {
		color: Red;
		font-size: 11px;
		font-weight: bold;
	}
	.photo {
		float: left;
		padding-right: 20px;
	}
	.imageView {
		border: solid 1px #999;
		padding: 10px;
	}
	.subline {
		font-size: 9px;
		color: #FC0;
	}
	.lbl {
		padding: 4px;
		text-align: center;
	}
}
@media print {
	* {
		background-color: white !important;
		background-image: none !important;
	}
	/*.headImage {
																					display: none;
																				}*/
	fieldset {
		border: solid 0px #FFF;
	}
	legend {
		display: none;
	}
	#topsection {
		display: none;
	}
	#menu {
		display: none;
	}
	#leftcolumn {
		display: none;
	}
	.no-print {
		display: none;
	}
}

