/* Font families - add Lucida Grande for MAC-based clients */
body, table, tr, td, th, p, input, label, select, textarea {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif !important;
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/*
td {
	text-align:left;
}
*/

.topcontainerAlt {
	width: 100%;
	height: 76px;
	float: left;
	position: fixed;
	z-index: +1;
	top: 0;
	left: 0;
	text-align: center;
	background: #2B2B2B;
	background:    -moz-linear-gradient(top, #484848 0%, #2B2B2B 100%);
	background: -webkit-linear-gradient(top, #484848 0%, #2B2B2B 100%);
	background:      -o-linear-gradient(top, #484848 0%, #2B2B2B 100%);
	background:     -ms-linear-gradient(top, #484848 0%, #2B2B2B 100%);
	background:         linear-gradient(top, #484848 0%, #2B2B2B 100%);
	border-bottom: 1px solid black;
	box-shadow: 0 3px 0 #ec3b37, 0 4px 6px #333;
	text-shadow: 0 1px 2px #000;
}

#navcontainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: -6px;
}
#mainNav li {
	display: inline;
	list-style-type: none;
	margin-right: 6px;
}
#mainNav li a {
	border-radius: 2px;
	background: #e2460d;
	background:    -moz-linear-gradient(top, #e2460d 0%, #ff670f 100%);
	background: -webkit-linear-gradient(top, #e2460d 0%,#ff670f 100%);
	background:      -o-linear-gradient(top, #e2460d 0%,#ff670f 100%);
	background:     -ms-linear-gradient(top, #e2460d 0%,#ff670f 100%);
	background:         linear-gradient(top, #e2460d 0%,#ff670f 100%);
	box-shadow: inset 0 1px 2px #000;
	padding: 10px 20px;
	color: #EEE !important;
	text-shadow: 0 1px 1px #000;
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-out;
		-moz-transition: all 0.15s ease-out;
		  -o-transition: all 0.15s ease-out;
		 -ms-transition: all 0.15s ease-out;
			  transition: all 0.15s ease-out;
}
#mainNav li a:hover {
	padding: 16px 20px;
	box-shadow: inset 0 1px 1px #000;
	text-shadow: 0 2px 6px #000;
	-webkit-transition: all 0.15s ease-out;
		-moz-transition: all 0.15s ease-out;
		  -o-transition: all 0.15s ease-out;
		 -ms-transition: all 0.15s ease-out;
			  transition: all 0.15s ease-out;
}

.reload {
	display: inline-block;
	margin-bottom: -7px;
	padding: 0;
	width: 28px;
	height: 26px;
	background: url(https:/helpdesk.ispn.net/images/box_sprite.png) -176px -2122px no-repeat;
}

.title {
	float: right;
	clear: both;
	padding: 4px;
	font-size: 9pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #D3DDE2;
}

/*input style override*/
input {
	font-size: 10pt;
	padding: 4px;
}

select {
	font-size: 10pt;
}

textarea {
	font-size: 10pt;
}

.domainPreview {
	color: #006600;
	font-size: 10pt;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
}

.subhead {
	background: #adadad;
	background:    -moz-linear-gradient(top, #adadad 0%, #898989 100%);
	background: -webkit-linear-gradient(top, #adadad 0%, #898989 100%);
	background:      -o-linear-gradient(top, #adadad 0%, #898989 100%);
	background:     -ms-linear-gradient(top, #adadad 0%, #898989 100%);
	background:         linear-gradient(top, #adadad 0%, #898989 100%);
	font-weight: bold;
	color: #222;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

#psWrapper{
	float:left;
	margin-left: -200px;
	display:block;
	width: 200px;
	height:10px;
	color: #FFF;
	font-weight: bold;
	background: transparent;
	box-shadow: inset 0 1px 2px #222, 0 1px 0 #FFF;
}
#passwordStrengthBar{
	display:block;
	float: left;
	width: 200px;
	height:10px;
	background: #ff0000; /* Old browsers */
	background:    -moz-linear-gradient(left, #ff0000 0%, #ea8220 33%, #4dcd00 66%, #399800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff0000), color-stop(33%,#ea8220), color-stop(66%,#4dcd00), color-stop(100%,#399800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ff0000 0%,#ea8220 33%,#4dcd00 66%,#399800 100%); /* Chrome10+,Safari5.1+ */
	background:      -o-linear-gradient(left, #ff0000 0%,#ea8220 33%,#4dcd00 66%,#399800 100%); /* Opera 11.10+ */
	background:     -ms-linear-gradient(left, #ff0000 0%,#ea8220 33%,#4dcd00 66%,#399800 100%); /* IE10+ */
	background:         linear-gradient(left, #ff0000 0%,#ea8220 33%,#4dcd00 66%,#399800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#399800',GradientType=1 ); /* IE6-9 */
}
#passwordMask {
	float:right;
	background: #EAEAEA;
	width: 200px;
	height: 10px;
}

.strength0{
	width:200px !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
}		
.strength1{
	width:180px  !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
}		
.strength2{
	width:120px  !important;    
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
}		
.strength3{
	width:80px  !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
}		
.strength4{
	width:40px  !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
}
.strength5{
	background:#399800;
	width:0px  !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
}


/*Small Edit Buttons for 'MANAGE' screens*/
.clAction {
	float: right;
	display: block;
	margin: 2px 2px 0 0;
	width: 60px;
	padding: 4px;
	border-radius: 2px;
	background: #CC3300;
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.1);
	color: #EEE !important;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition:    all 0.15s ease-out;
}
.clAction:hover {
	width: 70px;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition:    all 0.15s ease-out;
}
.gr {
	background: #339900;
}
.lgr {
	background: #99CC33;
}
/*End Small Edit Buttons*/

/*test stuff*/

.tempCheck {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-radius: 2px;
	background: #eeeeee;
	background:    -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background:      -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background:     -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background:         linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	box-shadow: 0 1px 0 #FFF;
	color: #666;
	font-weight: bold;
	font-size: 9pt;
	text-shadow: 0 1px 0 #FFF;
}

/*HIDE / SHOW MODAL WINDOWS*/
.hideLayer {
	visibility:hidden;
	opacity: 0;
	-webkit-transition: visibility 0s linear 0.4s, opacity 0.4s linear;
	   -moz-transition: visibility 0s linear 0.4s, opacity 0.4s linear;
		  -o-transition: visibility 0s linear 0.4s, opacity 0.4s linear;
		 -ms-transition: visibility 0s linear 0.4s, opacity 0.4s linear;
			  transition: visibility 0s linear 0.4s, opacity 0.4s linear;
}
.showLayer {
	visibility:visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	     -o-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	        transition-delay: 0s;

}

.hideLayer2 {
	background: rgba(0,0,0,0);
	height: 0px;
}
.showLayer2 {
	background: rgba(0,0,0,0.6);
	height: 100%;
}

.hideLoginPanel {
	visibility:hidden;
	opacity: 0;
	height: 1px;
	-webkit-transition: height 0.3s ease-in 0.4s, visibility 0s linear 0.4s, opacity 0.4s linear;
	   -moz-transition: height 0.3s ease-in 0.4s, visibility 0s linear 0.4s, opacity 0.4s linear;
		  -o-transition: height 0.3s ease-in 0.4s, visibility 0s linear 0.4s, opacity 0.4s linear;
		 -ms-transition: height 0.3s ease-in 0.4s, visibility 0s linear 0.4s, opacity 0.4s linear;
			  transition: height 0.3s ease-in 0.4s, visibility 0s linear 0.4s, opacity 0.4s linear;
}
.showLoginPanel80 {
	visibility:visible;
	opacity: 1;
	height: 80px;
}
.showLoginPanel120 {
	visibility:visible;
	opacity: 1;
	height: 120px;
}

.hidePanel {
	opacity: 0;
	-webkit-transition: opacity 1s linear;
	   -moz-transition: opacity 1s linear;
		  -o-transition: opacity 1s linear;
		 -ms-transition: opacity 1s linear;
			  transition: opacity 1s linear;
}
.showPanel {
	opacity: 1;
	-webkit-transition: opacity 1s linear;
	   -moz-transition: opacity 1s linear;
		  -o-transition: opacity 1s linear;
		 -ms-transition: opacity 1s linear;
			  transition: opacity 1s linear;
}


/*Validation Styling Override*/
.LV_validation_message{
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:5pt;
}
.LV_valid {
	color: rgba(0,0,0,0);
	font-size: 14pt;
	line-height: 0;
	vertical-align: bottom;
	background: url(../images/box_sprite.png) -138px -1725px no-repeat;
	border: 0;
	padding: 0; 
	margin: 0;
}
.LV_invalid {
	color: rgba(0,0,0,0);
	font-size: 14pt;
	line-height: 0;
	vertical-align: bottom;
	background: url(../images/box_sprite.png) -170px -1725px no-repeat;
	border: 0;
	padding: 0; 
	margin: 0;
}

/*Tooltip Styling*/
#tt {
   position:absolute;
   display:block;
   background: transparent;
}
#ttcont {
   display: block;
   padding: 7px;
   margin-right: 0;
   background: rgba(0,0,0,0.8);
	background:    -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%);
	background:      -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%);
	background:     -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%);
	background:         linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%);
	        border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
   color: #FFF;
	text-shadow: 0 1px 0 #000;
   font-family: Verdana;
   font-size: 8pt;
   font-weight: bold;
}
#tttop, #ttbot {
   display:none;
}

.dmnOptions {
	display: none;
	position: absolute;
	margin-top:10px;
	padding: 6px;
	border-radius: 2px;
	background: #ffffff;
	background:    -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background:      -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background:     -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background:         linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	box-shadow: 0 1px 4px rgba(0,0,0,.4);
}
.dmnOptions div {
	padding: 2px;
	cursor: pointer;
}
.dmnOptions div:hover {
	color: #FF3300;
}
