@charset "UTF-8";

/* CSS Document */

/* Select Controls
----------------------------------------------- */
#effectsSelect { width: 180px; }
#effectsControls {
	margin:0 auto 10px auto;
	background-color: #333333;
}
#effectsGalleries {	margin:0 auto 20px auto; }
#effectsGalleries label { padding-bottom: 2px; }

.effectsTransport {
	margin: 0;
	padding: 0;
	list-style: none;
}

.effectsTransport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}


.effectsTransport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 120px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.effectsTransport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

.effectsReload_0 {
  margin: 0;
  padding: 0;
  list-style: none;
  position:absolute;
  top: 325px;
  left: 0px;
}

#effectsReload a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 120px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#effectsReload a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* Boxes
----------------------------------------------- */
.navigation_pane {
	width:167px;
	height:451px;
	position:absolute;
	left: 0px;
	top: -1px;
	visibility: visible;
}

.content_panel {
	width:598px;
	height:399px;
	position:absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
}

.container {
	width:600px;
	height:400px;
	position:relative;
	left: 169px;
	z-index:10;
}

#text_pane {
	width:601px;
	height:50px;
	position:absolute;
	left: 170px;
	top: 402px;
	text-indent:5px;
	color: #FFFFFF;
	background-color: #333333;
}

/* Effect Boxes
----------------------------------------------- */
#content_box{
	background:url(../images/port.jpg) no-repeat center;
}
#effectsControls li {
	margin: 5px;
	color:#CCCCCC;
}

.AccordionPanelTab a, .AccordionPanelContent a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#AAC4CB;
	font-weight:normal;
}

.AccordionPanelContent a {
	color:#CCCCCC;
	padding-left:15px;
	
}
