/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 05 February 2012 04:36:55
*/


/* CSS Document */

* {
    padding: 0px;
    margin:0px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
    font-size: 100%;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}
body {
    font-size: 76%;
    line-height: 1.5em;
    background-color:#292929;
/*    background-image:url(http://www.manukau.ac.nz/__data/assets/image/0004/8374/background.jpg);
    background-repeat: repeat-x; */
    text-align:center;
}
/* -------------------General Styles----------------------------------------------*/
p, ul, ol, table {
    margin-bottom: 14px;    
}
h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-weight: bold;
    margin-bottom: 14px;
    font-size: 1.33em;
}
ul {
    list-style-position: outside;
    list-style-type: disc;
}
li {
    margin-left: 30px;
}
a {
    color: #446597; 
    text-decoration: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
   border-collapse: collapse;
   border-spacing: 0;
   width: 540px;
}
th, td {
    text-align: left;
    vertical-align: top;
}
th {
    font-weight:bold;
}

/* -------------------layout-----------------------------------------------*/
#wrapper {
    width:800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    background-color:#FFFFFF;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    text-align:left; 
}

#logo {
    float: left;
    height: 149px;
    width: 209px;
    background-image: url(http://www.manukau.ac.nz/__data/assets/image/0006/5397/palm-logo.gif);
       border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
}
#slideshow {
    width:589px; 
    float: left;
    height: 149px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    overflow:hidden;
    background-color: #000000; 
    background-image: url(http://www.manukau.ac.nz/__data/assets/image/0019/9145/backgroundheader.jpg);
    background-repeat: no-repeat;    
}
#mainsection {
    width: 799px;
    background-image: url(http://www.manukau.ac.nz/__data/assets/image/0010/5401/palm-middle.gif);
    background-repeat: repeat-y;
    clear: both;
    background-position: left 149px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;

}
#mainsection2 {    
    background-image: url(http://www.manukau.ac.nz/__data/assets/image/0011/5402/palm-top.gif);
    background-repeat: no-repeat;
    background-position: left top;

}
#mainsection3 {
    background-image: url(http://www.manukau.ac.nz/__data/assets/image/0009/5400/palm-bottom.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#menu {
    width: 590px;
    margin-left: 210px;
    height: 40px;
    background-color: #536D88;
    text-align:center;
    
}
#menu ul{
    list-style-type: none;
}
 #menu li{
    display: block; 
    float:left;
    margin:0px;
    padding:0px;
}
/* If you change the number of menu items you will need to change the width below. divide 590 by the number of menu items and subtract one (for the border) */

#menu li a {
    display: block;
    float:left;
    height:40px;
    width:117px;/* if you change the number of menu items you will need to change this - see above*/
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    line-height: 40px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
#menu a:hover{
    background-color: #38495B;
}
#content {
    margin-left: 210px;
    min-height: 350px;
   padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
#footer {
    height: 80px;
    width: 800px;


}
#footerleft {
    height: 80px;
    width: 210px;
    float:left;
    text-align:center;
}
#footerright {
    height: 40px;
    width: 589px;
    float:left;
    padding-top:40px;
}
#footerleft img {
    padding-right: 10px;
    padding-left: 10px;
}
#footertext {
    background-color: #000000;
    height: 26px;
    width: 575px;
    color: #FFFFFF;
    padding:7px;
    text-align:center;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
}

/*-------------------------------------Classes-------------------------------------*/
.hide {
display:none;
}
.price_spacing {
    float: left;
    width: 200px;
}
.borderedtable {
   border: 1px solid #000;
}
.borderedtable td, .borderedtable th {
   border: 1px solid #000;
}
.schedule th, .schedule td {
    padding:3px;
    text-align: center;
}     
.schedule th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;   
    vertical-align: bottom; 
}
/*use week class on the <tr> of the last row of the week*/
.week td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CDC6B4;

}
.center {
text-align:center
}
/*-------------------------------------Forms-------------------------------------*/
.form-errors{
    color: #990000;
}
.nobullet li{
    margin-left:0px;
    list-style-type: none;
}
.nobullet input {
    vertical-align: middle;
}

#unavailableMeals {
    display: none;
}
.formtable td {
padding: 5px 10px 5px 0px;
}
