* {
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #222;
}

.right
{
	text-align: right;
}

/*BODY { cursor: url(/mysite/css/main.ani); background-color: #ffffff; }*/
/*BODY { background-color: #ffffff; }*/
BODY
{
	background-color: #999;
	background-image: url(img/page_bg.gif);
	margin: 0px 0px 0px 0px; 
}

.datetime
{
	color: #808080;
	/*font-family: "Courier New", Courier, mono;*/
	font-size: 10px;
}

/* H2 { font-weight: bold; font-size: 200%; color: #333391} */

.title { font-weight: bold; font-size: 200%; color: #333391;}
.info_error { font-weight: bold; font-size: 160%; color: #913333;}
.info_warning { font-weight: bold; font-size: 160%; color: #339133;}
/* .error {color: #913333;} */
.error {color: #DD0000;}

.detial
{
	color: #303030;
	font-family: "Lucida Sans Typewriter", "Courier New", Courier, mono;
}

P
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	/*text-indent: 18pt;*/
}

pre
{
	color: #336633;
	font-family: "Lucida Sans Typewriter", "Courier New", Courier, mono;

	padding: 3pt;
	padding-top: 21pt;
	margin-top: 3pt;
	margin-bottom: 3pt;

/*	border-color: #999999;
	border-style: solid;
	border-width: 1pt;*/
	border: 1pt solid #999999;
	border-left: 10pt solid #999999;

	background-color: #f0f0f0;
/*	background-image: url(img/code.png); */
	background-repeat: repeat-x;
	background-position: top right;

	/*line-height: 100%;*/
}

.table_body
{
	border-left: 1pt solid #666;
	border-right: 1pt solid #666;

	background-color: #fff;
	height: 100%;
}

.table_footer
{
	border: 1pt solid #666;
	background-color: #fff;
}







/*.error {color: #990000;}*/

.small{ font-size: 80%;}

.bigtext { font-size: 120%; color: #000000; font-weight: bold; }
.boldtext { color: #000000; font-weight: bold; }
.bgonlyx {  background-repeat: repeat-x}
.bgonlyy {  background-repeat: repeat-y}
.bgonlyonce {  background-repeat: no-repeat}
img { border: 0;}
/*P { margin-top: 4pt; margin-bottom: 2pt; }*/
ul, ol, li {
	margin-bottom: 2pt;
	margin-top: 0pt;
}
/*
A:link		{text-decoration: none; color: #39f; border-bottom: 1px dotted;}
A:visited	{text-decoration: none; color: #39f; border-bottom: 1px dotted;}
A:hover		{text-decoration: none; color: #f60;}
*/
A:link		{text-decoration: none; color: #39f;}
A:visited	{text-decoration: none; color: #39f;}
A:hover		{text-decoration: none; color: #f60; border-bottom: 1px dotted;}

A.noline		{text-decoration: none; border: none;}
A.noline:visited{text-decoration: none; border: none;}
A.noline:hover	{text-decoration: none; border: none;}


A.boldlink			{text-decoration: none; color: #246e24; font-weight: bold;  border-bottom: 1px dotted;}
A.boldlink:visited	{text-decoration: none; color: #246e24; font-weight: bold;  border-bottom: 1px dotted;}
A.boldlink:hover	{color:red; font-weight: bold;  border-bottom: 1px dotted;}

.bg_norepeat { background-repeat: no-repeat; }
.delete {  text-decoration: line-through; color: #cccccc}
hr {
	color: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: dashed;
	height: 1pt;
	padding: 0 0 0 0;
	/*margin: 0 0 1em 0;*/
	margin: 0;
	clear: both;
}


.importance {color: #0000ff; font-weight: bold;}
.unimportance {color: #999999;}

/* .handcur {cursor: hand; } */
p.indent { text-indent: 18pt;}
div.indent { margin-left: 18pt;}
div.tableheader { padding: 2pt; border: #246e24 1px solid; margin: 1pt; background-color: #a7d5a7;  font-weight : bold; }

.footer { color: #aaa; font-size: 11px;}
.copyright { color: #fff; font-size: 11px;}

.nav_btn_out {cursor: hand; text-align:center; vertical-align: middle; width: 60px; height: 20px; font-size: 11px; color: #000; border-top: 3pt solid #DADFEF; }
.nav_btn_over{cursor: hand; text-align:center; vertical-align: middle; width: 60px; height: 20px; font-size: 11px; font-weight: bold; color: #fff; border-top: 3pt solid #339; }
/*.nav_btn_out {cursor: hand; border-left: 1pt solid #666; border-right: 1pt solid #666; height: 50px; font-size: 12px; font-weight: bold; color: #999; }*/

.table_title {
	font-weight: bold;
	background-color: #f3f3f3;
	border-top: 1pt solid #999;
	border-bottom: 1pt solid #ccc;
}
