﻿@media print
{
	.report
	{
		margin: 0em;
	}
	.report h1
	{
		font-size: medium;
	}
	.dashReport body, table
	{
		font-size: 77%;
		width: 100%;
	}
	.dashReport .chart img
	{
		width: 300;
		height: 150;
	}
}
form {
  margin-bottom: 0em;
}
body
{
	margin: 0;
	background: #F0F0F0;
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	color: black;
}
table, button, select, input, textarea
{
	font-family: Verdana;
	font-size: 11px;
}
button[disabled], button[disabled]:hover {
	background: #efefef;
	color: Gray;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
input:focus, button:focus, select:focus, textarea:focus
{
	outline: 2px solid orange;
}
input:active, button:active, select:active, textarea:active
{
	outline: 2px solid orange;
}
input[disabled="disabled"]
{
	color: #808080;
}
img
{
	border: none;
}
.header
{
	height: 82px;
	background: #ffffff;
}
.header a
{
	color: #666666;
}
.header a img
{
	padding: 8px 0 0 25px;
}
.topLinks
{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.topLinks a, .topLinks a:visited
{
	display: block;
	float: left;
	padding: 13px 20px;
	border-left: 1px solid #dfdfdf;
	color: #666666;
}
.topLinks a:hover, .topLinks a:visited:hover
{
	color: #666666;
	text-decoration: none;
}
.topLinks a:focus
{
	outline: 2px solid orange;
}

.skipNav a
{
	position: absolute;
	left: -10000px;
}
.skipNav a:focus
{
	position: relative;
	left: 0;
}
.skipNav a:active
{
	position: relative;
	left: 0;
}
.Tabs
{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='black'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#2e353b), to(#1c2124));
	background: -moz-linear-gradient(top,  #2e353b,  #1c2124);
	background-image: linear-gradient(to bottom,  #2e353b,  #1c2124);
	overflow: hidden;
	height: 37px;
}
.Tabs a
{    
	font-size: 11px;
	color: #cccccc;
	float: left;
	display: block;
	padding: 11px 17px 0 17px;
	height: 26px;
}
.Tabs a:hover
{
	color: white;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#434D56), to(#394549));
	background: -moz-linear-gradient(top,  #3B464C,  #283233);
    background-image: linear-gradient(to bottom,  #434D56,  #394549);
    background-color:#434D56;
}
.Tabs a:focus
{
	outline: 2px solid orange;
}
.tabsel
{
	font-size: 11px;
	color: #21262a;
	float: left;
	display: block;
	padding: 0 17px;
	background: #f0f0f0;
	font-weight: bold;
	padding: 11px 17px 13px 17px\9;
	padding: 11px 17px 0 17px;
	height: 26px;
}
.tabSelLeft
{
	display: none;
}
.tabSelRight
{
	display: none;
}
.tabDiv
{
	display: none;
}
.leftFloat
{
	float: left;
}
.signon
{
	font-size: 11px;
	color: #cccccc;
	float: right;
	display: block;
	padding: 11px 17px 0 17px;
	height: 26px;
}
.buttonScanNew input[type='button'], .buttonScanNew input[type='submit']
{
	background: none;
}
.buttonScanNew input[type='button']:hover, .buttonScanNew input[type='submit']:hover
{
	background: #F0F0F0;
}

.buttonGroup input[type='button'], .buttonScanNew input[type='submit']
{
	background: none;
}
.buttonGroup input[type='button']:hover, .buttonScanNew input[type='submit']:hover
{
	background: #F0F0F0;
}

button
{
	border: black 1px solid;
	background: none;
}
#addView
{
	white-space: nowrap;
}
.closeButton
{
	position:absolute;
	top:0;
	right:0;
}
.closeButton a:hover
{
	position:absolute;
	top:0;
	right:0;
	color:White;
}
select
{
	background: #FFFFFF;
}
button:hover
{
	background: #F0F0F0;
}
.tabBody
{
	height: 16px;
	background: #F0F0F0;
}

.tabBodyNoSubNav
{	
	/*height:46px;*/
	/*height:8px;*/
	height:16px;
	background: #F0F0F0;
}

.tabBody button
{
	padding: 5px 8px 4px 8px;
	font-size: 10px;
	font-weight: bold;
	color: #333333; /*	text-shadow:1px 0 0 white;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#efefef));
	background: -moz-linear-gradient(top,  #fdfdfd,  #efefef);
	background-image: linear-gradient(to bottom,  #fdfdfd,  #efefef);
	background: #efefef;
	border: 1px solid #e1e1e1;
	margin: 15px 0 14px 0;
}

.relative
{
	position: relative;
}

.tabBody form
{
	display: inline;
}
.views
{
	table-layout: fixed;
}
.viewTable
{
	height: 100%;
	width: 100%;
	table-layout: fixed;
}
.viewTitleBar
{
	border: #999999 1px solid;
	background: #dbe1eb;
	height: 2.7em;
	cursor: hand;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
}
.viewTitleBar table
{
	/*border-top: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-right: 1px #bdbdbd solid;*/
	height: 100%;
	width: 100%;
	font-weight: bold;
}
.viewTitle
{
	text-align: center;
	/*padding: 0.6em;*/
	font-weight: bold;
	width:90%;
}
.viewTitle td
{
	font-weight: bold;
	border: none;
	background: none;
	padding: .3em;
}
.viewBody
{
	padding: .6em;
	border-left: 1px #b7b7b7 solid;
	border-right: 1px #b7b7b7 solid;
	border-bottom: 1px #b7b7b7 solid;
	height: 100%;
}
.viewBottomShadow
{
	background: #e1e1e1;
	height: 2px;
	position: relative;
	left: 2px;
}
.viewClose
{
	/*background: url(../images/tabclose.gif) no-repeat;*/
	background: url('../images/delete.png') no-repeat; 
	/*background-position: -32px -16px;*/
	border-color: transparent;
	width: 15px;
	display: inline-block;
	padding: 0;
	text-decoration: none;
	/*vertical-align: middle;*/
	height: auto;	
	margin-right: 5px;
}
.viewClose a
{
    text-decoration:none;
}

.viewEdit a
{
    text-decoration:none;
}

.viewEdit
{
	/*background: url(../images/1.png) no-repeat;*/
	background: url('../images/edit.png') no-repeat; 
	/*background-position: -32px 0;*/
	border-color: transparent;
	width: 15px;
	display: inline-block;
	padding: 0;
	text-decoration: none;
	/*vertical-align: middle;*/
	height: auto;
    margin-top: 5px;
}

.viewEdit:hover
{
    opacity: 1;
    text-decoration:none;
}

.viewClose:hover
{
	opacity: 1;
	text-decoration:none;
}

#closeButton:hover
{
	opacity: 1;
	text-decoration:none;
	background: url('../images/delete.png') no-repeat;
    /*background-position: -32px -16px;*/
    border-color: transparent;
    background-color: transparent;
}

.quickStartDiv
{
    overflow: hidden;
    margin: 0 25px 0 25px;
    padding: 8px 0 0 0;
}

#imageDivLink
{
   float: left;
    padding: 0px 10px 0px 5px;
}


#tdStep1
{
    width: 30%; 
    height: 150px; 
    vertical-align: top; 
    float: left; 
    background-image: url('../images/Step1Background.png'); 
    background-attachment: scroll; 
    background-repeat: repeat; 
    background-position-x: left; 
    background-position-y: top; 
    background-size: auto; 
    background-origin: padding-box; 
    background-clip: border-box; 
    background-color: transparent;
}
#tdStep2
{
    width: 30%; 
    height: 150px; 
    vertical-align: top; 
    float: left; 
    background-image: url("../images/Step2Background.png"); 
    background-attachment: scroll; 
    background-repeat: repeat; 
    background-position-x: left; 
    background-position-y: top; 
    background-size: auto; 
    background-origin: padding-box; 
    background-clip: border-box; 
    background-color: transparent;
}
#tdStep3
{
    width: 30%; 
    height: 150px; 
    vertical-align: top; 
    float: left; 
    background-image: url("../images/Step3Background.png"); 
    background-attachment: scroll; 
    background-repeat: repeat; 
    background-position-x: left; 
    background-position-y: top; 
    background-size: auto; 
    background-origin: padding-box; 
    background-clip: border-box; 
    background-color: transparent;
}

.StepsIconImg
{
    max-width:20%;
    max-height:100%;
}

.stepDetails
{
    overflow:hidden;
    position:relative;
}

.stepDescription
{
    padding-left: 10em;
    margin-top:-40px;
    font-size: 1vw;
}

.stepArrow
{
    height: 100%; 
    float: left; 
    display: block; 
    margin-left: 0px;
}


.viewCloseAddview
{
	    /* background: url(../images/tabclose.gif) no-repeat; */
    background: url('../images/delete.png') no-repeat; 
    /*background-position: -32px -16px;*/
    border-color: transparent;
    width: 15px;
    display: inline-block;
    padding-right: 4px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-top: 10px;
    text-decoration: none;
    /* vertical-align: middle; */
    height: auto;
    margin-right: 5px;
    margin-top: 7px;
}

.linksAddview
{
    border: #c8ccc2 1px outset;
    height: 264px;
    border-top: transparent;
    border-style: solid;
}

.dashboardAddViewMenu
{
	/*border: #c8ccc2 1px outset;*/
	background: #fafaf4;
	padding: 0px;
    background-color:#ffffff;
    overflow:auto;
    position:absolute; 
    z-index:1;
    width:300px;
    height:300px;
}
.dashboardAddViewMenu a
{
	text-decoration: none;
	display: block;
	color: #000000;
	white-space: nowrap;
}
.dashboardAddViewMenu a:hover
{
	background: #000000;
	color: #fafaf4;
	text-decoration: none;
}
.main
{
	background: white;
	margin: 0;
	padding: 0 0 45px 0;
}

.transferButton
{
	width: 75px;
	padding: 5px 0 4px 0;
	margin: 0px 1px 0 1px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	display: block; /*	text-shadow:1px 0 0 white;*/
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#efefef));
	background: -moz-linear-gradient(top,  #fdfdfd,  #efefef);
	background-image: linear-gradient(to bottom, #fdfdfd, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#efefef');
	border: 1px solid #e1e1e1;
}
.miscButton
{
	padding: 5px 5px 4px 5px;
	margin: 0px 1px 0 1px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	display: inline; /*	text-shadow:1px 0 0 white;*/
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#efefef));
	background: -moz-linear-gradient(top,  #fdfdfd,  #efefef);
	background-image: linear-gradient(to bottom, #fdfdfd, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#efefef');
	border: 1px solid #e1e1e1;
}
.buttonGroup
{
	overflow: auto;
	margin: 0 25px 0 25px;
	padding: 0px 0 0 0;
}
.buttonGroup button, .buttonGroup input, .buttonGroup select
{
	padding: 5px 8px 4px 8px;
	font-size: 10px;
	font-weight: bold;
	color: #333333; /*	text-shadow:1px 0 0 white;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#efefef));
	background: -moz-linear-gradient(top,  #fdfdfd,  #efefef);
    background-image: linear-gradient(to bottom, #fdfdfd, #efefef);
	border: 1px solid #e1e1e1;
	margin: 15px 1px 2px 2px;
}
.buttonGroup button:hover, .buttonGroup input:hover, .buttonGroup select:hover
{
    cursor: pointer;
    border-color: Gray;
}
.buttonGroup select
{
	height: 23px;
	/*margin-top: 4px;*/
	padding: 0px;
}
.buttonGroup input[disabled="disabled"], button[disabled="disabled"]
{
	color: #808080
}
.buttonScanNew, .buttonScanDelete, .buttonScanGroupNew, .buttonScanGroupDelete
{
	float: left;
	display: block;
}
.viewsSearch
{
	margin-left: 3em;
	margin-top: 15px;
	float: left;
}
.buttonGroup table
{
	padding: 15px 22px 0 50px;
	width: 80%;
}

.scanHeaderRowInfoCount
{
	color: #666666;
	float: left;
	padding: 4px 0 0 0;
	margin: 17px 0 0 40px;
	width: 17%;
}
.scanHeaderRowInfoSearch
{
	float: left;
	margin: 11px 0 0 0;
	text-align: center;
	width: 32%;
}

.scanHeaderRowInfoSearch input#searchBox,.scanHeaderRowInfoSearch input#groupSearchBox, .viewsSearch input#searchbox
{
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	border: 1px solid #ccc;
	padding: 4px 5px;
	margin: 0 3px 0 0;
	height: 23px;
	background: none;
	width: 150px;
}

.scanHeaderRowInfoFilter
{
	float: right;
	margin: 17px 0 0 0;
}

.scanHeaderRowInfoFilter select
{
	font-size: 10px;
	color: #333333;
	border: 1px solid #ccc;
	padding: 3px 5px;
	margin-right: 2px;
}

.scanHeaderRowInfoFilter label
{
	font-size: 10px;
}

#searchBox
{
	font-size: 10px;
	font-style: italic;
	color: #666666;
	border: 1px solid #ccc;
	padding: 4px 5px;
	margin: 0 3px 0 0;
	height: 22px;
}

#searchColumns,#groupSearchColumns
{
	font-size: 10px;
	color: #333333;
	border: 1px solid #ccc;
	padding: 3px 5px;
}

.scansTableControl, .checkpointsTableControl, .checkpointGroupsTableControl, .notificationsTableControl, 
    #ContentPlaceHolder1_ScanSummary_panelScanSummary, #ContentPlaceHolder1_ScoreCard_RadGrid
{
	padding: 0 25px 0 25px;
	margin-top: 10px;
}
#ctl00_ContentPlaceHolder1_ScoreCard_RadGrid
{
    padding: 0 25px;
}
.itemTable, .ScanGroupsTable
{
	border: 1px #e3e3e3 solid;
	border-collapse: collapse;
	background: white;
	width: 100%;
	margin: 0 0 10px 0;
}
.itemTable th
{
	background: #1c2124;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
	background: -moz-linear-gradient(top,  #ffffff,  #ededed);
	background-image: linear-gradient(to bottom,  #ffffff,  #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	color: #1e1e1e;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	height: 27px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #d7d7d7;
	padding: 0 0 0 9px;
}
.itemTable #ckbox
{
	text-align: center;
	padding: 0px;
}

.itemTable th a
{
	font-size: 9.35px;
}
.itemTable th a:hover
{
	text-decoration: none;
}
.itemTable th img
{
	border: none;
}
.itemTable td
{
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #eeeeee;
/*	height: 25px;  Commented out to allow IE to render sub options */
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #444;
	padding: 0 0 0 9px;
}
.itemTable tr td a, .itemTable tr td a:visited
{
	color: #191919;
}
.itemTable tr:hover td, .itemTable tr:hover td a
{
	color: #333333;
}
.itemTable tr:hover td a, .itemTable tr:hover td a:visited
{
	text-decoration: underline;
}
.itemTable tr:hover .healthRedCell a, .itemTable tr:hover .healthRedCell a:visited, .itemTable tr:hover .healthYellowCell a, .itemTable tr:hover .healthYellowCell a:visited, .itemTable tr:hover .healthGreenCell a, .itemTable tr:hover .healthGreenCell a:visited
{
	color: white;
}
.healthRedCell a, .healthYellowCell a, .healthGreenCell a
{
	display: block;
	color: white !important;
}
.itemTable td a:hover
{
	text-decoration: underline;
}
.itemTable tr:hover
{
	background: #ecf8fe;
}
.itemTable form
{
	display: inline;
}
.itemTable .tinyCell
{
	padding-left: 0;
	_padding-right: 0;
	text-align: center;
	width: .5em;
}

.itemTable td.ScheduleTD, .itemTable td.RunTD
{
	padding: 0 9px;
	text-align: center;
}
.itemTable thead tr
{
    vertical-align: middle; 
}
.logTable tbody tr
{
    vertical-align: top; 
}
.sortUp
{
	background: url(../images/sortup.png) no-repeat;
	width: 8px;
	margin-left: 4px;
	float: left; 
	width: 10px;
}
.sortDown
{
	background: url(../images/sortdn.png) no-repeat;
	width: 8px;
	margin-left: 4px;
	float: left; 
	width: 10px;
}
.itemTable tr td img
{
	/*position: relative;*/
	top: 5px;
}
.itemTable button, .itemTable #import
{
	font-size: 10px;
	color: #333333;
	/*background: #dbdbdb;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#dbdbdb));
	background: -moz-linear-gradient(top,  #f9f9f9,  #dbdbdb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#dbdbdb');
	background-image: linear-gradient(to bottom, #f9f9f9, #dbdbdb);*/
	border: 1px solid #abb3b7; /*	text-shadow:1px 0 0 white;*/
	font-family: Arial;
}
.itemTable a
{
	color: Black;
}
.itemTable a:hover
{
	text-decoration: underline;
}
#ITabs a:focus
{
    font-weight: bold;
   /* background-color: orange;*/
}
.ITabScroller
{
	overflow: auto; /*	overflow-x: auto;*/
	width: 100%;
}
.ITabs
{
	background: #F0F0F0;
	overflow: auto;
	font-weight: bold;
	padding: 0 0 0 25px;
	margin: 0 0 0 0;
}
a.ITab, a.ITab:visited
{
	background: #F0F0F0;
	color: #808080;
	display: block;
	float: left;
	height: 23px;
	padding: 8px 15px 0 15px;
}

.ITab:hover
{
	text-decoration: none;
	color: #333333;
}
.ITab:focus, .ITabSel:focus
{
    outline: none;
}
.ITabSel
{
	background: white;
	color: #171a1d;
	display: block;
	float: left;
	height: 23px;
	padding: 8px 15px 0 15px;
    text-decoration: none !important;
}
.ITabLeft
{
	display: none;
}
.ITabRight
{
	display: none;
}
.ITabSelLeft
{
	display: none;
}
.ITabSelRight
{
	display: none;
}
.ITabBody
{
	background: #FFFFFF; /*min-height: 100%;*/
}

#Scans
{
	background: white;
}

.Monitors
{
	background: white;
	margin: 16px 0 0 0;
}

.viewBackground, .viewBody
{
	background: #ffffff;
}
.EditBody
{
	background: white;
}
.wide
{
	width: 100%;
}
.wideSelect
{
	width: 40em;
}
a.shortLink
{
	color: #6a86ae;
	text-decoration: underline;
}
a.shortLink:hover
{
	color: #c5cfe0;
}
a.link
{
	color: #666666;
	text-decoration: none;
}
a.link:hover
{
	color: #333333;
	text-decoration: underline;
}
.AltRow
{
	background: #f9f9f9;
}
.shiftDown
{
	margin-top: 0.75em;
}
.shiftDown label select
{
	margin-bottom: .25em;
}
.rulesArea
{
	border: 1px solid ButtonShadow;
	background: white;
	padding: 2px;
	height: auto !important;
	height: 100%; /* IE */
}
.rulesArea INPUT, .rulesArea TEXTAREA, .rulesArea SELECT
{
	background: #f8f8fa;
}
.rulesArea SELECT, .rulesArea INPUT
{
	margin-right: 2px;
	border: 1px #e0e0f0 solid;
	color: #000060;
}
.rulesArea SPAN
{
	margin-left: 2px;
	margin-right: 2px;
	color: #000060;
}
.rulesArea INPUT
{
	width: 17em;
	color: #000000;
}
.Narrow
{
	width: auto;
}
.Guide
{
	color: #808080;
}
.Indent
{
	margin-left: 2em;
}
textarea
{
	background: white;
}
.selected
{
	background: #f1f3f8;
}
.editList
{
	border-bottom: none;
}
.editList td
{
	border-bottom: 1px solid;
}
.editList td input
{
	border: 1px #e0e0f0 solid;
}
.resultsTable
{
	margin-top: 1em;
	width: 100%;
	table-layout: fixed;
}
.fixedLayout
{
}
.resultsTable td
{
	overflow: visible;
}
.resultsTable thead th
{
	border: none;
	border-bottom: 1px solid black;
	padding: 0;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;
	background: #f8f8f8;
	white-space: nowrap;
	text-align: left;
}
.resultsTable .wideTotal
{
	text-align: right;
	width: 5em;
}
.resultsTable .wideTotal div
{
	position: relative;
	left: -4.5em;
	white-space: nowrap;
}
.resultsTable .total
{
	text-align: right;
	width: 6em;
}
.resultsTable .wlTotal
{
	text-align: left;
	width: 8em;
	white-space: nowrap;
}
.resultsTable .vwTotal
{
	text-align: right;
	width: 13em;
}
.resultsTable .vwlTotal
{
	text-align: left;
	width: 14em;
}

.resultsTable tbody
{
	padding-bottom: 5px;
}
.resultsTable tbody tr
{
	vertical-align: top;
}
.resultsTable tfoot th
{
	border: none;
	border-top: 1px solid black;
	background-color: #f8f8f8;
	text-align: left;
}
.simpleForm2 label
{
	display: inline-block;
	margin-right: .3em;
	margin-top: .2em;
	padding-bottom:4px;
}
.blockLabel
{
	display: block;
	margin-bottom: 6px;
	margin-top: 8px;
}
.simpleForm label
{
	display: block;
	margin-left: .3em;
	margin-right: .3em;
	margin-top: .2em;
}
.simpleForm label span
{
	display: inline-block;
	width: 13em;
}
.simpleForm label span.alignRight
{
	text-align: right;
	padding-right: .5em;
	width: 10em;
	-moz-box-direction: reverse;
}
.simpleForm label span.wide
{
	width: 16em;
}
.simpleForm select
{
	min-width: 12.5em;
}
.includeFlags
{
	margin-left: .5em;
	padding-bottom: .3em;
}
.includeFlags label
{
	display: inline;
	margin: 0;
}
.inlineForm label
{
	display: inline;
}
.chkboxGroup
{
	margin-bottom: 4px;
}
.chkboxGroup label
{
	display: inline;
}
.percent
{
	text-align: right;
	vertical-align: top;
	width: 1;
	font-size: .9em;
}
.summary
{
	margin-top: .5em;
	border: 1px ridge;
	padding: .25em;
}
.preview
{
	background: #ffffff;
	margin: 0px;
	text-align: left;
	width:99%;
}
ul.expandable
{
	margin: 0;
	padding: 0;
}
ul.expandable li
{
	list-style: none;
	margin: 0;
}
ul.expandable ul, ul.expandable ul li
{
	margin-left: 10px;
	padding: 0;
}
ul.expandable li .hotspot
{
	padding-left: 15px;
}
ul.expandable li.open .hotspot
{
	cursor: hand;
	background: url(../images/minus.gif) no-repeat;
	_height: 16px;
	font-size: 16px;
	vertical-align: top;
	_vertical-align: middle;
}
ul.expandable li.closed .hotspot
{
	cursor: hand;
	background: url(../images/plus.gif) no-repeat;
	_height: 16px;
	font-size: 16px;
	vertical-align: top;
	_vertical-align: middle;
}
ul.expandable li.bullet .hotspot
{
	background: url(../images/bullet.gif) center left no-repeat;
}
ul.expandable li.open ul
{
	display: block;
}
ul.expandable li.closed ul
{
	display: none;
	white-space: nowrap;
}
ul.expandable li ul li
{
	font-size: .95em;
}
ul.resultsTree
{
	margin: 0;
}
label select
{
	top: 2px;
}
label input
{
	top: 2px;
}
.report
{
	background: #ffffff;
	padding: 2.5em;
	width: auto;
}
h1
{
	text-align: center;
	padding-bottom: .2em;
	border-bottom: thin ridge;
}
.report h1
{
	font-size: large;
}
.chart
{
	text-align: center;
}
.tooltip
{
	background: #f0f0f0;
	border: solid 1px #808080;
	padding: 2px;
	margin: 2px;
	width: 80%;
}
.login
{
	border-top: 1px solid black;
	padding-top: 2em;
	padding-left: 2em;
	padding-right: 2em;
}
.centered
{
	text-align: center;
}
.small
{
	font-size: 85%;
}
.subGroup
{
	background: url(../images/folder.gif) no-repeat;
	padding-left: 20px;
	font-weight: bold;
}
.subGroupEntry
{
	cursor: default;
}
.HL
{
	background-color: #f0f0f0;
}
.groupEntry
{
	font-weight: normal;
	cursor: default;
}
.showResults
{
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
}
.fixedHeight
{
	overflow: auto;
	height: 19.5em;
}
.fixedHeightSmall
{
	overflow: auto;
	height: 10em;
}
.noborder
{
	border: none;
}
fieldset
{
	display: block;
	margin-top: .5em;
}
fieldset.simpleForm, .autoWidth
{
	width: auto;
	padding-bottom: .5em;
}
.autoWidth table
{
	width: 100%;
}
.autoWidth td
{
	white-space: nowrap;
	padding: 0;
}
.usageTable
{
	width: 40em;
	border: 1px solid #E3E3E3;
    border-collapse: collapse;
}
.usageTable td, th
{
	padding: 4px;
}
.purgeDiv form
{
	display: inline;
}
h6
{
	display: none;
}
.adminTabs div, fieldset
{
	/*_width:80%; 	max-width:80%;*/
}
.veryWide, .permissionItems
{
	width: 50em;
}
.noscript
{
	font-size: 120%;
	border: black 1px solid;
	background: #fafa00;
	padding: 1em;
	margin: 1em;
}
.resultsTable ul
{
	margin-bottom: 0;
}

.resultsTable ul li ul.static
{
	margin-left: 0;
}
.resultsTable ul li ul.static li
{
	margin-left: 4em;
}
.expandableTable
{
	table-layout: auto;
}
.expandableTable .grouping
{
	width: 15em;
}
.expandableTable .status
{
	width: 10em;
}
.expandableTable .total
{
	white-space: nowrap;
}
.expandableTable .hotspot
{
	cursor: hand;
	width: 16px;
	padding-left: 15px;
	vertical-align: top;
	font-size: 16px;
}
.expandableTable .closed .hotspot
{
	background: url(../images/plus.gif) no-repeat;
}
.expandableTable .open .hotspot
{
	background: url(../images/minus.gif) no-repeat;
}
.expandableTable tbody.closed
{
	display: none;
}
tbody.closed ul.expandable
{
	margin-left: 2em;
}
tbody.open ul.expandable
{
	margin-left: 2em;
}
ul.expandable li ul.static
{
	margin-left: 2em;
}
ul.expandable li ul.static li
{
	list-style: disc;
	margin-left: 3em;
}
.selectionTableOpts
{
	float: right;
}
.selectionTableOpts input
{
	vertical-align: middle;
	margin-bottom: 1em;
	_margin-bottom: auto;
}
.selectionTable
{
	width: 46%;
	height: 18em;
	overflow: auto;
}
.selectionTable table
{
	width: 99%;
}
.configList
{
	text-align: left;
}
.configList li
{
	list-style: url(../images/settings.gif);
}
.configList a
{
	position: relative;
	top: 1em;
	vertical-align: top;
}
li .badLink a
{
	color: #ff0000;
}
.radioLabel
{
	width: 30em;
}
.wideRadioLabels label
{
	width: 40em;
}
.dashReport table.layout td
{
	vertical-align: top;
}
.dashReport h2
{
	text-align: center;
	font-size: 140%;
	border-top: 1px ridge;
	padding: 2px;
	border-bottom: thin outset;
}
#loginButton
{
	margin-top: 4px;
}
.editCol
{
	width: 30em;
}
.editContentCol
{
	width: 50%;
}
.imgPreview
{
	width: 6em;
	overflow: hidden;
}
.imgPreview img
{
	height: 32px;
}
small
{
	font-size: 90%;
}
h5
{
	margin-bottom: .5em;
}

.statsum
{
	padding-left: 1em;
	padding-right: 1em;
	height: 100%;
}
.statsum div
{
	width: 48%;
}
.statsum h2, .legacySinglePage h2
{
	font-size: 125%;
}
.statsum h3
{
	font-size: 110%;
}
.statsum th
{
	border: none;
}
.statsum th
{
	text-align: left;
}
.msg
{
	border: #f0e0c0 1px outset;
	padding: .4em;
	display: inline-block;
	margin-bottom: .4em;
}
.regForm
{
	margin: 0em auto 1em auto;
	width: 50em;
}
.regForm .simpleForm .alignRight
{
	width: 48%;
}
.regForm .simpleForm label input
{
	width: 49%;
}
.regForm .simpleForm label select
{
	width: 49.8%;
	_width: 44.2%; /* IE6 */
}
.exportForm select, textarea
{
	vertical-align: top;
	width: 46em;
}
.abortError
{
	border: 1px black solid;
	background-color: White;
	font-weight: bold;
	padding: .5em;
	color: Red;
}
.errorText
{
	color: Red;
	font-weight: bold;
	font-size: larger;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
.errorTextLite
{
	color: Red;
	font-weight: bold;
}
.simplifiedLegacyReport
{
	background: #999999;
	page-break-inside: auto;
	width: 95%;
	border: none;
}
.simplifiedLegacyReport th.acc_la
{
	background: #CCCCCC;
	border: none;
}
.simplifiedLegacyReport th.acc_la2
{
	background: #e9e9e9;
	border: none;
}
.simplifiedLegacyReport td.acc_la
{
	background: #ffffff;
}

.csrpExpanded
{
	height: 150px;
	overflow: auto;
}

.healthRedCell a, .healthRedCell a:visited, .healthYellowCell a, .healthYellowCell a:visited, .healthGreenCell a, .healthGreenCell a:visited
{
	color: white;
	display: inline;
	font-weight: bold;
	padding: 4px 0 5px 0;
}
.healthRedNH .trendPercentagePositive, .healthYellowNH .trendPercentagePositive, .healthGreenNH .trendPercentagePositive
{
	color: black;
}
.healthRedCell, .resultFail
{
	background-color: #a21413;
	background: -webkit-gradient(linear, left top, left bottom, from(#c41617), to(#a21413));
	background: -moz-linear-gradient(top, #c41617,  #a21413);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c41617', endColorstr='#a21413');
	background-image: linear-gradient(to bottom, #c41617, #a21413);
}
.healthYellowCell, .resultWarn
{
	background-color: #d09000;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0a000), to(#d09000));
	background: -moz-linear-gradient(top,  #e0a000,  #d09000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0a000', endColorstr='#d09000');
	background-image: linear-gradient(to bottom, #e0a000, #d09000);
}
.healthGreenCell, .resultPass
{
	background-color: #639500;
	background: -webkit-gradient(linear, left top, left bottom, from(#639500), to(#527c00));
	background: -moz-linear-gradient(top,  #639500,  #527c00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#639500', endColorstr='#527c00');
	background-image: linear-gradient(to bottom, #639500, #527c00);
}
.resultVisual
{
	background-color: #216cb7;
	background: -webkit-gradient(linear, left top, left bottom, from(#216cb7), to(#16487a));
	background: -moz-linear-gradient(top, #216cb7, #16487a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#216cb7', endColorstr='#16487a');
	background-image: linear-gradient(to bottom, #216cb7, #16487a);
}
.resultNA
{
	background-color: #707070;
	background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#5e5e5e));
	background: -moz-linear-gradient(top, #707070, #5e5e5e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#707070', endColorstr='#5e5e5e');
	background-image: linear-gradient(to bottom, #707070, #5e5e5e);
}

.viewdetails
{
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.viewdetails hover
{
	text-decoration: underline;
}
.healthValue
{
	color: #000000;
	text-decoration: none;
	font-size: smaller;
}
.healthValue hover
{
	text-decoration: underline;
}

html form .RadGrid .rgMasterTable, .RadGrid .rgDetailTable
{
	border-collapse: collapse;
}

#noRefresh
{
	margin: 15px 0 0 25px;
}
#ViewsTable
{
	margin: 0;
}
.view_div2
{
	width: 100%;
}
.view_div1
{
	width: 95%;
	height: 500px;
	padding-left: 10px;
}
#preview
{
	height: 500px;
}
#footer
{
	padding: 20px 0;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #ddd;
	background: #f0f0f0;
	color: #666;
}

#footer a, #footer a:visited
{
	color: #666;
	text-decoration: none;
}

#footer a:hover, #footer a:visited:hover
{
	text-decoration: underline;
}
#footer a:focus
{
    outline: 2px solid orange;
}

.footerVersion
{
	color: #000;
}

.footerVersionNumber
{
	margin: 0 20px 0 0;
	color: #000;
}
.showResultsLog
{
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.showResultsLog form
{
	display: inline;
}

/* ScoreCard */
#lblDate
{
	margin: 10px 0 0 0;
	display: block;
}

#lblDate, #ContentPlaceHolder1_ScoreCard1_PanelOccurrences
{
	margin: 0 0 0 25px;
	color: #666666;
}

.loadingPanel
{
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}
.loadingText
{
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;
	display: block;
	padding-top: 50px;
	height: 26px;
}
.usage
{
	padding: 25px 25px 0 25px;
}
.breadcrumbPanel
{
	text-align: left;
}
.breadcrumbPanel a
{
	color: #000000;
	text-decoration: none;
}
.breadcrumbPanel a:hover
{
	text-decoration: underline;
}
.breadcrumbPanel span
{
	color: #000000;
}
.reportTitle
{
	font-size: larger;
}
.reportDate
{
	color: #000000;
}
.scoreCardScanNameLink a
{
	font-size: smaller;
	text-decoration: none;
	color: #000000;
}
.scoreCardScanNameLink a:hover
{
	font-size: smaller;
	text-decoration: underline;
}
#Panel1
{
	background: white;
}
.RowMouseOver td
{
	background: #ecf8fe;
}

.RowMouseOver td.healthRedCell
{
	background: #a21413;
	background: -webkit-gradient(linear, left top, left bottom, from(#c41617), to(#a21413));
	background: -moz-linear-gradient(top,  #c41617,  #a21413);
	background-image: linear-gradient(to bottom,  #c41617,  #a21413);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c41617', endColorstr='#a21413');
}

.RowMouseOver td.healthYellowCell
{
	background: #be3602;
	background: -webkit-gradient(linear, left top, left bottom, from(#e54303), to(#be3602));
	background: -moz-linear-gradient(top,  #e54303,  #be3602);
	background-image: linear-gradient(to bottom,  #e54303,  #be3602);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e54303', endColorstr='#be3602');
}

.RowMouseOver td.healthGreenCell
{
	background: #527c00;
	background: -webkit-gradient(linear, left top, left bottom, from(#639500), to(#527c00));
	background: -moz-linear-gradient(top,  #639500,  #527c00);
	background-image: linear-gradient(to bottom,  #639500,  #527c00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#639500', endColorstr='#527c00');
}
.RowMouseOver td.healthBlueCell
{
	background: #123d68;
	background: -webkit-gradient(linear, left top, left bottom, from(#639500), to(#527c00));
	background: -moz-linear-gradient(top,  #639500,  #527c00);
	background-image: linear-gradient(to bottom,  #639500,  #527c00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#639500', endColorstr='#527c00');
}
.RowMouseOver td.healthGrayCell
{
	background: #80a280;
	background: -webkit-gradient(linear, left top, left bottom, from(#639500), to(#527c00));
	background: -moz-linear-gradient(top,  #639500,  #527c00);
	background-image: linear-gradient(to bottom,  #639500,  #527c00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#639500', endColorstr='#527c00');
}
.RowMouseOut
{
	background: #ffffff;
}
.rgCollapse
{
	background-image: url('../images/collapse.png');
}
.rgExpand
{
	background-image: url('../images/expand.png');
}
.radGridHeader
{
	font-size: smaller;
	color: #FFFFFF;
	font-weight: bold;
}
.radGridItem
{
}
.radGridAltItem
{
	background-color: #FFFFFF;
}
.radGridMasterTableView
{
	border: 1px solid #E3E3E3;
	width: 100%;
	border-collapse: collapse;
}
.radGridMasterTableView td
{
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #E3E3E3;
}

.radGridGridHyperlinkColumn
{
	color: #000000;
	text-decoration: none;
}
.radGridGridHyperlinkColumn hover
{
	text-decoration: underline;
}
.scoreCardGridBoundColumn
{
	color: #1e1e1e;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
	background: -moz-linear-gradient(top,  #ffffff,  #ededed);
	background-image: linear-gradient(to bottom,  #ffffff,  #ededed);
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #d7d7d7;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	height: 52px;
}
#ContentPlaceHolder1_ScoreCard_checkShowTopIncreases
{
	margin: 0 5px 0 25px;
}
#ContentPlaceHolder1_ScoreCard_checkShowTopDecreases
{
	margin: 0 5px 0 20px;
}
.trendPercentagePositive
{
	color: #fff;
	font-size: 9px;
	padding: 0 0 5px 0;
	display: inline;
	font-style: italic;
	margin: 0;
}
.trendPercentageNegative
{
	color: #000;
	font-size: 9px;
	padding: 0 0 5px 0;
	display: inline;
	font-style: italic;
	margin: 0;
}
.exportButtons
{
	right: 25px;
	top: 190px;
	position: absolute;
}

.exportButtons input
{
	padding: 3px 8px 2px 8px;
	font-size: 10px;
	color: #333333; /*	text-shadow:1px 0 0 white;*/
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#efefef));
	background: -moz-linear-gradient(top,  #fdfdfd,  #efefef);
	background-image: linear-gradient(to bottom,  #fdfdfd,  #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#efefef');
	border: 1px solid #e1e1e1;
	margin: 22px 1px 0 0;
}
.scoreCardOptions
{
	text-align: center;
}

.RadGrid .rgDetailTable
{
    width:100%;
}

#ContentPlaceHolder1_ScoreCard_lblDate
{
	margin-right: 20px;
}
/* Scorecard END */

/* ScanSummary START*/
#ContentPlaceHolder1_ScanSummary_lblHealthText
{
	font-size: 18px;
	color: white;
	font-family: Georgia;
	font-style: italic;
	display: block; /*	text-shadow:1px 1px #333S;*/
}
#ContentPlaceHolder1_ScanSummary_lblTrendValue, #ContentPlaceHolder1_ScanSummary_lblCompareText, #ContentPlaceHolder1_ScanSummary_lblTrendLastDate
{
	color: white;
}
.scanSummaryHeaderTD
{
	background-color: #1c2124;
	background: -webkit-gradient(linear, left top, left bottom, from(#2e353b), to(#1c2124));
	background: -moz-linear-gradient(top,  #2e353b,  #1c2124);
	background-image: linear-gradient(to bottom,  #2e353b,  #1c2124);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e353b', endColorstr='#1c2124');
	overflow: auto;
	vertical-align: top;
}
.scanSummaryTD
{
	vertical-align: top;
	text-align: left;
}
.scanSummaryOptions
{
	font-size: 11px;
	color: #000000;
	float: left;
	display: block;
	padding: 11px 17px 0 17px;
	height: 26px;
}
.scanSummaryHeaderText
{
	font-size: 11px;
	color: #cccccc;
	display: block;
	padding: 11px 17px 0 17px;
	height: 26px;
}
.scanSummaryHeaderText * span, #ContentPlaceHolder1_ScanSummary_htmlLabelTopTenCheckpoints
{
	float: left;
}
.scanSummaryHeaderText select
{
	float: right;
}

.scanSummaryStatsTable
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#ContentPlaceHolder1_ScanSummary_panelHealthDetails
{
	height: 100%;
	color: white;
}
.scanTitle
{
	font-size: 16px;
	color: black;
	font-family: Georgia;
	font-style: italic;
	height: 40px; /*	text-shadow:1px 1px #333S;*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#DADADA));
	background: -moz-linear-gradient(top,  #fdfdfd,  #dadada);
	background-image: linear-gradient(to bottom,  #fdfdfd,  #dadada);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#dadada');
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
}
.scanCompletedDate
{
	font-size: 12px;
	text-align: right;
}
/* ScanSummary END */

/* IE HACKS START */
/* Start Showinstances button text bug */
html*.scanHeaderRowInfoSearch
{
	]margin: 6px 0 0 0;
}
html*.dashboardaddviewmenu
{
    ]overflow-y:scroll;
	]width: 320px;
}

html*.rcbScroll
{
    /*overflow: hidden !important;*/
    overflow: hidden;
}
html*#PreviousResult
{
	]font-size:0px;
	]text-indent:0px;
	]line-height:0px;
}
html*#NextResult
{
	]font-size:0px;
	]text-indent:0px;
	]line-height:0px;
}
html*#PreviousOccurrence
{
	]font-size:0px;
	]text-indent:0px;
	]line-height:0px;
}
html*#NextOccurrence
{
	]font-size:0px;
	]text-indent:0px;
	]line-height:0px;
}
/* End Showinstances button text bug */
html*#ContentPlaceHolder1_ScoreCard_RadGrid 
{
	]padding:0 25px;
	]width:100%;
}
html*#ctl00_ContentPlaceHolder1_ScoreCard_RadGrid
{
    ]padding:0 25px;
	]width:100%;
}
html*.checkpointsTableControl
{
	]padding:0 25px;
	]width:100%;
}
html*.DivInRadAjaxPanel
{
    margin-top: -15px;
}
html*.checkpointGroupsTableControl 
{
	]padding:0 25px;
	]width:100%;
}

html*.notificationsTableControl 
{
	]padding:0 25px;
	]width:100%;
}
html*a:focus
{
   	outline: 2px solid orange;
}
html*.Tabs
{
	background: #1c2124;
}
html*.Tabs a
{
	]padding:11px 17px 13px 17px;
}
html*.Tabs a:hover
{
	background: #283233;
}
html*.Tabs a:focus
{
	outline: 2px solid orange;
}
html*.tabsel
{
	]padding:11px 17px 13px 17px;
}
html*.buttonGroup
{
    margin: 0;
    padding: 0 25px;
    width: 100%;
}
html*.settings
{
    width: 95%;
}
html*.buttonGroup button, .buttonGroup input
{
	background: #F9F9F9;
	padding:5px 8px 4px 8px;
}
html*.transferButton
{
	background: #efefef;
}
html*.main
{
}
html*.ITabs 
{
	]width:100%;
	]padding:0 0 0 25px;
}
html*.a.ITab
{
	]padding:9px 15px 9px 15px;
}
html*.ITabSel
{
	]padding:9px 15px 9px 15px;
}
html*.scoreCardGridBoundColumn
{
	background:#F9F9F9;
}
html*.buttonGroup select 
{
	]margin-top: 16px;
}
/* IE HACKS END */

/* ShowInstances */
#iframe 
{
	bottom:0;
	top:13em;
}
#logoWrapper 
{
	height: 75px;
}
#headerWrapper 
{
	padding: 1px 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
#resultHeader 
{
    font-style: italic;
    color: White;
    padding: 0;
    width: 100%;
}
#resultHeader 
{
	overflow: auto;
	height: 60px;
}
		
.headerFail
{
    background-color: #b20000; 
    background: -webkit-gradient(linear, left top, left bottom, from(#c20000), to(#a20000));
    background: -moz-linear-gradient(top, #c20000, #a20000);
    background-image: linear-gradient(to bottom, #c20000, #a20000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c20000', endColorstr='#a20000');
}
		
.headerWarn
{
    background-color: #c33b00;
    background: -webkit-gradient(linear, left top, left bottom, from(#d54100), to(#b23600));
    background: -moz-linear-gradient(top, #d54100, #b23600);
    background-image: linear-gradient(to bottom, #d54100, #b23600);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d54100', endColorstr='#b23600');
}
		
.headerVisual
{
	background-color: #123d68;
    background: -webkit-gradient(linear, left top, left bottom, from(#16487a), to(#0f3356));
    background: -moz-linear-gradient(top, #16487a, #0f3356);
    background-image: linear-gradient(to bottom, #16487a, #0f3356);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#16487a', endColorstr='#0f3356');
}
		
.headerPass
{
	background-color: #5f8c01;
    background: -webkit-gradient(linear, left top, left bottom, from(#689901), to(#578001));
    background: -moz-linear-gradient(top, #689901, #578001);
    background-image: linear-gradient(to bottom, #689901, #578001);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#689901', endColorstr='#578001');
}
		
.headerNA 
{
	background-color: #80a280;
    background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#5e5e5e));
    background: -moz-linear-gradient(top, #889960, #778060);
    background-image: linear-gradient(to bottom, #889960, #778060);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#707070', endColorstr='#5e5e5e');
}
		
.pageNumBlock
{
	height: 46px;
	float: left;
    background-color: #d1d1d1;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d1d1d1));
    background: -moz-linear-gradient(top,  #efefef,  #d1d1d1);
    background-image: linear-gradient(to bottom,  #efefef,  #d1d1d1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d1d1d1');
    color: #333333;
	font-family: Georgia, Serif;
	font-size: 20px;
	text-shadow: 1px 1px 0px white;
	border-right: 1px solid white;
	text-align: center;
	padding: 22px 0 0 0;
}
#PreviousResult 
{
	background: url("../images/arrowPreviousResult.png") no-repeat;
	background-position:0 -3px;
	text-indent: -10000000px; /* TODO remove '-' once image is supplied! */
	border: none;
	width: 8px;
	height: 20px;
	margin: 0 3px 0 2px;
	
}
#PreviousResult:hover 
{
	cursor: pointer;
	background: url("../images/arrowPreviousResult_hover.png") no-repeat;
	background-position:0 -3px;
}
		
#NextResult 
{
	background: url("../images/arrowNextResult.png") no-repeat;
	background-position:0 -3px;
	text-indent: -10000000px; /* TODO remove '-' once image is supplied! */
	border: none;
	width: 8px;
	height: 20px;
	margin: 0 0 0 8px;
}
#NextResult:hover 
{
	cursor: pointer;
	background: url("../images/arrowNextResult_hover.png") no-repeat;
	background-position:0 -3px;
}

#NextResult:active, #PreviousResult:active {
	background-position:0 -2px;
	outline:none;
}
.resultMessageBlock
{
	font-family: Georgia, Serif;
	font-size: 18px;
	padding-left: 10px;
}
.buttons_right {
	float: left;
	overflow: auto;
}
#resultHeader .buttons {
}
#resultHeader input,label
{
    font: Calibri,Arial;
}
#resultHeader .buttons input
{
    color: white;
    font-style: italic;
	font-family: Calibri, Arial, Verdana, Sans-Serif;
}
		
#PreviousOccurrence 
{
	width: 26px;
	height: 24px;
	display: block;
	float: left;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	background-image:url("../images/arrowPreviousOccurrence.png");
	text-indent: -100000px;
}
		
#NextOccurrence 
{
	width: 26px;
	height: 24px;
	display: block;
	float: left;
	margin: 0 0 0 -1px;
	text-indent: -100000px;
	background-image:url("../images/arrowNextOccurrence.png");
}
				
#HowToFix 
{
	height: 24px;
	font-size: 12px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	float: left;
	padding:0 7px;
}
#ToggleMode 
{
	height: 24px;
	font-size: 12px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	float: left;
	margin: 0 0 0 -1px;
	padding:0 7px;
	line-height:12px;
	
}	

.buttons label {
	font-family:Calibri, Arial;
	font-size:11px;
	font-style:normal;
	border-right:none;
	padding: 5px 7px 4px 7px;
	float: left;
	margin:0 0 0 -1px;
}

#OccurrenceList {
	float:left;
	color:#000000;
	border-left:none;
	font-family:Calibri, Arial;
	font-size:11px;
	font-style:normal;
	margin:0 0 0 -4px;
	padding: 4px 7px 3px 0;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}	

.buttonFail
{
    background-color: #a00505;
    border: 1px solid #c20000;
}
.buttonFail:hover
{
	cursor:pointer;
    background-color: #8d0404;
}

.buttonWarn
{
	background-color: #aa3101;
    border: 1px solid #d65318;
}
.buttonWarn:hover
{
	cursor:pointer;
	background-color: #982c01;
}

.buttonVisual
{
	background-color: #0a3257;
    border: 1px solid #1b4e81;
}
.buttonVisual:hover 
{
	cursor:pointer;
	background-color:#072542;
}

.buttonPass
{
	background-color: #547900;
    border: 1px solid #719a17;
}
.buttonPass:hover {
	cursor:pointer;
	background-color:#476700;
}

.buttonNA
{
	background-color: #4c4c4c;
    border: 1px solid #7b7b7b;
}
.buttonNA:hover 
{
	cursor:pointer;
	background-color:#383838;
}
.headerURL
{
	text-align: left;
	font-family: Verdana, Sans-Serif;
	font-size:10px;
}
.logoWrapper table
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
}
.radGridButton {
    background: #F0F0F0;
    overflow: auto;
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 10px;
    color: #333;
    border: 1px solid #ABB3B7;
    font-family: Arial;
}
/* Paging */
.itemTable .rgNumPart a
{
    margin:0 4px;
    text-decoration: none !important;
}
.itemTable .rgNumPart a:hover
{
    text-decoration: underline !important;
}
.itemTable .rgNumPart .rgCurrentPage
{
    font-weight: bolder;
    font-size: larger;
}
.itemTable .rgSorted input
{
    display: inline;
}

.itemTable .rgStatus div 
{
    background-image: url("../images/running.gif");
    background-color: transparent;
    background-position: left;
    background-repeat: no-repeat;
    border: 0 none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.itemTable tfoot img
{
    width: 15px;
    height: 15px;
}
.rcbHovered
{
    background-color: #ecf8fe !important;
}
.rcbItem
{
    background-color: White;
}
.RadComboBoxDropDown
{
    border-color: #E3E3E3 !important;
}
.toggleText
{
    height: 25px;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #444;
	padding: 0 0 0 9px;
}
#dgFields
{
    background-color: #E8E8E8;   
}
.accessibility
{
    display: none;
}
caption
{
    display:none;
}
.permissionItems
{
    font-size: 11px; 
    overflow: auto;
    height: 13.5em;
}
.RadComboBoxWrapper
{
width:400px;    
}
.rgStatus+td img
{
    position:relative;
}