
.title {
  font-family: Times New Roman, Arial;
  font-size:	26px;
  color:	#000000;
}

.table-border {
	background-color:	#666666
}

.table-title {
	background-color:	#FFF9F3;
	width: 100px;
	font-family:		Verdana;
	font-size:		11px;
	font-weight:		bold;
	color:			#666666;
	

}

.table-hl {
	background-color:	#FFF9F3;
}

.table-alt1 {
	background-color:	#FFFFFF;
 
}

#width{
	width:100px;
}	
.table-alt2 {
	background-color:	#F8F8F8;
}

form {
	margin:			0px;
}




/*********************Button SIZES *******************/



.button0,
.button0-small,
.button0-medium,
.button0-big
{
  border:0;
  padding:0px 33px 0 24px;
  height:25px;
  display:inline;
  display:inline-block;
  text-align:center;
  line-height:22px;
  text-decoration:none;
  color:#7e7e7e;
  font-size:10px;
  cursor:pointer;
}

.button0:hover,
.button0-small:hover,
.button0-medium:hover,
.button0-big:hover
{
  color:#000000;
}

.button0-small
{
  width:113px;
  background: url(button-submit.png) no-repeat left top;
}
.button0,
.button0-medium
{
  width:143px;
  background: url(button_medium.png) no-repeat left top;
}


.button0-big
{
  width:173px;
  background: url(../program_images/button_big.png) no-repeat left top;
}

/************************END BUTTON SIZES*****************************/


/************************SEARCH BUTTON********************************/


.buttons,
.buttons-small,
.buttons-medium,
.buttons-big
{
  border:0;
  padding:5px 33px 15px 24px;
  height:30px;
  display:inline;
  display:inline-block;
  text-align:center;
  text-decoration:none;
  color:#7e7e7e;
  font-size:10px;
  cursor:pointer;
}

.buttons:hover,
.buttons-small:hover,
.buttons-medium:hover,
.buttons-big:hover
{
  color:#000000;
}

.buttons-small
{
  width:120px;
  background: url(button-submit.png) no-repeat left top;
   margin-bottom:-6px;
}
.buttons,
.buttons-medium
{
  width:160px;
  
  background: url(button_medium.png) no-repebuttonat left top;
  margin-bottom:-8px;
}


.buttons-big
{
  width:123px;
  background: url(button_big.png) no-repeat left top;
}


/*************************END SEARCH BUTTON***************************/




#main table{
  margin: 0 0 15px 0;
  width: 100%;
}
#main th, #main td{
  padding: 5px 40px 5px 15px;
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: url(../images/input-back.gif) repeat-x left bottom;
}
#main th{
  color: white;
  background: #447EAC url(../images/input-back-blue.gif) repeat-x left top;
}
