﻿.panel {
    background-color: aliceblue;
    padding: 20px 20px 20px 20px;
    border: 1px solid gray;

}
  .SystemTable {
            border: 1px solid gray;
          
	padding:  20px 20px 20px 20px;
	width: 819px;
	height: 500px;
            background-color:aliceblue;
            margin-left: auto;
  margin-right : auto;
    margin-bottom: 5px;
}	
    .LabelCol
      {
          width: 40%;
         font-size: 15px;
          height: 30px;
          border-width: 0px;
          padding-right:10px;
        margin-right:10px;
          text-align: right;
                }   
                
      .FieldCol
      {
          width: 60%;
       font-size: 15px;
          height: 30px;
          border-width: 0px;
                   text-align: left;
                }  
      .LabelText {
	text-align: right;
	font-size: 25px;
}
.FieldText {
	text-align: left;
	font-size: 25px;
}
.ErrorMessage {
    color:red;
    font-size:20px;
}

body
{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:14px;
    background-color:darkseagreen;
}

p
{
    font-size:20px;
    font-weight:bold;
}

.TitleBar {
    height:50px;
    background-color:cadetblue;
    color:white;
}
