.inputfield {
    width:340px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
a.control:hover {
    color: #606060;
    text-decoration:none;
    cursor: hand;
}
a.control:link {
    color: #808080;
    text-decoration:none;
}
a.control:link {
    color: #808080;
    text-decoration:none;
}
a.control:visited {
    color: #808080;
    text-decoration:none;
}
a.menuitem:hover {
    color: #ff6000;
    text-decoration:none;
    cursor: hand;
}
a.menuitem:link {
    color: #8080ff;
    text-decoration:none;
}
a.menuitem:link {
    color: #8080ff;
    text-decoration:none;
}
a.menuitem:visited {
    color: #8080ff;
    text-decoration:none;
}

/* REDCap Visualization Container Classes */
.rcHeaderXsl {
	width:600px;
	height:40px;
	text-align:right;
	color:#ffffff;
	margin:0px;
}
.rcEditHeaderXsl {
	text-align:left;
	max-width:700px;
}
.rcContainerXsl {
	text-align:left;
	max-width:700px;
	margin-right:0px;
}

.rcFullHeaderXsl {
	width:848px;
	height:40px;
	text-align:right;
	color:#ffffff;
	margin:0px;
}
.rcFullEditHeaderXsl {
	text-align:left;
	width:832px;
}
.rcFullContainerXsl {
	width:848px;
	text-align:left;
	max-height:600px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-right:16px;
}
html>body .rcFullContainerXsl {
	width:848px;
	margin-right:0px;
}

/* REDCap Survey Visualization Container Classes */
.rcsHeaderXsl {
	width:840px;
	height:40px;
	text-align:right;
	color:#ffffff;
}
.rcsContainerXsl {
	width:840px;
	text-align:left;
	max-height:600px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-right:16px;
}
html>body .rcsContainerXsl {
	width:840px;
	margin-right:0px;
}

.rcsFullHeaderXsl {
	width:1036px;
	height:40px;
	text-align:right;
	color:#ffffff;
}
.rcsFullContainerXsl {
	width:1036px;
	text-align:left;
	max-height:600px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-right:16px;
}
html>body .rcsFullContainerXsl {
	width:1036px;
	margin-right:0px;
}

/* REDCap and REDCap Survey Element Classes */
.rcRequired {
	text-align:left;
	color:red;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	padding-top:6px;
}
.rcRadioVertical {
	padding-right:30px;
}
.rcRadioHorizontal {
	padding-right:10px;
}
a.rcResetValue:link, a.rcResetValue:visited, a.rcResetValue:active, a.rcResetValue:hover {
	font-family:Verdana;
	font-size:7pt;
    font-weight: normal;
	color:#000066;
}
.rcNotes {
	width:97%
}
.rcFile {
	font-size:12px;
	color:green;
	width:97%;
	text-align:right;
    font-weight: normal;
}
.rcsSliderMin {
	text-align:left;
    font-weight: normal;
}
.rcsSliderMid {
	text-align:center;
    font-weight: normal;
}
.rcsSliderMax {
	text-align:right;
    font-weight: normal;
}
.rcsSliderSubtext {
	text-align:center;
	color:#800000;
	font-size:9px;
    font-weight: normal;
}


.rcheader {
	background: url("/consortium/resources/img/text-bg-header.gif") repeat-x scroll 0 0 #FFFFE0;
    border: 1px solid #CCCCCC;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    height: 18px;
    padding: 5px;
    text-align: left;
}
table#InstrumentTable {
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	margin: 0;
}

table#InstrumentTable input[type="text"] {
	font: 12px arial,helvetica,sans-serif;
    margin: 0;
	font-family: arial;
	height: 18px;
    line-height: 18px;
    padding: 2px 3px 0;
    vertical-align: middle;
	background: url("/consortium/resources/img/text-bg.gif") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #B5B8C8;
}

.rclabel {
	font-family: Verdana; 
	font-size: 8pt; 
	background:#F3F3F3;
	padding: 2px; 
		border:0px;
	border-bottom:1px solid #DDDDDD;
	font-weight: bold; 
	padding-left: 5px; 
	padding-right: 5px;
	margin: 0;
}
.rcdata {
	font-family: Verdana;
	font-size: 8pt;
	background:#F3F3F3;
	padding: 2px;
		border:0px;
	border-bottom:1px solid #DDDDDD;
	margin: 0;
}

.rcdata, .rclabel {
    border-style: none none solid;
}
.rcnote {
	color:#000066;
	font-family:Verdana, Arial;
	font-size:7pt;
	font-weight:normal;
	padding-bottom:1px;
	padding-left:0;
	padding-right:0;
	padding-top:2px;
	width:320px;
}

.rcsnumber{
    font-size: 12px;
	font-weight: bold;
	background-color: #f3f3f3;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #dddddd;
	padding:15px 10px 15px 10px;
}
.rcslabel{
    font-size: 12px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background-color: #f3f3f3;
	border-bottom: 1px solid #dddddd;
	padding:15px 10px 15px 10px;
}
.rcsfield{
    font-size: 12px;
	background-color: #f3f3f3;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #dddddd;
	padding:15px 10px 15px 10px;
}

