BODY {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
}

TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	text-decoration : none;
	border : none;
}



.Heading, H2 {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	font-weight : bold;
	text-align: left;
    vertical-align: bottom;
}


.apptable {
        border-left: dotted #009 1px;
}


.ChangeStatus {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	font-weight : bold;
}

.HeadingIntranet, H1 {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 13pt;
	color : black;
	font-weight : bold;
}

.VerticalText {
	writing-mode: tb-rl;
	filter: flipv fliph;
	font-family : Verdana, Arial, sans-serif ;
	 font-size : 9pt;
	font-weight : bold;
}

.NewUser {
	text-align: right;
	width: 200px;
}

.NewUserRequiredField {
	text-align: right;
	width: 200px;
	color : red;
}

.Spacer { border-bottom: dashed #cccccc 1px }

.ApplicationSpacer { border-right: solid #cccccc 1px }

.CellBordered { 
	border: dashed #cccccc 1px ; }

TD.AppBox { border: dashed #ccc 1px; }

A {
	text-decoration: none;
	color: blue;
}

A.Admin {
        color: #922;
}


A:Hover {
	text-decoration: underline;
	color: red;
}

.WhiteText {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color : white;
}

.WhiteText:Hover {
	text-decoration: none;
	color : yellow;
}

.UserTotalText {
        font-weight: bold;
        color: #900;
}

/* Active Directory User Management Page */

.Instructions
{
	margin: 10px;
	margin-top: 30px;
	font-family:Arial;
	font-size: 10pt;
	width: 600px;
}

#txtHomeDriveServer
{
	position:relative;
	left: 0px;
}

#txtUserProfileServer
{
	position:relative;
	left: 0px;
}

#txtCommonDriveServer
{
	position:relative;
	left: 0px;
}

#txtApplicationServer
{
	position:relative;
	left: 0px;
}

#btnSaveCompanyDetails
{
	position:relative;
	left: 0px;
}

.CompanyDetails
{
	margin: 20px;
	width: 700px;
}

.CompanyDetails td
{
	padding:10px;
	vertical-align: top;

}

#tvADAdmin
{
	width: 300px;
}

#btnSave
{
	cursor: pointer;
	font-family:Arial;
	font-size: 12pt;
	font-weight: bold;
	color: White;
	width: 200px;
	height: 35px;
	border: solid 1px #cc9900;
	background-color: #172387;
	position: relative;
	top: 20px;
	left: 15px;
}

#btnADAccountAlreadyCreated
{
	cursor: pointer;
	font-family:Arial;
	font-size: 12pt;
	font-weight: bold;
	color: White;
	width: 300px;
	height: 35px;
	border: solid 1px #cc9900;
	background-color: #172387;
	position: relative;
	top: -15px;
	left: 255px;
}

#ADCompanyName
{
	font-family:Arial;
	font-size: 10pt;
	font-weight: bold;
}

#divNextStep
{
	margin-left: 10px;
	font-weight: bold;
}
