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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

form{display:inline}

body {
	width:100%;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	/* border-collapse: collapse; */
	/* border-spacing: 0; */
}

body, table {
	font-family: Trebuchet MS;
	font-size: 10pt;
	line-height:17t;
	color: #717171;
}

li {
	margin-left:16px;
}

a {
	color:#000;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

span.clear {
	clear:both;
	float:none;
	width:0px;
	height:0px;
	line-height:0px;
	overflow:hidden;
	visibility:hidden;
}

#container {
	background-color:white;
	margin: 0 auto;
}

#topbar {
	display:block;
	width: 882px;
	margin: 0 auto;
	top:0px;
	height: 60px; 
}

#logo {
	padding: 15px 0px 0px 0px;
	float: left;
}

/* BANNER */
#banner {
	height:201px;	
	width: 882px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	margin: 0 auto;
}

#bannerimages {
	position: absolute;
	top: 0; left: 0;
}

#bannershadow{
	position: absolute;
	top: 0; left: 0;
}

#bannerimages img{
	float: left;
}

div#bannershadow{
	position: absolute;
	top: 0px;
	height: 238px;
	width: 1161px;
	background-repeat: no-repeat;
	background-position:center;
}

div#bannershadowbottom{
	width: 1161px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position:center;
}
			
.paging {
	position: absolute;
	bottom: 0px; right: 80px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a:link, .paging a:visited, .paging a:hover, .paging a:active {
	text-decoration: none;
	border: 0;
}

.paging img {
	border: 0;
}

#loginstatus {
	float:right;
	text-align:right;
	margin-right:3px;
	margin-top:6px;
}

div.dottedline {
	width:100%;
	height:34px;
	display:block;
	overflow:hidden;
	position:fixed;
	bottom:0px;
}

.footer {
	bottom:54px;
	left: auto;
	width: 882px;
	height: 24px;
	background-image:url("../images/footerbalk.png");
	background-repeat: no-repeat;
	background-position:center;
	margin: 0px auto;
	color: #FFFFFF;
	font-family: trebuchet MS;
	padding-left:60px;
	padding-top:10px;
	font-size:8pt;
}
	
.footer a {
	text-decoration: none;
	color: #FFFFFF !important;
	font-family: trebuchet MS;
	font-size:8pt;
	background-image: none !important;
}

div#menu {
	position: absolute;
	top: 60px;
	left:0;
    right:0;
	width: 882px;
	height: 30px;
	margin: 0 auto;
	padding: 0px;	
	z-index: 120;
}
		
div#menu ul.menu{
	display: inline-block;
	zoom: 1; 
	*display: inline;

	right: 9px;
	float:right;
	padding:0px 10px 0px 10px;
	margin-right: 9px;
	height:30px;
	width: auto;
	background-color: #e2100a;
	list-style-image:none;
	list-style-type:none;
	/* BORDERS */
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
		
div#menu li, div#menu li.selected{
	display: inline-block;
	zoom: 1; 
	*display: inline;
	padding: 0px 0px;
	text-align: center;
	margin-left:0px;
}

div#menu ul.menu li:not(:last-child) {
	background: url(../images/menuspacer.png) no-repeat;
	background-position: right 9px;
	z-index: 1020;
}
	
div#menu li a {
    display:inline-block;
	zoom: 1; 
	*display: inline;
	text-decoration:none;
	color: #fff;
	padding: 5px 20px 5px 20px;
	background-image:none !important; 
}

.assessment {
	position:relative;
	border:1px solid #ccc; 
	padding:8px; 
	margin-bottom:12px;
	min-height:128px;
}

.assessment img {
	position:relative;
	margin-right:8px;
}

.assessment div {
	position:absolute;
	left:200px;
	top:0px;
	width:500px;
}

#article {
	display:block;
	width:748px;
	margin:0 auto;
	padding:0px 26px 36px 26px;
}

h1, h2 {
	color: #E2101A;
	font-family:Verdana;
	font-size:13pt;
	font-weight:bold;
	margin-bottom:16px;
} 

h3 {
	color:black;
	font-family:Verdana;
	font-size:11pt;
	font-weight:bold;
	margin-bottom:2px;
}

p {
	margin-bottom:12px;
}

#existinguser {
	width:364px;
	float:left;
	vertical-align:top;
	padding-right:16px;
	margin-bottom:16px;
}

div.titleexistinguser {
	background-color:#5B4F51;
	width:348px;
	height:16px;
	padding:4px 0px 8px 16px;
	color:white;
	font-weight:bold;
	margin-bottom:16px;
}

#newuser {
	width:364px;
	float:left;
	vertical-align:top;
	margin-bottom:16px;
}

div.titlenewuser {
	background-color:#E2101A;
	width:348px;
	height:16px;
	padding:4px 0px 8px 16px;
	color:white;
	font-weight:bold;
	margin-bottom:16px;
}

a, a:visited {background:transparent url(../images/dmspritenav.png) no-repeat 0 -356px;padding-left:15px!important;text-decoration:none;}
a:hover{background-position:0 -396px;}
a:active{background-position:0 -396px}

a, a:visited{color:#e2001a} 
a:hover,a:active{text-decoration:none}

a.logo, a.noimage {
	background-image:none !important; 
	padding-left:0px !important;
	text-decoration:none !important;
}

.button {
	color:#fff;
	height:24px;
	cursor:pointer;
	padding-left:12px;
	padding-right:24px;
	text-align:left;
	font-size:13px;
	margin-top:8px;
	min-width:170px;
	background-color:#E2001A;
	border:1px solid #E2001A;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image:url("../images/button-icon.png");
	background-repeat:no-repeat;
	background-position:right 10px center;
}

.button:hover {
	color:black;
	background-color:white;
	background-image:url("../images/button-icon-over.png");
}


.button-modify-report { background-image: none !important;min-width:10px;background-color: #e2001a;padding-left:10px;padding-right:10px;margin-right:2px;border: 1px solid #e2001a;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.button-modify-report:hover { background-color: #fff; background-image: none !important;}


.sortup, .sortdown:hover { background-position:0px -441px; }
.sortdown, .sortup:hover { background-position:0px -481px; }

/* .button			{cursor:pointer;font-family: Verdana, Arial, sans-serif;color: black;font-size: 6.5pt;} */
.imagebutton	{cursor:pointer;color: black;font-size: 10pt;}
.checkbox		{cursor:default;color: black;font-size: 10pt;margin:0;}
.radiobutton	{cursor:default;color: red;font-size: 10pt}
.combobox 		{cursor:default;background:#FFF;color:black;font-size: 10pt;border: #ccc 1px solid;}
.textfield		{background:#FFF;color:black;font-size: 10pt;border: #ccc 1px solid;}
.textarea		{background:#FFF;color:black;font-size: 10pt;border: #ccc 1px solid;}

.textfield:focus {border:#154273 1px solid;}
.textarea:focus {border:#154273 1px solid;}

table.list td {
	padding-right:8px;
	vertical-align:middle;
}

table.list tr {
	height:36px;
}

.shoppingcart { 
	width:20px;
	height:15px;
	cursor:pointer;
	background: #fff url(../images/dmspritenav.png) no-repeat 0px -598px;
	border:none;
}

.shoppingcart:hover {
	background-position:0px -643px;
}

span.reportprogress {
	display:inline-block;
	height:24px;
	text-align:left;
	font-size:13px;
	margin-top:8px;
	width:172px;
	padding-right:4px;
	text-align:center;
}

#cookiebar {
	position:absolute;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}


.assessmenttable__header-actions {
	width: auto !important;
}
