body
{
	background-color: #fafafa;
	font-size: 13px;
	font-family: "Arial";
}

a:link    { color: #0000ff; text-decoration: none; }
a:visited { color: #0000ff; text-decoration: none; }
a:hover   { color: #0000ff; text-decoration: underline; }
a:active  { color: #ff0000; text-decoration: none; }

input.text
{
	font-size: 12px;
	font-family: "courier new";
	width: 550px;
}

input.btn
{
	width: 120px;
}

input.pwd
{
	font-size: 12px;
	font-family: "courier new";
	border: 1px solid #000080; 
	width: 300px;
}
select.text
{
	font-size: 12px;
	font-family: "courier new";
	width: 550px;
}
textarea
{
	font-size: 12px;
	font-family: "courier new";
	width: 550px;
	border: 1px solid #000000;
	height: 300px;
}

textarea.mceSimple
{
	font-size: 12px;
	font-family: "courier new";
	width: 550px;
	height: 50px;
}

h1
{
	font-size: 22px;
	background-color: #ffcc80;
	border: 1px solid #000000;
	color: #000080;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
}

h2
{
	font-size: 18px;
	background-color: #000080;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
}

h3
{
	font-size: 14px;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

form
{
	margin: 0px; /* for ie6 */
}

p
{
	margin: 0px;
}


fieldset
{
	padding: 15px;
}

legend
{
	color: #0000a0;
	font-size: 15px;
	font-weight: bold;"
}

div.toolbar_h
{
	display: block;
	text-align: left;
	background-color: #bbbbbb;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/*input.tlbbtn
{
	width: 100px;
}*/

/* table for list dataset edit page */

#tbldata_container
{
	height: 350px;
	overflow: auto;
	border: 1px solid #000080;
	margin-bottom: 5px;
}

#tbldata
{
	/*margin-bottom: 10px;*/
	/*border: 1px solid #000080;*/
}

#tbldata td.header
{
	background-color: #808080;
	color: #ffffff;
	font-weight: bold;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#tbldata td
{
	border-right: 1px solid #8080aa;
	border-bottom: 1px solid #8080aa;
}


