/**
 * main layout
 *
 * @author Marcin Mierzejewski <marcin.mierzejewski@zenzire.com>
 */

/* -------------- general elements --------------- */
body 
{
  /*font: 11px/14px Verdana, Geneva, Helvetica, sans-serif, Arial;*/
font: 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  background-attachment: scroll;
  text-align: left;
  line-height:140%;
  color:#353735;
/*  background-color:#E1E2E1;*/
  background-color:#F5F5F5;
}

/* background de rayas */
/*
body {
   background: url(../images/fondo-rayas.gif);

}
*/
div.Page, div.MenuContainer, div.Footer, div.Separator, div.Banner
{
	/* cmartin */
	/* width: 900px; */
	width: 780px;
}

div.Page
{
  	margin: auto;
/*	background: #ffffff;*/
	/*border: 1px solid #444444;*/
}

div.Content
{
    /* cmartin */
/*	width:840px; */
/*	background-color: #ffffff; */
	clear: left;
	min-height: 500px;
	/* cmartin */
  	padding-top: 5px;	
	padding-left: 20px;
	padding-right: 20px;
}

div.Header
{
  	background: url(../images/archives.opennebula.org-small.png);
	background-repeat: no-repeat;
	background-position: 149px 0;
	height: 100px;
	/* cmartin */
	width: 780px;
	margin:0px;
}

div.MenuContainer
{
	vertical-align: top;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	
}

div.Footer
{
  	background: url(../images/c12g-labs-white.png);
	background-repeat: no-repeat;
	background-position: 680px 12px;
  	line-height: 150%;
	font-size: 10px;
	margin-top: 20px;
	text-align: center;
	border-top: 1px solid #aaaaaa;
	background-color:#353735;
	color:#ffffff;	
	padding: 10px 0;
}

div.footer a {
	color:#ffffff;
	
}

div.stylefoot
{
	clear:both;
}

#quotes {
    height:108px;
    margin-bottom:10px;
}

/* general headline setup */
p.bigheader{
    color:#353735;
    font-size:18pt;
    font-weight:bold;
    /*border-top:1px solid #0098c3;
    border-bottom:1px solid #0098c3;*/
}
h1, h2, h3, h4, h5 
{
	color:#353735;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	margin-top: 0px;
	
}

h1
{
	border-bottom: 1px dotted #aaaaaa;
	margin-top: 5px;
	line-height:180%;
}

strong{
	 color:#353735;
} 
.doch strong {
	color: #353735;
}

h2 a, h2 a:hover, h1 a, h1 a:hover
{
	color:#353735;
	text-decoration:none;
} 

h2
{
	font-size: 15px;
	font-weight: bold;
/*	font-variant: small-caps;*/
	border-bottom: 1px dotted #aaaaaa;
}

h3
{
	font-size: 13px;
/*	font-variant: small-caps;*/
}

h4
{
	font-size: 13px;
/*	font-variant: small-caps;*/
}

table.gallery
{
	text-align: center;
} 

table 
{
  padding:0;
  margin:0;
  width:100%;
}

tr,td,th 
{
    padding:0; 
    margin:0;
    border:0;
    border-color:#353735;
    vertical-align:top;
}

th {
/*    width:100px; */
}

td a, td a:hover{
/*    font: normal 10px Verdana, Arial, Helvetica, sans-serif;*/
/*    text-decoration:none;*/
    
}
ABlanco a, aBlanco a:hover {
   color: #ffffff;

}

.selected_td {
    background-color:#0098C3;
}

/* Menu table */
/*
table.menubar{
    padding-left:40px;
    padding-right:300px;
    width:100%;
    height:1.7em;
    background-color:#353735;
}
table.menubar td.firstrow{
    height:5px;
}
table.menubar tr.secondrow{
    text-align:center;
}
table.menubar td{
    padding-right:2px;
}

table.menubar a {
    font-size:1.3em;
    border-bottom:2px solid #353735;
	color:white;
    -moz-border-radius:7px 7px 0px 0px;
    -webkit-border-radius:7px 7px 0px 0px;
}

a.selected, a.menuitem{
	display:block;
    padding-bottom:0.25em;
    padding-top:0.25em;

}

a.validator { 
	display:inline; 
}

a.selected:link, a.selected:visited {
	text-decoration:none;
	background-color:white;
	color:#353735;
    border-bottom:2px solid white;
}


a.menuitem:link, a.menuitem:visited {
	text-decoration:none;
}

a.menuitem:hover  {
	text-decoration:none;
	background-color:white;
	color:#353735;
}

*/

