.textBlack {
	color: #000;
}

.textBlue {
	color: #3387CC;
}

.textGreen {
	color: #386351;
}

a {
	text-decoration: none;
	color: #3387CC;	
}

a:hover {
	text-decoration: underline;
}

a.button {
	margin: 0px;
	padding: 3px 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	background-color: #3387CC;
}

a.button:hover {
	text-decoration: none;
	background-color: #5E88AA;
}

a img {
	border: none;
}

body {
	margin: 0px;
	padding: 0px;
	color: magenta;
	background: #EEEEEE url(http://www.quarkexpeditions.com/css_images/body_bg_wide.gif) repeat-y scroll center center;
}

div.clear {
	clear: both;
}

div.arrowColumn_Arrow {
	clear: both;
	float: left;
	width: 19px;
	height: 19px;
	margin: 0px 5px 0px 5px;
	padding-top: 8px;
}

div.arrowColumn_Arrow.blue {
	background: #FFF url('../img/arrow_blue.png') no-repeat left;
}

div.arrowColumn_Arrow.green {
	background: #FFF url('../img/arrow_green.png') no-repeat left;
}

div.arrowColumn_ContentA {
	float: left;
	width: 500px;
}

div.arrowColumn_ContentB {
	float: left;
	width: 300px;
}

div.keyline {
	clear: both;
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
	border-bottom: 1px solid #D4D4D4;
}

div.panel {
	
}

div.panel div.input {
	padding-top: 12px;
}

div.panel input {
	margin-top: 5px;
}

input[type="password"],
input[type="text"],
input[type="textarea"] {
	width: 300px;
}

input.width300 {
	display: block;
	width: 300px;
}

div.keylineVBlend {
	float: left;
	width: 25px;
	height: 468px;
	background: #FFF url('../img/keyline_v_blend.png') no-repeat left;	
}

div#flashMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	color: #C70404;
}

form {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.01em;
	color: #7E7E7E;
}

h1.big {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 25px;
	color: #000;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 17px;
	color: #000;
	line-height: 1.5;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #3387CC;
}

h5 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #999999;
}

h6 {
	margin: 13px 0px 12px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 13px;
	color: #000;
}

label {
	display: block;
}

li {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

div.blogBody,
li,
p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	line-height: 1.5;
}

p.first {
	margin-top: 12px;
}

p.tightV {
	margin-bottom: 6px;
	line-height: 1;
}

table.cake-sql-log {
	margin-top: 75px;
	background-color: #444;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
}

table.cake-sql-log caption {
	color: magenta;
}


ul.noBullets {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.horizontal {
	display: inline;
}