
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV BAR ON THE LEFT AND ONE COLUMN OF CONTENT */
    div#content {
        position: relative;
        margin: 1.5em auto 2em 0;
        padding: 0;
        text-align: left;
    }
    div#main {
        float: right;
        width: 70%;
        padding: 0 2%;
        display: inline;
    }
    div#menu_vert {
        float: left;
        width: 96%;
        display: inline;
        margin-left: 0;
    }
    div#content2 {
        display: none;
    }
    div#menu_horiz {
        display: none;
    }
/* END CONTENT */

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    div#pagewrapper {
        margin: 0 auto;
        max-width: 80em;
        min-width: 60em;
        padding: 0;
        text-align: left;
    }
    #container {
	position: relative;
	margin: 0;
    }
    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            height: 80px;
            background: #385C72;           
            text-align: left;
        }
        div#header h1 a {
            background:  url(uploads/images/logo1.gif) no-repeat 0 12px; 
            display: block;
            height: 80px;
            text-indent: -700em;
            width: 198px;
            margin: 0;
            padding: 0;
        }
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {

        }
        
        /* MAIN */
            div#main {

            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {

        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 15px;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */



div.breadcrumbs {
   padding: 1em 0;
   text-align: left;
   font-size: 90%;
   margin: 0 1em;
   border-bottom: 1px dotted #000;
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }

#menu_vert, #menu_vert ul {
  margin: 0;
  padding: 0;
  }

#menu_vert ul {
  width: 100%; /* Width of Menu Items */
  /*border-top: 1px solid #006699;*/
  /*border-right: 1px solid #006699;*/
  /*background: #ececec;*/
  }
#menu_vert li {

  list-style: none;
  }

#menu_vert li a {
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
      border:1px solid #ffffff;
/*  border-bottom: 1px solid #006699;*/
  color: #18507C;
  }

/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

    div#menu_vert ul ul li a, 
    div#menu_vert ul ul li a:link, 
    div#menu_vert ul ul li a:visited  {
        display: block;
        padding: 3px 5px 3px 25px;
       /* border-bottom: none;*/
        font-size: 90%;
    }
    div#menu_vert ul ul  {
      border-right: none;
      border-top: none;
      /*border-bottom: 1px solid #006699;*/
      padding-bottom: 5px;
    }

    div#menu_vert ul ul ul li a, 
    div#menu_vert ul ul ul li a:link, 
    div#menu_vert ul ul ul li a:visited  {
      padding-left: 40px;
      border:1px solid #d4f7d4;
    }
    div#menu_vert ul ul ul  {
     /* border-bottom: none;*/
    }
#menu_vert li ul li a { padding: 0px 0px; } /* Sub Menu Styles */

/* fixed image flicker by adding .cssmenu-vertical ul */

#menu_vert li a:hover {
	/*background-color: #eff7d4;*/
     border:1px solid #369b36;
}

.current
{
	list-style-type: square;
	display: inline;
	background-color: #eff7d4;
}

#menu_vert li.activeparent {
   background-color: #abb0b6;
}

#menu_vert li.active01 h3 {
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  /*border-bottom: 1px solid #006699;*/
  color: #18507C;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  background-color: #abb0b6;
  }

#menu_vert li.active02 h3
{
  display: block;
  padding: 3px 5px 3px 25px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #18507C;
  margin: 0;
}

#menu_vert li.active03 h3
{
  display: block;
  padding: 3px 5px 3px 40px;
  /*border-bottom: none;*/
  font-size: 90%;
  font-weight: bold;
  color: #18507C;
  margin: 0;
}

li.sectionheader {
  margin: 0;
  margin-right: -1px;
 }
li.sectionheader h3 {
   margin: 0;
   padding: 1em 10px 0.5em 10px;
   border: none;
   background-color: #fff;
  /*border-bottom: 1px solid #006699;*/
  z-index: 90;
}

li.separator {
   height: 1px;
   padding: 0.5em 0;
   margin: 0;
   width: 100%;
  /* border-bottom: 1px dotted black;*/
	}


/* Layout sections */
body {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 background-color: #dddddd;
}
		
	div#pagewrapper {
		border: 1px solid #000;
		background: #fff;
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
		color: #fff;
		background-color: #385C72;
		}
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #385C72;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}

/* make all links red */
.calendar tr td a
{
color: #36789b;
}

/* highlight "today" for the small calendar */
.calendar-today
{
font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
display: inline;
margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
color: red;
font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
margin: 0px;
border-collapse:    collapse;
border: 1px solid black;
}

/* nice squares for the #big table */
#big th
{
border: 1px solid black;
padding: 3px;
width: 70px;
}

#big td {
border: 1px solid black;
vertical-align: top;
padding: 3px;
height: 70px;
width: 70px;
}

/* format summaries nicely in #big */
#big ul
{
margin: 0px;
padding: 0px;
padding-left: 5px;
}

#big li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

/* background colours for #big */
#big td
{
background-color: #ffffff;
}

#big .calendar-day
{
background-color: #ffffff;
}

#big .calendar-today
{
font-weight: normal;
background-color: #36789b;
}

#big .calendar-today a {
 color: #ffffff;
 text-decoration: none;
}

#big .calendar-today a:hover {
  text-decoration: underline;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  text-decoration: underline;
/*display: none;*/
}

.calendar-date-from {
}


h3 {
 font-size:16px;
 font-weight:bold;
}

h4 {
 font-size:14px;
 font-weight:bold;
}

td img {
 display: block;
	font-size:11px;
}

#LeftColumn {
        font-size:11px;
	padding-left:8px;
	padding-top:8px;
	width:180px;
}

#RightColumn {
 font-size:11px;
 padding-top:10px;
 padding-right:8px;
 text-align:left;
}

/*div.back {background: #576}*/
div.section {background: #ffd}
/*div.back {padding: 1.5em}*/
/*div.section {margin: -5px 0 0 -5px}*/
/*div.back {margin: 3em 0 3em 5em}*/
div.section {border: thin solid #999; padding: 4px}

.PoweredBy
{
 color:#000000;
 text-decoration: none;
 font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}
.PoweredBy a:link,.PoweredBy a:visited, .PoweredBy a:active
{
 color:#000000;
 text-decoration: none;
 font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}
.PoweredBy a:hover {
 color:#000000;
 text-decoration: underline;
 font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}
