/** Structural **/

#site_content { width:780px; margin:0 auto; padding:25px 0; }
#header { width:780px; }
#header_left { float:left; width:150px; margin-right:10px; padding-bottom:10px; line-height:1em; }
#header_right { float:right; width:620px; }
#main_body { width:780px; }

#body_left_home { float:left; width:170px; margin-right:20px; padding-top:0; }
#body_left { float:left; /*width:170px;*/width:235px; margin-right:25px; padding-top:10px; }
#body_centre {}
#body_right { float:left; /*width:540px;*/width:475px; padding-top:10px; }
#body_right_calendar { float:left; /*width:540px;*/width:520px; padding-top:10px; }

#footer { border-top:1px solid #949BA1; width:780px; padding:10px 0; margin:0 auto; color:#666666; }
#footer a { color:#949BA1; text-decoration:none; }
#footer a:hover { text-decoration:underline; }

/** General layout classes **/

.clear { clear:both; }
.center { text-align:center; }
.left { text-align:left; }
.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; }
.overflow { overflow:hidden; }
.icon_general { float:left; margin-right:10px; }
.red_text { color:#CC0000; }

img.left { float:left; padding-right:5px; }
img.right { float:right; padding-left:5px; }

/* nextN */
.nextn_container { overflow:hidden; margin:10px 0; }
.nextn_container .intro { display:none; float:left; margin:0 5px 0 0; font-weight:bold; }
.nextn_container .general { float:left; margin:0 5px; text-decoration:underline; 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; text-decoration:underline; font-weight:normal; }
.nextn_container .previous_page_inactive { display:none; float:left; margin:0 5px; }
.nextn_container .previous_inactive { float:left; margin:0 5px; }
.nextn_container .next_active { float:left; margin:0 5px; text-decoration:underline; }
.nextn_container .next_inactive { float:left; margin:0 5px; }
.nextn_container .next_page_inactive { display:none; float:left; margin:0 5px; }
