
/* Generic RIL Objects */
/*  - strange margins and widths due to odd upper css */

.rilObj table{
	width: 600px;
	padding: 2px;
	margin: 2px;
}

.rilObj form{
	padding: 0px;
	margin: 0px;
}

.rilObj td{
	padding:2px 8px 2px 4px;
}

.rilObj .field{
	width: 280px;
	background-color:#ffffff;
}
.rilObj .fieldTextArea{
	width: 380px;
	height: 80px;
	background-color:#ffffff;
}
.rilObj .fieldReadOnly{
	width: 280px;
	background-color:#eaeaea;
}
.rilObjFault{
	color: #da0000;
}
.rilObjMessage{
	color: #905c2a;
}

/* Support File List */

#supportFileList .index{
	border: 1px solid #804c1a;
	width: 100%;
}
#supportFileList th{
	background-color:#FF9933;
	border-bottom: 1px solid #804c1a;
	font-size: 1.2em;
	font-weight:bold;
	color:white;
	padding:2px 8px 2px 4px;
}
#supportFileList td{
	padding:2px 8px 2px 4px;
}
#supportFileList .odd{
	background-color:#E5E5E5;
}
#supportFileList .even{
	background-color:#D9D9D9;
}
#supportFileList .exLine{	
}
#supportFileList a{
	color: black;
}
#supportFileList a:hover{
	color: black;
}
#supportFileList .toolarea{
	text-align: right;
	padding-right:10px;
	padding-bottom:2px;	
}
