﻿.GridViewControlStyle
{
   width: 95%;
   margin: auto;
}

.GridViewControlStyle input[type="button"], .GridViewControlStyle input[type="submit"]
{
   width: 70px;
   margin: auto;
   margin-left: 10px;
}

/* Grid stuff */
.HeaderStyle
{
   background-color: Navy; /* BackColor: #4A3C8C; Font-Bold: True; ForeColor: #E7E7FF; HorizontalAlign: Center;; */
   color: White;
   text-align: center;
}

.RowStyle
{
   background-color: #DEDFDE; /*   BackColor: #DEDFDE; ForeColor: Black;  */
   color: Black;
}

.AlternatingRowStyle
{
   background-color: #D8BFD8; /* Thistle; */
   color: Black;
}

.SelectedRowStyle
{
   background-color: Yellow; /* Yellow; */
   color: Black;
}

.EmptyDataRowStyle
{
}


/* password stuff */
.PasswordStyle /* actual control background */
{
   background-color: #CCCC99;
   border-color: #E6E2D8;
   border-style: Solid;
   border-width: 1px;
   color: #333333;
   margin: auto;
}

.PasswordStyle input[type="submit"] /* buttons */
{
   width: 120px;
}

.LoginTitleTextStyle
{
   background-color: #5D7B9D;
   font-weight: bold;
   color: White;
}

.LoginButtonStyle, .SubmitButtonStyle
{
   background-color: #FFFBFF;
   border-color: #CCCCCC;
   border-style: Solid;
   border-width: 1px;
   color: #284775;
   width: auto;
}


.LoginInstructionTextStyle
{
   font-style: italic;
   color: black;
}

.LoginSuccessTextStyle
{
   background-color: #5D7B9D;
   font-weight: bold;
}

.LoginSuccessTextStyle
{
   font-style: italic;
   color: #888888;
}

/*
<ContinueButtonStyle   BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid" BorderWidth="1px"   ForeColor="#284775" />
<NavigationButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid" BorderWidth="1px"   ForeColor="#284775" />
<CreateUserButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid" BorderWidth="1px"   ForeColor="#284775" />

*/

.loginControls
{
   margin: auto;
   margin-top: 25px;
}

.loginControls td
{
   padding: 5px;
}

