/* layout */

html, body, #fullpage {
  height:100%;
  min-height:100%;
  width:100%;
}
html>body, html>body #fullpage {
	height: auto;
}

body {
  margin:0;
  font-family: Helvetica, Arial, sans-serif;
  font-size:13px;
  color:#000000;
  background-color:#FFFFFF;
  text-align:left;
}
td {
  font-family: Helvetica, Arial, sans-serif;
  font-size:13px;
  color:#000000;
}
#fullpage {
	position: absolute;
	top: 0;
  left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
    width: 50%;
    margin-left: -25%;
*/
}
/* OLD LINK
a {
  color:#0066ff;
  font-weight:bold;
  text-decoration:none;
}
*/
a:hover { 
  text-decoration: underline;
}

a {
  color:#0066cc;
  text-decoration: none;
}
a:active
{
  outline: none;
}

h1 {
  font-family: Helvetica, Arial, sans-serif; 
  font-size:24px;
  font-weight:bold;
  margin:0;
  padding:0;
  padding-top:5px;
  color:#000000;
  margin-bottom:20px;
  text-align:left;
}
h2 {
  font-family:Helvetica, Arial, sans-serif;
  font-size:15px;
  font-weight:bold;
  color:#993399;
  padding:10px 0 7px 0;
  margin:0 0 0 0;
  /*
  border-bottom:2px dotted #eeeee7;
  */
}
h3 {
  font-family:Helvetica, Arial, sans-serif;
  font-size:18px;
  font-weight:bold;
  color:#000000;
  padding:10px 0 0 0;
  margin:0 0 5px 0;
}
ul, ol
{
  padding-left:20px;
  margin-bottom:10px;
}
/*
ul {
  list-style-image: url(../images/bullet.gif);
  list-style-type: circle;
}
*/
li {
  margin: 5px 0 0 10px;
}
p {
  margin-bottom:10px;
  margin-top:0px;
}

.introduction {
  font-family: Helvetica, Arial, sans-serif;
  line-height:24px;
  font-size:16px;
  color:#000000;
  text-indent:0px;
  padding-left:0;
  padding-bottom:10px;
  padding-top:0;
  line-height:1.6em;
}
a.dapperLogo:hover{
  background: none;
}
#content {
  width:960px;
  text-align:left;
  line-height:20px;
  font-size:13px;
  color:#000000;
  text-indent:0px;
  padding-left:0;
  padding-bottom:65px;
  padding-top:0;
}
#footer {
  /*color:#999999;*/
  font-size:13px;
  /*background:#eeeee7;*/
  width:100%;
 /* height:150px; */
  text-align:center;
  padding-top:0px;
  padding-bottom:10px;
  position: absolute;
	bottom: 0;
	width: 100%; /*See note below*/ 
}
#footer #footerInside {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#footer {
    \width: 100%;
}
#footer ul{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  float:left;
  padding:0;
  margin:0;
  margin-right:50px;
}
#footer li{
  margin:0px;
  padding:0px;
}
#copyright {
  font-size:12px;
  padding-top:5px;
}
#copyright a {
  padding:0px;
  color:#666666;
}

#menu {
  width:100%;
  background-color:#eeeee7;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom:40px; 
  text-align:center;
  align:center;
  background-image:url(../images/backgrounds/header-grad-bg.png);
  background-position:top right;
  background-repeat:repeat-x;
}
#menu table {
  align: center;
}
#menu #menuInside {
  /*
	width:769px;
	*/
	width:680px;
	margin-left:109px;
	height:24px;
	margin-right:auto;
	margin-bottom:10px;
	padding:5px;

}
.loginLink {
	width:769px;
	font-size:11px;
	margin-left:auto;
	/*
	margin-right:auto;
	*/
	padding-top:10px;
	padding-bottom:7px;
	padding-right:0px;
	text-align:right;
	color: #666666;
}
.loginLink a {
  background: none;
	float: none;
	padding:0px;
	font-size:11px;
	font-weight:normal;
  color:#666666;
	text-decoration: underline;
}
.loginLink a:hover {
  color:#000000;
}
.nonBoldLink {
  font-weight: normal;
}
#menu #menuInside ul {
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;
}

