/* Body, Text, Images */

body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    background-color: #000000;
    margin: 0;
}

.left_smooth {
	background-image: url('/images/interface/left_smooth.gif');
	background-repeat: repeat-y;
	background-position: top left;
}


.left_sidebar {
	background-image: url('/images/interface/left_rough.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

.right_sidebar {
	background-image: url('/images/interface/right_rough.gif');
	background-repeat: repeat-y;
	background-position: top right;
}

.text {
	padding-left: 40px;
	text-align: left;
}

.side_text {
	text-align: left;
	color: #585858;
	line-height: 14px;
}


p {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0px 0px 20px 0px;
}

table {
    padding: 0;
    margin: 0;
}

td {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
	line-height: 16px;
}

    
h2 {
    margin: 0;
    font-size: 19px;
    color: #444444;
    line-height: 22px;
    font-weight: bold;
    }

h3 {
	margin: 0;
	font-size: 14px;
	color: #444444;
	line-height: 17px;
	font-weight: bold;
}
	
	
h4 {
	margin: 0;
	font-size: 14px;
	color: #E10E12;
	line-height: 17px;
	font-weight: bold;
}


h5 {
	margin: 0;
	font-size: 12px;
	color: #444444;
	line-height: 15px;
	font-weight: bold;
}
    

.excerpt {
    font-size: 13px;
    line-height: 20px;
    color: #1543A0;
    font-style: italic;
    }

.note {
    font-size: 11px;
    line-height: 13px;
    color: #444444;
}

.error {
    font-size: 12px;
    line-height: 13px;
    color: #E10E12;
}



img { border: 0; margin: 0; padding: 0; }

img.side_header { border: 0; margin: 0 0 12px 0; padding: 0; float: right;}
img.graphic_header { border: 0; margin: 0 0 12px 0; padding: 0; float: none;}



a {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
  }
  
a:link {text-decoration: underline; color: #444444;}
a:active {text-decoration: underline; color: #444444;}
a:visited {text-decoration: underline; color: #444444;}
a:hover {text-decoration: underline; color: #E10E12;}




.footer {
    color: #666666;
    font-size: 11px;
    line-height: 13px;
	text-align: left;
	padding-left: 195px;
	padding-top: 15px;
}

.footer a:link {text-decoration: underline; color: #8FB2F8; font-size: 10px;}
.footer a:active {text-decoration: underline; color: #8FB2F8; font-size: 10px;}
.footer a:visited {text-decoration: underline; color: #8FB2F8; font-size: 10px;}
.footer a:hover {text-decoration: underline; color: #E1EFFF; font-size: 10px;}













/* Navigation */
img.nav {
    float: left;
    margin: 0;
}



/* List Items */

ul {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 15px;
    list-style-type: square;
    list-style-position: outside;
    padding: 0px;
    margin: 0px 0px 14px 16px;
}

li {
    margin-bottom: 3px;
}


ul.arrow_small {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    line-height: 12px;
    list-style-image: url('/images/interface/arrow_small.gif');
    list-style-position: outside;
    padding: 0px;
    margin: 0px 0px 0px 17px;
}


/* Miscellaneous Elements */

div.dotted_line {
    float: none;
    background-image: url('/images/interface/divider.gif');
    background-repeat: repeat-x;
    line-height: 2px;
    margin: 25px 0 10px 0;
}

div.clearer {
    clear: both;
    line-height: 0;
    height: 0;
}

/* Forms and Form Buttons */

.form {
    font-size: 11px;
    color: #E10E12;
    text-decoration: none;
    text-indent: 0;
    background-color: #ffffff;
    margin-bottom: 7px;
}

.mailform {
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    text-indent: 0;
    background-color: #e5e5e5;
    margin-bottom: 1px;
}

.form_button {
    margin: 0;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    text-indent: 0;
    background-color: #000000;
}


/* Quickprint */

a.delete:hover {
	background-color: #e10012;
	color: #ffffff;
}
div#btn_quickprint .shared_client_quickprint_bullet {
	width: 10px;
	height: 8px;
	background-color: #000;
	float: left;
}
div#btn_quickprint:hover .shared_client_quickprint_bullet {
	background-color: #e10011;
}
div#btn_quickprint a.shared_client_quickprint {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
div#btn_quickprint:hover a.shared_client_quickprint:hover {
	color: #e10011;
}

/* horrible hacks section */