/* CSS Document */

input.text {
	border:1px solid #F7941E;
	width:100%;
}
select.text {
	border:1px solid #F7941E;
}
textarea.text {
	border:1px solid #F7941E;
	width:100%;
	height:70px;
}
form.marketplace-form p{
	font-size:12px;
}
div.companycell {
	min-height:120px;
	color:#2e2c2c;
	padding:7px 8px 0px 8px;
	margin:10px 0px;
	background-repeat:repeat-x;
	background-position:top;
	clear:both;
}
div.companycell p{
	padding:0px;
	margin:0px;
	font-size:13px;
}
div.companycell p.blurb{
	padding-bottom:4px;
}
div.companycell p a{
	color:#2e2c2c;
	display:block;
	float:left;
	height:24px;
	padding-left:34px;
	padding-right:15px;
	padding-top:5px;
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:underline;
}
div.companycell p strong.company {
	display:block;
	float:left;
}
div.companycell p span.investmentAmt {
	float:right;
}
div.companycell p.titleinfo{
	height:20px;
}
div.pink {
	background-image:url(images/marketplace/pinkBkg.jpg);
	background-color:#F6CDCD;
}
div.yellow {
	background-image:url(images/marketplace/goldBkg.jpg);
	background-color:#FDCD3C;
}
div.white {
	background-image:url(images/marketplace/lightBkg.jpg);
	background-color:#F9F4EC;
}
a.read {
	background-image:url(images/marketplace/readExec.png);
	margin-bottom:5px;
}
a.view {
	background-image:url(images/marketplace/viewVideo.png);
	margin-bottom:5px;
}
a.contact {
	background-image:url(images/marketplace/contactEmail.png);
	margin-bottom:5px;
}
a.vote {
	background-image:url(images/marketplace/light-icon.png);
	margin-bottom:5px;
}
a.twitter {
	background-image:url(images/marketplace/twitter.png);
}
a.facebook {
	background-image:url(images/marketplace/facebook.png);
}
div.catalog-header {
	padding:4px 0px;
	height:42px;
	color:#5c5959;
	font-size:13px;
}
div.sort-options {
	/*float:left;
	width:390px;*/
}
div.sort-options label {
	font-size:12px;
	width:55px;
	display:block;
	padding-top:2px;
	float:left;
}
div.sort-options select {
	font-size:10px;
	margin-top:2px;
	width:145px;
}
/*div.sort-options select {
	font-size:10px;
	margin-top:2px;
	width:160px;
}*/
div.catalog-header div.pagination {
	float:right;
	font-size:14px;
	padding-right:10px;
	color:#333333;
	height:20px;
}
div.catalog-header div.pagination a {
	color:#333333;
	text-decoration:none;
}
div.catalog-header div.pagination a:hover {
	text-decoration:underline;
}
.errorMessage {
	color:red;
	font-weight:bold;
	font-style:italic;
}