body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #505044;
	text-decoration: none;
}
#sb-tabs{
	width:auto;
	height:35px;
	position:absolute;
	top:0px;
	right:30px;
	display: none;
}
#sb-tabs #about{
	width:141px;
	height:35px;
	float:left;
	background-image: url(assets/b_about_up.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}

#sb-tabs #registration{
	width:128px;
	height:35px;
	float:left;
	background-image: url(assets/b_registration_up.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
#sb-tabs #submission{
	width:194px;
	height:35px;
	float:left;
	background-image: url(assets/b_submission_up.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
#sb-tabs #upload{
	width:145px;
	height:35px;
	float:left;
	background-image: url(assets/b_upload_up.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}

#sb-tabs #about.aboutOver{
background-image: url(assets/b_about_over.png);
}
#sb-tabs #about.aboutSel{
background-image: url(assets/b_about_sel.png);
}
#sb-tabs #registration.registrationOver{
background-image: url(assets/b_registration_over.png);
}
#sb-tabs #registration.registrationSel{
background-image: url(assets/b_registration_sel.png);
}
#sb-tabs #submission.submissionOver{
background-image: url(assets/b_submission_over.png);
}
#sb-tabs #submission.submissionSel{
background-image: url(assets/b_submission_sel.png);
}
#sb-tabs #upload.uploadOver{
background-image: url(assets/b_upload_over.png);
}
#sb-tabs #upload.uploadSel{
background-image: url(assets/b_upload_sel.png);
}

.clickable {
	cursor: hand;
	cursor:pointer;
}
#contentHolder {
	height: 400px;
	width: 2800px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #505044;
	text-decoration: none;
}