#menu #menuInside li {
	float:right;
	display: inline;
	/*
	background: url(/images/tab_mid.gif) repeat-x center top;
	*/
	text-align: center;
	padding: 0;
	margin:0;
	margin-right: 10px;	
}
/*
#menu #menuInside li.selected{
  background: url(/images/selected_tab_mid.gif) repeat-x center top;
}
*/
#menu #menuInside a {
  /*
	background: url(/images/tab_left.gif) no-repeat left top;
	*/
	float: left;
	margin:	0;
	padding-left:5px;
	font-size:14px;
    color:#000000;
	text-decoration: none;
	font-weight:bold;
}
#menu #menuInside a:hover {
  background:none;
  color:#974098;
}
#menu #menuInside a.selected{
  color:#974098;
  /*
  background: url(/images/selected_tab_left.gif) no-repeat left top;
  */
}
#menu #menuInside a span {
/*
	background: url(/images/tab_right.gif) no-repeat right top;
*/
	display: block;
	padding:4px 13px 6px 5px;
	float: none;
}

/*
#menu #menuInside a span.selected{
  background: url(/images/selected_tab_right.gif) no-repeat right top;
}
*/

#subMenu {
  width:100%;
  padding-top:5px;
  padding-bottom:5px;
  margin-bottom:50px;
  color:#ffffff;
  text-align:right;
  font-size:10px;
}
#rightNavigation {
  float:right;
  font-size:13px;
  font-weight:normal;
  color:#000000;
  width:32%;
  margin:0;
  padding:0;
  border:5px solid #eeeee7;
  margin-bottom:15px;
  background-position:top right;
  background-repeat:repeat-x;

}
#rightNavigation ul {
  list-style-type: none;
  list-style-image: none;
  font-size:13px;
  padding:0;
  margin:5px 0;
}

#rightNavigation li {
  padding: 0;
  margin: 0;
}


#rightNavigation a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

 * html #rightNavigation ul li a {
  width: 100%;
  padding: 5px 10px;
}


#rightNavigation a:hover {
  text-decoration:underline;
}


#rightNavigation .selectedMenu a {
  background: none;
}

#rightNavigation .selectedMenu .selectedItem {
  padding: 5px 10px;
}

.selectedMenu {  
  color:#000000 !important;
  padding:0;
  margin:0;
  width:100%;
  font-weight:bold;
  /*
  color:#000000;
  background:#e5efff;
  */
}
.nonSelectedMenu {
  padding:0;
  margin:0;
  font-weight:bold;
  /*
  background:#ffffff;
  */
}
.secondLevelSectionName{
	color:#000000;
}
.secondLevel{
	margin-left:20px;
}
#subMenu a {
  color:#ffffff;
}
#subMenu .spacerSpan {
  padding-right:12px;
}

