/* FORM START */
.frmbutton {
	font-size: 8px;
}

.inputbox {
	font-size: 10px;
	border-width: 1px;
	background-color: #FFFFFF;
	border-color: #333333;	
	border-style: solid;
	padding: 2px;	
	height: 15px
}

.textbox {
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	z-index:1;	
	height: 20px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
/* FORM END */

/* LEGEND START */
.legendDefault {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.legendContent {
	color: #000000;
	font-weight:normal;
	font-style:normal;
	font-size: 10px;
}
.legendRequired {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
/* LEGEND END */

/* table start */
.tableContainer {	
    width:780px; 		
}

.tableAround {	
    width: 780px; 
	text-align:center;		
}

.tableNavigationTop{
    height: 27px;
	background-image: url(../images/news/tableTitle.jpg);
	padding-left: 1px;	
	padding-right: 1px;		
	padding-top: 5px;	
}
.tableNavigationBottom{
    height: 27px;
	background-image: url(../images/news/tableTitle.jpg);
	padding-left: 1px;	
	padding-right: 1px;		
	padding-top: 5px;				
}
.tableDefault{
	height: 22px;
    padding-left: 1px;
    padding-right: 1px;	
	color:#000000;
	overflow: hidden;
}
.tableRowOver {
	background-image: url(../images/news/tableMouseOver.jpg);
    cursor:pointer; 
}
.tableRowOut {
    cursor:default; 
}
.tableRowSelected {
	cursor:pointer;
	background-image: url(../images/news/tableSelected.jpg);
}
.tableHeader {
	height:24px;
	color: #000000;
	background-image: url(../images/news/tableHeader.jpg);
	border-left: solid #D5D5D5 1px;
	text-align: center;
	padding-left:2px;
	padding-right:2px;	
}
.tableHeaderEnd {
	height:24px;
	color: #000000;
	background-image: url(../images/news/tableHeader.jpg);
	border-left: solid #D5D5D5 1px;	
	border-right: solid #D5D5D5 1px;
	text-align: center;
	padding-left:2px;
	padding-right:2px;	
}
.tableTextChange10 {
   font-size: 10px;
}
.tableTextChange12 {
   font-size: 12px;
}
.tableTextChange14 {
   font-size: 14px;
}
.tableTextChange16 {
   font-size: 16px;
}
/* table end */