#contentHolder .contentBox {
	float: left;
	height: 400px;
	width: 700px;
	position: relative;
}
.p0_poster {
	background-image: url(assets/p0_poster.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 400px;
	width: 360px;
	vertical-align: bottom;
}
.p0_txtArea {
	float: left;
	height: 360px;
	width: 300px;
	background-image: url(assets/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#panel em {
	font-size: 9px;
	font-weight: bold;
	color: #ebeed9;
	text-decoration: none;
	background-color: #fa4a14;
	font-style: normal;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	height: auto;
	width: auto;
	position: relative;
	display: inline-block;
}

#panel {
	height: 360px;
	position: relative;
}
.scroll-pane {
float:left;
height:100%;
overflow:auto;
width:100%;
}

.p0_posterScrap {
	float: left;
	height: 400px;
	width: 20px;
	background-image: url(assets/p0_posterScrap.jpg);
	background-repeat: no-repeat;
}
.p1_leftScrap {
	background-image: url(assets/p1_leftScrap.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 50px;
	float: left;
}
.p1_txtArea {
	float: left;
	height: 380px;
	width: 600px;
	background-image: url(assets/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}

.p1_rightScrap {
	background-image: url(assets/p1_rightScrap.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 400px;
	width: 50px;
}
.p2_leftScrap {
	background-image: url(assets/p2_leftScrap.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 50px;
	float: left;
}
.p2_txtArea {
	float: left;
	height: 360px;
	width: 580px;
	background-image: url(assets/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.p2_rightScrap {
	background-image: url(assets/p2_rightScrap.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 400px;
	width: 50px;
}

.p3_leftScrap {
	background-image: url(assets/p2_leftScrap.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 50px;
	float: left;
}
.p3_txtArea {
	float: left;
	height: 380px;
	width: 600px;
	background-image: url(assets/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.p3_rightScrap {
	background-image: url(assets/p2_rightScrap.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 400px;
	width: 50px;
}
.formCentered {
	height: 100%;
	width: 100%;
	position: absolute;
}


/*css*/
form fieldset {
	width: 440px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 60px;
}
form fieldset.centered {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 25%;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
}
form label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:180px;
	float:left;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
	list-style: none;
	margin: 0;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form input.text-input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:0px 0 5px 10px;
}
form textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	height:40px;
	margin:0px 0 0px 10px;
}
form select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:0px 0 5px 10px;
}
form select.selectFolder{
	float:left;
	font-size:12px;
	padding:0px;
	border:solid 1px #aacfe4;
	width:200px;
	height: 22px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
form select.daySelect{
	width:45px;
}
form select.monthSelect{
	width:75px;
}
form select.yearSelect{
	width:60px;
}
form input.chkBox {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}

form .small{
	color:#666666;
	display:block;
	font-size:9px;
	font-weight:normal;
	text-align:right;
	width:180px;
}
form .formStep {
	float: none;
	height: 380px;
	width: 600px;
	position: relative;
	margin-bottom: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

form .formNav {
	height: 25px;
	width: 580px;
	bottom: 30px;
	position: absolute;
	float: none;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}

form .uploadPage {
	height: 340px;
	width: 560px;
	position: relative;
	padding: 20px;
}
.uploadTop {
	height: 25px;
	width: 560px;
	background-image: url(assets/dots_hr_gray.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.uploadBottom {
	height: 25px;
	width: 560px;
}
.uploadBottom #response {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #006600;
	height: 25px;
	width: 440px;
	left: 80px;
	text-align: center;
	position: absolute;
}
.uploadPerson {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #08829a;
	text-decoration: none;
	float: left;
	height: 25px;
}
.uploadNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 25px;
	float: right;
	height: 25px;
	width: auto;
}
.uploadHelp {
	color: #96968f;
	width: 540px;
	padding: 10px;
	height: 315px;
	position: absolute;
	left: 20px;
	top: 45px;
	z-index: 100;
	background-color: #FFFFFF;
}
.closeHelp {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FF3399;
	width: 30px;
	position: absolute;
	right: 0px;
	bottom: 10px;
}
.startUpload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0099FF;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
}

.uploadTxt1 {
	color: #96968f;
	width: 540px;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
}
.uploadArea {
	height: 40px;
	width: 560px;
	top: 330px;
	position: absolute;
}
.uploadArea #response {
	font-size: 9px;
	line-height: 15px;
	font-weight: bold;
	color: #006600;
	height: 30px;
	width: 560px;
	left: 20px;
	text-align: center;
	position: absolute;
}
.uploadTxt2 {
	color: #96968f;
	height: 30px;
	width: 540px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.createFolder {
	height: 30px;
	width: 560px;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.openHelp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #FF3399;
	width: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.createFolderTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3366FF;
	height: 25px;
	width: 195px;
	padding-left: 10px;
	float: left;
}
.createButton {
	background-image: url(assets/b_create.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 25px;
	width: 62px;
	margin-left: 5px;
}
.createField {
	float: left;
	height: 20px;
	width: 220px;
}
/*.createField input {
	height: 20px;
	width: 250px;
	line-height: 20px;
	font-size: 11px;
}*/



.uploadedBox {
	/*height: 140px;*/
	height:200px;
	width: 560px;
	left: 0px;
	float: left;
}
.uploadedBox .uploadedBoxTop {
	height: 20px;
	width: 540px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
.uploadedBoxTop .uploadedBoxHd {
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #027c93;
	text-decoration: none;
	float: left;
	height: 20px;
	width: auto;
}


.uploadedBoxTop .uploadedBoxQuota {
	line-height: 20px;
	font-weight: bold;
	color: #79796d;
	text-decoration: none;
	float: right;
	height: 20px;
	width: auto;
}
.uploadedBoxTop .uploadedBoxQuota em {
	color: #759113;
	font-style: normal;
}
.uploadedBox #uploadedList {
	background-image: url(assets/uploadedBg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
	/*height:25px;*/
	height: 200px;
	width: 540px;
	padding: 10px;
	color: #6c8791;
	position: relative;
}
.scrolledList {
	height: 180px;
	/*height:25px;*/
	width: 540px;
	position: relative;
}
a#listPrev{
bottom:0px
left:0px;
	left: 20px;
	bottom: 5px;
	position: absolute;
	line-height: 20px;
	font-weight: bold;
	height: 20px;
	font-size: 12px;

}
a#listNext{
	bottom:5px;
	right:20px;
	position: absolute;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
}

/*FOLDER*/
.folderItem {
	height: 20px;
	width: 530px;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #333333;
}
.folderItem .folderName {
	float: left;
	height: 20px;
	width: auto;
	line-height: 20px;
}
.folderItem   .folderName  em {
	color: #a5b4b9;
	font-style: normal;
	background-image: url(assets/folder_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 16px;
	width: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.folderItem .folderRemove {
	color: #FF33CC;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	height: 16px;
	width: auto;
	float: right;
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	text-transform: lowercase;
}
.folderItem .folderRemoveOver {
	color: #FFFFFF;
	background-color: #666666;
}/*END OF FOLDER*/


.fileItem {
	height: 20px;
	width: 505px;
	padding-right: 5px;
	padding-left: 30px;
}
.odd{
background-color: #FFFFFF;
}
.even{
	background-color: #ebf2f5;
}
.fileItem .fileName {
	float: left;
	height: 20px;
	width: auto;
	line-height: 20px;
}
.fileItem   .fileName  em {
	color: #a5b4b9;
	font-style: normal;
}
.fileItem .fileRemove {
	color: #ff796b;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	height: 16px;
	width: auto;
	float: right;
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	text-transform: lowercase;
}
.fileItem .fileRemoveOver {
	color: #FFFFFF;
	background-color: #FF796B;
}


.formBack {
	background-image: url(assets/b_backUp.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 60px;
	padding-left: 0px;
	position: absolute;
}
.formBackOver {
	background-image: url(assets/b_backOver.gif);
}
.formNext {
	background-image: url(assets/b_nextUp.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 60px;
	right: 0px;
	position: relative;
	float: right;
}
.formNextOver {
	background-image: url(assets/b_nextOver.gif);
}
input.formUpload {
	text-indent: -1000em;
	background-image: url(assets/b_upload.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 60px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	top:-1px;
}

input.formSubmit {
	text-indent: -1000em;
	background-image: url(assets/b_submitUp.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 60px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 2px;
	float: right;
}

input.formSubmitOver{
	background-image: url(assets/b_submitOver.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 60px;
	right: 0px;
	position: absolute;
}
input.formSubmitDisabled {
	background-image: url(assets/b_submitDisabled.gif);
	background-repeat: no-repeat;
	background-position: center center;
	/*height: 25px;
	width: 60px;
	right: 0px;
	position: absolute;*/
}
.formSubmitHolder {
	height: 25px;
	width: 60px;
	position: absolute;
	right: 0px;
}
.formNav #response {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #006600;
	height: 25px;
	width: 440px;
	left: 70px;
	text-align: center;
	position: absolute;
}
#lostPassResponse{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #006600;
	height: 25px;
	width: 440px;
	left: 70px;
	text-align: center;
	position: absolute;
	margin-top: 40px;
}
#loginResponse{
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #006600;
	height: 25px;
	width: 440px;
	left: 70px;
	text-align: center;
	position: absolute;
	margin-top: 40px;
}
.agreeBox {
	float: none;
	clear: both;
	margin-top: 10px;
	position: relative;
	width: 440px;
	margin-left: 60px;
}


/*login form*/
.loginNav {
	width: 205px;
	height: 25px;
	position: absolute;
	float: none;
	clear: both;
	margin-left: 275px;
	margin-top: 0px;
}

input.formLogin {
	text-indent: -1000em;
	background-image: url(assets/b_loginUp.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 60px;
	right: 0px;
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 2px;
}
input.formLoginOver{
	background-image: url(assets/b_loginOver.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 60px;
	right: 0px;
	position: absolute;
}
input.lostSubmit {
	text-indent: -1000em;
	background-image: url(assets/b_submitUp.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 60px;
	right: 0px;
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 2px;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #0066AA;
	text-decoration: underline;
}
.uploadPage {
	padding: 20px;
}
.containerImg {
	height: 199px;
	width: 494px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	display: block;
}

