
/*****************************************************
Body: General page style
*****************************************************/

html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    /* background: #33A02C url(../../app_images/page_bg.png) repeat-x; */
    /* background: url(../../app_images/bg_tile.png) repeat; */
    background: url(../../app_images/bg_lines.gif) repeat;
    color: #2D2B2B;
}

#EntirePage
{
    margin: 0px;
    padding: 0px;
    background: url(../../app_images/bg_gradient.gif) repeat-x;
    min-height: 740px;
}

#PageBody1
{
    width: 1000px;
    margin: 0px auto 0px auto;
}

#PageBody2
{
    width: 920px;
    min-height: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
    position: relative;
    margin-bottom: -118px; /* the bottom margin is the negative value of the footer's height */
    margin-left: 40px;
    margin-right: 40px;
    background: #FFFFFF;
}



/*****************************************************
Base Styles
*****************************************************/

li
{
    font-size: 12px;
    line-height: 18px;
}

ul
{
    list-style-type: disc;
}

table
{
    border: 0;
}

img
{
    border: none;
}


form
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

input, textarea, select
{
    font-family: "Lucida Grande", "Verdana", sans-serif;
    font-size: 12px;
    color: #222222;
}


h1, h2, h3, h4,h5, h6, p, dl, dt, dd, form, label, img {
  margin: 0;
  border: 0;
  padding: 0;
}

span, li, p, td, tr, table, tbody {
	font-size: 1.0em;
}


/*****************************************************
General Anchors
*****************************************************/

a:link, a:link b, a:link strong
{
    color: #FF5500;
    text-decoration: none;
}

a:visited, a:visited b, a:visited strong
{
    color: #FF5500;
    text-decoration: none;
}

a:hover, a:hover b, a:hover strong
{
    color: #FF5500;
    text-decoration: underline;
}

a:active, a:active b, a:active strong
{
    color: #FF5500;
    text-decoration: underline;
}


/*****************************************************
Header
*****************************************************/

#narrowHeader
{
    background: #065112;
    color: #ffffff;
    height: 19px;
    font-size: 10px;
    padding: 8px 7px 0px 7px;
    border-bottom: solid 1px #82A888;
}

#narrowHeader a
{
    color: #FFFFFF;
    font-weight: bold;
}

#narrowHeader #EditPane
{
    float: left;
    text-align: left;
    width: 100px;
}

#narrowHeader #LoginPane
{
    float: right;
    width: 600px;
    text-align: right;
}

#header
{
    background: #ffffff;
    height: 116px;
    width: 920px;
    vertical-align: bottom;
    clear: both;
}

#header img
{
    margin: 25px 0 0 10px;
    vertical-align: bottom;
}

#nav
{
    background: #ffffff url(../../app_images/nav_bg.png) top left;
    color: #ffffff;
    height: 22px;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
    text-align: center;
    border-bottom: solid 1px #91BD94;
    width: 100%;
}

#nav tr td
{
    padding: 0 29px 0 29px;
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1px;
}

#nav tr td.rightborder
{
    border-right: 2px solid;
}

#nav tr td a
{
    color: #FFFFFF;
}


/*****************************************************
Left Column
*****************************************************/

#column_left
{
    /* clear: left;
    float: left; */
    background: url(../../app_images/subnav_li1_bg.gif) repeat;
    width: 228px; /* reduce by 2 for the border */ 
    padding: 0px;
    border: 0px;
    border-top: solid 1px #FFFFFF;
    border-left: solid 2px #FFFFFF;
    margin: 0px;
    min-height: 416px;
    text-align: left;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 40px;
}

#column_left ul li a, #column_left ul li ul li a
{
    display: block;
    /* height: 19px; */
    padding: 2px 5px 0 10px;
    color: #000000;
}

#column_left ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #FFFFFF;
}

