html {
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0 auto;
	color: #CCCCCC;
	line-height: 1.5;
	height: 100%;
	background-color: #30302f;
}

.strong {
	color: white;
}

a {
	color: white;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

a.selected {
	text-decoration: none;
}

h1, h2 {
	color: white;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
	letter-spacing:1px;
	margin: 0;
	text-align: center;
}

h2 {
	font-size: 1.3em;
}

p {
	*margin-top: 12px;
    *margin-bottom: 12px;
}

input[type=submit], input[type=button] {
	font-size: 11px;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}

input[type=text], input[type=password], textarea {
	font-size: 12px;
	padding-left: 1px;
}

.company {
	display: inline;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	color: orange;
}

.verticalText {
	position: relative;
	bottom: 0.2em;
	*bottom: 0px;
	writing-mode: tb-rl;
	filter: flipH() flipV();
	font-size: 0.8em;
}

/* Opera */ @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) 
{ 
	.verticalText { 
		position: static;
		vertical-align: 15%;
	}
}

.arrowLink {
	font-size: 1.4em;
}

.arrowLink.centered {
	text-align: center;
}

.arrowLink.right {
	text-align: right;
}

.arrowLink a {
	text-decoration: none;
}

.arrowLink a:hover {
	text-decoration: underline;
}

.bioSpan {
	color: #5bba49;
}

.panel {
	display: block;
	margin: 0 auto;
	background-color: black;
	border: 1px solid #404040;
}

.panel.headerHome {
	position: relative;
	top: 20px;
	display: block;
	float: left;
	width: 195px;
	height: 28px;
}

.panel.header {
	height: 70px;
	clear: both;
	padding: 9px 14px 9px 14px;
}

.panel.body {
	clear: both;
	position: relative;
	min-height: 400px;
}

.h_border {
	display: block;
	margin: 0 auto;
	padding: 0;
	clear: both;
	border-top: 1px solid #404040;
}

.t_border {
	border-top: 1px solid #404040;
}

.l_border {
	border-left: 1px solid #404040;
}

.r_border {
	border-right: 1px solid #404040;
}

.halfContent {
	margin: 0 auto;
	padding: 0;
	width: 373px;
	float: left;
}

.quarterContent {
	margin: 0 auto;
	padding: 0;
	width: 186px;
	float: left;
}

.threeQuarterContent {
	margin: 0 auto;
	padding: 0;
	width: 558px;
	float: left;
}

.thirdContent {
	margin: 0 auto;
	padding: 0;
	width: 248px;
	float: left;
}

.twoThirdContent {
	margin: 0 auto;
	padding: 0;
	width: 497px;
	float: left;
}

.panelCentered {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.panelCentered img {
	display: block;
	margin: 0 auto;
}

.panelLink a {
	text-decoration: none;
	display: block;
	margin: 0 auto;
	padding: 6px;
}

.h_spacer {
	clear: both;
	height: 5px;
}

.panel.left {
	float: left;
}

.panel.right {
	float: right;
}

.panel.half {
	width: 47%;
}

.panel.full {
	clear: both;
	/* float: left */
	width: 98%;
}

.headerLogo {
	display: block;
	float: left;
	width: 190px;
}

.headerMenu
{
	position: relative;
	top: 20px;
	height: 28px;
	width: 733px;
	text-transform: uppercase;
}

.headerMenu ul {
	margin:0 auto;
	padding: 0;
	list-style-type: none;
	white-space:nowrap;
}

.headerMenu li {
	display: inline;
	float: left;
}

.headerMenu li a 
{
	display: block;
	text-decoration: none;
	padding: 6px 20px 6px 20px;
	border-right: 1px solid #404040;
	height: 16px;
	opacity:0.85; filter:alpha(opacity=85);
	background-color: black; /* Keep for IE mouse pointer area block bug when using opacity */
}

.headerMenu li a.selected {
	opacity:0.85; filter:alpha(opacity=85);
}

.headerMenu li a:hover {
	opacity:1; filter:alpha(opacity=100);
}

.headerLogin {
	clear: right;
	float: right;
	text-transform: none;
	width: auto;
}
.headerLogin li a {
	border: 0;
}

.orangeBack a:hover, .orangeBack.selected {
	background-color: #FFCC4E;
}

.greenBack a:hover, .greenBack.selected {
	background-color: #67D696;
}

.blueBack a:hover, .blueBack.selected {
	background-color: #00B6F1;
}

.pinkBack a:hover, .pinkBack.selected {
	background-color: #F9B2D6;
}

.pinkColor {
	color: #F9B2D6;
}

.orangeLightBack a:hover, .orangeLightBack.selected {
	background-color: #FFD77D;
}

.headerLogin a {
	display: block
}

.headerLanguage {
	display: block;
	float: right;
	margin: 0 auto;
	height: 28px;
	width: 112px;
}

.headerLanguage form {
	display: inline;
	overflow: hidden;
}

.headerLanguage select {
	position: relative;
	width: 80px;
	top: 5px;
	border: 0;
	color: white;
	float: left;
	text-transform: lowercase;
	opacity:0.75; filter:alpha(opacity=75);
	background-color: black;
}

.headerLanguage a {
	text-decoration: none;
	font-size: 0.8em;
	display: block;
	height: 15px;
	margin: 0 auto;
	float: right;
	padding: 8px 6px 5px 6px;
	opacity:0.75; filter:alpha(opacity=75);
	background-color: black; /* Keep for IE mouse pointer area block bug when using opacity */
}

.headerLanguage a:hover {
	opacity:1; filter:alpha(opacity=100);
}

.headerDropMenu
{
	opacity:0.57; filter:alpha(opacity=57);
}

.headerDropMenu a
{
	margin: 0;
	text-transform: none;
}

.headerDropMenuIndent a
{
	left-margin: 10px;
	text-transform: none;
}

.leftPanel
{
	width: 210px;
	clear: both;
	float: left;
}

.backorange a {
	background-color: #FFCC4E;
}

.backgreen a {
	position: relative;
	left: -2px;
	top: -5px;
	background-color: #67D696;
}

.subMenu ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
	background-color: black;
}

