@charset "utf-8";
/* CSS Document */
/* Own Css */
.error-message{
	font-size:10px;
	color:#F00;
	float:left;
}

/* Forms */

.general {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
form.general fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
form.general fieldset legend {
	background:#fff;
	color: #DE9530;
	font-size: 130%;
	font-weight: bold;
}
form.general fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
form.general fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
}
form.general fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form.general div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form.general div.input {
	color: #444;
}
form.general div.required {
	color: #333;
	font-weight: bold;
}
form.general div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	text-align:right;
}
form.general label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
form.general input, form.general textarea {
	clear: both;
	padding: 2px;
	width: 100%;
}
form.general select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
form.general select[multiple=multiple] {
	width: 100%;
}
form.general option {
	font-size: 120%;
	padding: 0 3px;
}
form.general input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
form.general input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
form.general div.radio label {
	margin: 0 0 6px 20px;
}
form.general input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

span.submitted, .description {
	color:#898989;
	font-size:0.92em;
}
/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
.vendorList .vendor-detail h4 a{
	color:#5A308D;
}

#flashMessage{
	border-color:#C7F2C8;
	color:#33A333;
}
.message {
	background-color:#FFFFFF;
	border:1px solid #B8D3E5;
	margin:0.75em 0;
	padding:0.5em 1em;
}

/* Tables */
table.gen {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
table.gen th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
table.gen th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table.gen th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table.gen tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table.gen tr.altrow td {
	background: #f4f4f4;
}
table.gen td.actions {
	text-align: center;
	white-space: nowrap;
}
table.gen td.actions a {
	margin: 0px 6px;
}
div.forums a, div.paging a{
	color:#5A308D;
}
/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
.purple{
	color:#5a308d;
}
.subNewBox ul li{
  list-style:disc;
  margin-left:5px;
  list-style-position:outside;
}

.subNewBox ol li{
  list-style:decimal;
  margin-left:5px;
  list-style-position:none;
}
.subNewBox ul, .subNewBox ol{
  margin-left:15px;
}
div#UserUsername_autoComplete {
  position :absolute;
  width :250px;
  background-color :white;
  border :1px solid #888;
  margin :0px;
  padding :0px;
}
div#MessageUserId_autoComplete ul{
  list-style-type: none;
}
div#MessageUserId_autoComplete ul li.selected {
  background-color: #ffb;
}

#ContactIndexForm .textfield{
  height:15px;
}
#ContactIndexForm td{
  height:27px;
  vertical-align:top;
}
.pad-10{
  padding-left:10px;
}
