body.dashboard {
	background-color:#fff;
}
.dashboard div#left {
	width:255px;
	padding-right:0;
	background-color:#ccc;
}
.dashboard #right {
	display:inline;
	background-color:#fff;
	overflow:hidden;
}
.dashboard #topleft {
	border-bottom:10px solid #666;
}
.dashboard p.dashboardwelcome {
	color:#fff;
	padding-right:20px;
	padding-top:10px;
}
.dashboard div#topleft #logoandtagline p {
	font-size:12px;
	line-height:12px;
	padding-top:3px;
	text-transform:uppercase;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
	.dashboard div#topleft #logoandtagline p span {
		font-size:9px;
		color:#ff9300;
	}
.dashboard div#resultlist {
	background-color:#ccc;
}
.dashboard #topright .toprightglobal ul.topnav li a.activated, 
.dashboard #topright .toprightglobal ul.topnav li a.activated:hover {
	background-color:#fff;
	color:#333;
}
.dashboard button.submit,
.dashboard a.button {
	border:none;
	
	display:inline-block;
	
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */

	/* useful if you don't want a bg color from leaking outside the border: */        
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5); /* FF3.5+ */
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5); /* Saf3.0+, Chrome */
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5); /* Opera 10.5, IE9, Chrome 10+ */
	
	background-color: #ff8f00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8f00), to(#c16114)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ff8f00, #c16114); /* Chrome 10+, Saf5.1+ */
	background-image:	-moz-linear-gradient(top, #ff8f00, #c16114); /* FF3.6 */
	background-image:	-ms-linear-gradient(top, #ff8f00, #c16114); /* IE10 */
	background-image:	-o-linear-gradient(top, #ff8f00, #c16114); /* Opera 11.10+ */
	background-image:	linear-gradient(top, #ff8f00, #c16114);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff8f00', EndColorStr='#c16114'); /* IE6–IE9 */
		
	/* border:1px solid #732d2d; */
	padding:4px 10px;
	color:#fff !important;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
	.dashboard a.button:hover {
		text-decoration:none !important;
	}
		
	.dashboard #rightcontent a.button {
		float:right;
		display:inline;
		margin-top:15px;
	}
	
	.dashboard #resultlist button.submit {
		margin:15px 0;
	}

.dashboard .section {
	margin:10px;
	padding:0 20px 20px 20px;
	border:1px solid #999;
	background-color:#eee;
}
.dashboard .firstsection {
	padding-top:20px;
}
	.dashboard .section h2 {
		font-weight:bold;
		font-size:14px;
		margin-bottom:.7em;
	}

.dashboard #rightcontent {
	padding:0;
}
.dashboard #rightcontent .innercontent {
	padding:0 30px;
}
.dashboard #rightcontent h1 {
	font-size:18px;
	font-weight:bold;
	padding:30px 0 20px 0;
}
.dashboard #rightcontent a {
	color:#0055AA;
	text-decoration:none;
}
	.dashboard #rightcontent h1 a:hover {
		color:#f80;
		text-decoration:none !important;
	}

.dashboard .article_scroll_section {
	overflow-x: auto !important;
	overflow-y: auto !important;
}

.dashboard div.loading {
	background:url("/images/ajax-loader.gif") no-repeat center center;
}
.dashboard div.loading input {
	display:none;
}
.dashboard p.contentintro {
	width:75%;
	font-size:14px;
	margin-bottom:40px;
}
.dashboard fieldset.welcomeform {
	margin-top:20px;
}
	
	.dashboard fieldset.welcomeform .formsection {
		margin-bottom:15px;
		line-height:18px;
	}
	.dashboard fieldset.welcomeform .formrow {
		width:100%;
		margin-bottom:25px;
	}
	.dashboard fieldset.welcomeform .formsectionrow {
		float:right;
		display:inline;
		width:80%;
		clear:right;
		margin-bottom:30px;
	}
	.dashboard fieldset.welcomeform .formsectionrow .labelgroup {
		float:left;
		display:inline;
		width:33%;
		text-align:right;
	}
		.dashboard fieldset.welcomeform .formsectionrow .labelgroup label {
			width:100%;
		}
			.dashboard fieldset.welcomeform .formsectionrow .labelgroup label.sublabel {
				color:#a3a3a3;
				margin-top:15px;
				font-weight:normal;
			}
	.dashboard fieldset.welcomeform h2 {
		font-size:18px;
		color:#ff9300;
		font-weight:bold;
		float:left;
		display:inline;
		width:20%;
	}
	.dashboard fieldset.welcomeform label {
		float:left;
		display:inline;
		font-size:16px;
		font-weight:bold;
		width:30%;
		text-align:left;
	}
		.dashboard fieldset.welcomeform .formsectionrow label {
			width:33%;
		}
	.dashboard fieldset label a {
		display:inline-block;
		width:16px;
		height:0;
		padding-top:16px;
		overflow:hidden;
		background:url("/images/sprite_help.gif") no-repeat 0 0;
		position:relative;
		bottom:-2px;
	}
		.dashboard fieldset label a:hover {
			background-position:0 -100px;
		}
	.dashboard fieldset.welcomeform .formsection p {
		color:#aaa;
		text-align:right;
		margin-bottom:5px;
		font-style:italic;
		font-size:12px;
		clear:both;
	}
	.dashboard fieldset.welcomeform .inputcolumn {
		float:right;
		display:inline;
		width:58%;
		margin-left:2%;
		text-align:right;
	}
		.dashboard fieldset.welcomeform .formsectionrow .inputcolumn {
			width:63%;
		}
		.dashboard fieldset.welcomeform .inputcolumn input.text {
			float:none;
			display:inline;
			margin-left:0;
			width:98%;
			font-weight:normal;
			font-size:14px;
			border:1px solid #ccc;
			background-color:#fff;
			padding-top:1px;
			padding-bottom:1px;
		}
			.dashboard fieldset.welcomeform .inputcolumn input.yeartext {
				width:100px;
			}
		.dashboard fieldset.welcomeform .inputcolumn input.multiple {
			margin-bottom:5px;
		}
		.dashboard fieldset.welcomeform .inputcolumn input.pubgeturl {
			width:55%;
			margin-right:3px;
		}
		.dashboard fieldset.welcomeform .inputcolumn strong {
			font-size:14px;
		}
		.dashboard fieldset.welcomeform .inputcolumn p {
			font-size:12px;
			margin-top:4px;
		}
		.dashboard fieldset.welcomeform .subcolumnrow {
			margin-bottom:5px;
		}
			.dashboard fieldset.welcomeform .subcolumnrow label {
				font-weight:normal;
				text-align:right;
				float:none;
				display:inline-block;
				margin-right:2%;
			}
			.dashboard fieldset.welcomeform .subcolumnrow input,
			.dashboard fieldset.welcomeform .subcolumnrow select {
				margin-left:2%;
			}
	.dashboard fieldset.welcomeform button.submit {
		float:right;
		display:inline;
		position:relative;
		margin-top:-20px;
	}
	.dashboard fieldset.welcomeform a#morefields {
		font-size:12px;
		padding-right:10px;
		background: url("/images/icon_dropdown_arrow.gif") no-repeat 100% center;
		color:#a3a3a3;
	}
	.dashboard div.errormessage, 
	.dashboard label.error {
		color:#fe2617;
	}
	.dashboard div.errormessage {
		padding-bottom:1px;
	}
		.dashboard div.errormessage ul {
			list-style:disc;
			margin:1em 0 1em 1em;
		}
			.dashboard div.errormessage ul li {
				margin-left:1em;
			}