#column_left li
{
    background: url(../../app_images/subnav_li1_bg.gif) repeat-y;
    display: block;
    font-weight: bold;
    margin: 0 0 0px 0;
    /* min-height: 21px; */
    border-top: solid 1px #FFFFFF;
    /* padding-left: 10px; */
}

#column_left li a:hover, #column_left li a:active
{
    background: #64CC5C;
    text-decoration: none;
}

#column_left li.selected
{
    background: #64CC5C;
}

#column_left li ul
{
    border: none;
    width: 100%;
}

#column_left li ul li
{
    background: url(../../app_images/subnav_li2_bg.jpg) repeat;
    font-weight: normal;
    border-top: solid 1px #FFFFFF;
    /* padding-left: 20px; */
}



/*****************************************************
Content
*****************************************************/

#column_content
{
    /* clear: left;
    float: left; */
    width: 420px;
    margin: 0px;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    border: 0px;
    background: #FFFFFF;
}


#column_full
{
    /* padding: 20px; */
    text-align: left;
    background: #FFFFFF;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;
}


/*****************************************************
Right Column
*****************************************************/

#column_right
{
    width: 230px;
    min-height: 416px;
    background: #2D2B2B;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: top;
    padding-bottom: 40px;
    border-top: solid 1px #FFFFFF;
    font-size: 11px;
    line-height: 14px;
}

#column_right h3
{
    background: #514F4F;
    height: 18px;
    font-size: 12px;
    padding: 5px 10px 0px 10px;
    margin: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: normal;
}

#column_right ul
{
    list-style: none;
    margin: 0;
    padding: 0px 10px 0px 10px;
}

#column_right li
{
   border-bottom: dotted 1px #ffffff;
   margin: 0px;
   padding: 0px; 
   padding-top: 2px;
   padding-bottom: 10px;
   line-height: 14px;
}


#column_right li.last
{
   border-bottom: none; 
   margin-bottom: 10px;
}

.WhatsOnRight h4
{
    font-size: 11px;
    line-height: 14px;
}

.WhatsOnRight p
{
   border-bottom: dotted 1px #ffffff;
   margin: 0px;
   padding: 0px; 
   padding-bottom: 10px;
   margin-bottom: 5px;
   line-height: 14px;
}

.WhatsOnRight hr
{
    display: none;
}


/*****************************************************
Footer
*****************************************************/


#EntireFooter {
	height: 175px; /* .push must be the same height as .footer */
	position: relative;
	border: 0px;
	width: 1000px;
	margin: 0px auto 10px auto;
}

.footer-push {
	height: 118px; /* .push must be the same height as .footer */
	clear: both;
	display:block;
}

#bottomBlocks
{
    height: 118px;
    clear: both;
    margin: 0;
    padding: 0;
    /*margin-left: 40px; */
}

#bottomBlocks ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#bottomBlocks h4
{
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 3px;
    margin: 0px;
}

#bottomBlocks p
{
    height: 62px;
    font-size: 11px;
    line-height: 14px;
}

#bottomBlocks a
{
    color: #ffffff;
    font-weight: bold;
}

#blockone, #blocktwo, #blockthree, #blockfour
{
    float: left;
    height: 118px;
    width: 210px;
    color: #ffffff;
    font-size: 12.5px;
    padding-left: 10px;
    padding-right: 10px;
}

#blockone
{
    background: url(../../app_images/bottomBlocks/background_1.jpg);
}

#blocktwo
{
    background: url(../../app_images/bottomBlocks/background_2.jpg);
}

#blockthree
{
    background: url(../../app_images/bottomBlocks/background_3.jpg);
}

#blockfour
{
    background: url(../../app_images/bottomBlocks/background_4.jpg);
}


#blockUnion
{
    float: left;
    width: 35px;
    padding-right: 5px;
    padding-top: 48px;
    
}

#blockAFES
{
    float: left;
    width: 35px;
    padding-left: 5px;
    padding-top: 43px;
    
}

#footer
{
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    margin: 10px 0 0 0;
    width: 920px;
    padding-left: 40px;
    padding-right: 40px;
}