#mainbar {
  width:64%;
  padding-right:20px;
  float: left;
  /*border-right: dotted #e5efff 2px;*/
}
#resultHeader {
  margin-top: 20px;
  padding:0;
  padding-left:10px;
  font-size:13px;
  font-weight: bold;
  color:#000000;
  background: #eeeee7 url(/images/results-header-top-left.gif) no-repeat left top;
}
#resultHeader #right{
  margin:0px;
  padding:7px 0px 7px 0px;
  width: 100%;
  background: #eeeee7 url(/images/results-header-top-right.gif) no-repeat right top;
}
#resultFooter {
  margin-top: 10px;
  padding:0;
  padding-left:10px;
  font-size:13px;
  font-weight: bold;
  color:#000000;
  background: #eeeee7 url(/images/results-footer-bottom-left.gif) no-repeat left bottom;
}
#resultFooter #right{
  margin:0px;
  padding:7px 0px 7px 0px;
  width: 100%;
  background: #eeeee7 url(/images/results-footer-bottom-right.gif) no-repeat right bottom;
  text-align:center;
}
#resultFooter a{
  text-decoration: underline;
  margin-left:5px;
  margin-right:5px;
  font-weight:normal;
  
}
#resultFooter a:hover{
  text-decoration: underline;
  margin-left:5px;
  margin-right:5px;
  background:none;
  color:#0066ff;
  text-decoration:none;
}
#resultFooter a.arrow {
  font-size:16px;
  font-weight:bold;
}
.greyHeadRounded{
  display:block;
}
.greyHeadRounded *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#eeeee7;
}
.greyHeadRounded1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f7f7f4;
  border-right:1px solid #f7f7f4;
  background:#f2f2ed;
}
.greyHeadRounded2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fdfdfc;
  border-right:1px solid #fdfdfc;
  background:#f1f1eb;
}
.greyHeadRounded3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f1f1eb;
  border-right:1px solid #f1f1eb;
}
.greyHeadRounded4{
  border-left:1px solid #f7f7f4;
  border-right:1px solid #f7f7f4;
}
.greyHeadRounded5{
  border-left:1px solid #f2f2ed;
  border-right:1px solid #f2f2ed;
}
.greyHeadRoundedfg{
  background:#eeeee7;
  color: #333333;

	font-size: 12px;

	font-weight:bold;
  padding-left:10px;
  line-height: 16px;
  
}
.doubleRight {
  width:100%;
  color:#000000;
  font-size: 12px;
  line-height: 18px;
}
.doubleRight #left #drcontent{
  padding-left:10px;
}
.doubleRight #left{
  float:left;
  width: 45%;
  margin: 10px;
  margin-left:0;
}
.doubleRight #right{
  float:right;
  width:45%;
  margin: 10px;
  margin-right:0;
}
.doubleRight #right #drcontent{
  margin-left:10px;
}
input[type="text"], input[type="password"] {
  border-top:1px solid #bbbbbb;
  border-left:1px solid #bbbbbb;
  border-right:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  font-size:13px;
  font-family: Helvetica, Arial, sans-serif;
  
}
input[type="submit"], input[type="button"], input[type="reset"], button {
  font-family: Helvetica, Arial, sans-serif;
  padding: 2px;
  padding-right: 4px;
  padding-left: 4px;
}


input[type="text"], input[type="password"] {
  color:#000000;
  height: 24px;
  padding:4px 2px 2px 2px;
}
textarea {
  border-top:1px solid #bbbbbb;
  border-left:1px solid #bbbbbb;
  border-right:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  color:#000000;
  font-size:13px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 4px;
}

select {
 font-size:13px;
}


option {
font-size:13px;
}

.screenshot {
  border: 1px solid #d1d1d1;
}

#keyword, #siteDomainName {
	padding-left:5px;
	padding-top:3px;
}
.emptyOption {
  color: #999999;
}

.transformerSearchLink a {
	font-size:13px !important;
}
a.changeInputVariables {
  color: #000000;
  background: none;
  text-decoration: underline;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}
