body {
	background: #e5f3f6 url(../images/layout/bg.png) repeat-x top center;
	color: #444;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* Wrap stuff in the middle */
.gly-wrapper {
	margin: auto;
	width: 900px;
	position: relative;
}

/* Header */
#gly-header {
	background: url(../images/layout/header-bg.gif) repeat-x #0B1933;
	border-bottom: 3px #CE6C1C solid;
}
#gly-header h1 {
	margin: 0;
	padding: 25px 0 25px 10px;
	color: #fff;
	font: 250% "trebuchet ms";
}
#gly-header h1 span { color: #6BAD42; }
#gly-header h1 a {
	color: #FFF;
	text-decoration: none;
}
#gly-header h1 a:hover {
	background-color: transparent !important;
	color: #6BAD42;
	text-decoration: none;
}
#gly-header h1 a:hover span { color: #FFF; }
#gly-slogan {
	color: #fff;
	display: inline;
	font: bold 60% arial, verdana, sans-serif;
	left: 117px;
	position: absolute;
	top: 65px;
	margin: 0;
	padding: 0;
}
#gly-userbar {
	position: absolute;
	right: -10px;
	top: 10px;
	font: 80% "trebuchet ms", arial, verdana;
	padding: 2px;
	background: #444;
	color: #eee;
}
#gly-header ul {
	margin: 0;
	padding: 0;
	bottom: 0;
	list-style: none;
	position: absolute;
	right: 10px;
}
#gly-header ul li {
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
}
#gly-header ul li a {
	background: #333399;
	display: block;
	padding: 6px 10px;
	color: #071328;
	border-bottom: 1px solid #081631;
	font: bold 100% "trebuchet ms", arial, verdana, sans-serif;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
#gly-header ul li a:hover { background-color: #3F4A5E; }
#gly-header ul li.gly-tab-active a, #gly-header ul li.gly-tab-active a:hover {
	background-color: #CE6C1C;
	border-bottom: 1px solid #CE6C1C;
	color: #FFF;
	cursor: default;
}

/* CONTENT */
#gly-content {
	font-family: "trebuchet ms", arial, verdana;
	font-size: 80%;
	background: #fff;
	padding: 25px;
	width: 850px;
}
#gly-content-left {
	width: 600px;
	float: left;
	margin-right: 25px;
}
#gly-content-right {
	border-left: 1px #CCC solid;
	padding-left: 25px;
	float: right;
	width: 199px;
}

/* FOOTER */
#gly-footer {
	border-top: 3px solid #CE6C1C;
	color: #888;
	padding-bottom: 40px;
	font-family: arial, verdana, sans-serif;
	font-size: 70%;
}
#gly-footer p {
	margin: 0;
	padding: 8px;
}

/* SIDEBAR */
#gly-content-right ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#gly-content-right ul {
	margin: 10px 0 0 0;
	padding: 0;
}
#gly-content-right ul li { padding: 2px; }
#gly-content-right ul.gly-sidenav { margin: 0; }
#gly-content-right ul.gly-sidenav li { padding: 0; }
#gly-content-right ul.gly-sidenav li a {
	padding: 5px;
	border-bottom: 1px #DDD dotted;
	display: block;
}
#gly-content-right ul.gly-sidenav li a:hover {
	background-color: #eee;
	text-decoration: none;
}

/* CONTENT STYLES */
.glype p, .glype ul { line-height: 170%; }
.glype h2 {
	border-bottom: 1px solid #ccc;
	color: #3B578B;
	margin: 30px 0 0 0;
	padding-bottom: 3px;
	font-family: arial, verdana, sans-serif;
	font-size: 133%;
	font-weight: bold;
}
.glype h2.gly-top { margin: 0; }
.glype a, .glype a:link {
	color: #EF7B0A;
	text-decoration: none;
}
.glype a:hover { text-decoration: underline; }

/* GLYPE SITE SPECIFIC STYLES */
.gly-status li { font-weight: bold; }
.gly-status li span { font-weight: normal; }
.gly-content-image {
	text-align: center;
	font-weight: bold;
}
.terms {
	width: 95%;
	height: 150px;
	overflow-y: scroll;
	border: 2px inset #ccc;
	color: #000;
}
.ul-table {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ul-table li {
	width: 50%;
	float: left;
}
.table {
	width: 98%;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}
.table td, .table th {
	border-left: 1px #CCC solid;
	border-top: 1px #CCC solid;
	padding: 4px;
}
.table th { background-color: #EEE; }

.two-col { padding: 20px; }
.two-col .col1, .two-col .col2 {
	float: left;
	width: 50%;
}
form.simple {
	padding: 10px;
	border: 2px solid #ccc;
	background: #f9f9f9;
}
.error {
	border: 1px solid #CE090E;
	padding: 5px;
	margin-top: 15px;
	color: #333333;
	background-color: #FEDCDA;
}
/* LISTINGS */
ul.listing {
	list-style-type: none;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 250px;
	border: 2px solid #444;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
ul.listing li a {
	padding: 2px;
	display: block;
	text-decoration: none;
}
ul.listing li a:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: #EF7B0A;
}
ul.listing li.gly-row0 { background-color: #EEE; }
ul.listing li.gly-row1 { background-color: #FFF; }

/* GENERIC STYLING  */
.float-left { float: left; }
.float-right { float: right; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear { clear: both; }
.bold { font-weight: bold; }
.hidden { display: none; }
.small { font-size: 10px; }
pre { font-size: 12px; }
img { border: 0; }