#footer a
{
    color: #FFFFFF;
    font-weight: bold;
}


#footer p
{
    padding-bottom: 5px;
}



/*****************************************************
Display elements
*****************************************************/
h1
{
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Arial;
    font-weight: bold;
}


.breadcrumbs
{ 
	font-size : 10px;
	padding-top : 10px;
	text-align: left;
}

.picleft {
	position: relative;
	margin: 1em 2em 1em 0;
	float: left;
	text-align: center;
	z-index:1;
	clear:left;
}

.picright {
	position: relative;
	margin: 1em 0 1em 2em;
	float: right;
	text-align: center;
	z-index:1;
	clear:right;
}

.post {
	font-size: 12px;
	line-height: 150%;
}


.postfoot {
	padding-top: 8px;
	margin:-.25em 0 0;
	font-size: 11px;
	font-family : Arial,Verdana,Sans-serif;
	font-style:normal;
	margin-right:.6em;
	padding-bottom: 5px;
}


.updating 
{
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    background-color: #FBE3C9;
    text-align: center;
    vertical-align: middle;
    width : 100px;
    height : 20px;
    border : solid 1px #000000;
}


.EnrolForm
{

}

.EnrolForm h2 
{
    background-color: #A4CE3E;
    font-size: 13px;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 2px #FFFFFF;
}

.EnrolForm h3
{
    background-color: #C9EA78;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 2px #FFFFFF;
    border-bottom: none;
    font-size: 12px;
}

.EnrolFormBody
{
    background-color: #DDF4A6;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 2px #FFFFFF;
}

.EnrolFormTimetable
{
}

.EnrolFormTimetable input
{
    width: 20px;
}

.WhatsOn
{
}

.WhatsOn td
{
    padding: 2px;
}


.WhatsOn h2
{
    background-color: #2D2B2B;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: solid 2px #FFFFFF;
}

.WhatsOn h3
{
    background-color: #ABDA4D;
    font-size: 13px;
    text-transform: uppercase;
    padding: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: solid 2px #FFFFFF;
}

.WhatsOn h4
{
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px;
    padding-top: 7px;
    padding-bottom: 3px;
}

.WhatsOn p
{
    padding-left: 15px;
    padding-right: 15px;
}

.WhatsOn hr
{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #cccccc;
    background-color: #cccccc;
    padding: 0px;
}



/*****************************************************
Notes
*****************************************************/

.myNote
{
	border: 1px solid #FFFFFF;
	background-color: #f5f5f5;
	padding: 5px;
	text-align: center;
}

