a {
        font-size:8pt;
        text-decoration:underline;
        font-weight:normal;
	font-family: Microsoft Sans Serif, Arial, Georgia, Verdana, Helvetica;
	line-height: 16pt; 
	font-size: 10pt;
	color: #00045b;	

}
a:link {text-decoration:underline; color:#00045b;}
a:visited {text-decoration:underline; color:#00045b;}
a:hover {text-decoration:underline; color:#00045b;}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-color: #F0F0F0;
font-family: Georgia, Verdana, Helvetica, sans-serif;
line-height: 16pt; 
font-size: 10pt;
color: #000000;	
}


table {
	background-color: #ffffff;
}

h3 {
	font-family: Verdana, Arial, Microsoft Sans Serif;
	font-size: 12pt;
	color: #000000;
	margin: 0px;
	/*font-style: italic;*/
    	font-weight: bold;
    	letter-spacing: 3px;	
    	line-spacing: 16pt;
}

.link {
	cursor: pointer;
}

.leftPageBorder {
	background-image: url(leftBorder.jpg); 
	background-repeat: repeat-y;
	width: 15px;
	height: 100%;
}


.leftPageBackground {
	background-image: url(leftBarBackground.jpg); 
	background-repeat: repeat-y;
	width: 105px;
	height: 100%;
}

.rightPageBackground {
	background-image: url(rightBarBackground.jpg); 
	background-repeat: repeat-y;
	width: 103px;
	height: 100%;
}


.itemHeader {
	background-image: url(itemHeader.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 800px;
	font-family: Georgia, Arial, Verdana, sans-serif;
	line-spacing: 16pt;
	font-weight: bold;
}

.itemBackground {
	background-image: url(itemBackground.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 30px;
	height: 100%;
	width: 750px;
}

.itemFooter {
	background-image: url(itemFooter.jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 750px;
}


.itemContent {
	margin: 10px 20px 0px 20px;
}


.itemCode {
	border: 1px solid #555555;
	margin: 10px;
	padding: 10px;
	background-color: #e2f4ff;
	color: #000000;
	overflow: auto;
	width: 650px;
}

.strikethrough {
	text-decoration: line-through;
}

.button {
    font-family: Arial,Verdana;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #4FB3D5;
    border: solid 0px;
}

.widetextfield {
    font-family: Verdana,Helvetica,Arial;
    font-size: 9px;
    color: #666666;
    border: solid 1px;
    border-color: #DBDBDB;
    width: 200px;
}

.watermarkWidetextfield
{
    font-family: Verdana,Helvetica,Arial;
    font-size: 9px;
    color: #cccccc;
    border: solid 1px;
    border-color: #DBDBDB;
    width: 200px;    
}


.textfield {
    font-family: Verdana,Helvetica,Arial;
    font-size: 9px;
    color: #666666;
    border: solid 1px;
    border-color: #DBDBDB;
    width: 100px;
}

.filefield {
    font-family: Verdana,Helvetica,Arial;
    font-size: 9px;
    color: #666666;
    border: solid 1px;
    border-color: #DBDBDB;
    width: 250px;
}

.textarea {
    font-family: Verdana,Helvetica,Arial;
    font-size: 9px;
    color: #666666;
    border: solid 1px;
    border-color: #DBDBDB;
    width: 100%;
}

.errorDiv {
    font-family: Verdana,Helvetica,Arial;
    font-size: 9px;
    color: #dd0000;
    text-align: center;
}


a.projectNodeAnchor {
	font-family: Comic Sans MS, Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a.projectNodeAnchor:link {text-decoration:none; color:#222;}
a.projectNodeAnchor:visited {text-decoration:none; color:#222;}
a.projectNodeAnchor:hover {text-decoration:underline; color:black;}

/*styles for the textfield javascript class*/
/*------------------------------------------*/

.JStextfield {
	background-color: #cccccc;
	width: 100%;
	height: 100%;
	border: solid 1px #999999;
}

/*------------------------------------------*/