BODY             {font-family: Arial, sans-serif; font-size: 10pt; color: black; border: 0px; margin: 0px;}
BODY             {background-image: url('/Textures/background2008.gif'); background-color: white }
/*
BODY             {scrollbar-3dlight-color:#00CCFF; scrollbar-arrow-color:#FFFFFF; scrollbar-base-color:#FFFFFF; scrollbar-darkshadow-color:#000099; scrollbar-face-color:#003399; scrollbar-highlight-color:#FFFFFF; scrollbar-shadow-color:#0000CC }
TD               {font-family: Arial, sans-serif; font-size: 10pt; color: black;} 
IMG              {font-family: Arial, sans-serif; font-size: 10pt; color: black;}
*/                             
A                {text-decoration: none;}
A:link           { color: #333399; }	/* unvisited link */
A:visited        { color: #333399; }	/* unvisited link */
A:hover          { color: red; text-decoration: underline;}
/*
A:hover          { color: red; font-weight: bold; text-decoration: underline;}
h1				 {font-family: Arial, sans-serif: font-size: 20pt; color: black;}
*/

/* Test css formatting */

	#mast{
	width:100%;
	background:#ffff00;
	}

	#left{
	width:178px;
	float:left;
	background:#ff9900;
	}
	
	#middle{
	float:left;
	background:#cccccc;
	}
	
	#right{
	width:163px;
	float:left;
    background:#00ccff;
	}

/* Added 20060518 by Ryan Ayers */
/* Police - Police Web Page */

.PoliceHeader {
 color: #ffffff;
 background: #000000;
 width: 100%;
 height: 100px
}

.PoliceHeaderSub {
 color: #ffffff;
 background: #000000;
 width: 100%;
 height: 25px
}

.PoliceColumnHeading {
 color: #ffffff;
 background: #000000;
 text-align: Center;
 font-weight: bold;
}

.PoliceHeaderLeft {
 color: #ffffff;
 background: #000000;
 text-align: Left;
 vertical-align: bottom;
 width: 178px;
}

.PoliceHeaderCenter {
 color: #ffffff;
 background: #000000;
 text-align: Center;
 vertical-align: bottom;
 width: 100%;
}

.PoliceHeaderCenterSub {
	font-size: 107%;
	font-weight: bold;
	color: #ffffff;
	background: #000000;
	text-align: Center;
	vertical-align: middle;
	width: 100%;
}

.PoliceHeaderRight {
 color: #ffffff;
 background: #000000;
 text-align: Right;
 vertical-align: bottom;
 width: 163px;
}
/* End of Police */

/* Added 20060601 by Ryan Ayers */
/* Error */
.Error {
	font-size: 107%;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	background: #FFFFFF;
	color: #FF0000;
}

/* Added 20060505 by Ryan Ayers */
/* DIL - Dispatch List System */
.DIL_Table {
	width: 750px;
	border: 1px solid #ECE9D8;
	border-collapse: collapse;
}

.DIL_TableMain {
	width: 100%;
	border: 1px solid #ECE9D8;
	border-collapse: collapse;
}

.DIL_TH {
	font-size: 107%;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	background: #c3daf9;
	color: #000000;
	border: 1px solid #ECE9D8;
}

.DIL_TD {
	font-size: 100%;
	text-align: Left;
	vertical-align: center;
	border: 1px solid #DDDDDD;
}

.DIL_Label {
	font-size: 100%;
	text-align: right;
	vertical-align: top;
	width: 25%;
	background: #c3daf9;
	border: 1px solid #ECE9D8;
}

.DIL_Box {
	font-size: 100%;
	text-align: Left;
	vertical-align: top;
	width: 75%;
	border: 1px solid #ECE9D8;
}

/* Added 20060418 by Ryan Ayers */
/* EOM - Employee of the Month System */
.EOM_Table {
	width: 550px;
	background: #c3daf9;
}

.EOM_Heading {
	font-size: 150%;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}

.EOM_Heading2 {
	font-size: 125%;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}

