/*==========================================

	Page Layout

==========================================*/
/*=================================== Positioning ============================================*/
body { background: #fff; text-align: left; }
#page_container {  
	width: 1000px;
	zoom: 1;
	position: relative;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	}
#container { width: 100%; float: left; }
#header{}
#wrapper{float:left;width:100%; overflow: hidden; }
#content{margin: 0 160px 0 140px; }
#navigation{float:left;width: 140px; margin-left:-100%;overflow: hidden; }
#sidebar{float:right;width:160px;margin-left:-160px;margin-top: 0;overflow: hidden; position: relative; }
#footer{clear:both; }


/*=================================== Colours & Style ========================================*/

#container {
	background: #fff url() repeat-y 140px 0;
}
#header{
	background: #00adde url() no-repeat 0 0;
	height: 90px;
	border-bottom: 4px solid #E0E0E0;
	}

#wrapper{ }
#content{ }
#content_inner {
	padding: 1em;
}
#navigation{
	background: #fff url(left_bg.jpg) no-repeat 100% 0;	
	min-height: 200px;

	}
#sidebar{
	
	}
#footer{
	padding: 1em;
	height: 6em;
	border-top: 1px solid #E0E0E0;
	background: #fff; url(header.jpg) repeat-x 0 0;
	text-align: center;
font-size: 80%;
	}

/*=================================== Additional Elements ====================================*/
/* SidePanel Boxes */

.sidepanel {
	background: #fff;
	border: 1px solid #E0E0E0;
	margin: 0.5em;
	padding: 0 5px 5px 5px;
	margin-bottom: 0;
	position: relative;
}

.sidepanel h3 {
	margin: 0 -5px 5px -5px;
	padding: 2px 0 2px 5px;
	background: #E0E0E0;
	color: #000;
	font-weight: bold;
	font-size: 100%;
}
.sidepanel li {
	position: relative;
}
.sidepanel a.cal {
	position: relative;
	display: inline;
	font-size: 100%;

}

	
#banner_advert {
	position: absolute;
	right: 10px;
	top: 2.5em;
	width: 468px;
	height: 60px;
	color: #c00;
overflow: hidden;
	margin-top: 10px;
}

#sidebar_advert {
	width: 120px;
	overflow: hidden;
	margin: 6em auto 0 auto;
        align: center;


}
.logo {

	padding: 12px;
}
.logo img {
margin-top: 15px;
}
	
#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,body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,sans-serif;
	font-size: 90%;
	}

a , a:link {	
	color: #36c;	
	text-decoration: underline;
	}

a:hover {	
	color: #c00;
	text-decoration: underline;
	}
a:active {
	color: #c63;
	text-decoration: underline;
	}

h1 {
	font-family: tahoma, arial, verdana, sans-serif;
	margin: 0.2em 0;
	font-weight: bold;
	color: #ed2482;
	}
h2 {
	font-family: tahoma, arial, verdana, sans-serif;
	margin: 0.2em 0;
	font-weight: bold;
	color: #00adde;
	}
h3 {
	font-family: tahoma, arial, verdana, sans-serif;
	margin: 0.2em 0;
	font-weight: bold;
	color: #ed2482;
	}
h4 {
	font-family: tahoma, arial, verdana, sans-serif;
	margin: 0.2em 0;
	font-weight: bold;
	color: #00adde;
	}
h5 {
	font-family: tahoma, arial, verdana, sans-serif;
	margin: 0.2em 0;
	font-weight: bold;
	color: #ed2482;
	}

h6 {
	font-family: tahoma, arial, verdana, sans-serif;
	margin: 0.2em 0;
	font-weight: bold;
	color: #000000;
	}

h7 {
	font-family: tahoma, arial, verdana, sans-serif;
	margin: 0.2em 0;
	font-weight: bold;
	color: #ed2482;
	}

h1 { font-size: 180%; }
h2 { font-size: 130%; }
h3 { font-size: 130%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
h6 { font-size: 130%; }
h7 { font-size: 180%; }

p {
	padding: 0;
	margin: 0 0 1em 0;
	}
img {
	border: 0;
        color: #666666;
	}
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 {

	height: 2em;
	background-color: #000;
	color: #fff;
	border-bottom: 1px solid #000;
	line-height: 2em;
}
#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;	
}
.skiplinks li {
	display: inline;
	margin: 0;
	padding: 0;
	}

li.skipnav a ,
li.skipnav a:visited {
	font-size: 80%;
	color: #000;
	text-decoration: none;
	padding: 0 1em;
}
li.skipnav a:hover{
	color: #000;
	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: #ccc;
	font-size: 90%;
	line-height: 2.2em;
}
#tbControls li a:hover {
	color: #c00;
	}
	
/*=======================================================

	System Contols

=======================================================*/

div.login input.textbox , .login input.button {
	width: 80%;
	display: block;
}
div.login input.button {
	font-weight: bold;
}
div.login a {
	display: block;
	margin: 0.5em 0 0 0;
	}
div.controlpanel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
div.controlpanel li {
	padding: 0;
	margin: 0;
	height: 1.5em;
	}
div.controlpanel li a {	
	line-height: 1.5em;

	}
div.controlpanel li.logout {
	text-align: right;
	padding: 3px;
}
div.controlpanel li.logout a {
	display: inline;
	padding: 3px;
	color: #c00;
}
div.controlpanel li.logout a:hover {
	color: #fff;
	background-color: #c00;
	}
.TextRegion_edit {
	float: right;
	}


/* Dynamic widht for e-Voting 800x600 screens */
.page_elections #page_container {  
	max-width: 1000px;
        min-width: 700px;
	width: auto;
	_width:expression(document.body.clientWidth > 1000? '1000px' );
	}


.Toggler
{
        width:20px;
        height:200px;
        overflow:hidden;
        font-family:Arial;
        font-size:12px;
        font-weight:bold;
        text-align:center;
        float:left;
}
.Content
{
        height:198px;
        border-top:1px solid #333;
        border-bottom:1px solid #333;
        background-color:#ececec;
        display:none;
        width:0px;
        float:left;

/*=======================================================

	Organisations

=======================================================*/

#orgnav {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#1E1515;}