/* fieldset form */
fieldset.userForm{
	clear: none;
	border: 0px solid #FFFFFF;
  padding: 5px 5px 5px 5px;
  margin: 5px 0 0 0;
  width: 710px;
}

/* fieldset submit */
fieldset.submitForm{
	clear: none;
	border: 0px solid #FFFFFF;
  padding: 5px 5px 5px 5px;
  margin: 5px 0 0 0;
  text-align: center;
}

/* fieldset header */
fieldset.userForm legend{
	font-size: 150%;
  font-weight: normal;
  color: #54301a;
  margin: 0 0 0 0;
  padding: 0 5px;
  text-align: center;
}

/* field seperator */
fieldset.userForm div{
	display:block;
	margin:5px 0pt 0pt;
	padding:1px 3px;
}

/* input labels */
fieldset.userForm label{
	float: left;
	line-height: 2em;
	display: block;
	width: 150px;
	margin: 0 20px 5px 0;
	text-align: right;
}

/* required input labels to be attached to div */
fieldset.userForm div.required label{
	font-weight: bold;
}

/* input and textareas */
fieldset.userForm input, fieldset.userForm textarea{
	margin:0pt;
	padding:1px 3px;
	width: 450px;
}

fieldset.userForm select{
	width: 457px;
}

/* Various size lengths for the input boxes */
fieldset.userForm input.small{
	width: 200px;
}

fieldset.userForm input.medium{
	width: 300px;
}

/* Radio buttons */
fieldset.userForm input.inputRadio{
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 10px;
}

/* 
	Display lists 
*/
div#table table #table_header td{
	border-bottom: 1px solid black;
	font-weight: bold;
}

div#table table td.table_header_left{
	text-align: left;
}

div#table table td.table_header_center{
	text-align: center;
}

div#table table td.table_header_right{
	text-align: center;
}

div.addNew{
	float: right; 
}

div.addNew a{
	line-height: 20px;
	text-decoration: none;
	float: right;
	display: block;
	height: 20px; 
	width: 100px;
	color: white;
	text-align: center;
	background-color: #3B5CA2;
	margin: 10px 10px 20px 10px;	
}

div.singleFile div.title{
   margin: 5px 0px 10px 5px; 
   display: none; 
   font-weight: bold; 
   color: #FFFFFF;
 }
 
 div.singleFile div.fileContainer{
   margin: 0 auto;
  }
  
 /* Multiple File Uploads */
 /* Single File Uploads */
  div.singleFile{
    width: 400px;
    float: left;
  /*  height: 300px; */
  }

  div.singleFile div{
    width: 400px;
  }
  
  div.singleFile iframe {
		border-width: 0px;
		height: 60px;
		width: 400px;
	}

  div.singleFile div.top{
  	margin-top: 0px;
    padding: 5px;
    background: #D1D9DE;
    height: 50px;
    overflow: hidden;
    color: #FFF;
  }

  div.singleFile div.bottom{
  	margin-top: 0px;
    align: center;
    text-align: center;
    padding: 5px;
    background: #E7E7E7;
    min-height: 10px;
  }
  
 div.singleFile div.title{
   margin: 5px 0px 10px 5px; 
   display: none; 
   font-weight: bold; 
   color: #FFFFFF;
 }
 
 div.singleFile div.fileContainer{
   margin: 0 auto;
  }