body
{
	background: url(../images/151.jpg);
	background-repeat: repeat;
	height: 100%;
}

#container
{
	padding-top: 5em;
	margin: auto;
	width: 1000px;
	min-height: 500px;
	height: auto;
	background: white;	
}

#msgbox
{
	margin: auto;	
	width: 50%;
	border: 1px red dotted;
	background-color: lightyellow;
	font-size: 14pt;
	font-family: tahoma;
}

#header
{	
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1em;	
}

#mainForm
{	
	margin-bottom: 1em;	
}

#reportContainer
{
	margin: 2em;
	background: #f1f1f1;
}

#menuContainer
{
	min-height: 400px;
	padding-top: 1em;	
	margin: 2em;
	border: 1px solid #F1F1F1;	
}

#atmMenu
{	
	width: 450px;
	padding-top: 1em;	
	margin: 2em;
}

#atmMenu a:visited
{
	color: black;
}

#atmMenu a:link
{
	color: black;
}

#atmMenu a:hover
{
	background-color: orange;
}

#atmMenu ol {
	background: #555555;
	margin:0px;
	padding: 0px;
	color: white;
	font-size: 18pt;
	font-family: gregorian;	
}

#atmMenu p.atmItem {
	margin:0px;	
	padding:3px 0;
	color: black;
	text-align: left;
	font-size: 18pt;
	font-family: gregorian;
}

#atmMenu li {
	background: #ffffff;
	margin-left: 40px;	
	padding-left: 10px;
  	font-size: 18pt;
	font-family: gregorian;
}

#masterDataContainer
{
	min-height: 700px;
	padding-top: 1em;	
	margin: 0.5em;
	//border: 1px solid #F1F1F1;	
	overflow: auto;
}

#formContainer
{
	padding-top: 1em;	
	margin: 2em;
	//border: 1px solid #F1F1F1;
	background-color: #f1f1f1;
	font-family: arial;
	font-size: 14pt;
}

#formContainer tr
{
	height: 40px;
}

#formContainer input[type=text], #formContainer select, #formContainer input[type=password]
{
	float: left;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

table
{
	border-collapse: collapse;
}

table.form td
{
	border-bottom: 1px dotted #CCCCCC;
	height: 30px;
	font-size: 12pt;
	font-family: tahoma;
}

table.form  td.label
{
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
	padding-right: 0.5em;
	color: #3E3E3E;
}

td.bannertoko, td.bannertoko a, td.bannertoko a:visited
{
	padding-left: 1em;
	font-size: 24pt;
	font-family: verdana;
	font-weight: bold;
	text-shadow: 2px 2px 0 #888;
	text-decoration: none;
	color: #104E8B;	
}

td.topmenu
{
	height: 50px;
}

td.topmenu a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	font-family: tahoma;
	color: #104E8B;	
}

td.topmenu a:hover
{
	color: #CD6600;
}

td.topmenu hr
{
	border: 1px solid #cccccc;
	width: 25%;	
}

table.form tr:hover
{
	background-color: lightyellow;
}

img
{
	border: none;
}

#menu
{
	padding: 0.5em 0.5em 0.5em 0.5em;
	width: 95%;
}

#menu br
{
	line-height: 1.5em;
}

#menu fieldset
{
	border-top: 2px solid #cccccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 0em 0em 1em 1.8em;
	margin: auto;
}

fieldset table
{
	margin-top: 1em;
}

#menu legend.formLabel
{
	color: #7777AA;
	font-size: 14pt;
	font-weight: bold;
	font-family: verdana;
	padding-left: 0em;
}

#menu img.header
{
	position: absolute;
	height: 32px;
}

#icon 
{
	float: left;	
	margin: 0em 1em 0em 0em;
	width: 100px;
	height: 90px;
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
}

#icon a
{
	text-decoration: none;	
}

#icon a:visited
{
	text-decoration: none;
	color: #104E8B;
}

#icon a:hover
{
	color: #F3960B;
}

#icon img
{
	border: 0px;	
	height: 48px;
	padding-bottom: 0.17em;
}

#title
{
	color: #222222;
	text-align: center;	
	font-size: 16pt;
	font-weight: bold;	
	text-shadow: 2px 2px 0 #888;		
}

td.warning
{
	font-size: 14pt;
	font-weight: bold;
	color: red;
	height: 100px;	
	text-align: center;
	vertical-align: middle;
}

td.headerRow
{
	height: 60px;	
	padding-left: 4.2em;
	font-weight: bold;
	vertical-align: bottom;
	text-decoration: underline;
}

div.errmsg
{
	font-size: 12pt;
	color: red;	
}

input
{
	text-transform: uppercase;
}

tr.selItem:hover
{
	background-color: lightyellow;
}

#ctable td
{
	height: 30px;
	margin-left: 0.5em;
}