/* Fixed css - Only use for styles directly related to structure for fixed (800) design */
#site_content { width:1024px; margin:0 auto 0 auto; }
#footerInner { width:1024px; margin:0 auto 0 auto; }

#site_content_bg { }
#header { background:url(../css_themes/default/theme_images/header_background.jpg) no-repeat; height:100px; position:relative;}
#main_body {padding:20px 62px;}

#body_left { float:left; width:175px; }
#body_centre {}
#body_right { float:right; width:905px; }


#footer { padding-left:61px; height:262px; background:url(../css_themes/default/theme_images/bck_footer.jpg); color:#484848; font-size:11px; line-height:15px;}

/** 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:10px; }
.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; }

/* Breadcrumbs */
#breadcrumbs { padding:10px 0; font-size:0.9em; color:#666666; font-family:Arial, Helvetica, sans-serif; line-height:1em; }
#breadcrumbs ul { margin:0; padding:5px 0; list-style:none; }
#breadcrumbs ul li { list-style:none; margin:0; padding:0; float:left; border-left:1px solid #666666; }
#breadcrumbs ul li#breadcrumb_home_link { font-weight:bold; border:none; }
#breadcrumbs ul li.last { background:none; padding-right:0; }

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active { text-decoration:none; color:#666666; padding:0 5px; display:block; }
#breadcrumbs a:hover { text-decoration:underline; }
#breadcrumbs ul li#breadcrumb_home_link a { padding-left:0; }


/* List of content (eg. news articles index) */
.list_content { margin:0; padding:0; list-style:none; }
.list_content li { margin:0 0 0 0; padding:10px 0; list-style:none; background:none; border-bottom:1px dotted #004684}
.list_content li .title { margin:0 0 10px 0; padding:0; color:#666666; }
.list_content li .title a { color:#666666; 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; }