#menubar_enclosing {
    margin:0 20px;
	background-color:#353735;
vertical-align: center;
position:relative;
margin-bottom:10px;
}

#top_options {
	position:absolute;
	/* width: 390px; */
	height: 22px;
	top: -26px;
}

table.menubar{
   /* margin:10px 100px;*/
    /* width: 840px; */
    width: 100%;
    padding:0px 10px;
}
table.menubar tr.secondrow{
    text-align:center;
}
table.menubar td{
vertical-align: middle;
padding:0px 10px;
}

table.menubar a {
    font-size:1.1em;
	color:white;
	text-decoration:none;
	display:block;
    line-height:40px;
    /*
    border-color:#0098C3;
    border-style:solid;
    border-width:0 1px;
    */
}


a.validator { 
	display:inline; 
}

/*table.menubar tr td:hover, a.menuitem:hover, a.selected:link, a.selected:visited {*/
table.menubar tr td:hover, a.selected {
	text-decoration:none;
	background-color:#0098C3;
/*	color:#353735;*/
}






biblio{
	color: #aaaaaa;
}
/*
tr:hover 
{
  background:#ffffff;
}
*/
img 
{
    border:0
}

p 
{
    /*margin: 0 0px 0.2em 0;*/
    margin-botton: 3px;
    padding:0; 
    text-align:justify;
    line-height:140%;
}

hr 
{
  border: 0px;
  border-top: 1px solid #8cacbb;
  text-align:center;
  height: 0px;
}

div.nothing 
{
  text-align:center;
	margin: 2em;
}

/* ---------------- forms ------------------------ */

form {
  border: none;
  margin: 0;
  display: inline;
}

div.searchform 
{
    float:right;
    margin-bottom:11px !important;
}

label {
display: block;
text-align: right;
font-weight: bold;
}

label.simple {
text-align: left;
font-weight: normal;
}

label input.edit {
width: 50%;
}

fieldset {
width: 300px;
text-align: center;
border: 1px solid #8cacbb;
padding: 0.5em;
}

textarea.edit {
font-family:monospace;
border: 1px solid #8cacbb;  
color: #333;
background-color: #fdfdfd;
font-size:11px;
padding: 3px;
width:99%;
}

input.edit,select.edit {
border: 1px solid #8cacbb;
height: 18px !important;
max-height: 18px !important;
min-height: 18px !important;
height:14px;
color: #333;
background-color: #fdfdfd;
vertical-align: middle;
padding: 1px;
display: inline;
}

input#qsearch_in {
width:128px !important;
width:134px;
}

input.missing {
font-size: 80%;
border: 1px solid #8cacbb;
height: 18px !important;
max-height: 18px !important;
min-height: 18px !important;
color: #333;
background-color: #ffcccc;
vertical-align: middle;
padding: 1px;
display: inline;
}

/* --------- buttons ------------------- */


input.button, button.button{
border: 1px solid #8cacbb;  
color: #333;
background-color: #fdfdfd;
vertical-align: middle;
text-decoration:none;
cursor: pointer;
font-size:0.8125em;
height: 18px !important;
max-height: 18px !important;
min-height: 18px !important;
margin: 1px;
display: inline;
}

div.secedit input.button {
border: 1px solid #8cacbb;
color: #333;
background-color: #fdfdfd;
vertical-align: middle;
text-decoration:none;
margin: 0px;
padding: 0px;
font-size: 10px;
cursor: pointer;
height: 15px !important;
max-height: 15px !important;
min-height: 15px !important;
float:right;
display: inline;
margin-top:10px;
margin-bottom:10px;
}

/* ----------- page navigator ------------- */

div.pagenav {
margin-top:1em;
}

div.pagenav-prev {
text-align:right;	
float:left;
width:50%
}

div.pagenav-prev input.button {
margin-right:5px;
}

div.pagenav-next {
text-align:left;
float:right;
width:50%
}

div.pagenav-next input.button {
margin-left:5px;
}