a.changeInputVariablesOpen {
  color: #000000;
  background: none;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
a:hover.changeInputVariables {
  color: #000000;
  background: none;
  text-decoration: underline;
}
a:hover.changeInputVariablesOpen {
  color: #000000;
  background: none;
  text-decoration: none;
}
.userText, .userSelect {
  width:285px; 
}
.requiredField, .fieldName {
  font-size: 13px;
  width:100px;
  padding-right:5px;
  text-align:right;
  padding-bottom:10px;
  vertical-align:top;
}
.argumentsField {
  
}
.argumentsTable {
  vertical-align:right; 
  width: 432px;
}
.blueBoxTop {
  margin: 0px;
  padding:0px;
  border: none;
  padding-left:10px;
  font-size:13px;
  font-weight: bold;
  color:#000000;
  background: #d9e7ff url(/images/blueBox-top-left.gif) no-repeat left top;
}
.blueBoxTop #right{
  margin:0px;
  padding:0px;
  padding-top:2px;
  padding-bottom:3px;
  width: 100%;
  background: #d9e7ff url(/images/blueBox-top-right.gif) no-repeat right top;
}
.blueBoxContent {
  background: #e5efff;
  margin:0;
/*  padding:15px; */
  color:#000000;
  border-right: #d9e7ff solid 1px;
  border-left: #d9e7ff solid 1px;
  border-bottom: #d9e7ff solid 1px;
}
.statusMessage {
  background-color:#ffffcc;
  border:1px solid #cccccc;
  padding:10px;
  width:940px;
  font-weight:bold;
  text-align:center;
  font-size:18px;
  margin-top:13px;
}
.statusMessageAlternate {
  background-color:#ffffcc;
  border:1px solid #cccccc;
  padding:10px;
  width:600px;
  font-size:18px;
}
.inputField {
    border:1px solid #6d75b3;
    margin-right:5px;
    font-size:10pt;
    font-weight:bold;
    width:600px;
    background-color:#ffffff !important;
    height:25px;    
  }

.greenText {
  font-size: 13px;
  font-weight: bold;
  color: #73d216; 
}

.overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:10000;
  background-color:#000;
  -moz-opacity: 0.7;
  opacity:.70;
  filter: alpha(opacity=70);
}
.overlay[id] {
  position:fixed;
}
#useTransformerOverlay div {
	color:#ffffff;
	text-align:center;
	top:50%;
	left:50%;
	position:absolute;
	width:500px;
	margin-left:-250px;
	font-size:20px;
	font-weight:bold;
}
.applyToUrlTextBox {
  color:#000000;
  width:419px;
}
/* distribute your content page */
.distributeContentHeaderTitle {
	color: #000000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.distributeContentPane {
	border: 1px solid #e5efff;
	width: 75%;
}
.distributeContentHeader {
	padding:20px;
}
.distributeContentNavigationBar {
	background-color:#d9e7ff;
	padding:10px;
	clear:both;
}
.distributeContentNavigationBar .right {
	text-align:right;
}
.distributeContentNavigationBar table {
	width:100%;
}
.distributeContentConfigurePane {
	padding:0px;
	background-color:#e5efff;
}
.distributeContentTd {
  padding: 20px;
}
.distributeContentConfigurePane #htmlCode {
	width:450px;
	height:160px;
	border:1px solid #ccccff;
	padding:0px;
	color:#aaaaaa;
	font-size:11px;
	background-color:#ffffff;
	overflow:auto;
}
.distributeContentConfigurePaneInternal {
	padding:10px;
	margin:0px;
}
.distributeContentFormats {
	width:100%;
}
.distributeContentFormats th {
	text-align:left;
	width:220px;
	font-size:13px;
	font-weight:bold;
}
.distributeContentFormats td, th {
	border-right:1px dashed #c8c8d5;
	padding-left:10px;
	padding-right:10px;
}
.distributeContentFormats td {
	vertical-align:top;
}
.distributeContentFormats td div {
	padding:5px;
	margin-bottom:2px;
}
.distributeContentFormats .lastColumn {
	border-right:0;
}
.distributeContentFormats .firstColumn, .distributeContentFormats .firstColumn div {
	padding-left:0;
}
.distributeContentFormats .selectedFormat {
	background-color:#ffffcc;
}
.distributeContentFormatsHeader {
	padding-bottom:10px;
	font-weight:bold;
	font-size:16px;
	padding-left:2px;
	color:#333333;
}
.distributeContentPreview {
	width:180px;
	background-color:#d9e7ff;
	margin-left:5px;
	vertical-align:top;
}
.distributeContentTable {
  padding:0;
  margin:0;
  border:0px;
  width:100%;
}
.distributeContentPreviewHeader {
	font-size:13px;
	font-weight: bold;
	color:#000000;
	margin-bottom:10px;
}
.distributeContentPreviewSubHeader {
	margin-bottom:10px;
	color:#000000;
}
.distributeContentPreviewChickletSection {
	border:1px solid #eeeeee;
	background-color:#ffffff;
	padding:5px;
}
.distributeContentPreviewChickletSection .chickletProgress {
	padding:5px;
}
.distributeContentPreviewChickletSection .currentChicklet {
	background-color:#ffffcc;
}
.distributeContentPreviewPoweredBy {
	text-align:right;
	background-color:#eeeeee;
	font-family:tahoma;
	font-size:10px;
	color:#999999;
	padding:5px;
}
.distributeContentPreviewPoweredBy a {
	font-weight:normal;
}
#termsOfUse {
  width:100%;
  border:1px solid #c0c0c0;
  background: #eeeee7;
  margin-bottom: 6px;
}

