/*
	stylesheet.css
	CakePHP custom style
	James S. Clark
	2008/07/01
*/

/*
	fabtech styles
*/

body {
	background-image: url(images/gradientbg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

a:link {
	color: #D94129;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #D94129;
}

a:hover {
	text-decoration: none;
	color: #D94129;
}

a:active {
	text-decoration: none;
}

.brdr {
	border: 1px solid #CCCCCC;
}

.style1 {color: #333333}

.style3 {
	font-size: large;
	font-weight: bold;
	color: #082277;
}

.style9 {
	color: #D94129;
	font-size: x-small;
}

.style11 {font-family: Arial, Helvetica, sans-serif}

.style12 {color: #D94129}

/*
	CakePHP styles
*/

/*
	message and notification styles
*/

.message {
	margin : 5px;
	color : #cc0000;
	font-size : 110%;
	font-weight : bold;
}

.notice {
	margin : 5px;
	border-left : 4px solid #990000;
	padding : 2px;
	font-family: Courier, monospace;
	color : #990000;
	background-color : #f0f0f0;
}

.success {
	border-left : 4px solid #009900;
	color : #009900;
}

/*
	headings
*/

h1, h2, h3, h4, h5 {
	color: #082277;
}

h2 {
	font-size: large;
	font-weight: bold;
}

h3 {
	color: #D94129;
	font-weight: bold;
	margin-left: 12px;
}
