/* Fixed css - Only use for styles directly related to structure for fixed (800) design */
#site_content { width:960px; margin:0 auto 20px auto; }
#header { position:relative; margin-bottom:25px; }
#header_inner { position:relative; padding:20px 35px 25px 30px; }
#main_body { width:960px; min-height:500px; height:500px; }
html>body #main_body { height:auto; }

#body_left { float:left; width:185px; }
#body_centre {}
#body_right { float:right; width:710px; padding-right:35px; }


#footer { width:960px; margin:20px auto 0 auto; }
#footer_content { padding:10px 35px 10px 215px; }

/** General layout classes **/
.clear { display:block; clear:both; font-size:0; line-height:0; height:0; }
.center { text-align:center; }
.left, .text_left { text-align:left; }
.right, .text_right { text-align:right; }
.justify { text-align:justify; }
.float_left { float:left; }
.float_right { float:right; }
.margin { margin:10px 0; }
.margin_top { margin-top:10px; }
.margin_bottom { margin-bottom:10px; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.overflow { overflow:hidden; }
.icon_general { float:left; margin-right:15px; }
.icon_general_right { float:right; margin-left:15px; }
.red_text { color:#CC0000; }
.main_title { margin-bottom:10px; }
.message { color:#CC0000; }

img.left { float:left; padding-right:10px; }
img.right { float:right; padding-left:10px; }

/* nextN */
.nextn_container { overflow:hidden; margin:10px 0; float:right; }
.nextn_container a { text-decoration:none; color:#666666; }
.nextn_container a:hover { text-decoration:underline; }
.nextn_container .intro { display:none; float:left; margin:0 5px 0 0; font-weight:bold; }
.nextn_container .general { float:left; margin:0 5px; font-weight:normal; }
.nextn_container .selected { float:left; margin:0 5px; font-weight:bold; text-decoration:none; }
.nextn_container .previous_active { float:left; margin:0 5px; font-weight:normal; }
.nextn_container .previous_page_inactive { display:none; float:left; margin:0 5px; }
.nextn_container .previous_inactive { float:left; margin:0 5px; color:#CCCCCC; }
.nextn_container .next_active { float:left; margin:0 5px; }
.nextn_container .next_inactive { float:left; margin:0 5px; color:#CCCCCC; }
.nextn_container .next_page_inactive { display:none; float:left; margin:0 5px; }

/** General styling for a table **/
table.table_content { border-top:1px solid #EEEEEE; border-right:1px solid #EEEEEE; }
table.table_content th { padding:2px 4px; border-left:1px solid #EEEEEE; border-bottom:1px solid #EEEEEE; background:#EEEEEE; }
table.table_content td { padding:2px 4px; border-left:1px solid #EEEEEE; border-bottom:1px solid #EEEEEE; }