.transformerPreview {
  width: 430px;
  height: 250px;
  background: #ffffff; 
}
.transformerPreviewContainer {
  width: 430px;
  border: 1px solid #999999;
}
.transformerPreviewHeader {
  background: #999999;
  width:432px;
  color: #ffffff;
  font-size: 13px;
}
.transformerPreviewMessage, #contentPreviewWaiting {
  width: 430px;
  height: 250px;
  background: #ffffff; 
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #cccccc;
  text-align: center;
  border: 1px solid #999999;
}
.transformerDetails, #transformerChooser {
  padding:15px 15px 5px 15px;
}

/* IE hacks */
.transformerPreview {
  /width:418px;
}
.transformerPreviewContainer {
  /width: 420px;
}
.transformerPreviewHeader {
  /width:420px;
}
.transformerPreviewMessage {
  /width: 420px;
}
.contentPreviewWaiting {
  /width:417px;
  /height:252px;
}
.transformerDetails {
  /padding:15px;
  /overflow:hidden;
}
/* end of IE Hacks 

  /width:445px;

*/



/* old styles */


ul.bulletLess li {
  list-style-type:none;
}


#header {
  width:750px;
  margin:0 auto 0 auto;
  margin-bottom:40px;
}

/*

#header h1 {
  font-family:arial, sans-serif;
  font-size:35px;
  font-weight:bold;
  margin:0;
  padding:0;
  padding-top:5px;
  color:#6d75b3;
  margin-bottom:10px;
  text-align:left;
}
*/

#header h2 {
  /*font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;*/
  font-family:arial, sans-serif;  
  font-size:15px;
  /*text-transform:uppercase;*/
  text-align:right;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#cc0000;
  border-bottom:1px solid #eeeeee;
}

.logo {
  float:right;
  margin-right:30px;
}
.clearer {
  clear:both;
}

#sidebar {
  width:160px;
  float:right;
  font-size:95%;
  color:#6C534A;
  text-align:left;
}
#sidebar h1 {
  font-family:Helvetica, Arial, sans-serif;
  font-size:20px;
  text-transform:uppercase;
  font-weight:normal;
  border-bottom:1px solid #eeeeee;
  color:#6d75b3;
  text-align:right;
}
.submenu {
}
.submenu a {
  display:block;
  width:100%;
  background-image:url(../images/backgrounds/submenua.gif);
  background-position:right;
  background-repeat:no-repeat;
  padding:5px;
  padding-right:0;
}
.submenu a:hover {
  background-color:#eeeeee;
  background-image:url(../images/backgrounds/submenua_hover.jpg);
  background-repeat:repeat-y;
}

******use default h2 *********

#mainbar h2 {
  /* font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;*/
  font-family:Helvetica, Arial, sans-serif;
  font-size:20px;
  font-weight:bold;
  color:#6d75b3;
  padding-top:15px;
}
*/

#mainbar h3 {
  font-family:Helvetica, Arial, sans-serif;
  font-size:15px;
  font-weight:bold;
  color:#6d75b3;
  padding-top:15px;
}

