/* ====================================================================== */
/* ==| AUTHOR  : Rasika Mahindasiri | ECode Lanka Software (Pvt.) Ltd.|== */
/* ==| PROJECT : VIOE version 001                                     |== */
/* ==| DATE    : 25th May 2005      (Wednesday)                       |== */
/* ==| MODIFY  : 21th July 2005      (thursday)                       |== */
/* ==| NOTE    : All the attributes are editable,                     |== */
/* ==|           do NOT change the class names or IDs                 |== */
/* ====================================================================== */


/* ---------------------------------------------------------------------- */
/* = Rules defined for apply GLOBALLY begins from this point forward    = */
/* ---------------------------------------------------------------------- */

body {
	margin:0px;
}

body, table,input,select {
 	font: normal 10px Verdana;
	color: #000000;
}
p{
	line-height:14px;
}
a:link,a:visited{
	color: #333399;
}
a:hover{
	text-decoration: none;
	color: #333399;
}
a.sub:link,a.sub:visited{
	text-decoration: underline;
	color: #333399;
}
a.sub:hover{
	text-decoration: none;
	color: #0000FF;
}

/* ---------------------------------------------------------------------- */
/* private classes 													      */
/* ---------------------------------------------------------------------- */

.boldFont{
	font-weight:bold;
}

td.rightB {
	border-right:1px solid #999999;
}

/* ---------------------------------------------------------------------- */
/* default html after login 													      */
/* ---------------------------------------------------------------------- */

a:link img, a:hover img, a:visited img{
text-decoration:none;
border:1px solid #333333;
}

td.title{
text-align:center;
font-size:11px;
font-weight:bold;
color:#333366;
background-color:#EEEEEE;
}

p.title{
text-align:left;
font-size:11px;
font-weight:bold;
color:#333366;
}
td.bg {
Background-color:#EEEEEE;
}

li.agblue{
	margin-bottom:10px;
	list-style-image: url(../../images/common/bullet-blue-spacer.gif);

}
li.agblack{
	margin-bottom:10px;
	list-style-image: url(../../images/common/bullet-black-spacer.gif);
}

li.passed, li.passed a:link, li.passed a:visited, li.passed a:hover{
	list-style-image: url(../../images/common/bullet-grey-spacer.gif);
	margin-bottom:10px;
	color:#999999;
}

body {
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color :brown;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#EFEFEF;
}



