/*colors
* Light Steel blue: #b0c4de
* Navy blue:#12198E
* Light Yellow:#FFFFCC
*/
/**************** Body Elements ******************/
body
{
	margin:0;
	font-weight: lighter;
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	text-align: justify;
	background-color:white;
/*
	text-justify: inter-word;
	scrollbar-width:50px;
	scrollbar-face-color:#333399;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#b0c4de;
	scrollbar-highlight-color:#6699cc;
	scrollbar-3dlight-color:#9999cc;
	scrollbar-shadow-color:#003366;
	scrollbar-darkshadow-color:#003366;

*/
}

body.menu
{
	margin:0;
	background-color:white;
}
body.NavBar
{
	background-color:Black;
}

/*************** TABLE ELEMENTS ******************/
TABLE.MainTable
{
	table-layout: auto;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 0px;
	/*vertical-align: baseline;*/
	color: navy;
	border-top-style: none;
	padding-top: 0px;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	position: relative;
	border-collapse: collapse;
	/*height: 300px;*/
	text-align:justify;
	border-bottom-style: none;
	width:100%;
}

TABLE.ActivitiesList
{
	table-layout: auto;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 0px;
	/*vertical-align: baseline;*/
	color: navy;
	border-top-style: none;
	padding-top: 0px;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	position: relative;
	border-collapse: collapse;
	/*height: 300px;*/
	text-align:justify;
	border-bottom-style: none;
	width:675;
}
TABLE.ViolationList
{
	table-layout: auto;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 0px;
	/*vertical-align: baseline;*/
	color: navy;
	border-top-style: none;
	padding-top: 0px;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	position: relative;
	border-collapse: collapse;
	/*height: 300px;*/
	text-align:justify;
	border-bottom-style: none;
	width:675;
}

table.WebMenu
{
	padding:0;
	background-color:Silver;
}

.layoutCell
{
	background-color:white;
	border-bottom:solid 1px black;
}

table.layout
{
	width:100%;
	background-color:#cccccc;
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
}

table.headerMenu
{
	background-color:#12198E;
}

table.login
{
	background-repeat:no-repeat;
	background-image:url(../Images/login_border.jpg);
}
table.facility
{
	width:100%;
	border:0;
}

table.inspection
{
	width:100%;
	border:0;
}


/******************* TAble Cell Elements ********************/
td.backLink
{
	font-size:10px;
	font-family:Verdana;
	font-weight:bold;
}

td.MenuItem
{
	font-family:Comic Sans MS;
	color:White;
	width:150px;
}
td.codeTabSpacer
{
	width:10;
}

td.spacer
{
	width:5;
	background-color:White;
}

td.BreadCrumbSpacer
{
	width:5px;
	height:10px;
	background-color:#cccccc;
}

td.SubMenuItem
{
	font-family:Verdana;
	font-size:10px;
}

td.header
{
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
}

td.itemCell
{
	text-align:right;
}

td.valueCell
{
	text-align:left;
}

td.codeTab
{
	background-repeat:no-repeat;
	background-image:url(../Images/page_tab_web2.gif);
	width:95;
	height:25px;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	border-bottom:solid 1px #cccccc;
}
td.selCodeTab
{
	background-repeat:no-repeat;
	background-image:url(../Images/current_tab_web2.gif);
	width:95;
	height:25px;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	border-bottom:solid 1px #cccccc;
}

td.swoosh
{
	background-repeat:no-repeat;
	background-image:url(../images/swoosh.gif);
}
td.tab
{
	background-repeat:no-repeat;
	background-image:url(../Images/page_tab_web2.gif);
	width:95;
	height:25px;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	border-bottom:solid 1px #cccccc;
}

td.groupCell
{
	background:#12198E;
}

/*********************Table Row Elements ***************/
tr.Heading
{
	height:20px;
}

tr.DatagridAlternateItem td
{
	background:silver;
	border-bottom:solid 1px silver;
	color:black;
}


