/* Fixed css - Only use for styles directly related to structure for fixed (800) design */
#site_content { width:900px; margin:0 auto 0 auto; background:#FFFFFF; padding:0;}
#site_content_inner {}
#header { padding:0; margin:0; display:block; width:900px; float:left;}
#headerLeft { height:156px; width:339px; background:url(../css_themes/default/theme_images/header-left.gif); float:left;}
#headerRight { height:156px; width:560px; background:url(../css_themes/default/theme_images/header-right.gif); float:right;}
#header img {padding:20px;}
#main_body { margin:28px 23px 5px 28px; background:url(../css_themes/default/theme_images/body_background.gif) repeat-y;}
#body_left { float:left; width:185px; overflow:hidden;}
#body_centre { width:510px; float:left; overflow:hidden;}
#body_right { float:right; width:150px;  overflow:hidden;}

#footer_content { border-top:2px SOLID #2CAAE3; color:#000000; line-height:24px;;}
#footer_content em { font-style:normal}
#footer_content a:link, #footer_content a:visited, #footer_content a:active { color:#000000; text-decoration:none;}
#footer_content a:hover {color:#000000; text-decoration:underline;}

#footer {}
#footer #inner {}
/** General layout classes **/
.clear { display:block; clear:both; }
.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:10px; }
.red_text { color:#CC0000; }
.main_title { margin-bottom:10px; }
.message { color:#CC0000; }

img.left { float:left; padding-right:5px; }
img.right { float:right; padding-left:5px; }

/* 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; }


/* Breadcrumbs */
#breadcrumbs { padding:10px 0; color:#666666; }
#breadcrumbs ul { margin:0; padding:5px 0; list-style:none; }
#breadcrumbs ul li { list-style:none; margin:0; padding:0 5px 0 0; float:left; }
#breadcrumbs ul li.last { background:none; padding-right:0; }

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active { text-decoration:none;/* color:#666666;*/ }
#breadcrumbs a:hover { text-decoration:underline; }


/* List of content (eg. news articles index) */
.list_content { margin:0; padding:0; list-style:none; }
.list_content li { margin:0 0 10px 0; padding:0 0 5px 0; border-bottom:1px solid #CCCCCC; list-style:none; }
.list_content li .title { margin:0 0 10px 0; padding:0; color:#CCCCCC; }
.list_content li .title a { color:#CCCCCC; text-decoration:none; }
.list_content li .title a:hover { text-decoration:underline; }

/** 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; }