/* General Styles */

a:active, a:hover, a:focus { text-decoration: none }
h2 { font-size: 18px; }

body {
	font-size: 11px;
	background-color: #EEEEEE;
	font-family: verdana, arial, helvetica, sans-serif;
}

/** LAYOUT *****************************************/

#MAINHEADER{
	min-height: 120px;
	background-color: #D5ECFE;
	border-bottom: 1px solid black;
}

#MAINCONTENT{
	min-height: 100px;
	background-color: #FFFFFF;
	padding: 10px;
}

#MAINFOOTER{
	color: #666666;
	min-height: 20px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background-color: #D5ECFE;
}

.codesamplelist, .newslist {
	border: 1px solid black;
	border-color: #999999;
}

/** Styles ************************************************/

#addThisFloatingLayer {
	position: absolute;
	left: 5px;
	top: 5px;
}

.info{
	font-size: 11px;
}

.infobold {
	font-size: 11px;
	font-weight: bold;
}

.colheader{
	font-size: 15px;
	font-weight: bold;
	background-color: #D5ECFE;
}

.csrowdark {
	font-size: 11px;
	font-weight: normal;
	background-color: #EEEEEE;
}

.infored{
	font-size: 11px;
	color: #FF0000;
}

.output {
	font-size: 12px;
}

.outputdark {
	font-size: 12px;
	background-color: #EEEEEE;
	padding: 3px;
}

.classname, .caption {
	font-size: 15px;
	font-weight: bold;
}

.smalllink {
	font-size: 9px;
	color: #000000;
}

.defaultlink {
	font-size: 11px;
	color: #000000;
}

.defaultnolink {
	font-size: 11px;
	color: #999999;
}

.defaultlink:visited {
	font-size: 11px;
	color: #000000;
}

.smallnolink {
	font-size: 9px;
	color: #999999;
}

.smalllink:visited {
	font-size: 9px;
	color: #000000;
}

.contact {
	color: #999999;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.success {
	font-weight: bold;
	color: #549900;
}

.greeting {
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}

/* Style for Auto Completion with Scriptacoulous **/

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #999999;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #E8C571; /*#EEEEEE;*/ /* #D5ECFE; */ }
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

/* For Downloads */

/*** =General elements ***/

h3.name { font-size: 15px; color: #1d587f;}
h4.author { font-size: 11px; color: #1d587f; }
.downloads { font-size: 11px; font-weight: bold; color: #1d587f; }

a:link.downloadarea { color: #1d587f; }
a:visited.downloadarea { color: #1d587f; }
a:active.downloadarea, a:hover.downloadarea, a:focus.downloadarea { color: #748d9e; }

a img { border: none; }
p.install-button, .DownloadInfo { margin-top: 20px; }

.download { border-width:1px; border-style:solid; border-color:#999999; padding:1px; background-color: #EEEEEE; }

/*** =Install button ***/
.install-button a { color: #062445; background: #7cc11c url("/img/installbtn-bg.png") 100% 0 no-repeat; }
.install-button a span { background: transparent url("/img/installbtn-edges.png") left bottom no-repeat; }
.install-button a span span { background: transparent url("/img/installbtn-edges.png") right bottom no-repeat; }
.install-button a span span span { background: transparent url("/img/installbtn-edges.png") left top no-repeat; }
.install-button a span span span strong { background: transparent url("/img/installbtn-edges.png") right top no-repeat; }

.install-button a:hover, .install-button a:focus, .install-button a:active { color: #0a3b73; background-color: #9dd34c; background-position: 100% -300px; }
.install-button a span, 
.install-button a span span, 
.install-button a span span span, 
.install-button a span span span strong { background-image: url("/img/installbtn-edges-list.png"); }
.install-button a { text-decoration: none; }

.install-button:after {content:".";clear:both;display:block;visibility:hidden;height:0;overflow:hidden;} /* clear floats */
.install-button a { float: left; cursor: pointer; }
.install-button a * { display: block; float: left; position: relative; }
.install-button a span { padding: 0 0 0 6px; }
.install-button a span span { padding: 0 0 8px 0; }
.install-button a span span span { left: -6px; padding: 0 0 6px 0; }
.install-button a span span span strong { right: -6px; padding: 10px 45px 0 6px; }

/* End for Downloads */