.hide
{
	display: none;
}
.show
{
	display: block;
}
/*
body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13.5px;
    color: #3e3e3e;
    margin: 0;
    padding: 0;
    background: #f6f6f6;
}
.container
{
    width: 800px;
    margin: 70px auto;
}
h2
{
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}
p
{
    margin: 0 0 20px;
    padding: 0;
    color: #999999;
    line-height: 30px;
}
li
{
    color: #999999;
    line-height: 30px;
}
a
{
    color: #00b1dd;
}
a:hover
{
    color: #006781;
}
*/
div.Content
{
    display: none;
    background: #E8E8E8; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E8E8E8'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E8E8E8)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #FFFFFF,  #E8E8E8); /* for firefox 3.6+ */
    background-size: 100%;
}
.HelpWindow
{
    display: none;
}
.NoScriptx
{
    font-weight: bold;
    width: 760px;
    border-style: solid;
    border-width: 1px;
    border-color: #F80000;
    margin-left: 50px;
    margin-top: 10px;
}
.dialog
{
    display: none;
}

.errorRow 
{
	background-color: #FF6666;
}
.errorRow div span
{
	color: #FFFFFF;
}

.Help
{
	/* background: url("../../xprog/XiconList18.png") no-repeat -11628px 0px; */
	width: 16px;
	height: 16px;
	/*vertical-align: middle;*/
	display: inline-block;
	cursor: pointer;
	/*margin-top: 5px;*/
}

.popupDiv
{
	padding: 5px;
/*	border: 1px solid rgb(186, 146, 17);*/
	left: 680px;
	top: 184px;
	width: 368px;
	height: 201px;
/*	color: rgb(0, 0, 0);*/
	overflow: hidden;
	/*font-family: verdana;*/
	visibility: visible;
	position: absolute;
	z-index: 11;
	cursor: default;
	box-sizing: content-box;
	box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.35);
	background-attachment: scroll;
	background-color: rgb(255, 255, 204);
}

div.Top
{
	width: 100%;
	height: 141px;
}
div.Middel
{
	width: 100%;
	padding-bottom: 30px;
}

div.Content
{
/*	border-style: solid;
	border-width: 1px;
	border-color: #000000;*/
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: left;
	width: 760px;
	display: block;
	float: left;
	left: 20px;
	background: #E8E8E8; /* for non-css3 browsers */
}
div.Results
{
	padding-bottom: 30px !important;
}
div.Head
{
	width: 100%;
}
div.Message
{
	width: 760px; /*background-color: #FFFFFF;*/
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

/*
div.Legend
{
	margin: 0px;
	margin-left: 20px;
	width: 406px;
}
*/
div.Passed
{
	/*background-color: #ffffff;*/
	background-image: url('../Images/Ok.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-position-y: center;
/*	color: #000000;*/
	padding-left: 29px;
	vertical-align: middle;
/*
	padding-top: 5px;
	padding-bottom: 8px;
	
	
*/
	height: 30px;
}
div.Failed
{
	/*background-color: #ffffff;*/
	background-image: url('../Images/Error.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-position-y: center;
/*	color: #000000;*/
	padding-left: 29px;
	vertical-align: middle;
	height: 30px;
}
div.Warning
{
	/*background-color: #ffffff;*/
	background-image: url('../Images/Warning.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-position-y: center;
/*	color: #000000;*/
	padding-left: 29px;
	vertical-align: middle;
	height: 30px;
}
div.Unknown
{
	/*background-color: #ffffff;*/
	background-image: url('../Images/Default.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-position-y: center;
/*	color: #000000;*/
	padding-left: 29px;
	vertical-align: middle;
	height: 30px;
}
div.TestRow
{
	width: 100%;
/*	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;*/
/*	float: left;*/
	/*height: 28px;*/
}
div.HeaderRow
{
	margin-top: 10px;
}
div.HeaderRow p
{
	margin-left: 5px;
	font-weight: bold;
}

.description
{
	display: none;
	position: absolute;
	background: #FFF;
/*	border: 1px solid;*/
	padding: 10px;
}

.ButtonRow a
{
/*	border-color: #000000;
	border-width: 1px;
	border-style: solid;*/
	background-image: url('../Images/Start.png');
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 34px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.ButtonRow a:hover
{
	text-decoration: underline;
}
div.TestColumn
{
	/*
	border-right-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	*/
	float: left;
	height: 100%;
}
div.ImageColumn
{
	width: 34px;
	text-align: center;
}
div.ImageColumn img
{
	margin-top: 6px;
}
div.TitleColumn
{
	width: 226px;
	text-align: left;
}
div.TitleColumn p
{
/*	margin: 5px;*/
}
div.MessageColumn
{
	width: 480px;
	border-right-width: 0px;
	text-align: left;
	margin-left: 3px;
	/*overflow: auto;*/
}
div.MessageColumn p
{
	/*margin: 5px;*/
}
.testBox
{
	border-width: 0px;
	margin: 0px 10px;
	width: 406px;
	border-left-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
}
.testBox td
{
	padding: 1px 2px 1px 4px;
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.criterion
{
	border-left-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
}
.testHeader
{
	font-size: 13px;
	color: #000000;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.criteriaHeader
{
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
}
.StartDiv
{
}
.criterion
{
	vertical-align: top;
}
.ItemImage
{
	vertical-align: top;
}
.ItemName
{
	vertical-align: top;
}
.StartDiv
{
	border: 0px;
	margin: 15px 10px;
	width: 406px;
	text-align: right;
	height: 28px;
	vertical-align: middle;
}
.StartButton
{
	width: 134px;
	font-size: 13px;
	color: #000000;
	vertical-align: middle;
	background-color: #E6F3F8;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
}
.StartButtonImage
{
	border: none;
	width: 24px;
	height: 24px;
	padding: 0px;
	margin-left: 2px;
	margin-right: 4px;
	vertical-align: middle;
}
.testbox a:link
{
	font-family: verdana;
	color: #FF0000;
	text-decoration: underline;
}
.testbox a:active
{
	font-family: verdana;
	color: #FF0000;
	text-decoration: underline;
}
.testbox a:visited
{
	font-family: verdana;
	color: #FF0000;
	text-decoration: underline;
}
.testbox a:hover
{
	font-family: verdana;
	color: #960000;
	text-decoration: none;
}
.StartButton:link
{
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
.StartButton:active
{
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
.StartButton:visited
{
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
.StartButton:hover
{
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.HelpWindow
{
	width: 250px;
	background-color: #E6F3F8;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.HelpHeader
{
	width: 250px;
	height: 28px;
}
.HelpHeader span
{
	color: #000000;
	font-size: 13px;
	margin: 1px 5px;
	font-weight: bold;
	width: 75px;
	float: left;
}
.HelpHeader img
{
	float: right;
}
.WhiteWindow
{
	width: 100%;
	height: 225px;
	background-color: #FFFFFF;
}
.helpcontent
{
	margin: 5px;
	background-color: #FFFFFF;
}

.ui-widget-header
{
	background-color: #FFFFFF !important;
	background-image: none !important;
	border-width: 0px !important;
	text-transform: uppercase;
}
.ui-widget-content
{
	border-width: 0px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	background-color: #00b1dd !important;
	background-image: none !important;	
	border-width: 0px !important;
	color: White !important;
}


.autoHeight
{
	height: auto !important;
}
