html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	overflow-y: auto;
}

body {
	background-color: #000000;
	color: #FFFFFF;
}

.videoLink {
	color: #000;
	font-family: Trebuchet MS, verdana, arial;
	font-size: 11px;
	font-weight: normal;
}

#theSource {
	display: inline;
	color: #a8a96f;
	font-family: Trebuchet MS, verdana, arial;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	white-space: nowrap;
}

#homeColumn1 {
	padding-top: 10px;
	padding-left: 10px;	
} 

#homeColumn2 
{
	font-family: Trebuchet MS, verdana, arial;
	font-size: 11px;
	font-weight: normal;
}

#homeColumn2 > span 
{
	padding-left: 10px;
	display: block;
}

#homeColumn2_1  
{
	padding-top: 10px;
}

#homeColumn2_2  
{
	padding-bottom: 10px;
}

.banner {
	color: #FFFFFF;
	font-family: Trebuchet MS, verdana, arial;
	font-size: 12px;
}

.banner .title {
	font-size: 1.2em;
	font-weight: bold;
}

.note {
	font-size: 10px;
	font-family: Trebuchet MS, verdana, arial;
	font-style: italic;
	font-weight: bold;
}

#header {
	
}

#container {
	float: left;
	margin-right: -400px;
	width: 100%;
}

#content {
	margin-right: 200px;
}

#sidebar {
	float: right;
	width: 160px;
}

#footer {
	clear: both;
}

legend {
	border: 1px solid #e9601a;
	background-color: #bbb;
	color: #fff;
	padding: 4px;
}

fieldset {
	border: 1px solid #e9601a;
	padding: 10px;
	margin-top: 10px;
}

a {
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

label {
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #FFFFFF;
}

.updateHeader {
	font-size: .9em;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 6px;
	margin-right: 6px;
}

.updateText {
	font-size: 11px;
	font-family: Trebuchet MS, verdana, arial;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 6px;
	margin-right: 6px;
}

.infoText {
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #FFFFFF;
}

.infoTextHeader {
	text-decoration: underline;
	font-weight: bold;
}
/* Feedback */
.feedbackPanelINFO {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

.feedbackPanelERROR {
	color: #FF6060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

.button {
	vertical-align: bottom;
}

.imageTableNav {
	padding: 2px;
	border: 1px dotted #EFF6FB;
}

.imageNotSelected {
	padding: 2px;
	border: 1px dotted #EFF6FB;
}

.imageSelected {
	padding: 2px;
	border: 1px dotted #d49574;
}

div.wicket-aa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: white;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 2px;
	margin: 1px 0 0 0;
	text-align: left;
}

div.wicket-aa ul {
	list-style: none;
	padding: 2px;
	margin: 0;
}

div.wicket-aa ul li.selected {
	background-color: #6aafc3;
	padding: 2px;
	margin: 0;
}

/* FeedbackPanel */
/* jqModal alert CSS courtesy of;
	 Alexandre Plennevaux <alexandre@pixeline.be>,
	 Brice Burgess <bhb@iceburg.net> */
div.feedBack { /* contains + positions the alert window */
	display: none;
	position: fixed;
	top: 0px;
	left: 250px;
}

/* Fixed positioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.feedBack {
	position: absolute;
}

div.feedBackWindow {
	height: auto;
	width: 400px;
	margin: auto;
	max-width: 400px;
	padding: 0 10px 10px;
	background: #111;
	border: 1px dotted #FFF;
}

.feedBackTitle {
	margin: 5px 2px;
	height: 20px;
	color: #FFF;
}

.feedBackTitle h1 {
	margin: 5px 2px;
	padding-left: 5px;
	padding: 0;
	font-family: Trebuchet MS, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 20px;
}

div.feedBack .jqmClose em {
	display: none;
}

div.feedBack .jqmClose {
	width: 20px;
	height: 20px;
	float: right;
	background: transparent url(/icons/images/close_icon_double.png) 0 0
		no-repeat;
}

div.feedBack a.jqmClose:hover,div.feedBack a.jqmCloseHover {
	background-position: 0 -20px;
}

div.feedBackContent {
	border-top: 1px;
	color: #FFF;
	font: 11px/14pt arial;
	padding: 5px 20px 5px;
	margin: 5px;
	border: 1px dotted #111;
	letter-spacing: 0px;
	background: #111 url(/icons/images/darkgrid.png);
}

/** Contact Me */
div.contact { /* contains + positions the alert window */
	display: none;
	position: fixed;
	top: 200px;
	left: 250px;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.contact {
	position: absolute;
}

div.contactWindow {
	height: auto;
	width: 400px;
	margin: auto;
	max-width: 400px;
	padding: 0 10px 10px;
	background: #111;
	border: 1px dotted #FFF;
}

.contactTitle {
	margin: 5px 2px;
	height: 20px;
	color: #FFF;
}

.contactTitle h1 {
	margin: 5px 2px;
	padding-left: 5px;
	padding: 0;
	font-family: Trebuchet MS, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 20px;
}

div.contact .jqmClose em {
	display: none;
}

div.contact .jqmClose {
	width: 20px;
	height: 20px;
	float: right;
	background: transparent url(/icons/images/close_icon_double.png) 0 0
		no-repeat;
}

div.contact a.jqmClose:hover,div.contact a.jqmCloseHover {
	background-position: 0 -20px;
}

div.contactContent {
	border-top: 1px;
	color: #FFF;
	font: 11px/14pt arial;
	padding: 5px 20px 5px;
	margin: 5px;
	border: 1px dotted #111;
	letter-spacing: 0px;
	background: #111 url(/icons/images/darkgrid.png);
}

/** Please Wait */
div.pleaseWait { /* contains + positions the alert window */
	display: none;
	position: fixed;
	top: 0px;
	left: 250px;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.pleaseWait {
	position: absolute;
}

div.pleaseWaitWindow {
	height: auto;
	width: 400px;
	margin: auto;
	max-width: 400px;
	padding: 0 10px 10px;
	background: #111;
	border: 1px dotted #FFF;
}

.pleaseWaitTitle {
	margin: 5px 2px;
	height: 20px;
	color: #FFF;
}

.pleaseWaitTitle h1 {
	margin: 5px 2px;
	padding-left: 5px;
	padding: 0;
	font-family: Trebuchet MS, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 20px;
}

div.pleaseWait .jqmClose em {
	display: none;
}

div.pleaseWait .jqmClose {
	width: 20px;
	height: 20px;
	float: right;
	background: transparent url(/icons/images/close_icon_double.png) 0 0
		no-repeat;
}

div.pleaseWait a.jqmClose:hover,div.pleaseWait a.jqmCloseHover {
	background-position: 0 -20px;
}

div.pleaseWaitContent {
	border-top: 1px;
	color: #FFF;
	font: 11px/14pt arial;
	padding: 5px 20px 5px;
	margin: 5px;
	border: 1px dotted #111;
	letter-spacing: 0px;
	background: #111 url(/icons/images/darkgrid.png);
}

/*°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
  clearing a float without additional markup
   http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