/* --------------- Links ------------------ */

a {
color: #0098C3;
text-decoration:none;
font-size: 1em;
}
a:hover {
text-decoration:underline;
}

/* windows share */
a.windows{
/*  background: transparent url(../images/windows.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;*/
/*color: #0098C3;*/
  text-decoration:none;
} 
a.windows:visited {
/*color: #0098C3;*/
}
a.windows:hover { 
text-decoration:underline;
}

/* interwiki link */
a.interwiki{
/*  background: transparent url(../images/interwiki.png) 0px 1px no-repeat;
  padding-left: 16px;*/
/*color: #0098C3;*/
  text-decoration:none;
}
a.interwiki:visited {
/*color: #0098C3;*/
}
a.interwiki:hover {
text-decoration:underline;
}

/* link to some embedded media */
a.media {
/*color: #0098C3;*/
text-decoration:none;
}
a.media:hover {
/*color: #0098C3;*/
text-decoration:underline
}

/* email link */
a.mail {
/*background: transparent url(../images/mail_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;*/
/*color: #006B8D;*/
text-decoration:none;
}
a.mail:hover {
text-decoration:underline;
}

/* existing wikipage */
a.wikilink1:link    { 
/*color:#004A62;*/
text-decoration:none }

a.wikilink1:visited { 
/*color:#004A62;*/
text-decoration:none }
a.wikilink1:hover   { 
/*color:#004A62;*/
text-decoration:underline }

/* not existing wikipage */
a.wikilink2:link    { 
/*color:#004A62;*/
text-decoration:none }
a.wikilink2:visited { 
/*color:#004A62;*/
text-decoration:none }
a.wikilink2:hover   { 
/*color:#004A62;*/
text-decoration:underline }

/* external link */
a.urlextern{
/*  background: transparent url(../images/link_icon.png) 0px 0px no-repeat;
  padding: 1px 0px 1px 18px;*/
/*  color:#0098C3;*/
  text-decoration:none;
}
a.urlextern:visited {
/*color:#0098C3;*/
}
a.urlextern:hover {
text-decoration:underline;
}

div.cont3 a:link, div.cont3 a:hover , div.cont3 a:visited {
/*	color: #353735;*/

}


/* rss link */

.rss a.urlextern:link, .rss a.urlextern:hover, .rss a.urlextern:visited {
/*color: #353735;*/
}

/* ------------- Page elements ----------------- */

div.preview{
padding: 4px;
border: 1px dashed #c3c3c3;
}

div.breadcrumbs{
color: #666666;
float:left;
line-height:140%;
margin-left:2px;
font-size:11px;
width:187px;
}

span.user{
color: #cccccc;
}

/* embedded images */
img.media {
margin: 3px;
}

img.medialeft {
border: 0;
float: left;
margin: 0 1.5em 0 0;
}

img.mediaright {
border: 0;
float: right;
margin: 0 0 0 1.5em;
}

img.mediacenter {
border: 0;
display: block;
margin-left: auto;
margin-right: auto;
}

acronym {
cursor: help;
border-bottom: 1px dotted #000;
}

/* unordered lists */
ul 
{ 
list-style-type: square;
padding: 0;
margin: 0px;
margin-left: 20px;
margin-bottom: 7px;
list-style-image: url(../images/bullet.gif);
}

/* ordered lists */
ol {
line-height: 1.5em;
margin-left:25px;
padding: 0;
color: #638c9c;
font-weight: bold;
list-style-image: none;
}

/* the list items overriding the ol definition */
.li 
{
    font-weight: normal;
    margin-top:0.4em;
}

ol {list-style-type: decimal}
ol ol {list-style-type: upper-roman}
ol ol ol {list-style-type: lower-alpha}
ol ol ol ol {list-style-type: lower-greek}

li.open {
list-style-image: url(../images/open.gif);
}

li.closed {
list-style-image: url(../images/closed.gif);
}

blockquote {
font-size:11px;
border-left: 2px solid #8cacbb;
padding-left: 3px;
margin-left: 0;
}

/* code blocks by indention */
pre.pre {
padding: 0.5em;
border: 1px dashed #8cacbb;
color: #333;
background-color: #f7f9fa;
overflow: auto;
}

