/* 
    Document   : defaults.css
    Created on : Jan 23, 2010, 3:06:08 PM
    Author     : jdm
    Description:
        Purpose of the stylesheet follows.
*/

h1 {
	color:#005544;
	font-size: 40px;
	line-height: 36px;
}
h2 {
	color:#800000;
	font-size: 34px;
	margin: 20px 0 7px 0;
	line-height: 30px;
}
h3 {}
h4 {}

p {}

a {color:#800; text-decoration: none;}
a:hover {text-decoration: none;}
a:visited {}
a img {border: none;}

.clear {
	clear:both;
}

input.text {
	border:1px solid #ccc;
	padding:1px;
	color:#999;
}
textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	border:1px solid #ccc;
	padding:1px;
	color:#999;
}

.green {
	color: #015545;
}
.red {
	color: #800;
}

button {
	background: #005544;
	color: #fff;
	border: 1px solid #005544;
	padding: 10px;	
	text-shadow: 2px 2px 7px #338877;
	-webkit-box-shadow: inset 0 0 20px rgba(255,255,255, 0.25), 0 0 20px rgba(0,0,0, 0.5);
	-moz-box-shadow: inset 0 0 20px rgba(255,255,255, 0.25), 0 0 8px rgba(0,0,0, 0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
button:hover {
	-webkit-box-shadow: inset 0 0 20px rgba(255,255,255, 0.5), 0 0 20px rgba(0,0,0, 0.5);
	-moz-box-shadow: inset 0 0 20px rgba(255,255,255, 0.5), 0 0 8px rgba(0,0,0, 0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
button:active {
	-webkit-box-shadow: inset 0 0 20px rgba(55,55,55, 0.75), 0 0 20px rgba(0,0,0, 0.5);
	-moz-box-shadow: inset 0 0 20px rgba(55,55,55, 0.75), 0 0 8px rgba(0,0,0, 0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pad-10 {padding: 10px;}
.pad-20 {padding: 20px;}

.hidden {display:none;}
