/*==========================================

	Page Layout

==========================================*/
/*=================================== Positioning ============================================*/
body {text-align: center; background: url(bg.gif) fixed;}
#page_container {  
	width: 100%;
	zoom: 1;
	position: relative;
	text-align: left;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	}
#container {z-index: 50;padding-top: 50px;}
#main_inner {background: #FFF;}
.inner_container {
	width: 900px;
	height:100%;
	margin: 0 auto;
}


#header{ height: 250px; padding: 0; margin: 0;}
#wrapper{
	float:left;
	width:900px;
	overflow: hidden;
	z-index: 1;
}
#content{
	margin: 0 0 0 0;
}
#navigation {
	width: 850px;
	height: 56px;
	overflow: hidden;
	position: relative;
	margin: 0 25px;
	z-index: 5;
}


#footer{width: 850px; margin: 0 25px; clear:both; border-top: 1px solid #000;}

/* Overide css reset */
.text_content li {
list-style-type:disc;
}
#toolbanner {
width:100%; 
height:2.2em; 
background: #DDD; 
position: fixed;
bottom: 0;
z-index:100;
border-top: 1px solid #AAA;
}


/*===================================

 Colours & Style

 ========================================*/
body {	font-family: "Century Gothic", Verdana, Arial, sans-serif;}
#container {
}
#header {background: url(header.png) no-repeat;}
#wrapper{ }
#content{ }
#content_inner {
	padding: 1em 25px;
	min-height: 370px;
}
#navigation{
	background: none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	}

#footer{
	padding: 1em 0 4em 0;
	background: #FFF;
	color: #000;
	text-align: left;
	}
#toolbanner {}


/*=================================== 

Admin Bar

====================================*/	

#topbar {
	position: fixed;
	top: 0;
	left: 0;
	height: 20px;
	width: 100%;
	z-index: 100;
	overflow:visible;
	background: #DDD;
	border-bottom: #CCC;
}

.ddmenu {
	background: #fff;
	margin: 0 0 0 -1px;
	padding: 0;
	margin-bottom: 0;
	position: relative;
    float: left;
    width: auto;
	max-width: 180px;
	overflow:hidden;
	height: 19px;
	min-height: 19px;
	text-align:left;
}

.sidepanel {
	width: 180px;
}

.ddmenu h3 {
	margin: 0;
	padding: 4px;
	background: #EEE;
	color: #333;
	font-weight: bold;
	font-size: 11px;
	font-family: 'Lucida Sans', Arial, sans-serif;
	cursor:pointer;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.ddmenu h3:hover {
	background: #AAA url(green.png) no-repeat;
	color: #FFF;
}

.ddmenu h4 {
	position: relative;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-family: 'Lucida Sans', Arial, sans-serif;
	padding: 6px;
	background: #EEE;
	font-size: 100%;
	margin-top: -1px;
}

.ddmenu p {
display: none;
}

.ddmenu ul {
	margin: 0;
	height: auto;
	overflow: hidden;
}

.ddmenu li {
position: relative;
border-bottom: dotted 1px #AAA;
padding: 5px;
}

.ddmenu li:hover {
	background: #AAA;
}

.ddmenu li a {
	color: #333;
	text-decoration:none;
}

.ddmenu li a:hover {
	color: #FFF;
}

.ddmenu a.cal {
	position: relative;
	display: inline;
	font-size: 100%;
}

.ddlogin {
	background: #fff;
	margin: 0 0 0 -1px;
	padding: 0;
	margin-bottom: 0;
	position: relative;
	float: left;
	width: auto;
	max-width: 180px;
	overflow:hidden;
	height: 19px;
	min-height: 19px;
	text-align:left;
}

.ddlogin h3 {
	margin: 0;
	padding: 4px;
	background: #EEE;
	color: #333;
	font-weight: bold;
	font-size: 11px;
	font-family: 'Lucida Sans', Arial, sans-serif;
	cursor:pointer;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.ddlogin h3:hover {
	background: #AAA no-repeat;
	color: #FFF;
}


/*=================================== 

Additional Elements 

====================================*/	

.opening {
	background: url(opening.png) no-repeat;
	float: right;
	height: 250px;
	text-indent: -5000px;
	width: 400px;
}
	
.logo {
	float: left;
	width: 460px;
}

#docmsl {
	text-align:left;
	width:auto;
	min-width: 0; 
	}



/*==========================================

	Html elements after being reset by 	yui reset 
	(see http://developer.yahoo.com/yui/reset/)

==========================================*/
html { height: 100%; }
html,body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}

a , a:link {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	color: #36c;	
	text-decoration: underline;
	}

a:hover {	
	color: #c00;
	text-decoration: underline;
	}
a:active {
	color: #c63;
	text-decoration: underline;
	}

ul { 
margin-left:20px; 
margin-right:0px; 
} 

h1,h2,h3,h4,h5,h6,h7 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	margin: 0.2em 0;
	font-weight: bold;
	color: #333;
	}
h1 { font-size: 180%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }
h7 { font-size: 100%; }
p {
	padding: 0;
	margin: 0 0 1em 0;
	}
