
/***************
 *
 * List Styles
 *
 ***************/ 

.row {
	border-bottom: 1px solid #dddddd;
	padding: 8px 0px 4px 0px; 
}

.row2 {
	padding: 8px 0px 4px 0px; 
}

.row2btm {
	padding: 8px 0px 0px 0px; 
}

/***************
 *
 * List Styles
 *
 ***************/ 

/* Arrow */
li.arrow {
	padding-left: 10px;
	background: url(/images/common/icon_arrow.gif) 0px 4px no-repeat;
}

/* Bullet */
li.bullet {
	padding-bottom: 3px; 
	padding-left: 10px; 
	background-image: url(/images/common/icon_bullet.gif);
	background-repeat: no-repeat; 
	background-position: 2 6; 
}

/* Plus */
li.plus { 
	padding-bottom: 3px; 
	padding-left: 10px; 
	background-image: url(/images/common/icon_plus.gif);
	background-repeat: no-repeat; 
	background-position: 0 5; 
}

/* Plus Bottom */
li.plusbtm {
	padding-left: 10px; 
	background-image: url(/images/common/icon_plus.gif);
	background-repeat: no-repeat; 
	background-position: 0 5; 
}

/* Minus */
li.minus {
	padding-left: 10px; 
	background-image: url(/images/common/ico_minus.gif);
	background-repeat: no-repeat;
	background-position: 0 5; 
}

/* Minus Bottom */
li.minusbtm {
	padding-left: 10px; 
	background-image: url(/images/common/icon_minus.gif);
	background-repeat: no-repeat; 
	background-position: 0 5; 
}

/* Accredit */
li.accredit { 
	padding-bottom: 4px; 
	padding-left: 15px; 
	background-image: url(/images/common/icon_accredited.gif);
	background-repeat: no-repeat; 
	background-position: 0 2 ; 
}

/* PDF */
li.pdf { 
	padding-bottom: 3px; 
	padding-left: 14px; 
	background-image: url(/images/common/icon_pdfdoc.gif);
	background-repeat: no-repeat; 
	background-position: 0 2; 
}

/* Word */
li.word { 
	padding-bottom: 3px; 
	padding-left: 14px; 
	background-image: url(/images/common/icon_worddoc.gif);
	background-repeat: no-repeat; 
	background-position: 0 2; 
}

/* Document */
li.doc {
	padding-bottom: 3px; 
	padding-left: 14px; 
	background-image: url(/images/common/icon_worddoc.gif);
	background-repeat: no-repeat; 
	background-position: 0 2; 
}

/* Xecel Spreedsheet */
li.xls {
	padding-bottom: 3px; 
	padding-left: 14px; 
	background-image: url(/images/common/ico_exceldoc.gif);
	background-repeat: no-repeat;
	background-position: 0 2; 
}

/* PPT */
li.ppt { 
	padding-bottom: 3px; 
	padding-left: 14px; 
	background-image: url(/images/common/icon_powerpt.gif);
	background-repeat: no-repeat; 
	background-position: 0 2; 
}

/* XML */
li.xml {
	padding-bottom: 3px; 
	padding-left: 14px; 
	background-image: url(/images/common/icon_xmlpage.gif);
	background-repeat: no-repeat; 
	background-position: 0 2; 
}

/* Offsite External Link */
li.offsite {
	padding-bottom: 3px; 
	padding-left: 14px; 
	background-image: url(/images/common/icon_externalink.gif);
	background-repeat: no-repeat; 
	background-position: 0 3;
}

.underline {
	border-bottom: 1px solid #eee;
}

/***************
 *
 * A Styles
 *
 ***************/ 
A.listItem, A.listItem, A.listItem:link, A.listItem:visited, A.listItem:hover {
   font-family:  Verdana,ËÎÌå,Tahoma,Arial,Helvetica; 
   font-size:    11px;
   color:        #333;
   text-decoration:  none;
}
A.listItem:hover {
   text-decoration: none;
   color: red;
}


/***************
 *
 * Font Styles
 *
 ***************/ 
.font10pt {
	font-size: .9em; 
	line-height: 1.4em; 
}

.font10ptlh {
	font-size: .9em; 
	line-height:1.1em; 
}

.font11pt {
	font-size: 1em; 
	line-height: 1.5em; 
}

.nobold {
	font-weight: normal;
}

.bold {
	font-weight: bold;
} 

.red { 
	color: #c92c2c; 
}

.primary_color {
	color: #554295; 
}

.white {
	color: #ffffff; 
}

.ltgrey { 
	color: #999999; 
}