/*Consoltec Standard CSS File
 * Defines the Corporate Colors of Consoltec
 * Consoltec-Yellow = #ffcc00
 * Consoltec-Grey = #c4cbd1
 * Consoltec-Black = #000000
 *
 */

* {
margin:0;
padding:0;
}

/* General Style Info */
html {
	margin-bottom : 1px;
	min-height : 100%;
}

body {
	background-color : #393939;
	/*color: #c4cbd1;*/
	color: #000;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
}

/*div.mainc {*/

div.copy {
	padding: 17px;
}

a {
	background-color: inherit;
	color: #ffcc00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	background-color: inherit;
	color: #ffcc00;
	text-decoration:none;
}
a img {
	border:none;
}

h1, h2, h3, h4 {
	background-color: inherit;
	font-weight:normal;
}

h1 {
	color: #003d4c;
	font-size: 160%;
	margin: 0.1em 0;
}

h2 {
	color: #2C6877;
	font-size: 160%;
	margin: 0.3em 0;
	padding-top: 1em;
}

h3 {
	color: #c6c65b;
	font-size: 120%;
	padding-top: 2em;
}

h4 {
	color: #c6c65b;
	font-weight: normal;
	padding-top: 0.5em;
}

ul, li {
	margin: 0 12px;
}

/* Layout */
#hmenu {
	text-align: left;
	background: #000;
	height: 15px;
	margin-bottom: 20px;
}

#header{
  	/* Amanda's Settings */
	background : url(../img/site/top_bar.gif) 0 0 repeat-x;
	/*padding : 0 0 100px 0;*/
	/*border : 0 0 0 0;*/
	/*position : absolute;*/
	/*height: 70px;*/
	top : 0px;
	left : 0px;
	/*right : 0px;*/
	text-align: right;
	width: 100%;
}

#header h1 { 
	color: #ffffff;
	/*background: url('../img/cake.icon.png') no-repeat;*/
	/*padding: 5px 50px;*/
	/*height: 5em;*/
}
#header h1 a { 
	color: #c4cbd1;
	text-decoration: none;
}
/*
#header h1 a:hover { 
	color: #ffffff;
	background: #003d4c;
	text-decoration: none;
}
*/

#logo {
  /*background : url(../img/site/logo.gif) no-repeat;*/
  padding : 3px;
  top : 0px;
}

#content{
	/*background-color: #c4cbd1;*/
	clear: both;
	/*color: #000000;*/
	/*padding: 0px 40px 40px 40px;*/
	/*overflow: auto;*/
}

#footer {
	clear: both;
	/*position: relative;*/
	/*padding: 6px; 10px;*/
	text-align: right;
	top: 100px;
	height:20px;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cakeSqlLog table {
	background: #f4f4f4;
}
.cakeSqlLog td {
	padding: 4px 8px;
	text-align: left;
}

/* remove the display: none to display the boxes */
table.blox {
	clear: both;
	display: none;
	background-color: #000;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	clear: both;
	color: #000;
	margin-bottom: 0px;
	width: 100%;
}

tr.blox {
	background-color: #000;
	border-right: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}

td.blox {
	background-color: #000;
	border-right: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 50%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #2C6877;
	font-size: 160%;
	font-weight: bold;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.optional, form div.input {
	color: #444;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	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;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	font-size: 110%;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message, p.error, div.error-message {
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 8px 0px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
div.error-message {
	clear: both;
}
div.error_message {
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 8px 0px;
}
div.error_message {
	clear: both;
}
div.error em {
	font-size: 140%;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 140%;
	padding: 0.5em;
	margin: 1em 0;
}

/*  Nav & Actions */
div.nav {
	text-align: left;
	position: absolute;
	top: 9em;
	left: 60%;
}
div.nav ul li a {
	display: block;
	background: #fff;
	color: #003d4c;
	padding: 3px 8px;
	text-decoration: none;
}
div.nav ul {
	background: #003d4c;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.nav ul li a {
	background: #fff;
	color: #003d4c;
	padding: 3px 8px;
	text-decoration: none;
}
div.nav ul li a:hover {
	background: #003d4c;
	color: #fff;
}

/*  Actions  */
div.actions {
	clear: both;
	margin-top: .2em;
	text-align: left;
}
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	margin: 0 2em 0 0;
	padding: 0;
}
div.actions ul li a {
	background: #fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	background: #003d4c;
	color: #fff;
}

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

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake_debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 18px;
	margin: 4px 2px;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 4px 2px;
	padding: 4px;
	font-size: 120%;
	line-height: 18px;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}

/* Amanda's Settings */

#blkbox {
  /*position : relative;*/
  left : 20px;
  top : 20px;
}

#whtbox {
  /*position : absolute;*/
  left : 55px;
  top : 25%;
}

div#blox {
	position: relative;
	/*display:none;*/
	top: 10px;
	left: 0px;
	background: inherit;
}

div#ylwbox {
	display: inline;
	padding: 0;
	border: 0;
	margin: 0;
	width:10px;
}

div#grnbx {
	display: inline;
	padding: 0;
	border: 0;
	margin: 0;
}

div#orgbx {
	display: inline;
}

/* Left-Verticale Menu
 * Our Buttons */
#vmenut {
	clear: both;
}

#vmenu {
	position: absolute;
	display: inline;
	left: 845px;
	top: 100px;
	width:100px;
	vertical-align: right;
	text-align: middle;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
}

.button-text {
	min-height : 50px;
	height: 50px;
	line-height: 50px;
	min-width: 100px;
	width: 100px;
	color: #ffcc00;
	text-align: center;
	vertical-align: middle;
  	font-weight: bold;
	font-size: 14px;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding:15px 1px 15px 1px;
}

