body {
    font-family: 'Trebuchet MS', Helvetica, 'DejaVu Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
	font-style: normal;
	font-variant: normal;
    font-size: 14px;
    color:#000;
}

a, a.ajaxlink { will-change: all; color: #2980b9; transition: background 0.15s linear, color 0.15s linear; }
a:hover, a.ajaxlink:hover { color: #d35400; }

a.ajaxlink { text-decoration:none; border-bottom: dashed 1px #2980b9; }
a.ajaxlink:hover { text-decoration:none; border-bottom: dashed 1px #d35400; }

h1 { padding:0; margin-top:0px; margin-bottom: 10px; font-size:28px; }
h1 span { color:#BDC3C7; }
h1 a { color:#BDC3C7; }
h1 a:hover { color:#d35400; }h1, h2, h3, h4, h5, h6 { color:#34495e; font-weight: normal; margin-bottom: 10px; }

p { line-height:1.4em; font-size: 16px; color: #3F3F3F;}
p:first-child { margin-top: 0; }

pre, code {
    display:block;
    overflow: auto;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: inset 0 0 .5em #CCCCCC;
    padding: 10px;
    margin:0;
    font-family: monospace;
    white-space: pre;
}

blockquote {
font-family: georgia,times,'Times New Roman', sans-serif;
font-size:17px;
line-height: 1.4em;
border: dotted #666 1px;
border-left:solid #165AAD 6px;
margin: 10px 0px 10px 0px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
padding-top:10px;
font-style:italic;
background:#F3F2EB;
width:90%;
}

blockquote p {
color: #000000;
}

ul {
    margin:0 20px;
    padding:0;
}

ul li {
	margin-bottom:8px;
}


.positive { color:green; }
.negative { color:red; }

.hide_tag {
    background:url("../images/icons/lock.png") no-repeat 5px center #e67e22;
    color: #fff;
    padding: 5px 10px 5px 25px;
    overflow: hidden;
}
.hide_billing {
    background:url("../images/icons/coin.png") no-repeat 5px center #3498db;
}
.user_field_denied {
    background-color: #7f8c8d;
}
.hide_tag_allow {
    border-left: 3px solid #e67e22;
    padding: 5px 0 5px 10px;
    overflow: hidden;
}