/* code blocks by code tag */
pre.code {
padding: 0.5em;
border: 1px dashed #555555;
color: #555555;
background-color:#f5f5f5;
overflow: auto !important;
overflow: scroll;
line-height:140%;
margin: 10px;
}

div.imp {
padding: 5px;
border: 1px dashed #00458A;
color: #555555;
background-color:#EBEEEF;
overflow: auto !important;
overflow: scroll;
line-height:140%;
margin: 10px;
}

/* inline code words */
code {
}

/* code blocks by file tag */
pre.file {
padding: 0.5em;
border: 1px dashed #8cacbb;
color: #333;
background-color: #dee7ec;
overflow: auto;
}

table.pagelist {
/*background-color: #ffffff;*/
border-spacing:1px;
width: auto;
}



/* inline tables */
table.inline {
background-color: #ffffff;
border-spacing: 0px;
border-collapse: collapse;
width: auto;
margin-bottom:1em;
}

table.inline th {
padding: 3px;
border: 1px solid #8cacbb;
background-color: #dee7ec;
}

table.inline td {
padding: 3px;
border: 1px solid #8cacbb;
}

.leftalign{
text-align: left;
}

.centeralign{
text-align: center;
}

.rightalign{
text-align: right;
}

/* ---------- table of contents ------------------- */

div.toc {
margin-left: 10px;
margin-bottom: 0;
margin-top: 10px;
margin-top: 10px !important;
margin-bottom: 0;
margin-bottom:20px;
float:right;
/*width: 250px;*/
clear:both;
}

div.tocheader
{
border: 1px solid #c3c3c3;
background-color: #fdfdfd;
text-align: left;
font-weight:bold;
margin-bottom: 1px;
padding-left:5px;
font-size:11px;
}

div.toctoggle img 
{
width:0.8em;
height:0.8em;
}

#toc__inside 
{
border: 1px solid #c3c3c3;
background-color: #fdfdfd;
text-align: left;
padding-top: 0.5em;
padding-bottom: 0.7em;
}

ul.toc {
/*
font-size:10px;
*/
list-style-type: none;
list-style-image: none;
line-height: 1em;
margin: 0;
padding: 0;
padding-left: 0.8em;
}

ul.toc li {
background: transparent url(../images/tocdot2.gif) 0 0.6em no-repeat;
padding-left:0.4em;
}

