@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

@import url(https://fonts.googleapis.com/css?family=Electrolize);

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	background: #808080;
	color: white;
	font-family:helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
    -webkit-text-stroke: 1px transparent;
}
a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #fffff8;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
    font-family: Electrolize,helvetica,arial,sans-serif; /* no .ttf */
    text-transform: uppercase;
}
h1 {
    font-size:25px;
    color:white;
}
h2 {
	font-size: 18px;
}
h3 {

	font-size: 165%;
}
h4 {
	color: white;
	font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
ul, li {
	margin: 0 12px;
}
p {
	margin: 0 0 1.5em 0;
}

small {
    font-size: 11px;
}

/** Layout **/
.point_cursor {
    cursor:pointer;
}

#bulletinList {
    float:left;
    border-left:solid 1px white;
    min-height:100px;
    /*padding-left:20px;
    width: 70%;*/
}

#bulletinContent > div.spacer {
    margin-bottom:-30px;
}

#bulletinList a {
    color:white;
    text-decoration:none;
    font-size: 80%;
}

#bulletinList table tr:nth-child(even){
    background: transparent;
}

#bulletinList table tr:nth-child(last-child){
    background: white;
}

#bulletinList table tr td {
    padding:3px 6px;
}

#bulletButton {
    width: 154px;
    height: 25px;
    margin-bottom:20px;
}

.selectValues {
    float:left;
    min-width:258px;
    text-align: right;
    margin-right: 15px;
}

.selectTitle {
    margin:13px 0 2px 0;
}

#upform {
    text-align:right;
}

#upform button {
    margin-top:5px;
}

#mediaClose {
    position:absolute;
    top: -17px;
    left: 97%;
    background:transparent url('/img/close-media-button.png');
    width:25px;
    height:25px;
    border:0;
}

#mediaBoxBkg {
    position:fixed;
    top:0;
    left:0;
    background:black;
    width:100%;
    height:100%;
}

#mediaBox {
    position: fixed;
    top: 0;
    left: 50%;
    margin-top: 5%;
    margin-left: -225px;
    height: 75%;
    width:450px;
    background: white url('/img/subpage-bkg.png');
    overflow-y: scroll;
}

#mediaBox h1{
    color:black;
}

#container {
	text-align: left;
    margin:0 auto;
    width:900px;
}

#header{
	width:900px;
}
#header h1 {
	line-height:20px;
	background: #003d4c url('../img/cake.icon.png') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

.header-contianer {
    background:#6e7278;
}

.logoheader {
    float: left;
}

.flatnav li {
    display: inline-block;
    list-style-type: none;
    border-right: 1px solid white;
    margin: 0;
    padding: 0 12px;
    text-align: center;
}

.flatnav li.last-item {
    display: inline-block;
    list-style-type: none;
    border-right: 0px !important;
}

.nav-main-contianer{
    background: transparent url(../img/nav-main-bkg.png) repeat-x;
}

ul.nav-main{
    padding:10px 0;
}

.nav-main li{
    height:35px;
    vertical-align: top;
    border-right: 1px dotted lightgray;
}

.nav-admin li {
    height:100%;
}

.nav-main li a{
    color:white;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align:middle;
    font-weight: normal;
    font-size: 14px;
}

ul.nav-top{
    height:34px;
    float:right !important;
}

.nav-top li{
    height:34px;
    border-right: 0;
    font-size:9px;
}

.nav-top li a{
    color:white;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align:middle;
    font-weight: normal;
}

ul.nav-sitemap{
    width:561px;
    margin: 0 auto;
    padding-top:10px;
}

.nav-sitemap-contianer{
    height:54px;
}

ul.nav-disclaimer{
    width:395px;
    margin: 0 auto;
    padding-top:20px;
}

.nav-sitemap li, .nav-disclaimer li{
    color:white;
    text-transform: uppercase;
    font-weight: normal;
    font-size:9px;
    float: left;
    vertical-align: top;
    margin-bottom:5px;
}