.rcssection{
	background: #BCCFE8 url('/consortium/resources/img/instruction_bg.png') repeat-x;
	color: #000000;
	font-weight: bold;
    font-size: 13px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #dddddd;
	padding:15px 10px 15px 10px;
}


.libheader {
    background: #d0d0d0;
    text-align:left;
	padding:3px;
}
.liblabel {
    background: #f5f5f5;
    text-align:left;
}
.libdata {
    background: #ffffff;
    text-align:left;
    border:1px solid #fff;
    vertical-align:top;
	padding:3px;
}
.visualizeContainer {
	padding:0px;
	text-align:center;
}
#visualize {
    display:none;
}
#searchResults {
    width: 100%;
}
#searchResults div {
    float:left;
    display:inline;
    text-align:center;
}
.linkBox {
	float: right;
	display: inline;
}
.linkBox div {
    background:#f5f5f5;
    width: 190px;
    padding:5px 5px 5px 5px;
}
.infoBox {
	float: left;
	display: inline;
	width: 680px;
}
.infoBoxSmall {
	float: left;
	display: inline;
	width: 480px;
}
.infoBox div {

}

a.pageLink:active {
    color: #404040;
    text-decoration:none;
    font-size: 14px;
    font-weight: normal;
}
a.pageLink:link {
    color: #404040;
    text-decoration:none;
    font-size: 14px;
    font-weight: normal;
}
a.pageLink:visited {
    color: #404040;
    text-decoration:none;
    font-size: 14px;
    font-weight: normal;
}
a.pageLink:hover {
    color: #ffa040;
    text-decoration:none;
    font-size: 14px;
    font-weight: bold;
    cursor: hand;
}

a.projectLink:active {
    color: #000077;
    text-decoration:underline;
    font-size: 12px;
    font-weight: normal;
}
a.projectLink:link {
    color: #000077;
    text-decoration:underline;
    font-size: 12px;
    font-weight: normal;
}
a.projectLink:visited {
    color: #000077;
    text-decoration:underline;
    font-size: 12px;
    font-weight: normal;
}
a.projectLink:hover {
    color: #0000cc;
    text-decoration:underline;
    font-size: 12px;
    font-weight: normal;
    cursor: hand;
}
.frmrd {
	font-weight: normal;
    margin-left: 2.3em;
    padding: 1px;
    text-indent: -2.3em;
}
.form_border {
	border-collapse:collapse;
	border-width:0;
	margin:0;
	width:100%;
}

.approvalListStatusButton {
	margin:0px;
	paddding:0px;
	width:52px;
	line-height:12px;
	font-size:9px;
	margin-left:2px;
}
html>/**/body .approvalListStatusButton {
	margin-left:0px;
}
.div_attach {
    color: #666666;
    font-family: tahoma;
    font-size: 10px;
    font-weight: normal;
    padding: 5px 0;
}

.imgfix { position: relative; top: 3px; }
.jqbutton { color: #333;font-family: Verdana, Arial, sans-serif;font-size:13px;padding: 1px 5px !important; border: solid 1px #aaa; border-right: solid 1px #888; border-bottom: solid 1px #888; }
.jqbuttonmed { color: #333;font-family: Verdana, Arial, sans-serif;font-size:13px;font-size:12px; font-family:arial,tahoma; padding: 1px 5px !important; border: solid 1px #aaa; border-right: solid 1px #888; border-bottom: solid 1px #888;  }
.jqbuttonsm { color: #333;font-family: Verdana, Arial, sans-serif;font-size:13px;font-size:9px; font-family:tahoma; padding: 1px 5px !important; border: solid 1px #aaa; border-right: solid 1px #888; border-bottom: solid 1px #888; }

.jqbutton .ui-button-text  { color: #333;font-family: Verdana, Arial, sans-serif;font-size:13px; }
.jqbuttonmed .ui-button-text  { color: #333;font-family: Verdana, Arial, sans-serif;font-size:12px; font-family:arial,tahoma;}
.jqbuttonsm .ui-button-text { color: #333;font-family: Verdana, Arial, sans-serif;font-size:13px;font-size:9px; font-family:tahoma; }

/** Adjust jQuery UI button style **/
.ui-button-text-only .ui-button-text { padding:0.1em 0.3em; }

.df {
    color: #AAAAAA;
    font-family: tahoma;
    font-size: 9px;
    font-weight: normal;
    padding-left: 10px;
}
.sldrnum {
  color:#666666;
  font-size:11px;
  width:16px;
}

.search_row {
	border-top:1px solid #ccc;
	background-color: #fff;
}
.search_row_hover1 {
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #ddd;
	background-color: #ddd;
	cursor:pointer;
}
.search_row_hover2 {
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-left:1px solid #ddd;
	border-right:1px solid #aaa;
	background-color: #ddd;
	cursor:pointer;
}
.search_row_select1 {
	border:1px solid #aaa;
	background-color:#ddd;
	border-bottom:0;
	border-right:0;
}
.search_row_select2 {
	border:1px solid #aaa;
	background-color:#ddd;
	border-bottom:0;
	border-left:0;
}