body {
    padding: 0px 8px 8px 8px;
}

a {
	color: #e4752a;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

.thickbox-pagination {
    padding-top:2px;
    text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
.thickbox-pagination-hl {
    padding-top:5px;
    float:left;
	}
.thickbox-pagination-hr {
    float:right;
	}
	.thickbox-pagination a {
		display: block;
		float: left;
		padding: 1px 5px 1px 5px;
		}
	.thickbox-pagination .prev {
		padding: 1px 9px 1px 8px;
		background: url(../gui/arrow4.gif) no-repeat left center;
		}
	.thickbox-pagination .prevDisabled {
		padding: 1px 9px 1px 8px;
		text-decoration: none;
		color: #999999;
		background: url(../gui/arrow3.gif) no-repeat left center;
		cursor: default;
		}
	.thickbox-pagination .next {
		padding: 1px 8px 1px 0px;
		background: url(../gui/arrow6.gif) no-repeat right center;
		}
	.thickbox-pagination .nextDisabled {
		padding: 1px 8px 1px 9px;
		text-decoration: none;
		color: #999999;
		background: url(../gui/arrow5.gif) no-repeat right center;
		cursor: default;
		}
	.thickbox-pagination .disabled {
		text-decoration: none;
		color: #999999;
		cursor: default;
		}
.thickbox-pagination2 {
    padding-bottom:2px;
    text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
.thickbox-pagination2-hl {
    padding-top:5px;
    float:left;
	}
.thickbox-pagination2-hr {
    float:right;
	}
	.thickbox-pagination2 a {
		display: block;
		float: left;
		padding: 1px 5px 1px 5px;
		}
	.thickbox-pagination2 .prev {
		padding: 1px 9px 1px 8px;
		background: url(../gui/arrow4.gif) no-repeat left center;
		}
	.thickbox-pagination2 .prevDisabled {
		padding: 1px 9px 1px 8px;
		text-decoration: none;
		color: #999999;
		background: url(../gui/arrow3.gif) no-repeat left center;
		cursor: default;
		}
	.thickbox-pagination2 .next {
		padding: 1px 8px 1px 0px;
		background: url(../gui/arrow6.gif) no-repeat right center;
		}
	.thickbox-pagination2 .nextDisabled {
		padding: 1px 8px 1px 9px;
		text-decoration: none;
		color: #999999;
		background: url(../gui/arrow5.gif) no-repeat right center;
		cursor: default;
		}
	.thickbox-pagination2 .disabled {
		text-decoration: none;
		color: #999999;
		cursor: default;
		}
.thickbox-pagination1 {
    margin-top:-18px;
    text-align:right;
    float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
.thickbox-pagination1-hl {
    float:left;
	}
.thickbox-pagination1-hr {
    float:right;
	}
	.thickbox-pagination1 a {
		display: block;
		float: left;
		padding: 1px 5px 1px 5px;
		}
	.thickbox-pagination1 .prev {
		padding: 1px 9px 1px 8px;
		background: url(../gui/arrow4.gif) no-repeat left center;
		}
	.thickbox-pagination1 .prevDisabled {
		padding: 1px 9px 1px 8px;
		text-decoration: none;
		color: #999999;
		background: url(../gui/arrow3.gif) no-repeat left center;
		cursor: default;
		}
	.thickbox-pagination1 .next {
		padding: 1px 8px 1px 9px;
		background: url(../gui/arrow6.gif) no-repeat right center;
		}
	.thickbox-pagination1 .nextDisabled {
		padding: 1px 8px 1px 9px;
		text-decoration: none;
		color: #999999;
		background: url(../gui/arrow5.gif) no-repeat right center;
		cursor: default;
		}
	.thickbox-pagination1 .disabled {
		text-decoration: none;
		color: #999999;
		cursor: default;
		}
.thickbox-project {
    padding-top:0px;
	font: 11px Verdana,Arial,Helvetica,"sans serif";
	line-height: 18px;
	color: #444444;
	}
.thickbox-project h2 {
	padding:0px;
	margin-bottom:10px;
	font-family:Arial;
	font-size:18px;
	line-height:21px;
	font-weight:normal;
	color:#653b0b;
	}
.thickbox-project .lc h2 {
    padding-bottom:0px;
	}
.thickbox-project .lc {
    float:left;
    width:304px;
    height:444px;
    background-color:#ffffff;
    border:1px solid #d7d7d7;
	}
.thickbox-project .lc .lchl {
    float:left;
    width:275px;
    height:420px;
    margin-top:10px;
    overflow:hidden;
	}
.thickbox-project .lc .lchr {
    float:left;
    width:20px;
    padding-top:10px;
	}
.thickbox-project .lc .lchr-drag {
    width:20px;
    height:380px;
	background-image: url(../gui/drag-bg1.gif);
    background-repeat: no-repeat;
    background-position: top;
	}
.thickbox-project .lc .lchr-arrowup a {
    display:block;
    width:20px;
    height:20px;
	background-image: url(../gui/arrow-up.gif);
    background-repeat: no-repeat;
	}
.thickbox-project .lc .lchr-arrowup a:hover {
    display:block;
    width:20px;
    height:20px;
	background-image: url(../gui/arrow-up.gif);
    background-repeat: no-repeat;
	background-position: 0 -20px;
	}
.thickbox-project .lc .lchr-arrowdown a {
    display:block;
    width:20px;
    height:20px;
	background-image: url(../gui/arrow-down.gif);
    background-repeat: no-repeat;
	}
.thickbox-project .lc .lchr-arrowdown a:hover {
    display:block;
    width:20px;
    height:20px;
	background-image: url(../gui/arrow-down.gif);
    background-repeat: no-repeat;
	background-position: 0 -20px;
	}
.thickbox-project .lc .lchh {
    padding-left:20px;
    padding-top:0px;
    padding-right:15px;
    padding-bottom:20px;
	}
.thickbox-project .sp {
    float:left;
    width:10px;
	}
.thickbox-project .rc {
    float:left;
    width:541px;
	height:435px;
	overflow:hidden;
	}
.thickbox-project .rc1 {
    float:left;
    width:500px;
	}
.thickbox-project .rc .prj {
    width:539px;
    border:1px solid #d7d7d7;
	}
.thickbox-projecta {
    background-repeat: repeat-x;
	background-position: top left;
	font: 11px Verdana,Arial,Helvetica,"sans serif";
	line-height: 18px;
	color: #444444;
    overflow:hidden;
	}
.thickbox-projecta h2 {
    padding-bottom:0px;
	font-family:Arial;
	}
.thickbox-projecta .lc {
    float:left;
    width:304px;
    height:444px;
    background-color:#ffffff;
    border:1px solid #d7d7d7;
    overflow:auto;
	}
.thickbox-projecta .lc .lch {
    padding-left:20px;
    padding-top:5px;
    padding-right:20px;
    padding-bottom:20px;
	}
.thickbox-projecta .sp {
    float:left;
    width:10px;
	}
.thickbox-projecta .rc {
    float:left;
    width:539px;
	}
.thickbox-projecta .rc1 {
    float:left;
    width:500px;
	}
.thickbox-projecta .rc .prj {
    width:539px;
    border:1px solid #d7d7d7;
	}
.thickbox-left {
    float:left;
}
.thickbox-right {
    position:absolute;
    z-index:9999;
    float:right;
    margin-left:467px;
    top:458px;
}
.thickbox-right1 {
    position:absolute;
    z-index:999;
    float:right;
    right:20px;
    margin-top:-18px;
}
.clear {
	clear: both;
}
/*preload classes*/
.svw { background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
position: relative;
overflow: hidden;
border: 1px solid #d7d7d7;
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li {
float:left;
}
.stripTransmitter {
padding-left:4px;
padding-top:9px;
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 14px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font: bold 11px Verdana, Arial;
text-align: center;
line-height: 17px;
background: #fff;
color: #ea7f36;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #444444;
}

/*tooltips formatting*/
#tooltip {
background: #fff;
color: #000;
opacity: 0.85;
border: 5px solid #dedede;
}
#tooltip h3 {
font: normal 10px Verdana;
margin: 0;
padding: 6px 2px;
border: 0;
}
#div1 ul 	{ margin:10px 0px 0px 10px; padding: 0px 0px 0px 0px; list-style: none; line-height: 18px; }
#div1 ul li 	{ padding-left: 14px; background-image: url(../gui/arrow2.gif); background-repeat: no-repeat; background-position: 0px 7px; }
.orangelink  {
    color:#e4752a;
}
.orangelink a, .orangelink a:hover {
    color:#e4752a !important;
}
a.orangelink, a.orangelink:hover {
    color:#e4752a !important;
}