.nav-sitemap li a, .nav-disclaimer li a{
    color:white;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align:middle;
    font-weight: normal;
}

#content{
	background: transparent;
	clear: both;
	color: white;
	width:900px;
}
#footer {
	clear: both;
	width: 900px;
    height: 377px;
    padding-top:50px;
    background:transparent url(../img/footer-bkg.png) no-repeat;
}

.bucket-contianer {
    position:relative;
    z-index:1000;
    margin-bottom:32px;
}

ul.bucket-nav{

}

.bucket-nav li{
    border-right: 0;
    font-size:14px;
    padding: 0px;
    width: 223px;
    height: 175px;
    margin-right: -5px;
    display: block;
    float: left;
}

.bucket-body:hover{
    cursor:pointer;
}

.bucket-nav li.bucket-news{
    background:transparent url(../img/bucket-bkg-news.png) no-repeat;
}
.bucket-nav li.bucket-body{
    background:transparent url(../img/bucket-bkg-body.png) no-repeat;
}
.bucket-nav li.bucket-tech{
    background:transparent url(../img/bucket-bkg-tech.png) no-repeat;
}
.bucket-nav li.bucket-bulletin{
    background:transparent url(../img/bucket-bkg-bulletin.png) no-repeat;
}

.bucket-nav li div.title{
    color:white;
    vertical-align:middle;
    font-weight: normal;
    background:transparent url(../img/bucket-blue-header.png) no-repeat;
    height:54px;
    width:214px;
    margin:7px 0 -18px 0;
    padding-top: 8px;
}

.bucket-nav a {
    text-decoration:none;
}

.bucket-nav li div.title img{
    margin-right:5px;
}

.bucket-nav div.news-text {
    margin-left:5px;
    width:185px;
    padding:0 10px;
}

.bucket-nav div.news-text h3{
    color:white;
    font-size:13px;
    text-align:left;
    text-overflow: ellipsis;
    width: 185px;
    overflow: hidden;
    font-weight:bold;
    max-height: 33px;
}

.bucket-nav div.news-text p{
    font-size:12px;
    text-align:left;
    margin-bottom: 0;
    overflow:hidden;
    max-height:70px;
}

.slides_container {
    width: 900px;
    height: 422px;
    margin-bottom: -35px;
    z-index:-3;
}

.slides_container > div {
    width: 900px;
    height: 619px;
    display: block;
}

.slides_arrow_container {
    position:absolute;
    top: 250px;
}

.slider-arrow {
    width:25px;
    height:78px;
}

.slider-arrow.left {
    position: absolute;
    z-index: 1000;
    background:transparent url(../img/slider-left-arrow.png);
}

.slider-arrow.right {
    position: absolute;
    z-index: 1000;
    left: 875px;
    background:transparent url(../img/slider-right-arrow.png);
}

.column-one {
    width:800px;
    padding:0 50px;
}

.column-two {
    width:435px;
    float:left;
    padding-left: 50px;
}

.sidebar {
    width:415px;
    float:left;
    overflow:hidden;
    position:relative;
}

.sidebar a{
    text-transform: uppercase;
    text-decoration: none;
    color:white;
}

.sidebar li{
    list-style-type:none;
    color:white;
    padding:0 0 0 60px;
    margin:15px 0;
}
.sidebar li.spacer{
    background:transparent url(../img/sidebar-spacer.png);
    width:384px;
    height:61px;
    padding:0px;
    margin:0 0 -55px 0;
}

div.spacer{
    background:transparent url(../img/sidebar-spacer.png) no-repeat;
    background-size: 100%;
    width:100%;
    height:61px;
    padding:0px;
    margin:25px 0 -45px 0;
}

.subpage {
    background:transparent url(../img/subpage-bkg.png);
    min-height:433px;
    margin-bottom: -35px;
    padding-bottom: 35px;
}

.subpage h1 {
    text-transform: uppercase;
}