ul.toc li.clear {
background-image: none;
padding-left:0.4em;
}
/*
a.toc {
color: #353735;
text-decoration:none;
}

a.toc:hover {
color: #c37439;
text-decoration:underline; 
}
*/
/* ---------------------------- Diff rendering --------------------------*/
table.diff { background:#fdfdfd; }
td.diff-blockheader {font-weight:bold}
td.diff-header {
border-bottom: 1px solid #8cacbb;
font-size:120%;
}
td.diff-addedline {
  background:#ddffdd;
  font-family: monospace;
  font-size: 100%;
}
td.diff-deletedline { 
  background:#ffffbb;
  font-family: monospace;    
  font-size: 100%;
}
td.diff-context {
  background:#f7f9fa;
  font-family: monospace;
  font-size: 100%;
}
span.diffchange { color: red; }

/* --------------------- footnotes -------------------------------- */

div.footnotes{
    
    height: 35px;
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
}

div.fn{
font-size:90%;
}

a.fn_top{
vertical-align:super;
font-size:80%;
}

a.fn_bot{
vertical-align:super;
font-size:80%;
font-weight:bold;
}

/* insitu-footnotes */
div.insitu-footnote {
font-size: 80%;
line-height: 1.2em;
border: 1px solid #8cacbb;
background: #eef3f8;
text-align: left;
padding: 4px;
max-width: 40%;    /* IE's width is handled in javascript */  
}

/* overcome IE issue with one line code or file boxes which require h. scrolling */
* html .insitu-footnote pre.code, * html .insitu-footnote pre.file {
padding-bottom: 18px;
}

/* --------------- search result formating --------------- */
.search_result{
margin-bottom: 6px;
padding-left: 16px;
padding-right: 10px;
}

.search_snippet{
color: #999999;
font-size: 12px;
margin-left: 20px;
}

.search_sep{
color: #000000;
}
/*
.search_hit{
  color: #000000;
  background: #FFFF99;
}
*/
div.search_quickresult{
  margin-bottom: 15px;
  padding-bottom: 5px;
  margin-left: 8px;
  padding-right: 10px;
  background: url(../images/hborder.jpg) repeat-x 0px 15px;
}

div.search_quickhits {
  margin-left: 8px;
  float:left;
  background: transparent url(../images/bullet.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 8px;
  width: 30%;
}

/* ---- Admin --- */

div.acladmin label {
  text-align: left;
  font-weight: normal;
  display: inline;
}

div.acladmin table{
  margin-left: 10%;
  width: 80%;
}

/* ---------- AJAX quicksearch ----------- */

div.ajax_qsearch {
  position:absolute;
  right:237px;;
  width: 200px;
  /*opacity: 0.9;*/
  display:none;
  font-size: 80%;
  line-height: 1.2em;
  border: 1px solid #8cacbb;
  background: #eef3f8;
  text-align: left;
  padding: 4px;
}

/* ---------- Spellchecking ------------- */

a.spell_error {
  color: #ff0000;
  text-decoration: underline;
}

div#spell_suggest {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-color: #fdfdfd;
  padding: 2px;
  border: 1px solid #000;
  font-size:80%;
  z-index: 2;
}

div#spell_result {
  display:none;
  font-family:monospace;
  border: 1px solid #8cacbb; 
  color: #333;
  font-size:14px;
  padding: 3px;
  background-color: #f7f9fa;
  overflow: auto;
  z-index: 1;

  
  /*#fdfdfd-space: pre-wrap;       /* css-3 */
  /*#fdfdfd-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  /*#fdfdfd-space: -pre-wrap;      /* Opera 4-6 */
  /*#fdfdfd-space: -o-pre-wrap;    /* Opera 7 */
  /*word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

span.spell_noerr {
  color: #009933;
}

span.spell_wait {
  color: #0066cc;
}

/* ---------------  Image Details  ----------------- */

div.img_big {
  float: left;
  margin-right: 0.5em;
}

dl.img_tags dt {
  font-weight: bold;
  background-color: #dee7ec;
}
dl.img_tags dd {
  background-color: #f5f5f5;
}

div.imagemeta {
  color: #666;
  font-size: 70%;
  line-height: 95%;
}

div.imagemeta img.thumb{
  float:left;
  margin-right: 0.1em;
}

/* -------------- Media Popup ---------------------- */

div.mediaselect-right li, div.uploadform { 
  clear: both;
}

div.mediaedit div.data label{
	display: block;
  text-align: right; 
  width: 20%;
  float: left;
  margin-right: 0.5em;
}

div.mediaedit div.data input, div.mediaedit div.data textarea{
  width: 75%;
  padding: 0.1em;
  margin: 0.1em;
}

div.mediaedit div.data input.button {
  width: 10em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.img_detail
{
    border:0;
}

/*****************************************************************/
/*** SUBMENU ***/

div.subMenu {
	color: #353735;
	text-decoration: none; 
	font-size: 10px;
	line-height: 15px;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
        font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif;
	
}

div.subMenu a:hover {
	text-decoration:none;
}

/* term plugin */


/* code blocks by xterm tag */
pre.xterm {
  font-family:"Lucida Console",Monaco,"DejaVu Sans Mono",Monospace,"Courier New",MiscFixed;
  font-size: 10px;
  white-space:pre;
  padding: 0.5em;
  border: 2px solid #000000;
  color: #FFFFFF;
  background-color:#676767;
  overflow: auto;
  line-height:140%;
  margin: 10px;
}

/*****************************************************************/
/*** data plugin ***/
.tagcloud {
	border: 1px #F2E294 solid;
	background-color: #FFFFD7;
	padding: 15px;
	margin-left: 0px;
}

div.dataplugin_entry dl dt {
	width: 12em;
	text-transform:capitalize;
}

div.dataplugin_entry dl {
	background-color: #FFFFD4;
	width: auto;
	border: 2px #32425F solid;
	border: 1px #F2E294 solid;
}

div.dataplugin_entry dl dd {
	width: 434px;
}

.capitalizeh5 {
	text-transform:capitalize;
}

div.dataplugin_entry dl dd.keyword {
	margin-left: 130px;
}


/* Users */

.users_table {
    width:auto;
}
.users_table tr td {
    text-align: center;
    padding-right: 25px;
}

.users_table .users_tdframe {
    width: 154px;
    text-align: center;
}

.users_table .users_frame {
    padding: 6px;
    border: 1px solid #ccc;
    width: 140px;
    height: 90px;
    vertical-align: middle;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    background: no-repeat center center;
    display: table-cell;
    background-color: white;

}

/* Home Page Featured Users */

#featured_users_table {
}

#featured_users_table a div {
    padding: 6px;
    border: 1px solid #ccc;
    width: 83px;
    height: 50px;
    vertical-align: middle;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    background: no-repeat center center;
    display: table-cell;
    background-color: white;

}
#featured_users_table tr td.fut_first {
    vertical-align: middle;
}
#featured_users_table a div img {
    width: 70px;
}