.subMenu li {
	clear: both;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #404040;
}

.subMenu li a 
{
	display: block;
	margin: 0 auto;
	text-decoration: none;
	padding: 10px 10px 10px 14px;
	opacity:0.85; filter:alpha(opacity=85);
	background-color: black; /* Keep for IE mouse pointer area block bug when using opacity */
}

.subMenu a:hover {
	opacity:1; filter:alpha(opacity=100);
}

.subMenu a.selected {
	text-decoration: none;
}

.subMenuParentOpened li {
	background-image:url(/img/submenu_down.gif);
	background-position: 93%;
	background-repeat:no-repeat;
}

.subMenuParentClosed li {
	background-image:url(/img/submenu_right.gif);
	background-position: 93%;
	background-repeat:no-repeat;
}

.subMenuChild li {
	border-left: 1px solid #404040;
	width: 91%;
	float: right;
}

.subMenuChild li last {
	border-bottom-width: 100%;
}

.floatingPanel {
	background-color: #FFCC4E;
	position: relative;
	top: 20px;
	left: 90px;
}

.start {
	display:block;
	float: right;
	width: 56px;
	height: 56px;
	margin: 0px auto;
	padding-left: 3px;
}

.start a {
	display:block;
	width: 56px;
	height: 56px;
	text-decoration: none;
	background-image: url(/img/startSmall.png);
	background-repeat:no-repeat;
}

.start a:hover {
	background-image: url(/img/startSmallOrange.png);
	background-repeat:no-repeat;
}

.content {
	margin: 0 auto;
	width: 747px;
	float: right;
	border-left: 1px solid #404040;
}

.contentBody {
	padding: 20px 25px 20px 25px;
	display: block;
	height: 100%;
}

.contentBody.left {
	float: left;
}

.contentBody.right {
	float: right;
}

.contentBody.half {
	width: 323px;
	float: left;
}

.colorBox {
	padding: 10px;
}

.contentHeader {
	padding: 15px 25px 15px 25px;
}

.contentBody ul {
	line-height: 1.8;
}

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.bottomMargin {
	clear: both;
	text-align: center;
	font-size: 11px;
}

.footer {
	clear: both;
	margin-top: 25px;
	padding-bottom: 20px;
	text-align: center;
	color: #7b7b7b;
	font-size: 10px;
}

.footer a {
	margin-left: 5px;
	margin-right: 5px;
	color: #7b7b7b;
	text-decoration: none;
}

.footer a:hover {
	cursor: hand;
	text-decoration: underline;
	color: orange;
}

.rich-table {
	width: 100%;
}

.bodyback
{
	width: 960px;
    margin: 0 auto;
    padding-top: 20px;
}

.message {
	padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 12px;
}

.message li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.message li.infomsg {
	background-image: url(../img/msginfo.png);
}

.message li.errormsg {
	background-image: url(../img/msgerror.png);
}

.message li.warnmsg {
	background-image: url(../img/msgwarn.png);
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 115px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.value {
	float: left;
	padding: 5px;
}

.error {
	float: left;
	padding: 5px;
}

.errors {
	color: #FF0000;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input, .errors textarea, .errors select {
	border: 1px solid red !important;
}

.required {
	color: #FF0000;
	padding-left: 2px;
}

.rich-stglpanel-body {
	overflow: auto;
} 

.rich-panel input[type=submit], .rich-panel input[type=button],
.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
	margin-bottom: 0;
}

.tableControl input[type=submit], .tableControl input[type=button], .tableControl select {
	margin: 5px 0 5px 5px;
}

.tableControl select {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.actionButtons {
	padding-left: 1px;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.rich-toolbar-item a {
	text-decoration: none;
}

.rich-toolbar-item a.selected {
	font-weight: bold;
	color: #f57900;
}

.rich-toolbar-item a:hover {
	text-decoration: underline;
	color: #f57900;
}

.rich-ddmenu-label-select {
	color: #f57900;
}

.rich-toolbar-item .rich-menu-item a:hover {
	text-decoration: none;
}

.rich-datalist {
	list-style: square;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-list-item {
	padding-bottom: 4px;
}

div.info {
	font-size: 1.2em;
}

ul.bullets {
	list-style: square;
}

ul.bullets li {
	padding-bottom: 2px;
}

td.action {
	text-align: center;
	width: 8em;
	white-space: nowrap;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}

table.radio {
   border: 0;
}

table.radio td {
   padding: 0 2px;
}

table.radio input[type=radio] {
   vertical-align: bottom;
}

table {
	border: 1px solid #404040;
	border-collapse: collapse;
}

th, td {
	border: 1px solid #404040;
	vertical-align: middle;
	text-align: center;
}

td.clear {
	background-color: black;
}
