  #popupbox{
	  margin: 0; 
	  margin-left: 30%; /* This gets it relatively center on the screen */
	  margin-right: 40%; /* This gets it relatively center on the screen */
	  margin-top: 100px; /* Makes it a little off the top of the screen */
	  padding-top: 0px; /*  Make the text not touching the top on the login box */
	  width: 400px; /* For centering it on the screen */
	  height: 230px; /* The height of the login box */
	  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
	  background: #7bc144; /* Login Box background color. Change this if desired. */
	  border: solid #000000 2px; /* Makes a black border around the login box */
	  z-index: 9; /* Makes it on top of everything else */
	  color: white;
	  font-family: Arial; /* Sets the font */
	  visibility: visible; /* Makes it visible at first. Very Important.*/
  }
  #messagebox{
	margin: 0; 
	margin-left: 30%; /* This gets it relatively center on the screen */
	margin-right: 40%; /* This gets it relatively center on the screen */
	margin-top: 0px; /* Makes it a little off the top of the screen */
	padding-top: 5px; /*  Make the text not touching the top on the login box */
	width: 400px; /* For centering it on the screen */
	height: 80px; /* The height of the login box */
	position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
	background: #7bc144; /* Login Box background color. Change this if desired. */
	border: solid #000000 2px; /* Makes a black border around the login box */
	z-index: 9; /* Makes it on top of everything else */
	color: white;
	font-family: Arial; /* Sets the font */
	font-size: 14px;
	visibility: visible; /* Makes it visible at first. Very Important.*/
}
  #header{
	  width: 100%; /* For centering it on the screen */
	  height: 75px; /* The height of the login box */
	  background: #FFFFFF; /* Login Box background color. Change this if desired. */
	  position:absolute;
	  top:0px;
 		left:0px;
	  color: white;
	  font-family: Arial; /* Sets the font */
	  visibility: visible; /* Makes it visible at first. Very Important.*/
  }
  
  img.headpic{ margin-top:15px; margin-left:10px; }
  
  
   #quickclaim{
		margin: 0; 
	  margin-left: 5px; /* This gets it relatively center on the screen */
	  margin-top: 400px; /* Makes it a little off the top of the screen */
	  width: 185px; /* For centering it on the screen */
	  height: 45px; /* The height of the login box */
	  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
	  background: #7bc144; /* Login Box background color. Change this if desired. */
	  border: dashed #FFFFFF 1px; /* Makes a black border around the login box */
	  z-index: 9; /* Makes it on top of everything else */
	  visibility: visible; /* Makes it visible at first. Very Important.*/
	}
  
  #footer{
		margin: 0; 
	  margin-left: 5px; /* This gets it relatively center on the screen */
	  margin-top: 450px; /* Makes it a little off the top of the screen */
	  width: 185px; /* For centering it on the screen */
	  height: 75px; /* The height of the login box */
	  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
	  background: #7bc144; /* Login Box background color. Change this if desired. */
	  border: dashed #FFFFFF 1px; /* Makes a black border around the login box */
	  z-index: 9; /* Makes it on top of everything else */
	  visibility: visible; /* Makes it visible at first. Very Important.*/
	}
	
	#footertext{
		color: white;
	  font-family: Arial; /* Sets the font */
	  font-size:12px;
	  padding-left:10px;
	  }
  
  #menudiv{
	  margin: 0; 
	  margin-left: 5px; /* This gets it relatively center on the screen */
	  margin-top: 90px; /* Makes it a little off the top of the screen */
	  width: 185px; /* For centering it on the screen */
	  height: 300px; /* The height of the login box */
	  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
	  background: #7bc144; /* Login Box background color. Change this if desired. */
	  border: dashed #FFFFFF 1px; /* Makes a black border around the login box */
	  z-index: 9; /* Makes it on top of everything else */
	  color: white;
	  font-family: Arial; /* Sets the font */
	  visibility: visible; /* Makes it visible at first. Very Important.*/
  }
  #menuheader{
  	width:185px;
  	height:30px;
  	background: #FFFFFF;
	}
	#menuheadertext{
		padding-left: 5px;
		padding-top: 5px;
		font-size: 16px;
		font-weight: bold;
		color: #7BC144;
	}
	
	#userinfo{
		position: absolute;
		bottom: 5px;
		font-size:14px;
		padding-left:5px;
		padding-top: 5px;
	}
  
	a{
		color: white;
	  font-family: Arial; /* Sets the font */
	  text-decoration: none;
	}
  	
  #maindiv{
	  margin: 0; 
	  padding-left: 5px;
	  padding-right: 5px;
	  padding-bottom: 5px;
	  width: 80%;
		margin-left: 200px;
		top: 90px;
	  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
	  background: #7bc144; /* Login Box background color. Change this if desired. */
	  border: dashed #FFFFFF 1px; /* Makes a black border around the login box */
	  z-index: 9; /* Makes it on top of everything else */
	  color: white;
	  font-family: Arial; /* Sets the font */
	  visibility: visible; /* Makes it visible at first. Very Important.*/
  }
  
  body{
  	background-color: #bfc0c4;
  	margin:0;
		padding:0; 
  	height:100%;
  }
  
  #statustext{
  	background-color: white;
  	color: #4D4F53;
  	font-size: 12;
  	width: 400px;
		position: absolute;
		bottom: 0px;
  }
  
  #reportheader{
  	font-family: Arial; /* Sets the font */
  	background-color: #FFFFFF;
  	position: relative;
  	font-size:12px;
  	color: #000000;
  	padding-left: 5px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	border: solid #000000 1px;
  }
  
   #reportheaderResults{
  	font-family: Arial; /* Sets the font */
  	background-color: #FFFFFF;
  	position: relative;
  	font-size:12px;
  	color: #000000;
  	padding-left: 5px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	border: solid #000000 1px;
  }
  
  #reportheader2{
  	margin-top:10px;
  	font-family: Arial; /* Sets the font */
  	background-color: #FFFFFF;
  	position: relative;
  	font-size:12px;
  	color: #000000;
  	padding-left: 5px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	border: solid #000000 1px;
  }
  
  #reportrow{
  	margin-top:10px;
  	font-family: Arial; /* Sets the font */
  	background-color: #FFFFFF;
  	position: relative;
  	font-size:12px;
  	color: #000000;
  	padding-left: 5px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	border: solid #000000 1px;
  }
  
  #reportaction{
  	margin-top:10px;
  	font-family: Arial; /* Sets the font */
  	background-color: #FFFFFF;
  	font-size:12px;
  	color: #000000;
  	padding-left: 5px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	border: solid #000000 1px;
  }
  
  #subheader{
  	font-family: Arial; /* Sets the font */
  	font-size:1.33em;
  	color: #7bc144;
  	font-weight: bold;
  }
  
  td{
  	font-family: Arial; /* Sets the font */
  	font-size:12px;
  	font-weight: bold;
  	color: #4D4F53;
	}
	
	
	
	#inf_from{
		font-family: Arial; /* Sets the font */
  	font-size:12px;
  	font-weight:normal;
  	color: red;
  }
  
	#inf_from2{
		font-family: Arial; /* Sets the font */
  	font-size:12px;
  	font-weight:normal;
  	color: red;
  }
  
  #inf_from3{
		font-family: Arial; /* Sets the font */
  	font-size:12px;
  	font-weight:normal;
  	color: red;
  }
    
  #inf_from4{
		font-family: Arial; /* Sets the font */
  	font-size:12px;
  	font-weight:normal;
  	color: red;
  }
  
  #inf_from5{
		font-family: Arial; /* Sets the font */
  	font-size:12px;
  	font-weight:normal;
  	color: red;
  }
  
  #inf_from12{
		font-family: Arial; /* Sets the font */
  	font-size:12px;
  	font-weight:normal;
  	color: red;
  }
  
  #inf_from20{
		font-family: Arial; /* Sets the font */
  	font-size:12px;
  	font-weight:normal;
  	color: red;
  }
  #inf_from21{
		font-family: Arial; /* Sets the font */
  	font-size:12px;
  	font-weight:normal;
  	color: red;
  }
  #inf_from22{
		font-family: Arial; /* Sets the font */
  	font-size:12px;
  	font-weight:normal;
  	color: red;
  }
  #inf_from23{
		font-family: Arial; /* Sets the font */
  	font-size:12px;
  	font-weight:normal;
  	color: red;
  }
  .inf_from30{
		font-family: Arial; /* Sets the font */
  	font-size:12px;
  	font-weight:normal;
  	color: red;
  }
  
  .tb-locked {
    background-image: url(images/bg.png);
	}
		
	input{
  	font-family: Arial; /* Sets the font */
  	font-size:12px;
  	color: #4D4F53;
  	font-weight: none;
	}
	
	#newsdiv{
	  font-family: Arial; /* Sets the font */
  	font-size:12px;
  	color: #4D4F53;
  	font-weight: none;
	}
	textarea{
  	font-family: Arial; /* Sets the font */
  	font-size:12px;
  	color: #4D4F53;
  	font-weight: none;
	}
	
	select{
	font-family: Arial; /* Sets the font */
  	font-size:12px;
  	color: #4D4F53;
  }



