table.targetList {
	width: 100%;
	border-collapse: collapse;
}

.targetList a, .targetlist a:link, .targetlist a:hover, .targetlist a:visited {
	text-decoration: none;
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

.targetListHeader {
	font-family: Verdana;
	font-size: 11px;
	background-color: #000088;
	font-weight: bold;
	width: 100%;
	height: 20px;
	color: #CCCCCC;
	vertical-align: bottom;
}

.targetListHeader a, .targetListHeader a:link, .targetListHeader a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.targetListHeader a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}


.targetList td {
	font-family: Verdana;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
}

.targetListInternetText {
	font-family: Verdana;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
}

.targetListOdd {
	background-color:#DDDDFF;
}

.targetListEven {
	background-color:#FFFFFF;
}









table.target {
}

.target a, .target a:link, .target a:hover, .target a:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
        text-decoration: none;
	color: #000088;
	/* color: #5E6B22; */
}

.target td {
   	font-family: Arial, sans-serif;
  	font-size: 10pt;
  	height: 21px;
  	vertical-align: top;
	padding: 2px 3px 1px 3px;
}

.target td.bold {
	font-weight: bold;
}

.target td.header {
	background-color: #000088;
    font-size: 10pt;
	font-weight: bold;
	color: #CCCCCC;
	height: 21px;
}

.targetOdd {
	background-color:#FFFFFF;
}

.targetEven {
	background-color:#DDDDFF;
}

.targetImg img.thumb {
	border:1px solid #000000;
	width: 75px;
}



div.contactformlayer {
        visibility: hidden;
        display: none;
        width: 340px;
        height: 360px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -50px;
        margin-top: -15px;
        border: 2px solid #AF6802;
        background-color: #FFFFAA;
        padding: 3px 1px 2px 2px;
}

div.friendformlayer {
        visibility: hidden;
        display: none;
        width: 340px;
        height: 210px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -50px;
        margin-top: -15px;
        border: 2px solid #AF6802;
        background-color: #FFFFAA;
        padding: 3px 1px 2px 2px;
}

table.contactform {
}

.contactform td {
        font-family: Arial, sans-serif;
  	font-size: 10pt;
  	vertical-align: top;
	padding: 2px 3px 1px 3px;
}

table.targetImg {
        margin-top: 0px;
}

.targetImageBgOn {
        margin-top: 0px;
	/*background-color:#CCDCFF;*/
}

.targetImageBgOff {
	/*background-color:#F8F8FF;*/
}

.targetImg a, .targetImg a:link, .targetImg a:hover, .targetImg a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
        text-decoration: none;
	color: #003399;
}





span.button, span.minibutton {
	background-image: url(../img/kbg_btn_left.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	height: 21px;
	display: block;
	margin-right: 5px;
	margin-top: 2px;
}

span.button a:visited, span.button a:link,
span.minibutton a:visited, span.minibutton a:link {
	background-image: url(../img/kbg_btn_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 21px;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 3px;
	display: block;
	float: left;
	white-space: nowrap;
	font-family: Verdana;
}

.button a span, .minibutton a span	{
	display: block;
	float: left;
	cursor: pointer;
}


span.button a:visited, span.button a:link, span.button {
	width: 150px;
}

span.minibutton a:visited, span.minibutton a:link, span.minibutton {
	padding-right: 8px;
}

.minibutton a {
	padding-top: 2px;
}

.button a {
	padding-top: 2px;
}

.buttoncontainer table {
	width: 130px;
	height: 20px;
}

.button table {
	width: 130px;
	height: 20px;
}





div#scroll { border: 1px solid #B8B8B8; width: 99%; margin-bottom: 20px; display: block; margin: 0; padding: 0; border-spacing: 0; }
div#imgcontainer { background-color: #F9F9F9; width: 100%; display: block; float: left; padding-top: 4px; padding-bottom: 14px; _overflow: hidden; white-space: nowrap; }
.smallimages { border: 1px solid #000000; height: 65px; margin-right: 10px; }
div#smallimages { padding-left: 10px; }
div.imgscrolllinks { }

.assignment div#imgcontainer {
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #aaa;
}

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 10px;
	width: 10px;
	background: url('../img/basic_arrow_left.gif') no-repeat 0 0;
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 10px;
	width: 10px;
	background: url('../img/basic_arrow_right.gif') no-repeat 0 0;
}
