/* CSS file for the Admin control */

body, div, p, td, legend {
  font-family: Verdana Arial Sans-Serif;
  font-size: 12px;
}

#Body 
{
  background-color: lightyellow;
}

.ContentTable {
  width: 750px;
}

/* ImageSectionTable css of the AboutUs page
*/
.ImageSectionTable {
  background-color: #ccc;
  width: 100%;
}

.DataGrid {
  border: solid 1px #cccccc;
}

/* Table cell contains the navigation
*/
.NavCell {
  vertical-align: top;
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border: solid 1px #eeeeee;
  width: 150px;
  background-image: url(../DecImages/NavBg.jpg);
}

/* Table cell contains the grid/form
*/
.DataCell {
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 15px;
  padding-left: 5px;
  background-image: url(../DecImages/whiteCorner.gif);
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #eeeeee;
}

.DataGridHeader {
  font-weight: bold;
  font-size: 13px;
  background-color: aliceblue;
}

.DataGridPager {
  background-color: #eeeeee;
  text-align: center;
}

.DataGridItem {
  padding: 13px;
  background-color: AliceBlue;
}

.AlternatingDataItem {
  padding: 3px;
  background-color: LightYellow;
}

/* The lable of a form element
*/
.LeftSide 
{
  font-weight: bold;
  font-size: 13px;
  text-align: right;
  vertical-align: top;
}

.Listing {
  margin: 8px;
}

/* Links to different feature from the MasterAdmin Page
*/
.MainNavLink
{
  display: inline;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: bold;
}

/* This contains the MainNavLink
*/
.MainNav {
  background-image: url(../DecImages/Bar.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 8px;
  padding-bottom: 8px;
} 

a:Link { color: #990000; }
a:Visited { color: #990000; }
a:Hover { color: #ff0000; }

/* Style for the Master Admin page
*/
.DivLoginInfo 
{
  text-align: right;
  font-size: 12;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 15px;
}

/* Style for the text in DivLoginInfo
*/
.SpanUserNameRight
{
  background-image: url(../DecImages/userInfo.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Style for the text in DivLoginInfo
*/
.SpanUserName
{
  background-color: #990000;
  color: White;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.SpanLogout
{
  background-color: #eeeeee;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-top: solid 1px #990000;
  border-bottom: solid 1px #990000;
}

/* Style for login table
*/
.LoginTable
{
  background-color: LightYellow;
}

.FormMessage {
  margin-top: 10px;
  margin-bottom:10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: #990000;
  color: #eeeeee;
  width: 300px;
}

.imageButton
{
  cursor: pointer;
}

.thumbNailContainer
{
  text-align: center;
  vertical-align: middle;
}

.upLoadContactImage
{
  border-left: dotted 1px #464646;
  background-color: rgb(250, 250, 250);
}

legend 
{
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.uploadContactImageBox
{
}

.TextBox, .ddList
{
  width: 190px;
}

.TextBox4
{
  width: 50px;
}

.TextBox0, .ddList0
{
  width: 460px;
}
