/* CSS Document */
.button_img
{
	border:1px solid black;
}

table.view
{
	width:100%;
}

table.list
{
	border:1px solid #8F1812;
	width:100%;
}

table.list th
{
	background-color:#FFE7BB;
}


.select, .input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	height: 14px; 
	border:1px solid black;
}

.select_option
{
	background-color:#FFD49D;
	color:#8D1919;
	font-weight:bold;
}

.little
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
}

.button
{
	background-color:#FFD49D;
	color: #8E1912;
	border:1px solid #8E1912;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	
}

#norecord
{
	width:99%;
	height:150px;
	text-align:center;
	line-height:150px;
	
	font-weight:bold;
	
	border:1px solid #CCCCCC;
}

div#pager
{
	width:99%;
	text-align:center;
	padding:0px;
	
	font-weight:bold;
	
	padding-top:10px;
	padding-bottom:10px;
}

div#add
{
	padding:5px;
	width:350px;
}
