/************************************************
* File :    system.style.css
* Author :  Lu Cao
* Date :    Friday , April 30, 2004
* Content : All font, and element style attributes
***********************************************/

/*********
BEGIN ELEMENTS
*********/
BODY
{
	margin : Opx;
	overflow:auto ;
    cursor:default;
}

.body, .int {
	font: normal 10px verdana;
	color: #000000;
}

TABLE
{
	 font: normal 10px verdana;
	color: #000000;
	}
	
TD
{
	
	cursor:default;
}

.tdBelow
{ 
	font: normal 15px verdana;
	color:#336688;
	border-bottom:1px solid #999999; 
	}
.tdKey
{ 
	font: normal 18px verdana;
	color:#000000;
	border-bottom:2px solid #003C74; 
	}
.tdContent
{
	color:#3366dd;
	}
/**********
BEGIN LINKS
**********/

.body a:link {
	text-decoration: none;
	color: #3366CC;
}

.body a:visited {
	text-decoration: none;
	color: #3366CC;
}

.body a:hover {
	text-decoration: underline;
	color: #3366CC;
}

.body a:active {
	text-decoration: underline;
	color: #ff1200;
}

/**********
BEGIN LINKS
**********/
.mainTd1
{
	height:22 px;
 border-bottom:2px dotted #a9a9a9; 
	}	

.input 
{
	border: 0px;
	font: normal 10px verdana;
	width: 100%;
	text-align: left;
	margin-right: 3px;
	width: 150px;
}

.inputOpp
{border: 2px;
	font: normal 10px verdana;
 background:Gainsboro;
	width: 100%;
	text-align: left;
	margin-right: 0px;
	width: 150px;
	}
.inputRequest
{border: 2px;
	font: normal 10px verdana;
	 background:Gainsboro;
	text-align: left;
	margin-right: 0px;	
	}
	.inputRequest_des
{
	font: normal 10px verdana;
	border:3 dotted #ffffff;
	 background:LightYellow	;
	text-align: left;
	margin-right: 0px;	
	}
/**********
CONTENT LINKS
**********/
.content a:link {
	text-decoration: none;
	color: #000000;
}

.content a:visited {
	text-decoration: none;
	color: #000000;
}

.content a:hover {
	text-decoration: underline;
	color: #ff1200;
}

.content a:active {
	text-decoration: underline;
	color: #ff1200;
}


/*********************************************************************************
								BEGIN TABLE ELEMENTS
*********************************************************************************/


/*********************************************************************************
							BEGIN PIXEL LINES
*********************************************************************************/

td.pxlShade {
	background: #9D9DA1;
	font: normal 1px verdana;
	height: 1px;
	padding: 0px;
}

td.pxlWhite {
	background: #FFFFFF;
	font: normal 1px verdana;
	height: 1px;
	padding: 0px;
}



.cmd, .cmdD {
	font: normal 10px verdana;
	width: 75px;
}

.cmd, .cmdS {
	color: #000000;
	border: 1px solid #003C74;
	background: url( '../images/cmd_bg_grey.gif' ) repeat-x;
}

.tdList
{
	width:200px;
	height:200px;
	border: 1px solid #003C74;
	}

.cmdD {
	color: #9D9DA1;
	border: 1px solid #C4C3BF;
	background: #F1F1ED;
}

.cmdS {
	font: normal 10px verdana;
}
.txtTitle {
	font: normal 20px verdana;
	font-weight:bold
}
.txtP {
	font: normal 15px verdana;
	font-weight:bold;
}
.cmdDG {
	background: #E0DFE3;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font: normal 10px verdana;
	height: 17px;
	text-align: left;
	width: 100%;
}

.cmdG {
	background: #E0DFE3;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #8A8A8A;
	border-bottom: 1px solid #8A8A8A;
	font: normal 10px verdana;
	height: 17px;
	text-align: left;
	width: 100%;
}
.tdlink
{
    font: normal 15px verdana;
	font-weight:bold;
    }