/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	padding: 0;
}


body {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #666666;*/
	color: #000000;
	letter-spacing:0.5px;
	width:1000px;
	display :block ;
	margin:0 auto;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #85C329;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol 
{
	
}

/* kst@2009/08/13 this will cause user define list-style display wrong
ul, li 
{
	list-style: none;
	padding:0;
	margin:0;
}
*/

blockquote {
	margin: 0;
	padding-left: 20px;
	/*border-left: 10px solid #E6E6E6;*/
	font-style: italic;
	color: #999999;
}

blockquote * {
	line-height: normal;
}

a {
	color: #E06529;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr {
	display: none;
}


.requiredMark
{
	color:Red;
	font-size: 12px;
	padding-left:2px;
	width :3px;
}




.numericUpDown
{
	border:1px solid #7F9DB9;
	background-color: #FFFFFF; 
	width:80px; 
	height:23px;
}

.fullcontent
{
	margin-left:5%;
}

.remarkText
{
	color:#669999;
	font-size :11px;
	line-height:16px;
}

.MsgLabel
{
	font-size: 13px; 
	color:Red;
}

.commandLink
{
	text-decoration :none;
	cursor:hand;
}

.commandLink:hover
{
	color :red;
	font-weight : bold;
}

.commandLink a
{
	text-decoration :none;
	cursor:hand;
}

.commandLink a:hover
{
	text-decoration :underline;
}

.commandLink .right
{
	padding-right:20px;
	float: right;

}

.announceTitle
{
	font-size: 15px; 
	font-weight:bold;
	color: #FF8080;
	letter-spacing : 0.8px;
	line-height:22px;
}

.announceMessage
{
	Color: #000000; 
	Font-Size:13px;
}

.announceMessage ul li
{
	list-style-position:inside ;
	list-style-type:square;  
	line-height: normal;
}