.EOM_Label {
	font-size: 100%;
	text-align: right;
	vertical-align: top;
	width: 50%;
}

.EOM_Box {
	font-size: 100%;
	text-align: Left;
	vertical-align: top;
	width: 50%;
}

.EOM_InputBox {
	font-size: 100%;
	text-align: Left;
}

.EOM_BoxBold {
	font-size: 100%;
	text-align: Left;
	width: 50%;
	font-weight: bold;
}
/* End of Employee of the Month system */

/* Added 20060418 by Ryan Ayers */
/* Toolbar */

table.Main {
	width: 100%;	
	border-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
}

table.Toolbar {
	border-style:none;
	padding:0px;
	margin:0px;
}

table.ToolbarRight {
	text-align:left;
	border-style:none;
	padding:0px;
	margin:0px;
}

td.ToolbarRight {
	text-align:left;
	border-style:none;
	padding:0px;
	margin:0px;
	font-family:Arial, sans-serif;
	font-size:70%;
}

td.ToolbarRightCurrent {
	color:#ffffff;
	background:#000000;
	text-align:left;
	border-style:none;
	padding:0px;
	margin:0px;
	font-family:Arial, sans-serif;
	font-size:70%;
}

.ToolbarRightCurrent {
	color:#ffffff;
	background:#000000;
	text-align:left;
	border-style:none;
	padding:0px;
	margin:0px;
	font-family:Arial, sans-serif;
	font-size:70%;
}

.ToolbarRightCurrentSub {
	color:#ffffff;
	background:#000000;
	text-align:left;
	border-style:none;
	padding:0px;
	margin:0px;
	font-family:Arial, sans-serif;
	font-size:60%;
}

td.ToolbarRightHeading {
	color:#ffffff;
	background:#000000;
	text-align:center;
	border-style:none;
	padding:0px;
	margin:0px;
	font-family:Arial, sans-serif;
	font-size:90%;
	font-weight:bold;
}

a.ToolbarRight, a.ToolbarRight:visited {
	color:#333399;
	text-decoration: none;
	text-align:left;
	font-family:Arial, sans-serif;
	font-size:70%;
	width:100%
}

a.ToolbarRight:hover {
	color:#ff0000;
	background:#000000;
	text-decoration: underline;
	text-align:left;
	font-family:Arial, sans-serif;
	font-size:70%;
	font-weight:normal;
	width:100%
}

a.ToolbarRightSub, a.ToolbarRightSub:visited {
	color:#669BBB;
	text-decoration: none;
	text-align:left;
	font-family:Arial, sans-serif;
	font-size:60%;
	width:100%
}

a.ToolbarRightSub:hover {
	color:#ff0000;
	background:#000000;
	text-decoration: underline;
	text-align:left;
	font-family:Arial, sans-serif;
	font-size:60%;
	font-weight:normal;
	width:100%
}

td.ToolbarLeft {
	border-style:none;
	text-align:center;
	vertical-align:Top;
	padding:5px;
	margin:0px;
	width:50px;
}

td.ToolbarCenter {
	border-style:none;
	text-align:Center;
	vertical-align:Top;
	padding:0px;
	margin:0px;
	width:132px;
}

td.EntireLeftSide {
	border-style:none;
	text-align:left;
	vertical-align:Top;
	padding:0px;
	margin:0px;
}


/* End - Toolbar */

.Center {
	font-size:100%;
	text-align:Center;
}

.Left {
	font-size:100%;
	text-align:Left;
}

.Right {
	font-size:100%;
	text-align:Right;
}

.CenterBold {
	font-size:100%;
	text-align:Center;
	font-weight:bold;
}

.CenterItalicRed {
	font-size:100%;
	text-align:Center;
	font-weight:normal;
	color:#ff0000;
	font-style:italic; 
}

.Italic {
	font-size:100%;
	font-weight:normal;
	font-style:italic; 
}

.Bold {
	font-size:100%;
	font-weight:bold;
}

.Button {
	font-size:100%;
}