tr.options
{
	background-color:#b0c4de;
	color:White;
}

tr.profOptions
{
	background-color:Black;
	color:White;
	top:100;
	position:absolute;	
 }

/**************** Anchor Elements *************************/
a.SubMenuHyperLink
{
}

a.InspMenuHyperLink
{
	color:#12198E;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
}

.MenuHyperLink
{
	color:white;
	font-weight:bold;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
}
.AdminMenuHyperLink
{
	color:#12198E;
	font-weight:bold;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
}

a.SelMenuHyperLink
{
	color:white;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a
{
	color:#12198E;
	text-decoration:underline;
}
a:hover
{
}
/**************** Span Elements *************************/
SPAN.Label
{
}
span.facilityText
{
	font-size:13px;
}
span.titleLabel
{
	color:black;
	font-weight:bold;
	font-family:Verdana;
	font-size:14px;
}
span.groupLabel
{
	color:white;
	font-weight:bold;
	font-family:Verdana;
	font-size:12px;
}

/**************** Div Elements *************************/
div.grids
{
	width:100%;
	overflow:hidden;
	visibility:visible;
}
div.tabPanel
{
	background:white; /*#cccccc*/
	overflow:auto;
	width:702px;
	height:400px;
	border-color:#12198E;
	border-width:1px;
	border-style:solid;
}
div.InspTabPanel
{
	background:#cccccc;
	overflow:auto;
	width:702;
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
}

div.AdminPanel
{
	width:750px;
	height:440px;
	overflow:scroll;
	background-color:white;
}

div.ProfAdminPanel
{
	width:750px;
	height:340px;
	overflow:scroll;
	background-color:white;
}

div.InputPanel
{
	width:750px;
	height:450px;
}

.errorText
{
	color:Red;
	font-size:11px;
}

div.AdminGroupPanel
{
	width:750px;
	height:350px;
	overflow:scroll;
	background-color:white;
}

div.OptionsPanel
{
	width:750px;
	height:40px;
	background-color:#b0c4de;
}
/********************** Input tags ****************************/
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalDropDownList
{
    font-size: 11px;
}

/********************** Universal elements *******************/
.questionLabel
{
	color:black;
	font-family:Verdana;
	font-size:11px;
}
.Heading
{
}
.FreeText
{
}

.itemList
{
	top:0;
	position:absolute;
	height:500;
	overflow:scroll;
	visibility:hidden;
}

.header
{
	font-size:30px;
	font-family:Verdana;
	font-weight:bold;
}

.menuLabel
{
	font-family:Comic Sans MS;
	font-size:10px;
}

.Home
{
	font-family:Comic Sans MS;
	font-size:40px;
	color:Blue;
}
.itemLabel
{
	color:Black;
	font-weight:bold;
	font-family:Verdana;
	font-size:12px;
}

.welcomeText
{
	font-family:Verdana;
	font-size:12px;
	color:white;
}

.inspSummaryText
{
	background-color:#b0c4de;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}
.dataGrid
{
	font-size:12px;
	text-align:center;
	font-family:Arial;
	width:100%;
}

.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.checkBoxColumn
{
	width:10px;
}
/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
    border-top-width:0;
    border-left-width:0;
    background-color:#ccccaa;
}

.InspSummaryButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
    color:White;
    background-color:#12198E;
    border-top-width:0;
}

.AdminPagesButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
    color:White;
    background-color:#12198E;
    border-top-width:0;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}
.NormalBlackBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color:Black;
}

.NormalBlack
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 12px;
    color:Black;
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}

/*************Cognetics**********************/
.gridHeader
{
	background-color: #12198E;
	font-weight: bold;
}

td.breadCrumbDivider
{
	background-color:#b0c4de;
	height:1px;
}

.alternateGridRow{
	background-color: silver;
}

.BreadCrumbText
{
	font-size:11px;
}