img {
	border: 0;
	}
form {
	margin: 0;
	padding: 0;
	border: 0;
	}
input {
	
	}
textarea {
	font-family: inherit;
	display: block;
	margin: 0;
	padding:2px;
	border: 1px solid #999;
	}
select {
	padding: 0;
	margin: 0;
	font-size: 85%;
	}

table {
	font-family: inherit;
	border-collapse: collapse;
	}
td {
	padding: 0;
}
thead {
	display:table-header-group;
}
tbody {
	display:table-row-group;

	}
caption,th {
	text-align:left;
	font-weight: bold;
	}
caption {
	font-weight: bold;
	font-style: italic;
	margin: 0.2em 0;
	display: block;
	border: 0;
}




#noscript {
	font-size: 85%;
	display: block;
	padding: 3px 2px 3px 24px;
	color: #c00;
	background: #ffc url(../images/interface/error.gif) no-repeat 4px 4px;
	border: 2px solid #c30;
}
#noscript p { 
	margin: 0.1em 0;
}


/*=======================================================

	Toolbar

=======================================================*/
#tb {
	width: 900px;
        position: relative;
	height: 2em;
	color: #fff;
	line-height: 2em;
	margin: 0 auto;
	z-index: 25;
}
#search {
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 2px 0 0;
	width: 16em;
	text-align: right;
}
#tbControls {
	position: absolute;
	right: 17em;
	top: 0;

}
.skiplinks {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;	
}
.skiplinks li {
	display: inline;
	margin: 0;
	padding: 0;
	}

li.skipnav a ,
li.skipnav a:visited {
	font-size: 80%;
	color: #333;
	text-decoration: none;
	padding: 0 1em;
}
li.skipnav a:hover{
	color: #c00;
	text-decoration: none;
}
#tbControls ul {
	margin: 0;
	padding: 0;
	}
#tbControls li {
	padding: 0;
	display: inline;
	margin-left: 1em;
}
#tbControls li a {
	text-decoration: none;
	color: #333;
	font-size: 90%;
	line-height: 2.2em;
}
#tbControls li a:hover {
	color: #c00;
	}
	

/*=======================================================

	Main Navigation

=======================================================*/
	
#navigation ul {
	display:block;
	margin: 0;
	padding: 0;
	height: 56px;
	float: left;
	width: 100%;
}

#navigation ul li {
	min-width: 154px;
	height: 56px;
	float: left;
}

#navigation ul li a {
	min-width: 154px;
	height: 56px;
	text-indent: -5000px;
	display: block;
}

#navigation ul li:hover {background: #f2e7ff;}

#navigation ul li a.home {background: url(nav_home.png) no-repeat center;}
#navigation ul li a.food {background: url(nav_food.png) no-repeat center;}
#navigation ul li a.drink {background: url(nav_drink.png) no-repeat center;}
#navigation ul li a.merch {background: url(nav_merch.png) no-repeat center; width: 214px;}
#navigation ul li a.con {background: url(nav_con.png) no-repeat center;}


#navigation ul li a.current {background-color: #f2e7ff;}



/*=======================================================

	System Contols

=======================================================*/

div.login input.textbox , .login input.button {
	margin: 5px 10px;
	width: 80%;
	display: block;
}
div.login label {
	margin: 5px 10px;
}
div.login input.button {
	font-weight: bold;
}
div.login a {
	display: block;
	margin: 0.5em 10px 0 10px;
	}
div.login {

	}
div.login h3 {
	display: none;
	}
div.controlpanel ul {

	}
div.controlpanel li {

	}
#controlpanel li.msl_edit {
	background-image: none;
	}
div.controlpanel li a {	

	}
div.controlpanel li.logout {
	text-align: left;
}

div.controlpanel li.logout a {
	display: inline;
	color: #c00;
}
div.controlpanel li.logout a:hover {
	color:#FF0000
	}
.TextRegion_edit {
	float: right;
	}

#edit_body {
	font-family: Arial, sans-serif;
	}
/*=======================================================

	Universal Stylings

=======================================================*/

.header_strip {
padding: 0 0 0.5em 0;
border-bottom: 1px solid #000;
margin-bottom: 0.5em;
text-indent:-5000px;
width:100%;
height:50px;
}

/* Dynamic width for e-Voting */
.page_elections .inner_container {  
	max-width: 900px;
        min-width: 700px;
	width: auto;
	_width:expression(document.body.clientWidth > 1000? '1000px' );
	}

.news_item_inner {
float: left;
width: 100%;
}

#footer a {
color: #FFF;
}


#footer a:hover {
color: #000;
}

#footer a.gap {
line-height: 3em;
padding-top: 0.25em;
border-top: 1px solid #FFF;
}

#msllink {
 float: right;
  display: block;
  width: 75px;
  height: 30px;
  text-indent: -3000px;
 background: url(mslroll.gif) no-repeat 0 0;
 overflow: hidden;
cursor: pointer;
}
#msllink:hover {
 background: url(mslroll.gif) no-repeat 0 -30px;
}

.market_upload {
margin-left: 30em;
}