body
{
  font-family: helvetica;
  font-size: 9pt;
  background-color: #ffffff;
}

.row p
{
  margin: 0px;
}

.input_space
{
  margin: 0px 0px 15px 0px;
}

.input_space input
{
  margin: 5px 0px 0px 0px;
}

.header
{
  font-size: 18px;
  color: black;
}

#outer_container
{
  margin: 8px auto 20px auto;
  width: 1000px;
  overflow: visible;
}

#outer_container a
{
  padding: 0px 10px 0px 10px;
  color: #d62408;
  text-decoration: none;
}

#outer_container a:hover
{
  color: #000000;
}


#inner_container
{
  margin: 10px 0px 0px 0px;
  border-top: 1px solid #ffffff;
  background-color: #eeeeee;
  padding: 20px;
}

#nav
{
  height: 24px;
  background-color: #d62408;
  font-size: 11px;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
}

#nav li {
  margin: 3px 9px 0px 0px;
  color: #ffffff;
  list-style-type: none;
  float: left;
}

#nav li a {
  padding: 0px 5px 0px 0px;
}

#nav a
{
  color: #ffffff;
  text-decoration: none;
}

#nav a:hover
{
  color: #f8c300;
}

/* TOP SECTION
--------------------------------------- */
#vyanet_logo
{
  background-image: url(images/vyanet_header_sm.gif);
  background-repeat: no-repeat;
  height: 58px;
  width: 322px;
}

#footer
{
  line-height: 18px;
}

#footer p
{
  text-align: center;
}

#footer a
{
  color: #000000;
  text-decoration: none;
}

#footer a:hover
{
  color: #972335;
  text-decoration: underline;
}


.larger
{
  font-weight: normal;
  font-size: 36px;
}
.smaller
{
	font-size: 10px;
}
.row em {
	font-size: 9pt;
}
.row {
	font-size: 10.5pt;
}
.row_input {
	width: 500px;
}
.row_select {
	width: 505px;
}
.form_row input,select
{
  margin-top: 3px;
}

.message
{
  color: red;
}

/* Press Page */

#press_images {
	padding: 100px;
	border: 1px solid red;
}

			#spellcheckresults { position: absolute; background: #fff; margin: 0; border: 1px solid #000; padding: 5px; }
				#spellcheckresults dl { margin: 0; padding: 0; }
					#spellcheckresults dl dt { float: left; clear: left; margin: 3px 0; padding: 0; font-weight: bold; }
					#spellcheckresults dl dd { float: left; margin: 3px 10px; padding: 0; cursor: pointer; color: green; }
					#spellcheckresults dl dd.ignore { color: red; font-style: italic; }
			
			a.checkspelling {  }
				a.checkspelling img { margin: 0 5px; border: 0; }
				
				
/* Forms */



#smart_referral_form label {
	margin: 0px 5px;
	font-size: 10px;
}

#smart_referral_form input {
	margin: 5px;
}

#client_information_form {
	font-size: 10px;
}

#client_information_form  hr {
	border: 1px solid black;
}

#client_information_form label.wider {
	display:inline-block;
	width:85px;
}

#client_information_form input[type=text] {
	margin-right: 1em;
}

#client_information_form input.hours {
	font-size: 10px;
	margin: 2px;
}

#client_information_form #individual_pins {
	border-collapse:collapse;
}

#client_information_form #individual_pins td {
	border: 2px solid black;
}

#client_information_form #individual_pins td input {
	text-align: center;
}

#client_information_form #individual_pins input {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0px;
	padding: 2px 0px;
}
/*added 10/19/15 for DocuSign button*/
.dsBtn {
  color: #900;
  /*font-weight: bold;*/
  font-size: 150%;
  /*text-transform: uppercase;*/
}
.dsBtn:hover {
  color: #FFF;
  background: #900;
}
.dsList {
	margin-left: -17px;
	list-style-type: none;
	line-height: 250%;
}
