/*
3
column layout for news,main and sidebar with header and footer



body {
	background: #9343B9;
	text-align: center;
	margin: 20px;
	padding: 0;
	font: normal 0.8em/ 1.2em verdana, aria, sans-serif;
	color: #666;
	font-size: 62.5%;
}

*/
#wrapper1 {
	position: relative;
	text-align: left;
	width: 100%;
}

#wrapper2 {
	position: relative;
	text-align: left;
    width: 100%;
/ / background: url("../images/leftcolor_bg.gif") repeat-y top left;
}

#profile {
	padding: 10px;
	margin: 0;
	text-align: center;
	color: #FFF;
	clear: both;
}

#profile {
	text-align: right;
}

#profile h1 {
	font-size: 200%;
}

#profile a:hover {
	color: #7A2875;
}

#maincol {
	position: relative;
	margin: 0;
	padding: 10px;
}

#news {
	position: relative;
	top: -10px;
	left: -10px;
	float: left;
	width: 5px; /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 5px; /* actual value */
	margin: 0 0 -0px 0;
	padding: 10px;
	z-index: 100;
}

#sidebar {
	position: relative;
	top: -10px;
	right: -10px;
	float: right;
	width: 150px; /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px; /* actual value */
	margin: 0 0 -10px 0;
	padding: 10px;
	z-index: 99;
}

#maincontent {
	position: relative;
	padding: 0 50px;
	z-index: 10;
}

#maincontent a {
	color: #666;
}

#maincontent a:hover {
	border-bottom: 1px solid;
	color: #9343B9;
}

#issfooter {
	position: relative;
	top: 1px;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 1% 0;
	text-align: center;
	text-align: right;
	font-style: italic;
}



#tabs {
	font-size: 0.9em;
}

#radioprogramme input {
	float: left;
	display: block;
	clear: left;
}

#radioprogramme label {
	float: left;
	display: block;
	clear: left;
	width: 90%;
	text-align: left;
}

label .redstar {
	color: red;
}

.redstar {
	color: red;
}

.button {
	border: 1px solid #006;
	background: #ccf;
}

.button:hover {
	border: 1px solid #f00;
	background: #eef;
}

.notloggedinbutton {
	border: 1px solid #006;
	background: #ccf;
}

.notloggedinbutton:hover {
	border: 1px solid #f00;
	background: #eef;
}

.fileupload {
	margin-bottom: 2em;
	margin-left: 22em;
	height: 2em; /*IE6 playing up!*/
}

#navtabs {
	width: 10em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva,
		Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	display: inline;
}

#navtabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}

#navtabs li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	display: inline;
}

#navtabs li a {
	display: inline;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #navtabs li a {
	width: auto;
}

#navtabs li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

#saved {
	width: 50%;
}

#saved p {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#savedUpload {
	width: 50%;
    border: 1px solid #008000;
    background-color: #008000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	text-align: center;
	
}

#savedUpload p {
	font-size: 1.25em;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 2px;
    color: #FFFFFF;
}

.form-row90pc label {
	width: 90%;
}

/** proxy stuff **/
#proxyProfile {
	border: 1px solid #FF3333;
	background-color: #3399FF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:2px;
	text-decoration:none;
}

.button {
	
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}




form label {
	display: block;
	float: left;
	width: 50%;
	margin: 5px 0px 0px 5px;
	text-align: left;
	padding: 0px 5px 0px 0px;
}

form {
	/* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font: 100% verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 500px;
	max-width: 600px;
	width: 600px;
}

form fieldset {
/ * clear: both;
    note that this clear causes inputs to break to left in ie5 . x mac, commented out */
    border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 0px; /* padding in fieldset support spotty in IE */
	margin: 0;
}

form input#submit,form input#reset {
	float: none;
	display: inline;
	margin: 0 12em;
	/*padding: 0;*/
}

#fieldset-session1 form label {
	display: inline;
	float: left;
	width: 10%;
	margin: 5px 0px 0px 5px;
	text-align: left;
	padding: 0px 5px 0px 0px;
}

.form-row-choice label {

	width: 30%;
	
}

.form-row-choice select{

	width: 50%;
	
}

.submit-row {
	text-align:center;

}

/*
 * day month year labels.
 * small font.
 */

.doblabel {
	font-size:75%;
	
}

.infotext {
	padding-left:10px;
	padding-right:10px;
	
	
}

#uploaded_docs {
    color: #008000;
    font-weight: bold;
    font-size: 110%;
}

#details_submit {
    display: none;
}

#fakeSubmit {
    width: 50%;
    margin-left: 10%;
    margin-right: auto;
}

#fieldset-programme {
    padding-bottom: 1em;
}

.separator {
    border-bottom: 2px solid #EEEEEE;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

#CheckandConfirmyourapplicationhere label{
    width:90%;
    margin-bottom:1em;
}