.button {
	background : url(../img/site/button.gif) no-repeat;
	min-height : 50px;
	height: 50px;
	line-height: 50px;
	min-width: 100px;
	width: 100px;
	color: #ffcc00;
	text-align: center;
	vertical-align: middle;
  	font-weight: bold;
	font-size: 14px;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px 0px 2px 0px;
}

.button a {
	display: inline;
	vertical-align: middle;
}

.button:hover {
	background : url(../img/site/button_omo.gif) no-repeat;
}

.button-active {
	background : url(../img/site/button_active.gif) no-repeat;
	min-height : 50px;
	height: 50px;
	line-height: 50px;
	min-width: 100px;
	width: 100px;
	color: #ffcc00;
	text-align: center;
	vertical-align: middle;
  	font-weight: bold;
	font-size: 14px;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px 0px 2px 0px;
}

.button-active a {
	display: inline;
	color: #000000;
	vertical-align: middle;
}

/* These do our boxes */
/* Start Black Box */

.bl {
  background : url(../img/site/bottom_lt_corner_blk.gif) 0px 100% no-repeat #000;
  width : 808px
}

.br {
  background : url(../img/site/bottom_rt_corner_blk.gif) 100% 100% no-repeat
}

.tl {
  background : url(../img/site/top_lt_corner_blk.gif) 0px 0px no-repeat;
  /*height : 495px*/
}

.tr {
  background : url(../img/site/top_rt_corner_blk.gif) 100% 0px no-repeat;
  padding : 25px
}

.clear {
  font-size : 1px;
  height : 1px
}
/* End Black Box */

/* White Box */
.blw {
  background : url(../img/site/bottom_lt_corner_wht.gif) 0px 100% no-repeat #fff;
  width : 750px;
}

.brw {
  background : url(../img/site/bottom_rt_corner_wht.gif) 100% 100% no-repeat
}

.tlw {
  background : url(../img/site/top_lt_corner_wht.gif) 0px 0px no-repeat;
  /*height : 204px;*/
  z-index: 100;
}

.trw {
  background : url(../img/site/top_rt_corner_wht.gif) 100% 0px no-repeat;
  padding : 0px;
  z-index: 100;
}

.clear {
  font-size : 1px;
  height : 1px
}

/* End White Box */
/* Begin Yellow Box */

.ty {
  background : url(../img/site/ylwpx.gif) repeat-x;
  width : 230px
}

.by {
  background : url(../img/site/ylwpx.gif) 0 100% repeat-x;
  width : 230px
}

.ly {
  background : url(../img/site/ylwpx.gif) 0 0 repeat-y;
  width : 234
}

.ry {
  background : url(../img/site/ylwpx.gif) 229px 0 repeat-y;
  width : 234
}

.bly {
  background : url(../img/site/bottom_lt_corner_ylw.gif) 0px 100% no-repeat;
  width : 230px
}

.bry {
  background : url(../img/site/bottom_rt_corner_ylw.gif) 100% 100% no-repeat
}

.tly {
  background : url(../img/site/top_lt_corner_ylw.gif) 0px 0px no-repeat;
  height : 234px
}

.try {
  background : url(../img/site/top_rt_corner_ylw.gif) 100% 0px no-repeat;
  padding : 19px
}

.clear {
  font-size : 1px;
  height : 1px
}
/* End Yellow Box */

/* Start Green Box */

.tg {
  background : url(../img/site/grnpx.gif) 0 1px repeat-x;
  width : 230px
}

.bg {
  background : url(../img/site/grnpx.gif) 0 232px repeat-x;
  width : 230px
}

.lg {
  background : url(../img/site/grnpx.gif) 1px 0 repeat-y;
  width : 234
}

.rg {
  background : url(../img/site/grnpx.gif) 228px 0 repeat-y;
  width : 234
}

.blg {
  background : url(../img/site/bottom_lt_corner_grn.gif) 0px 100% no-repeat;
  width : 230px
}

.brg {
  background : url(../img/site/bottom_rt_corner_grn.gif) 100% 100% no-repeat
}

.tlg {
  background : url(../img/site/top_lt_corner_grn.gif) 0px 0px no-repeat;
  height : 234px
}

.trg {
  background : url(../img/site/top_rt_corner_grn.gif) 100% 0px no-repeat;
  padding : 19px
}

.clear {
  font-size : 1px;
  height : 1px
}
/* End Green Box */

/* Start Orange Box */

.to {
  background : url(../img/site/orgpx.gif) 0 1px repeat-x;
  width : 230px
}

.bo {
  background : url(../img/site/orgpx.gif) 0 232px repeat-x;
  width : 230px
}

.lo {
  background : url(../img/site/orgpx.gif) 1px 0 repeat-y;
  width : 234
}

.ro {
  background : url(../img/site/orgpx.gif) 228px 0 repeat-y;
  width : 234
}

.blo {
  background : url(../img/site/bottom_lt_corner_org.gif) 0px 100% no-repeat;
  width : 230px
}

.bro {
  background : url(../img/site/bottom_rt_corner_org.gif) 100% 100% no-repeat
}

.tlo {
  background : url(../img/site/top_lt_corner_org.gif) 0px 0px no-repeat;
  height : 234px
}

.tro {
  background : url(../img/site/top_rt_corner_org.gif) 100% 0px no-repeat;
  padding : 19px
}

.clear {
  font-size : 1px;
  height : 1px
}

/* End Orange Box */

/* Blog Stylings */

div.blog-entries {
}

div.blog-entry {
	border: 1px;
	border-color: #000000;
	border-style: solid;
	margin: 5px;
	padding: 1em;
	background-color: grey;
}

.blog-entry-title {
	font-size: 2em;
}

.blog-entry-body {
	font-size: 12pt;
}
