/* This style sheet is an extention of admin.css */
/*.inputorn td {
   background-color: #ffcc00;
	 }

.gray {
     font-size: 10px;
		 color: gray;
		 }
.a10px {
     font-size: 10px;
		 	 }
.white10px {
     font-size: 10px;
		 color: white;
		 	 }
table.nopad {
      padding: 0px ;
			border: none ;
			font-size: 10px;
			border-style: none;
			border-width: 0px;
			}
#content table TD {

		background: #00ccff;
}
*/
.inputbig {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 20px;
   /* border: 1px solid blue;
    background: white;

		padding-left: 4px;
		float: left;*/
}
.inputsmal {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 10px;
   }
select.input0size {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 10px;
    border: 1px solid blue;
    background: #ffff66;
		/*width: 30px;*/
		padding-left: 4px;
		float: left;
}

#input input:hover ,
#input select:hover {
    background: #ffdd66;
		color: black;
		}
	#input input:focus ,
#input select:focus {
    background: #00dd66;
		color: black;
		}
		.bigbuttons {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 24px;
	 font-weight: bolder;
   background-color: blue;
   color: #FFFFFF;
   margin-right: 2px;
	 margin-left: 2px;
}
#fields select.select0size ,
#input select.select0size {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 10px;
    border: 1px solid blue;
    background: white;
		 width:auto;
		padding-left: 4px;
		float: left;
}

.butimg {
   border-style: none;
}
.bigbuttons:hover {
    background: #00CCFF;
		color: black;
}
.select0size {
    border: 1px solid blue;
		font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    background: aqua;
		padding-left: 4px;
		float: left;
}

#content table TD.ord10 {
cursor: pointer;
    background: #99ccff;
    border: 1px solid blue;
		font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
		
		padding-left: 4px;
		
}
#content table td.ord10:hover {
   
    background: #00ccff;
		font-size: 12px;
		color: red;
}
#content table td.ord16 {
cursor: pointer;
    
    border: 1px solid blue;
		font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
		background: #99ccff;
		padding-left: 4px;
		
}
#content table td.ord16:hover {
   
    background: #00CCFF;
		font-size: 14px;
		color: red;
}
#button_row {
	clear: both;
  background: #ff3300;
	width: 100%;
	height:20;
	border: none;
	font-color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0 4px 0;
	/*text-align: left;*/
}
#fields {
  height:80;
	border-bottom-width: 1px;
	}
/*
#footer1 {
 height:20;
 }


#mastheadex {
					position:  relative;
					width: 99%;
					height: 10px;
					background-image: url(../images/flagstrip_lt.jpg);
					background-repeat: no-repeat;
					border: solid blue;
					border-top-width: 3px;
					border-bottom-width: 3px;
					border-left-width: 3px;
					border-right-width: 3px;
					/*margin-left: 3px;*/
					}
*/					
#fields {
	position: relative;
	float: left;			 
	font-family: Times, Georgia, serif;
	font-size: 12px;
	text-align: left;	
	background-image: url(../images/ltblueback1.jpg);
	background-repeat: repeat;
	width: 99%;
	height: 460px;
	/*overflow: auto;*/
	color: #003300;
	/*padding: 0;*/
	/*margin: 0.5em 0;*/
}

#fields.wide {
    width: 680px;
}
.menu table TD:hover {
    background: #22CCFF;
		color: black;
}
#fields:hover {
    background: #11CCFF;
		color: black;
}
.full {width: 100%; }
#fields table {
	border-style: none;
	border-width: 1px;
	background-color: #FFCC99;
}
#fields table.noborder {
	border-style: none;
	background-color: #FFCC99;
}


#fields table TD {
	border-width: 1px;
	border-style: none;
	padding: 2px;
	background-color: #00ffff;
}
#fields table TD:hover {
    background: #00CCFF;
		color: black;
}
#content1 {
	position: relative;
	float: left;			 
	font-family: Times, Georgia, serif;
	font-size: 15px;
	text-align: left;	
	background-image: url(../images/ltblueback1.jpg);
	background-repeat: repeat;
	width: 800px;
	height: 240px;
	overflow: auto;
	color: black;
	/*padding: 0;*/
	margin: 0.5em 0;
}