﻿body
{
    background-color:silver;
    width:1000px;
    font-family: Arial, Sans-Serif;
    font-size: small;
}

body.AlignCenter
{
    margin:10px 0 0 350px;
    background-color:silver;
    font-family: Arial, Sans-Serif;
    width:1000px;
}

div
{
	width: 1000px;
}

div.DataGrid
{
	width: 1000px;
}

fieldset
{
    
    border:0;
    
}

fieldset.withBorder
{
   border-style:Inset;
	border-width:2px;
	width:352px;
    
}

legend
{
    text-align:justify;
    font-weight:bold;
    color:#0863ad;
}

table
{
	
    border:0;
}

table.Logo
{
	width:352px;
	color:White;
	background-color:#0863ad;
    border:0;
}

table.Buttons
{
	text-align:left;
	margin-left:16px;
	margin-right:16px;
	color:Black;
	border-style:Inset;
	border-width:1px;
	
}

table.Logouts
{
	margin-left:16px;
	margin-right:16px;
}

table.Facility
{
	width:354px;
	color:Black;
	border-style:Inset;
	border-width:1px;
}

table.EditDelete
{
	width:260px;
	color:Black;
	border-style:Inset;
	border-width:1px;
}

table.Present
{
	width:340px;
	color:Black;
	border-style:Inset;
	border-width:1px;
}

table.No_Border
{
	width:340px;
	color:Black;
	border-style:Inset;
}


.PAS_Main_Button
{
	width:100px;
	height:30px;
	border-style:outset;
	border-width:5px;
	background-color:#0863ad;
	color:white;
}

.Main_Button
{
	width:100px;
	height:30px;
	border-style:outset;
	border-width:5px;
	background-color:#0863ad;
	color:white;
}

.PAS_Logout
{
	width:100px;
	height:30px;
	border-style:outset;
	border-width:5px;
	background-color:#0863ad;
	color:white;

}

.ReadOnly
{
	background-color: #CDCDCD;
}

.TitleBar
{
	height: 30px;
	font-weight:bold;
	color:#0000cc;
}

.menubar
{
	height: 25px;
	width: 100%;
	/*font-size: 15px; */
}

.menubar a
{
	color: white;
}

.menubar a:hover
{
	color: Orange;
}

