/* STEALING GRAPHICS FOR HEADER -- via deploy-time pass of buildutils/python/process_vhosts.py
/* url(/graphics/headers/PAS_header.jpg);*/

body {
	background-color: #EEE;
	margin: 0;
	font: normal 11px/18px Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
	}

a, a:visited, a:active  {
	color: #666666;
	text-decoration: underline;
	background-color: inherit;
    }
a:hover {
    color: #004BAE;
    text-decoration: underline;
	background-color: inherit;
    }

#mastertable {
	max-width: 800px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: #BABFDC solid 1px;
	border-left: #BABFDC solid 1px;
	border-right: #BABFDC solid 1px;
	font: normal 12px/18px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	}

#toptable {
	width: 98%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#reducetable {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	}

.subHeading {
	color:#555555;
	font-style:italic;
	font-size:11pt;
	}

.welcomeText {
	width:95%;
	text-align:center;
	margin:auto;
	font-weight:bold;
	padding:10px 0;
}

@media all and (max-width:600px) {
	.welcomeText {
		display:none;
	}
}

#paintTitle {
	color: #666666;
	border-bottom: solid 1px #666666;
	background-color: inherit;
	}

.paintTitle {
	color: #666666;
	border-bottom: solid 1px #666666;
	background-color: inherit;
	}

.paintTitle2 {
	color: #666666;
	border-bottom: solid 1px #666666;
	background-color: inherit;
	}

.paintTitleH2 {
	color: #666666;
	border-bottom: solid 1px #666666;
	font-size: 16px;
	background-color: inherit;
	}

.labb
{
	color: #BD5A0C;
	border-bottom: solid #3B3831 1px;
}

.footerstrip
{
	background-color: #C9600D;
}

.standardwidth {
	max-width: 802px;
	margin-left: auto;
	margin-right: auto;
}

/* LACHRC specific kill in other css */

.columnHome
{
	float: left;
	width: 276px;
	height: 467px;
	background: url(/graphics/images/LAC_left.jpg) no-repeat;
	margin-left: 10px;
}

/* FORM STUFF */
select, textarea, input  {

    color: #333;
    font-size: 11px;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #555555;
    margin: 2px 0px 1px 0px;
    /* padding: 2px; */
}

/* now make them all have nice hovers */
select:hover, option:hover, textarea:hover, input:hover {
    color: #333;
	background-color: #EEE;
}

#shsWrapper .notifyPanel.shsSpecialOptions.row3 {
	background-color: #333333 !important;
}

#shsWrapper .notifyPanel.shsSpecialOptions.row3 .imgMiddle {
	border: 1px solid #fff;
	border-radius: 50%; 
}

#shsWrapper .notifyPanel.shsSpecialOptions.row3 .saveRow .leftCol #bell.panelBtn a {
	color:#333333;
}
#shsWrapper .notifyPanel.shsSpecialOptions.row3 .saveRow .leftCol #bell.panelBtn a:hover {
	color:#000;
}