
/* layout elements */

div#full-column {
	float: left;
	width: 640px;
	display: inline;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


img.border {
	border: 2px solid #C79033;
	margin-bottom: 10px;
} 

img.borderPara {
	border: 2px solid #C79033;
	margin-bottom: 1px;
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#missions { 
	border-collapse: collapse;
	width:220px;
	margin: 0;
	color: #C79033;
}

#missions tbody { margin: 0; }

#missions th {
	background-color: #ffffff;
	padding: 6px 0.25em;
	font-weight: bold;
	font-size: 90% ;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
	border-bottom: solid 1px #C79033;
	cursor: pointer;
}

#missions td, #missions th { 
	margin: 0; 
	padding: .75em 0.375em .75em 0.375em;
	text-align: left;
}

#missions tr.titlerow { background: none; }

#missions tr td.missionNameTD {
    background-color: #EEEDF9;
    width: 200px;
    border-bottom: solid 1px #C79033;
}

#missions tr td.locationTD {
    background-color: #EEEDF9;
    width: 140px;
	border-bottom: solid 1px #C79033;
}

#missions tr.rowSelected td.missionNameTD {
    background-color: #FAF5C9;
	width: 200px;
	border-bottom: solid 1px #C79033;
}

#missions tr.rowSelected td.locationTD {
    background-color: #FAF5C9;
	width: 140px;
	border-bottom: solid 1px #C79033;
}

#apDiv1 {
	position:absolute;
	left:572px;
	top:299px;
	width:360px;
	height:160px;
	z-index:1;
}

#imgwrapper { 
	height: 175px; 
}

.missionname {
	font-weight: bold;
	font-size: 12px;
	color: #C79033;
}

.missionTitle {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #C79033;
	padding-bottom: 4px;
	line-height:26px;
	letter-spacing:.1em;
}

.date {
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}

.location {
	color: #000;
	font-size: 10px;
}

.rowHover {
	color: #000;
	cursor: pointer;
}

#content1, #sidebar {
	float: left;
	text-align: left;
}

#content1 {	
	width: 220px;	
	margin: 0px;
}

#sidebar {
	width:400px;
	margin-top: 0;
	margin-left: 20px;
}

#sidebar_hdr {
	float: left;
	width: 360px;
	height: 33px;
	display: inline;
	margin-right: 10px;
	margin-left: 20px;
}

#sidebar_brace {
	float: left;
	width:360px;
	height:368px;
	display: inline;
	margin-right: 10px;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background: url('../i/ProjectsSidebarCenter.jpg') repeat-y;
}

#rightbar {
	float: none;
	margin-right: 2px;
	margin-left: 2px;
}

.SpryHiddenRegion {
   visibility: hidden;
}

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}



