body { 
	font-family: verdana,helvetica,arial,sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	background-color: #ffffff;
	margin: 0px;
    padding: 0px;
}


td, input, select { 
	font-family: verdana,helvetica,arial,sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
}
img { 
	border: 0; 
}


ul { 
	margin-left: 0pt 
}
li { 
	display: inline; 
	margin-right: 20pt
}

.textarea { 
	width: 100%;
	font-size: small; 
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 2px;
	/*background-color: #FFB246;*/
	background-color: #666666;
	border: 0;
}

hr.hr_2 {
	margin: 0px;
	padding: 0px;
	height: 1px;
	/*background-color: #FFB246;*/
	background-color: #cccccc;
	border: 0;
}
/* header */
.outer
{
    /*width: 900px;*/
}
.header
{
    font-size: 16px;
    color: #DAB54A;
    font-weight: bold;
}
.mainbody
{
    background-color: #fcfcfc;
    border-bottom: solid 2px #999999;
    border-right: solid 2px #999999;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    padding: 5px;
    /*margin: 5px 0px 10px 0px;*/
    margin-top: 5px;
    margin-bottom: 10px;
    /*width: 900px;*/
}

/* top menu */
div.top_menu
{
    background-color: #eeeeee;
    padding: 5px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
    border-bottom: solid 2px #999999;
    border-right: solid 2px #999999;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
}

div.top_menu a:link, div.top_menu a:visited {
	text-decoration: none;
	/*font-size: 14px;
	font-weight: bold;*/
	color: #666666;
	padding: 5px 2px 5px 5px;
}
div.top_menu a:hover {
	text-decoration: underline;
	background-color: #666666;
	color: #ffffff;
}
#active_menu {
	color:#333333;
	font-weight: bold;
	background-color: #FB9E00;
}

/* DataGrid table */
table.DataGrid1
{
	padding: 0px;
	margin: 5px 0px 5px 1px;
}
table.DataGrid1 th
{
	background: #cccccc url(./img/table_header_grey.jpg)  top left repeat-x;
	color: #333333;
	font-weight: bold;
	text-align: left;
	border: solid 1px #999999;
}
table.DataGrid1 td
{
	vertical-align: top;
	text-align: left;
	border: solid 1px #999999;
	padding: 2px 5px 2px 5px;
}
table.DataGrid1 td td
{
	border: 0px;
}

table.DataGrid2
{
	padding: 0px;
	margin: 5px 0px 5px 1px;
}
/*table.DataGrid2 th
{
	background: #eeeeee url(./img/table_header_grey.jpg)  top left repeat-x;
	color: #333333;
	font-weight: bold;
	text-align: left;
	border: solid 1px #f9f9f9;
}*/
table.DataGrid2 td
{
	vertical-align: top;
	/*text-align: left;*/
	border: solid 1px #fcfcfc;
	padding: 2px 5px 2px 5px;
}
table.DataGrid2 td td
{
	border: 0px;
}

table.DataGrid_small
{
	padding: 0px;
	margin: 5px 0px 5px 1px;
}
table.DataGrid_small th
{
	background: #cccccc url(./img/table_header_grey.jpg)  top left repeat-x;
	color: #333333;
	font-weight: bold;
	text-align: left;
	border: solid 1px #999999;
	font-size: 9px; 
}
table.DataGrid_small td
{
	vertical-align: top;
	text-align: left;
	border: solid 1px #999999;
	padding: 1px 3px 1px 3px;
	font-size: 9px; 
}


table.table1
{
	padding: 0px;
	background-color: #cccccc;
}
table.table1 td
{
	vertical-align: top;
	background-color: #ffffff;
}
table.table1 td td
{
	border: 0px;
}

table.table1 th
{
	background: #eeeeee;
	color: #333333;
	font-weight: bold;
	text-align: left;
	/*border: solid 1px #cccccc;*/
}

table.table2 th
{
	color: #333333;
	font-weight: bold;
	text-align: left;
}

td.line1
{
    /*border-bottom-style: dashed;*/
    border-bottom: dashed 1px #cccccc;
}
td.r_line1
{
    /*border-bottom-style: dashed;*/
    border-right: dashed 1px #cccccc;
}
.line2
{
    border-bottom: solid 1px #cccccc;
}

/* div box */
div.div1
{
    border: solid 1px #999999;
    padding: 5px 5px 10px 5px;
    margin: 5px 5px 5px 1px;
}
div.div1 h3
{
    font-size: 12px;
    color: #FB9E00;
    font-weight: bold;
    margin: 1px 5px 3px 5px;
}

/* disable textbox */
.disable_txtbx
{
    background-color: #f5f5f5;
}

/* font style */
.small
{
    font-size: 8px;
}

/* button */
.button {
	font-weight: bold;
	/*border:solid 1px #666666;*/
	background-color: #afafaf;
	color: #ffffff;
	text-align: center;
	border-width: 0px; 
	padding: 5px;
}