@CHARSET "ISO-8859-1";

/* CSS Document */
label{
clear:both;
}

textarea.small{
width:200px;
height:50px;
}

textarea.med{
width:350px;
height:100px;
}

textarea.med_short{
width:350px;
height:50px;
}
textarea.med_tall{
width:350px;
height:200px;
}

textarea.large{
width:450px;
height:400px;
}

textarea.large_tall{
width:450px;
height:500px;
}

input.med{
width:350px;
}

input.large{
width:600px;
}

#form fieldset{
padding:5px;
border:#FEBC5E 1px solid;
margin:0 5px 10px 5px;
}

#form legend{
color:#15428B;
font-size:14px;
font-weight:bold;
padding:0 5px;
margin:0 0 0 5px;
}

form dt{
clear:both;
float:left;
width:180px;
font-weight:bold;
padding:10px;
}

dt label.required{
}

form dd{
float:left;
width:300px;
margin-bottom:10px;
padding:10px;
}

#centerPane label{
clear:both;
display:block;
padding:5px;
margin:0 0 5px 0;
}

#centerPane label span{
display:block;
float:left;
width:150px;
font-weight:bold;
text-align:right;
padding-right:20px;
}

#centerPane .column label span{
width:100px;
}

#centerPane label span.group{
text-align:left;
}

#centerPane label span.group input{
clear:both;
}

p.rightLink{
text-align:right;
padding-right:50px;
}

#centerPane select{
max-width:350px;
}

form#notes textarea{
width:510px;
height:300px;
margin:0 0 5px 0;
}

#form input#submit{
float:right;
}


#form input[type='text']{
width:240px;
}

#form select{
width: 240px;
}

#form select option, #form input{
padding:2px;
}

#form .formRow input[type='submit']{
float:none;
}

input[type='submit']{
padding:0 10px;
}

#centerPane .formColumn label span{
width:60px;
padding-right:10px;
}


#centerPane .formColumn input[type='text'], #centerPane .formColumn input[type='password']{
width:150px;
}
.errors{
	color:#ff0000;
}

.fileUpload #description{
	float:left;
	width:300px;
	height:50px;
	margin-right:10px;
}

.fileUpload p{
	margin:10px 0 0 0;
}

#center form.fileUpload{
	margin:0;
}

.attachmentForm{
	background-color:#f5f5f5;
	border:#ccc 1px solid;
	padding:0px;
	margin:10px;
}
.attachmentForm #description{
width:550px;
height:50px;
}

.attachmentForm p{
margin:5px;
}

.attachmentForm label{
	font-weight:bold;
}

.attachmentForm #url{
width:200px;
margin:0 10px;
}

.attachmentForm #upload{
margin:0 10px;
}

.clearBoth{
	clear:both;
}

td.summary textarea{
	width:100px;
	height:75px;
}

.scoreWrapper{
	text-align:center;
	font-size:48px;
	font-weight:normal;
}

tr.comments textarea{
	width:580px;
	height:100px;
}

th, td{
	 vertical-align:top;
}

th{
	text-align:center;
}

th h4, th h3, th p{
	margin:0 0 5px 0;
}

div.checklist label{
	display:block;
	width:250px;
	float:left;
	clear:none;
}

h3{
	clear:both;
}

#additionalSearchOptions{

}

.hidden{
display:none;
}

#keywords{
	width:300px;
}

#openSubmission h3{
	clear:none;
}

#submissionDetails{
	width:150px;
	float:right;
}

.message_box{
margin:10px;
padding:10px;
border:#ff0000 2px solid;
}

div.content ul li a.fileLink{
display:block;
float:left;
width:178px;
}


#center form#submissionForm fieldset{
	border:none;
	padding:0;
}


#center form#submissionForm fieldset.oddRow{
	background:#f5f5f5;
	clear:both;
}


.button
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #B60D34;
	height: 33px;
	width: 110px;
	background-color: white;
	background-image: url("http://g3p.aidstar-one.com/public/images/aidstar/button.gif");
	background-repeat: no-repeat;
	border: 0;
}




