@charset "utf-8";
/* CSS Document */

body {
	background: #1d1d1d;
	color: #f1f1f1;
	font: normal 13px arial, verdana, tahoma, sans-serif;
	position: relative;
}

a:link {
	color: #B83D24;
}
a:hover {
	color: #FE5555;
	text-align: right;
}

a:visited {
	color: #bd4f34;
}

.menu {

						height: 44px;

						width: 844px;
			}

.cssnav
{
position: relative;
float: left;
font-family: arial, helvetica, sans-serif;
background: url(images/overbtn.gif) no-repeat;
white-space: nowrap;
width: 140px;
height: 40px;
margin: 0;
padding: 0;
}

.cssnav a
{
color: #000000;
font-size: 11px;
width: 140px;
height: 40px;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 140px;
height: 40px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
text-align: center;
left: 0px;
top: 12px;
width: 140px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

.style16 {
	color: #FFF;
}
.style22 {color: #990000; font-weight: bold; }
.style3 {color: #0000FF;
	font-weight: bold;
}
.style6 {color: #006699}

.style23 {color: #262627}

.style24 {
	font-size: 12px;
	color: #F00;
}

.maintitle_3{
background: url(images/cat_tile.png);
color: #ffffff;
font-size: 12px;
font-weight: bold;
margin: 0px;
}

.qtitle{
background: #AA0000;
color: #ffffff;
font-size: 11px;
font-weight: bold;
margin: 0px;
}

.qtext{
background: #ffffff;
color: #000;
font-size: 11px;
font-weight: bold;
margin: 0px;
}

#branding {
	background: #1a1a1a url(images/header.png) repeat-x top;
}


.cat-l{
padding:0;
margin:0;
background: url(images/cat_left.png) 0 0 no-repeat;
height:43px;
}

.cat-r{
padding:0;
margin:0;
background: url(images/cat_right.png) 100% 0 no-repeat;
height:43px;
}

.catend-tile{
background: url(images/catend_tile.png);
color: #FFF;
font-size: 12px;
font-weight: bold;
}

.catend-l{
padding:0;
margin:0;
background: url(images/catend_left.png) 0 0 no-repeat;
height:9px;
}

.catend-r{
padding:0;
margin:0;
background: url(images/catend_right.png) 100% 0 no-repeat;
height:9px;
}

.catmid-tile{
background: url(images/catmid_tile.png);
color: #000;
font-size: 12px;
font-weight: bold;
}

.catmid-l{
padding:0;
margin:0;
background: url(images/catmid_left.png) 0 0 no-repeat;
}

.catmid-r{
padding:0;
margin:0;
background: url(images/catmid_right.png) 100% 0 no-repeat;
}

.catmid-tile-2{
background: url(images/catmid_tile.png);
color: #000;
font-size: 12px;
font-weight: bold;
}

.catmid-l-2{
padding:0;
margin:0;
background: url(images/catmid_left.png) 0 0 no-repeat;
}

.catmid-r-2{
padding:0;
margin:0;
background: url(images/catmid_right.png) 100% 0 no-repeat;

.centre_text{
	text-align: center;
}

}

/* Main title text class */
.main_text{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding:13px;
	text-align: center;
	background:transparent;
	border:0;
}

table.oc_table {
	border-left: 1px solid #090909;
	border-right: 1px solid #090909;
	margin: 0;
	padding: 0;
}

table.oc2_table {
	border-left: 1px solid #090909;
	border-right: 1px solid #090909;
	border-bottom: 1px solid #090909;
	margin: 0;
	padding: 0;
	border: 0;
}

#apDiv1 {
	position:static;
	z-index:1;
	overflow: auto;
	width:100%;
}
#apDiv2 {
	position:static;
	width:100%;
	overflow: auto;
	z-index:1;
}
#apDiv3 {
	position:absolute;
	width:423px;
	height:83px;
	z-index:2;
	top: 388px;
	left: 17px;
}

@charset "UTF-8";

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
    color:#F00;
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
    color:#FFF;
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}

.scrollArea {
width: 98%; 
height: 300px;
padding-left: 5px;
padding-right: 5px; 
border-color: #6699CC;
border-width: 1px; 
border-style: solid;
float: left; 
overflow: auto;
}

.scrollArea2 {
	width: 100%;
	height: 100px;
	padding-left: 1px;
	padding-right: 1px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	float: left;
	overflow: auto;
	text-align: left;
}

.scrollArea3 {
	width: 100%;
	height: 200px;
	padding-left: 0px;
	padding-right: 0px;
	border-color: #000000;
	border-width: 0px;
	border-style: solid;
	float: left;
	overflow: auto;
	text-align: left;
}