.grayborder {
    padding: 8px;
    border: 1px solid #ccc;
    width: 330px;
    height: 270px;
    vertical-align: middle;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    background: no-repeat center center;
    display: table-cell;
 /*   border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #0098C3;
    border-right-color: #0098C3;
    border-bottom-color: #0098C3;
    border-left-color: #0098C3;*/
    background-color: white; 
}

.testimonial-old {
    padding: 0 15px;

    border: 1px solid #ccc;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    background-color: white; 
    margin-bottom: 30px;
}

.testimonial {
border-left: 5px solid #d9d9d9;
padding-left: 20px;
}

.clearfloat {
    clear: both;
}

.onebox {
    padding: 6px;
    /*border: 1px solid #ccc;*/
    width: 159px;
    text-align: left;
    vertical-align: top;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    /*background: no-repeat center center;*/
    /*background-color: white;*/
    float: left;
}

.onebox h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    margin: 0;
}

.onebox-left {
    margin-right: 20px;
}

.onebox-right {
    margin-left: 20px;
}

.onebox-center {
    margin-right: 20px;
    margin-left: 20px;
}

.onebox-toprow {
    margin-bottom: 20px;
}

.centered{
    text-align: center;
}

.thumbnail {
  background: #ffffff;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.65), inset 0 -0px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.65), inset 0 -0px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.65), inset 0 -0px 0 rgba(0, 0, 0, 0.1);
}

.floatleft {
    float:left;
}
.clearboth {
    clear:both;
}

.ulbuttons {
   /* margin-top: 30px; */
}

.ulbuttons > li{
    margin-bottom: 5px;
    list-style-type:none !important;
}

.libutton {
    width: 104px;
    text-align: center;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}.libutton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}.libutton:active {
    position:relative;
    top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.ribbon-wrapper-green {
  width: 200px;
  height:200px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: 0px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -15px;
  top: 45px;
  width: 300px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;
  border-left:  3px solid transparent;
  position:absolute;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.ribbon-green > a, .ribbon-green > a:hover, .ribbon-green > a:visited {
    color: #353735;
    text-decoration: none;
}


/* testimonial */

small {
display: block;
line-height: 20px;
color: #999;
font-size: 0.9em;
}
small::before {
  content: '\2014 \00A0';
}

hr.testimonialhr {
    line-height: 140%;
    color: #353735;
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border: 0px;
    border-top: 1px solid #8CACBB;
    text-align: center;
    height: 0px;
    height: 1px;
    margin: 20px 0;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
    border: 0;
}



/* Tryout buttons */
.tryoutbutton, .tryoutbuttondisabled {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
    text-align: center;
    width: 90px;
}.tryoutbutton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}.tryoutbutton:active {
    position:relative;
    top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */


.btn-cfa {
    display: inline-block;
    background-color: #0098c3;
    width: 120px;
    color: white;
    font-weight: normal;
    text-align:center;
    padding:3px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-border-radius:  3px;
    -khtml-border-radius:   3px;
    -moz-border-radius:     3px;
    border-radius:          3px;
}

.btn-pull-left {
    margin-left: -10px;
}

.btn-cfa:hover {
text-decoration: none;
background-color: #0089B0;

}

/* user stories */
.user_stories_box {
    float: left;
    width: 200px;
    margin-right: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.user_stories_box img {
    width: 180px;
}

.user_stories_box p {
    text-align: center;
    font-weight: bold;
    margin-top: 5px
}
