/* Fixed css - Only use for styles directly related to structure for fixed (800) design */
#site_content { width: 975px; margin:0 auto 0 auto; background:#FFFFFF; background:url(../theme_images/background.gif) no-repeat;}
#site_content_bg { padding:10px 25px 0 25px; margin:45px 0 0 0; background:#FFFFFF; border:2px solid #E4E6E5;}
#header {}

#header #headerLeft { width:400px; float:left;}
#header #headerRight { width:440px; float:right}
#header #headerFoot { background:url(../css_themes/default/theme_images/header_divide.gif) no-repeat; height:13px}
#header img {}
#main_body { padding-bottom:5px; margin-bottom:15px; margin-top:15px; background:#FFFFFF url(../css_themes/default/theme_images/page_back.gif) repeat-y;}
#main_body { padding-bottom:5px; margin-bottom:15px; margin-top:15px; background:#FFFFFF url(../css_themes/default/theme_images/page_back.gif) repeat-y;}
#main_body_single { padding-bottom:5px; margin-bottom:15px; margin-top:15px; background:#FFFFFF url(../css_themes/default/theme_images/page_back_single.gif) repeat-y;}

#bodyLeft { float:left; width:175px;}
#bodyCentre { float:left; width:450px; min-height:400px;}
#bodyRight { float:right; width:250px;}
#bodyCentreAndRight { float:left; width:700px; min-height:400px;}


#footer {color:#959595; padding:5px; font-size:1.1em;  }
#footer a:link, #footer a:visited, #footer a:active { color:#959595; text-decoration:none}
#footer a:hover {color:#959595; text-decoration:underline;} 

/** 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 { background:#FFFFFF; color:#CC0000; border:1px solid #CC0000; margin:0 0 10px 0; padding:5px; font-size:1.0em; font-weight:bold; }

img.left { float:left; padding-right:10px; }
img.right { float:right; padding-left:10px; }

/* nextN */
.nextn_container { overflow:hidden; float:right; font-size:1em; height:24px; line-height:14px;}
.nextn_container a { text-decoration:none; color:#711E1A; }
.nextn_container a:hover { text-decoration:underline;}
.nextn_container .intro { float:left;font-weight:bold; color:#711E1A; display:none; }
.nextn_container .general { float:left; font-weight:bold; border-right:1px solid #711E1A; padding:0 5px 0 5px}
.nextn_container .generalLast { float:left; font-weight:bold;padding:0 0 0 5px}

.nextn_container .generalselected { float:left; font-weight:bold; text-decoration:underline; color:#711E1A;  border-right:1px solid #711E1A;  padding:0 5px 0 5px}
.nextn_container .generalLastselected { float:left; font-weight:bold; text-decoration:underline; color:#711E1A; padding:0 0 0 5px}
.nextn_container .previous_active { display:none;}

.nextn_container .previous_page_inactive {  display:none;}
.nextn_container .previous_inactive { display:none;}
.nextn_container .next_active { display:none;}
.nextn_container .next_inactive {  display:none;}
.nextn_container .next_page_inactive { display:none;}
.nextn_container .next_page_active { display:none;}
.nextn_container .previous_page_active { display:none;}

#languageRow { padding:5px 0 5px 0; margin:5px 0 0 0; border-bottom:1px solid #CCCCCC;}

/* Breadcrumbs */
#breadcrumbs { padding:5px 0;font-size:11px; color:#333333; 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;}
#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 0 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:5px 0; background:url(../css_themes/default/theme_images/custom_rule.gif) repeat-x; list-style:none; }
.list_content li .title { margin:0 0 10px 0; padding:0; color:#E42C22; }
.list_content li .title a { color:#E42C22; text-decoration:none; font-size:1.1em; }
.list_content li .title a:hover { text-decoration:underline; }
.list_content .generalLink {color:#E42C22; text-decoration:none; font-weight:bold; display:block; padding:2px 0 0 0}
/** 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; }