.subpage-menu {
    padding:10px 15px;
    width: 35px;
}

.subpage-menu a, .subpage-menu-breadcrumbs a {
    color:white;
    text-decoration:none;
    font-size:10px;
}

.subpage-menu-breadcrumbs {
margin-left: 50px;

}
#PdflistPdfList {
    display:none;
}

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	padding:10px 0px;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	border-right:0;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc, th a.desc {
	min-width:100%;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(even) {
	background: #2b507b;
}
tr.even {
	background: #2b507b;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	/*padding: 16px 10px;*/
}
fieldset legend {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
    color:white !important;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: white;
}
form .required {
	font-weight: bold;
}

form .required label::after {
    display: none;
}

form .required > label::before,
form .required .control-label::before {
    color: #ffff00;
    content: "* ";
    display: inline;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
    float:left;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width:98%;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 .5em 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
	float:left;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

#upload{
    z-index:5001;
    position:absolute;
    top: 50%;
    left: 50%;
}

#upform{
    color:black;
    background:#fafafa;
    width:300px;
    height:90px;
    border: 3px solid #ccc;
    border-left-width:0;
    padding:4px 15px 0 0;
    height: 58px;
    left:45px;
    position:absolute;
}

#upformpointer{
    background:transparent url('/img/uploader-pointer.png');
    width:45px;
    height:68px;
    float:left;
}

div.link {
    background: transparent url('/img/list-pdf.png') no-repeat;
    width:32px;
    height:30px;
    float:left;
    margin-top:-14px;
}

.faq-q {
    min-height:35px;
    background:transparent url('/img/faq-off-question.png') no-repeat;
    border: 1px solid #ccc;
    padding-top:15px;
    padding-left:45px;
    margin: 0 10px;
}

.faq-on {
    background:transparent url('/img/faq-on-question.png') no-repeat;
}

.faq-a {
    min-height:50px;
    background:#2b507b;
    padding:15px 0 5px 15px;
    margin: 0 15px;
}

#gmlinkssection .linkimage, #nongmlinkssection .linkimage {
	float:left;
    width:70px;
    overflow:hidden;
    margin-right: 20px;
    min-height:150px;
}
#gmlinkssection .linkimage img, #nongmlinkssection .linkimage img {
	max-width: 70px;
}
#gmlinkssection .separator, #nongmlinkssection .separator {
	clear:both;
	margin-bottom:10px;
}

.Redwarning {font-weight: bold; color:#ff0000;}
.Yellowwarning {
    color: #ffff00;
    font-weight: bold;
}


#gmlinkstableleft {
    margin-left:50px;
}

#gmlinkstableright {
    margin-left:50px;
}

#gmlinkstableleft h3 {
    margin-top:25px;
}

#gmlinkstableright h3 {
    margin-top:25px;
}

.welcomemessage {
    margin-top:25px;
}

.hidden {
    display:none;
}

#contacterrMessage {
    width:380px;
}

#resetpwMessage {
    width:380px;
    margin-left:5px;
}

button {
    font-weight: normal;
    padding: 4px 8px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color: #333;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
    display: inline;
    /*font-size: 110%;*/
    width: auto;
    float:left;
    margin-right:10px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.light_gray_button{
    background-color: gray;
    color: white;
    text-shadow: 2px 2px 2px rgb(51, 43, 43);
    padding: 10px 0px 10px 25px;
    font-weight: 900;
    font-size: 1rem;
    position: relative;
}

.light_gray_button::before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 20px 0 0;
    border-color: #ffffff transparent transparent transparent;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}


.button-cursor{
    cursor: pointer;
}

.lgb_sub_text{
    color: #383838;
    text-align: center !important;
    font-weight: 400;
    font-size: 12px;
    padding-top:10px;
}

.lgb_click{
    font-weight: 800;
    color: #424040;
    text-align: center;
    font-size: 10px;
    letter-spacing: .01px;
    padding-top: 6px;
}