﻿/* additional styles */

/* used on the registration page for the tooltip / hover popup */
#tooltip
{
	position:absolute;
	border:1px solid #003366;
	background: #fff;
	padding:2px 5px;
	color:#000;
	display:none;
}	

/* used on the login and registration pages to display error messaging */
.error
{
    color:#ff0000;
}

/* used on the registration form */
.reg-form-border td
{
   padding:5px;
}

/* used for the popup */

.right
{
    text-align:right;
    float:right;
    width:100%;
    height:40px;
}

.clear
{
    clear:both;
}

hr {height:1px;}
/* for the slider */

.ui-slider {width: 200px; height: 23px; position: relative; background-repeat: no-repeat; background-position: center center; background-image: url(../../images/slider/slider-bg-2.png);margin:10px;}
.ui-slider-handle { position: absolute; z-index: 1; height: 23px; width: 12px; top: 0px; left: 0px; background-image: url(../../images/slider/bar2.gif);  }
.ui-slider-handle-active { border: 1px dotted black;  }
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
.ui-slider-range { position: absolute; background: #50A029; opacity: 0.3; filter: alpha(opacity=30); width: 100%; height: 100%; }

/* Default slider backgrounds */
/*.ui-slider, .ui-slider-1 { background-image: url(i/slider-bg-1.png); }*/
/*.ui-slider-1 { background-image: url(i/slider-bg-2.png); }*/


/* next button */
.TestBtn {margin-top:20px; border: 1px solid #F38B00; padding: 3px 4px 2px; background: #F38B00; color: #fff; cursor: pointer; font-size: 1.1em; text-transform: uppercase;}


.systesttable
{
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
	border-bottom: solid 1px #333333;
}


.systestheader
{
	font-size: 12px;
	vertical-align: top;
	background-color: #ededed;
	color: #003366;
	padding:2px;
	font-weight:bold;
	border-right: solid 1px #333333;
	text-align: center;
}

.systestrow
{
	font-size: 11px;
	vertical-align: top;
	padding:2px;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
}


.SystemTestButtons
{
	margin-left: auto;
	margin-right: auto;
}

