body{
padding:0px;
margin:0px;
}
a:hover{text-decoration:none;}
.m_text
	{
		font-family:Arial;
		font-size:11px;
		line-height:normsl;
		color:#333333;
	}

.m2_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:normsl;
		color:#333333;
	}

.m1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
		color:#FFFFFF;
	}
	
.h_text
	{
		font-family:Arial;
		font-size:12px;
		line-height:normal;
		color:#333333;
	}
	
.h1_text
	{
		font-family:Arial;
		font-size:12px;
		line-height:normal;
		color:#FFFFFF;
	}
	
.l_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#006633;
	}	

.l1_text
	{
		font-family:Arial;
		font-size:11px;
		line-height:normal;
		color:#FFFFFF;
	}	
	
.c_text
	{
		font-family:Verdana;
		font-size:11px;
		line-height:normal;
		color:#FFFFFF;
	}
	
.lhead_text
  {
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    line-height:normal;
    color:#333333;
  } 	
.lhtext
  {
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    line-height:normal;
    color:#ffffff;
    background-color: #5c9a75;
  } 	
	
.form
	{
		width:206px; height:22px; border-color:#3B3C3B; border-width:1px; background-color:#ffffff; font-size:11px; font-family:Tahoma; border-style:solid
	}

.form1
	{
		width:101px; height:22px; border-color:#184E33; border-bottom-width:1px; border-right-width:1px; background-color:#ffffff; font-size:12px; font-family:Tahoma
	}
.form_div
	{
		height:25px; margin-top:3px;		
	}
		
	a.text{color:#333333;text-decoration:none;}	
	a.text:hover{color:#333333;text-decoration:underline;}
	
	a.text1{color:#FFFFFF;text-decoration:none;}	
	a.text1:hover{color:#FFFFFF;text-decoration:underline;}

/* ASIS SPECIFIC */	
/* style for the buttons */

.InputButton
{
  border-right: #003c74 1px solid;
  border-top: #003c74 1px solid;
  font-size: 10px;
  margin-bottom: 1px;
  behavior: url(hilite.htc);
  vertical-align: middle;
  border-left: #003c74 1px solid;
  color: white;
  border-bottom: #003c74 1px solid;
  font-family: Verdana, Arial, Sans-Serif;
  background-color: #5c9a75;
  vertical-align: middle;
  cursor: pointer;
}
/* style for the text boxes */
.TextBox
{
  border-right: #003c74 1px solid;
  padding-right: 3px;
  border-top: #003c74 1px solid;
  padding-left: 3px;
  font-size: 75%;
  padding-bottom: 0px;
  margin: 1px 0px 0px;
  border-left: #003c74 1px solid;
  color: black;
  padding-top: 0px;
  border-bottom: #003c74 1px solid;
  font-family: Verdana, Arial, Sans-Serif;
  vertical-align: middle;
}
/* style for the confirm delete text label  */
.CheckBox
{
  vertical-align: middle;
}
/* the check portion of TEdit checkboxes */
.Checkbox INPUT
{
  font-family: Verdana, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle;
  font-size: 80%;
  margin-top: 0px;
  margin-bottom: 2px;
}
 
/* style for the lookup combo boxes  */
.DropDownList
{
  border-right: #003c74 1px solid;
  padding-right: 3px;
  border-top: #003c74 1px solid;
  padding-left: 3px;
  font-size: 85%;
  padding-bottom: 0px;
  margin: 1px 0px 0px;
  border-left: #003c74 1px solid;
  color: black;
  padding-top: 0px;
  border-bottom: #003c74 1px solid;
  font-family: Verdana, Arial, Sans-Serif;
  vertical-align: middle;
}

/* SPECIFIC style for the sendcomms listboxes  */
.CommList
{
  border-right: #003c74 1px solid;
  padding-right: 3px;
  border-top: #003c74 1px solid;
  padding-left: 3px;
  font-size: 75%;
  padding-bottom: 0px;
  margin: 1px 0px 0px;
  border-left: #003c74 1px solid;
  color: black;
  padding-top: 0px;
  border-bottom: #003c74 1px solid;
  font-family: Verdana, Arial, Sans-Serif;
  vertical-align: middle;
  width: 300px;
}

/* 
--------------------------------
Grid styles for the Alert System
--------------------------------
*/
.Grid {
  border: 0px solid white;
}

.Grid TD {
  font-size: 100%;
}
/* CCII Edit Control  Column heading cell style */
.GridColumnHeading {
  padding-right: 2px;
  padding-left: 2px;
  font-weight: bold;
  color: white;
  background-color: #5c9a75;
  text-align: center;
  border-right: aliceblue 1px solid;
  border-top: aliceblue 1px solid;
  border-bottom: aliceblue 1px solid;
  border-left: aliceblue 1px solid;
  vertical-align: middle;
}

/* CCII Edit Control left aligned column heading text */
.GridColumnHeadingLeft {
  padding-right: 2px;
  padding-left: 2px;
  font-weight: bold;
  color: white;
  background-color: #5c9a75;
  text-align: left;
  vertical-align: middle;
}

/* Column header text link CSS Style */
A.GridColumnHeadingLink {
  color: white;
  font-family: Verdana, Arial;
  text-decoration: none;
  font-weight: bold;
}

/* Column header text link CSS Style (mouse over) */
A.GridColumnHeadingLink:hover {
  color: yellow;
  text-decoration: underline;
}

/* Style for regular (even) rows */
.GridRow {
	font-family:Arial;
	font-size:11px;
	line-height:normsl;
	color:#333333;
}

/* Style for odd rows */
.GridAlternatingRow {
	font-family:Arial;
	font-size:11px;
	line-height:normsl;
	color:#333333;
  background-color: #DDE7F2;
}

/* Style for even rows checked by check box */
.GridCheckedRow {
  background-color: #ffffcc;
}

/* Style for odd rows checked by check box */
.GridAlternatingCheckedRow {
  background-color: #ccffcc;
}

/* style for the current row */
.GridSelectedRow {
  background-color: #FFFFA0;
  cursor: pointer;
}

/* default grid cell style */
.GridItemCell {
  border-right: green 0px solid;
  padding-right: 3px;
  border-top: green 0px solid;
  padding-left: 3px;
  font-size: 70%;
  padding-bottom: 0px;
  margin: 0px;
  vertical-align: middle;
  border-left: green 0px solid;
  color: black;
  padding-top: 0px;
  border-bottom: green 0px solid;
  text-align: left;
}

/* right-aligned grid cell style */
.GridItemCellRight {
  padding-left: 3px;
  font-size: 70%;
  padding-bottom: 0px;
  margin: 0px;
  vertical-align: middle;
  color: black;
  padding-top: 0px;
  text-align: right;
  padding-right: 3px;
}

/* for the CPP contact email section */
.cpp {
	color:#333333;
  text-decoration:none;	
	text-decoration:underline;
  cursor: pointer;
}