body.topPanel h1 {
  float:left;
  margin-right:10px;
  font-size:20px;
  margin-top:2px;
  vertical-align:top;
}

#mainbar .articleimg {
  float:right;
  padding:5px;
  border:1px solid #eeeeee;
  margin-left:20px;
  margin-top:20px;
  margin-bottom:20px;
}

/*
#footer {
  width:100%;
  background-color:#6d75b3;
  border-top:1px solid #5d65a3;
  border-bottom:5px solid #4d5593;
  padding-top:5px;
  padding-bottom:5px;
  color:#FFFFFF;
  margin-top:10px;
}
*/
/*
#footer a {
  color:#000066;
}
#footer a:hover {
  color:#0000cc;
}
*/
#content.mainPage a {
  font-weight:bold;
}
#content.mainPage h1 {
  width:100%;
}
#content.mainPage h1.bottomLess {
  border-bottom:0px;
}
/*
#content table {
  font-family:arial, sans-serif;
  font-size:1em;
}
*/
#content.mainPage .introduction {
  padding-bottom:25px;
}
.leftElement {
  width:75%;
}
.rightElement {
  width:25%;
}

/* sidebar for the dapp maker */

.dappMakerPanel select {
  width:100%;
}

body.dappMakerPanel, body.topPanel {
  margin:2px 5px;
}

.dappMakerPanel #sidebar {
  width:100%;
}


/* setings for modal mode in top panel */
div.modal {
  border:1px solid #6d75b3;
  padding:10px;
  background-color:#eeeeff;
  width:600px;
  height:400px;
  position:absolute;
  left:50%;
  margin-left:-300px;
  top:50%;
  margin-top:-210px;
}
div.modal h1 {
  float:none;
  clear:both;
  font-weight:bold;
  font-size:20pt;
  width:100%;
  text-align:center;
}
div.modal a {
  font-size:15pt;
  margin-left:10px;
}
div.modal a.inlineLink {
  font-size:13pt;
  margin-left:0px;
}
div.modal p {
  line-height:25px;
  font-size:13pt;
}
div.modal input {
  background-color:#ffffff;
}
div.semiModal {
  height:200px;
  margin-top:-110px;
}


/* settings for the preview mode - most of the settings are in the window
 * package's css file, but these are some specifics 
 */
div.groupTitleDiv {
  padding-left:10px;
  padding-top:10px;
}
div.fieldDiv {
  padding-left:30px;
  padding-right:10px;
}
div.fieldTitleDiv {
  padding-left:20px;
}
div.titleDiv {
  font-weight:bold;
}

/* settings for the "how to use this dapp" page 
div.transformerDetails {
  background-color:#e0e0f0;
  padding:10px;
}
div.transformerHeader {
  background-color:#c0c0f0;
  padding:7px;
  font-size:14pt;
  font-weight:bold;
  margin-top:5px;
  cursor:pointer;
}

div.dappDiv {
  border:2px solid #aaaacf;
  padding:10px;
  background-color:#cfcfee;
  overflow:hidden;
  margin-top:10px;
  font-size:10pt;
}

div.sandboxDiv {
  border:1px solid #aaaacf;
  padding:10px;
  background-color:#dfdffe;
  overflow:hidden;
  margin-bottom:10px;
  font-size:10pt;
}

table.argumentsTable, table.argumentsTable table {
  font-family:"Trebuchet MS", Arial, Verdana;
  font-size:8pt;
}
table.argumentsTable td {
  padding:2px;
}
table.argumentsTable td.fieldName {
  padding-right:5px;
  vertical-align:top;
}
table.argumentsTable td.requiredField {
  font-weight:bold;
}

table.dappLinkerTable {
  font-family:Arial;
  font-size:10pt;
  width:100%;
  margin-bottom:20px;
}
table.dappLinkerTable td.leftColumn {
  overflow:hidden;
  width:50%; 
  vertical-align:top;  
}
table.dappLinkerTable td.rightArrow {
  vertical-align:top;  
  text-align:center;
  width:20px;
}
table.dappLinkerTable td.rightColumn {
  vertical-align:top;  
}
table.dappLinkerTable select {
  width:100%;
}

div.autocomplete {
  position:absolute;
  width:300px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  height:250px;
  overflow:auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:16px;
  cursor:pointer;
} 
div.semiModal div.autocomplete {
  height:75px;
}
*/