.asmContainer {
	/* container that surrounds entire asmSelect widget */
}

.asmSelect {
	/* the newly created regular 'select' */
	width: 100%;
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #999; 
}

.asmHighlight {
	/* the highlight span */
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList {
	/* html list that contains selected items */
	margin: 0.25em 0 0em 0; 
	width:100%;
	height: 215px;
	overflow-y: scroll;
	position: relative;
	display: block;
	padding-left: 0; 
	list-style: none; 
}

.asmListCountry {
	/* html list that contains selected items */
	margin: 0.25em 0 0em 0; 
	width:100%;
	height: 70px;
	overflow-y: scroll;
	position: relative;
	display: block;
	padding-left: 0; 
	list-style: none; 
}

.asmListItem {
	/* li item from the html list above */
	position: relative; 
	margin-left: 0;
	padding-left: 0;
	list-style: none;

	border: 1px solid #bbb; 
	width: 98%; 
	margin: 0 0 -1px 0; 
	line-height: 1em;
	font-family: Arial; /* Sets the font */
  font-size:10px;
	color:#4D4F53;
}

.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	/* this is a span that surrounds the text in the item, except for the remove link */
	padding: 5px; 
	display: block;
}

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

.asmListItemRemove {
	/* the remove link in each list item */
	position: absolute;
	color: #4D4F53;
	right: 0; 
	top: 0;
	padding: 5px; 
}


/* DATEPICKER STYLES!!! */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #4D4F53;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: #4D4F53;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

