html {
    height: 100%;
    margin-bottom: 0px;
}
body {
    font-size: small;
    font-family: Verdana, Helvetica, arial, sans-serif;
    margin: 0;
    margin-top: 0;
    padding: 0;
    background: #c9c9c9;
    background-image: url('http://xavier.newtier.com/themes/flexreg/images/mainBkg.gif');
    background-repeat: repeat-x;
}


a:link, a:visited {
	font-family: Tahoma, Verdana;
	font-size: 12px;
    color: #e06f1d;
    text-decoration: none;
}
a:hover {
	font-family: Tahoma, Verdana;
	font-size: 12px;
    color: #e06f1d;
    text-decoration: underline;
}
ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}
ul a:link, ul a:visited{
	color: #FFFFFF;
}
ul a:hover{
	color: #f6bd30;
}



#darkheadline{
	font-family: Helvetiva, Arial, Verdana;
	font-size: 24px;
    font-weight: 550;
    letter-spacing: -1px;
	color: #202120;
    margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
    position: relative;
    top: 5px;
}

#copyright{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #464646;
}
#copyright a:link, #copyright a:visited{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #464646;
	text-decoration: none
}
#copyright a:hover{
	text-decoration: underline;
}

.questionRowA td {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
    background: #C00436;
    color: #221E1F;
}
.questionRowB td {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
    background: #221E1F;
    color: #C00436;
}



/* REGISTRATION TABLE STYLING
--------------------------------------------------------- */
table.usertable {	
	/*margin-bottom: 10px;*/
	background: #FFFFFF;
	color: #000000;
}
table.usertable th {
	font-family: Tahoma, Verdana;
	font-size: 16px;
	padding-top: 12px;
	text-align: left;
	color: #000000; 
	
}
table.usertable tr {
    margin: 1.15em 0 0.5em 1em;
    padding-left: 1.5em;
    color: #000000;
}
table.usertable td {
    padding-left: 2.15em;
    padding-top: 0.5em;
    font-size: 12px;
}

/*

======================Main Content============================*/
#contentheading {
    color: #e06f1d;
}

#content h1 {
    font-size: 2.2em;
    color: #000000;
}
#content h1.pageTitle {
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #000000;
    color: #000000;
}
#content ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: inside;
    list-style-image: url('http://xavier.newtier.com/themes/flexreg/images/bullet.gif');
}
#content li {
    padding-left: 0.5em;
}
#content a {
    color: #FFFFFF;
}

/*
==================Default Forms Styling=======================*/
form {

}
fieldset {
    padding: 10px 0;
    border: none;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 0.9em;
}
textarea {
    font-family: Verdana, Helvetica, arial, sans-serif;
    font-size: 0.9em;
}

input[type="text"], input[type="password"]
{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url(../images/fieldbg.gif) repeat-x top;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}
/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #000000;
    color: #FFCF00;
}
.error, .required {
    color: #FF3300;
}
.login {
    color: #000000;
    font-size: 0.8em;
    font-weight: normal;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.wideButton {
    width: 8em;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #000000;
    border-left: 5px solid #000000;
    font-size: 1em;
}
.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #2666A3;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}


/****************************** LAYOUT : MAIN *********************************/

#sgl #container {
    top: 10em;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

#sgl #leftSidebar, #sgl #rightSidebar {
    position: absolute;
    background-color: #CCC000;
    margin-top: 10em;
    top: 0;
    z-index: 1;
}
#sgl #leftSidebar {
    width: 10em;
    left: 0;
}
#sgl #rightSidebar {
    width: 10em;
   /* right: 60; */
}
#sgl .blockContainer {
    margin: 4px 1px 0 1px;
}
#sgl .blockHeader {
    background-color: #C00436;
    color: #C00436;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #C00436;
    margin: 0;
}
#sgl .blockContent {
    background-color: #C00436;
    color: #C00436;
    font-size: 0.9em;
    padding: 10px;
    border: 1px solid #C00436;
    border-top: none;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/

#sgl #content, #sgl #content-nocols, #sgl #content-leftcol, #sgl #content-rightcol {
    position: relative;
     background-color: #CCC000;
    margin: 0 10em 0 10em;
    width: auto;
    min-width: 20%;
    font-size: 0.9em;
    padding: 0 20px;
}
#sgl #content #options {
    float: right;
    width: 28%;
}
#sgl #content-nocols {
    margin: 0;
}
#sgl #content-leftcol {
    margin: 0 0 0 10em;
}
#sgl #content-rightcol {
 background-color: #CCC000;
    margin: 0 10em 0 0;
}
/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
* html #sgl #content {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER ******************************/

#footer {
    clear: both;
    padding-top: 10px;
    font-size: 0.8em;
    text-align: center;
    color: #000000;
}

/*************************** New Layout **************************************/

.topHeader {
	background: #fff url(http://xavier.newtier.com/themes/flexreg/images/topHeader.gif) repeat-x top;
}
.seperator {
	background: #000 url(http://xavier.newtier.com/themes/flexreg/images/black_seperator2.png) repeat-x top;
}
#bottomBox {
	  font-family: Verdana, Helvetica, arial, sans-serif;
    font-size: 14px;
	  background-color:#FFFFFF;
    margin-left: 30px;
    line-height: 1.5em;
    color: #333333;
}

#bottomBox ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: outside;
    list-style-image: url('http://xavier.newtier.com/themes/flexreg/images/bullet.gif');
}
#bottomBox li {
    padding-left: 0.5em;
}

#bottomBar {
	background-color:#e1e1e1;
    height: 1px;
}
.bottomBoxRight {
	background: url(http://xavier.newtier.com/themes/flexreg/images/image_bg_wide.png) no-repeat;
	background-color: #FFFFFF;
}
#top_menu_bar{
	background-color: #000000;
    color: #e1e1e1;
}
#top_menu_bar li{
	background-color: #000000;
    color: #e1e1e1;
}
#top-nav a {
	color: #e1e1e1;
}
#requirements {
	background: url(http://xavier.newtier.com/themes/flexreg/images/requirement_bg.png) repeat-x;
}
.shadowLeft {
	background: url(http://xavier.newtier.com/themes/flexreg/images/shadow_repeat_left.png) repeat-y;
}
.shadowRight {
	background: url(http://xavier.newtier.com/themes/flexreg/images/shadow_repeat_right.png) repeat-y;
}
#thumbnail {
    clear: both;
    padding-top: 10px;
    font-size: 0.8em;
    text-align: center;
    color: #000000;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #e06f1d;
    color: #e06f1d;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}
#leftCol .content a {
    color: #000000;
}
/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#xtop-nav {
    background: #FFFFFF;
    border: 2px solid #000000;
    border-top: none;
    padding-top: 0px;
}
#top-nav .inner {
    height: 2.2em;
    padding-left: 15em;
    border: 1px solid #221E1F;
}
#top-nav ul {
    list-style: none;
    color: #FFFFFF;
}
#top-nav li {
    float: left;

}
#top-nav li a {
    display: block;
    padding: .5em 2em;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    font-weight: bold;
    color: #9f9f9f;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
}
#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFCF00;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #e06f1d;
    font-size: 1.3em;
    font-weight: bold;
    color: ;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #FFCF00;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
