﻿/* DO NOT OVERRIDE ANY OF THE STANDARD CLASSES AS THIS WILL AFFECT THE WHOLE AMCOM/AMNET SITE */

/*
appForm Classes
*/

.dslapplicationform_textbox
{
	height: 1.5em;
	border: 1px solid silver;
	font-size: 10px;
	background-color: #fff;
}
.dslapplicationform_checkbox
{
	font-size: 10px;
	background-color: #fff;
}
.dslapplicationform_dropdownlist
{
	/* height: 1.5em; */
	font-size: 10px;
	background-color: #fff;
	border: 1px solid silver;
}

/*
Data Table Classes
*/

.dslapplicationform_dataTable
{
	font-size: 11px !important;
	width: 100%;
	border: 1px solid #dcdcdc;
	background: white;
	padding: 1px !important;
	margin: 0px !important;
}
.dslapplicationform_dataTable td
{
	padding: 3px !important;
	margin: 0px !important;
	text-align: center;
}
.dslapplicationform_dataTable th
{
	background: url(images/icons/tableback.gif) #2a2b2d;
	color: White;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: normal !important;
}
.dslapplicationform_dataTable .dslapplicationform_header
{
	background: url(images/icons/headerback.gif) #ececec;
}
.dslapplicationform_dataTable .dslapplicationform_header td
{
	color: black;
}
.dslapplicationform_dataTable .item
{
	background: white;
	border-bottom: 1px dotted #dcdcdc;
}
.dslapplicationform_dataTable .item:hover
{
	background: url(images/icons/headerback.gif);
}
.dslapplicationform_dataTable .item td
{
	border-bottom: 1px dotted #dcdcdc;
}
.dslapplicationform_dataTable .highlight
{
	background: url(images/icons/headerback.gif) #dddddd;
}
.dslapplicationform_dataTable .highlight:hover
{
	background: #dddddd;
}

/*
Exempt Classes
*/

.dslapplicationform_exempt
{
	margin-left: 123px;
}
.dslapplicationform_exempt label
{
	width: auto !important;
	margin-left: 2em;
}

/*
Custom span Classes
*/

span.dslapplicationform_required
{
	font-size:large;
	font-weight: bold;
	width: 20px;
	color: maroon;
}

/*
form classes
*/

*.dslapplicationform_form fieldset
{
	position: relative;
	margin-top: 1em;
	padding-top: .75em;
	border: 1px solid #ececec;
	
	margin-bottom: 10px;
	background: url(images/fieldset_back.gif) repeat-x #f6f6f6;
	border: 1px solid #dcdcdc;
}
*.dslapplicationform_form legend
{
	position: absolute;
	top: -.5em;
	left: .5em;
	font-size: 1.2em;
	
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
*.dslapplicationform_form label
{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	text-align: right;
	margin-right: 1em;
	width: 120px;
	/* font-weight: bold; */
}
*.dslapplicationform_form span
{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
*.dslapplicationform_form li.review
{
	text-align: right;
}
*.dslapplicationform_form fieldset ol
{
	margin: 0;
	padding: 0;
}
*.dslapplicationform_form fieldset li
{
	list-style: none;
	padding: 5px;
	margin: 0;
	border-bottom: 1px dotted #ececec;
}
*.dslapplicationform_form fieldset fieldset
{
	border: none;
	margin: 3px 0 0;
}
*.dslapplicationform_form fieldset fieldset legend
{
	padding: 0 0 5px;
	font-weight: bold;
}
*.dslapplicationform_form fieldset fieldset label
{
	display: block;
	width: auto;
}
*.dslapplicationform_form em
{
	font-weight: bold;
	font-style: normal;
	color: #f00;
	width: 20px;
	margin-right: 1em;
}
*.dslapplicationform_form ol.blank li
{
	border: none !important;
}
*.dslapplicationform_form ol.blank
{
	padding: 1px;
	margin: 0;
}

*.dslapplicationform_form li.selector
{
}
*.dslapplicationform_form li.selector:hover
{
	background: #ececec;
}
*.dslapplicationform_form label
{
	width: 120px;
}
/* Width of labels */
*.dslapplicationform_form fieldset fieldset label
{
	margin-left: 123px;
}
/* Width plus 3 (html space) */

/*\*//*/ *.form legend { display: inline-block; } /* IE Mac legend fix */

/*
Miscellaneous Classes
*/

.dslapplicationform_white
{
	background: white;
	width: auto;
	padding-left: 1em;
	padding-right: 2em;
	padding-top: 2em;
	padding-bottom: 1em;
}
.dslapplicationform_notices
{
	margin: 1em 0px;
	padding: 3px;
	background: #a11025;
	border: 1px solid #671b26;
	font-size: 1.2em;
	color: white;
}
.dslapplicationform_help
{
	font-size: 1em;
	color: #666;
	margin-left: 130px;
}

.dslapplicationform_wizard
{
	background: white;
	padding: 2em;
}
.dslapplicationform_header
{
	font-size: 12px;
	font-weight: bold;
	color: #cc0033;
	padding: 10px 0;
}


.dslapplicationform_intro
{
	font-size: 12px;
	padding: 15px;
	color: crimson;
}

.dslapplicationform_information
{
	font-size: 1.2em;
	padding: 15px;
	margin-bottom: 1em;
	width: auto;
	border: 1px solid #dcdcdc;
	background: #ececec;
}
.dslapplicationform_bracket
{
	vertical-align: top;
}
/* Password Strength Bar Indicator */
.dslapplicationform_barIndicator
{
	background: url(images/icons/FilledStar.png) repeat-x 0;
	width: 13px;
	height: 12px;
	margin: -2px 0 0 0;
	padding: 0;
	display: block;
}
.dslapplicationform_barBorder
{
	display: block;
	padding: 0;
	margin: 0;
	width: 65px;
	height: 12px;
	background: url(images/icons/EmptyStar.png) repeat-x 0;
	vertical-align: top;
}

.dslapplicationform_hardwarepurchase
{
	font-size:29pt;
	color:Blue;
}
.dslapplicationform_hardwareplan
{
	font-size:19pt;
	color:Blue;
}