/* licensing section */
.licenseInfo {
  padding-left:55px;
  padding-top:10px;
  padding-bottom:10px;
  display:none;
}
.selectedLicense .licenseInfo {
  display:block;
}
.selectedLicense {
  background-color:#E5EFFF;
}
.license {
  margin-top:5px;
  margin-bottom:5px;
  padding:3px;
}

div.licenseInfo textarea {

	width: 540px;

}

textarea.exampleContent {

	color: #999999;

}

span.note {

	color: #999999;

	font-size: 12px;

	font-weight: bold;

}

div.extraInfo {

	margin-left: 23px;

}
.selectedLicense .licenseTitle {
  font-weight:bold;
  font-size:13px;
  color:#000000;
}
.licenseTitle {
  cursor:pointer; 
}
.licenseImage {
  opacity:0.33;
  -moz-opacity:0.33;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=33);
}
.selectedLicense .licenseImage {
  opacity:1.0;
  -moz-opacity:1.0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.disabledLicense {
  color:#aaaaaa;
}

/* featured content provider box on homepage */
.featuredProvider {
  width:243px;
  text-align:center;
  font-family: Helvetica, Arial, sans-serif; 
  font-size:15px;
  color:#999999; 
  float:right;
  margin-top:25px;
}
.featuredProvider .providerBox {
  border: 1px solid #eeeeee;
  padding:15px;
}
.featuredProvider .providerQuote {
  font-style:italic;
  color: #4e9a06;
  padding-top:15px;
  padding-bottom:5px;
}
.featuredProvider .providerQuoter {
  font-weight:bold;
  font-size:13px;
}
.featuredProvider .providerHeader {
  background-image:url(/images/featured-provider-header-background.gif);
  color:#666591;
  padding:9px;
}
.featuredProvider .providerUsage {
  padding-top:15px;
}

.feedbackQuestion {
  font-weight: bold;
}

.notDisplayed{
  display: none;
}
.clickable {
  cursor: pointer;
}

.disappear {
  display:none;
}

#emailForm th{
	font-weight:normal;
	text-align:right;
	vertical-align:top;
	border:0;
	padding-top:6px;
}

.brokenDapps
{
  color: #cc0000;
  font-weight:bold;
}

.mastImage 
{
  margin-bottom:20px;
}

.rightSideButton
{
  background-image:url(../images/backgrounds/purple-fade-bg.png);
  background-position:center right;
  background-repeat:repeat-x;
  margin-bottom:15px;
  color:#ffffff;
  float:right;
  width:33%;
  border:2px solid #943c97;
}
.rightSideButton a
{
  color:#ffffff;
  display:block;
  text-decoration:none;
}
.rightSideButton a:hover
{
  text-decoration:none;
  background:none;
  color:#ffffff;
}
.internalRightSideButton 
{
  padding:6px;
}

ul.checkList
{
  list-style-image:url(../images/check.png);
  padding-left:10px; 
  margin-left:0;
}

#blogBox
{
  width:32%;
  float:right;
  background-color:#eeeee7;
  color:#666666;
  margin-bottom:10px;
  border:5px solid #eeeee7;
  line-height:16px;
  font-size:11px;
}
#blogBox a
{
  color:#666666;
}
#blogBox .story
{
  padding-bottom:5px;
}
#blogBox #internalBlogBox
{
  padding:10px;
}
#blogBox .morePostsLink
{
  font-size:11px;
}