.noteBorder
{
	border: 1px solid #eeeeee;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.noteBorderFull
{
	border: 1px solid #eeeeee;
	width : 500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/*****************************************************
Lists
*****************************************************/

ul.nobullet {
	list-style : none;
	padding : 0px;
	padding-left : 25px;
	margin : 5px 5px;
}

li.nobullet {
	list-style : none;
	padding-bottom: 10px;
}

ul.bullet {
	list-style : circle outside;
	padding : 0px;
	padding-left : 25px;
	margin : 5px 5px;
}

li.bullet {
	list-style : circle outside;
	padding-bottom: 10px;
}


/*****************************************************
Tables
*****************************************************/
.tableBorder /* This is the outline round the main forum tables */
{
    border: 1px #EDF4F5 solid;  
    /*border: 1px outset;*/
    background-color: #FFFFFF;
}

td.column, tr.column /* td.column is the main heading row of the table, shows either the table title, or the column headings, such as 'Posts', 'Last Post' etc. Top row of all tables. */
{
    font-weight: bold; 
    font-size: 10px; 
    background-color: #A4CE3E; /*#6798C7; */
    /* COLOR: white; */
    vertical-align:top;
}

table.fh {
    COLOR: #246398;
    vertical-align:top;
    font-size: 11px;
    background-color: #FFFFFF;  

}

td.f, tr.f /* Forums column cells on main page; last post, replies, view cells on ShowForums page (shaded cells?) */
{
    font-size: 11px; 
    background-color: #C9EA78; /* #BDCFDF; */
    border-bottom: 1px solid #EDF4F5;
    text-align: left;
}

td.fh /* forumRowHighlight - such as forumOptions, forumStatistics, WhoIsOnline boxes etc.*/
{
    font-size: 11px;
    background-color: #DDF4A6; /* #EDF4F5; */
    text-align: left;
}

td.fhtb /* with textboxes*/
{
    font-size: 12px;
    background-color: #DDF4A6; /*#EDF4F5; */
    text-align: left;
}


/*****************************************************
General Text
*****************************************************/
.txt1 { font-size : 1em; } 
.txt2 { font-size : 0.9em; }
.txt3 { font-size : 0.8em; }
.txt4 { font-size : 0.7em; }
.txt5 { font-size : 0.6em; }

.Bold {font-weight:bold;}

.txt1Bold { font-size : 1em; font-weight:bold; }
.txt2Bold { font-size : 0.9em; font-weight:bold; }
.txt3Bold { font-size : 0.8em; font-weight:bold; }
.txt4Bold { font-size : 0.7em; font-weight:bold; }
.txt5Bold { font-size : 0.6em; font-weight:bold; }

.txt1red { font-size : 1.0em; color: Red; }
.txt3red { font-size : 0.8em; color: Red; }


/*****************************************************
Validation Text
*****************************************************/

.validationWarning 
{
	color: Red; 
	font-size: 10px;
}


/*****************************************************
Slideshow for homepage
*****************************************************/

.slideshowFrame
{
    padding:8px;
}

#slideshow
{
    list-style: none;
    color: #fff;
}

#slideshow span
{
    display: none;
}

#slideshowView
{
    position: relative;
    width: 902px;
    height: 413px;
    /* padding: 2px;
    border: 0px solid #ccc; */
    background: #000;
    display: none;
}

#slideshowView *
{
    margin: 0;
    padding: 0;
}

#slideimage
{
    width: 902px;
}

#slideimage img
{
    position: absolute;
    z-index: 25;
    width: auto;
}

.slidenav
{
    position: absolute;
    width: 25%;
    height: 419px;
    cursor: pointer;
    z-index: 150;
}

#slideprev
{
    left: 0;
    background: url(../../app_images/left.gif) left center no-repeat;
}

#slidenext
{
    right: 0;
    background: url(../../app_images/right.gif) right center no-repeat;
}

#slidelink
{
    position: absolute;
    height: 419px;
    width: 100%;
    z-index: 100;
    opacity: .4;
    filter: alpha(opacity=40);
}

#slidelink_fix
{
    width:100%; 
    height:100%; 
    background-image:url(../../app_images/spacer.gif);
}

.slidehover
{
    background: url(../../app_images/link.gif) center center no-repeat;
}



/*****************************************************
AJAX Calendar
*****************************************************/

.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #FFFACD;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
    color: black;
    font-weight: bold;
}



/*****************************************************
Modal Window
*****************************************************/

.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333;
}

.CommonModal
{
	background-color: #fff;
	border: solid 6px #333;
}

.CommonModalTitle
{
	border-bottom: solid 1px #333;
	padding: 8px 0 2px 0;
	font-size: 150%;
	margin: 0 8px;
	font-weight: bold;
	color: #333;
	cursor: move;
	min-height: 24px;
}

.CommonModalContent
{
	background-color: #fff;
}

.CommonModalFooter
{
	width: 100%;
	height: 12px;
}

.CommonModalClose
{
	width: 16px;
	height: 15px;
	background-image: url(../../app_images/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 8px;
	margin: 0;
}

.CommonModalResize
{
	width: 12px;
	height: 12px;
	background-image: url(../../app_images/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	right: 6px;
	bottom: 6px;
	cursor: se-resize;
}

