
/* --- BASE CSS FILE --- */

@import url('01_template.css');
@import url('02_classes.css');
@import url('03_tables.css');
@import url('04_forms.css');
@import url('05_search.css');

/* --- GENERAL STYLES --- */
html, body {
	min-height: 100%;
	margin-bottom: 1px;	
}

body {
	margin: 0;
	padding: 0;
	background: #f1f6fa url('../images/main-bg-tall.gif') repeat-x top center;
	font: 11px/20px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
}

p {
	padding:5px;
	margin:0;
}

h1 {
	font-weight: bold;
	font-size:18px;
	color: #3e3e3e;
	margin: 0;
	margin-bottom:15px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

h2 {
	font-size:12px;
	font-weight: bold;
	color: #333;
	padding: 5px 0 0 0;
}

h3 {
	font: 14px verdana;
	color:#4c4c4c;
	font-weight: bold;
	display:inline;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

a {
	color: #1ab6e2;
	text-decoration: none;
}
a:hover {
	color: #1199bf;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	outline: none; 
}

hr {
	height: 1px;
	color: #e5e5e5;
	padding: 0;
}

img {
	border: 0;
}

blockquote {
	background-color:#fbfcfd;
	border:1px solid #e3ebf4;
	padding:20px 50px 20px 50px;
	margin:10px 0 10px 0;
}

.indent-left {
	margin-left: 30px;
}

.error {
	padding: 25px;
	border: 1px solid #ccc;
	background-color: white;
}
.error-title {
	color: red;
}

@media print {
	@import url('print.css');
}
