selechtml {
	overflow-y: scroll;
}

body {
	font-size: 12px;
    color: #616161;
	margin: 0px;
    border: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

a:active, a:link, a:visited {
	color: #616161;
    text-decoration: none;
}

a:hover {
	color: #000000;
    text-decoration: none;
}

.headerLinks a:active, .headerLinks a:link, .headerLinks a:visited {
    font-size: 14px;
	color: #616161;
    text-decoration: none;
    width: 83px;
    height: 23px;
    display: block;
    float: right;
    text-align: center;
    padding-top: 4px;
    margin: 3px;
}

.headerLinks a:hover {
    font-size: 14px;              
	color: #000000;
    text-decoration: none;
    width: 83px;
    height: 23px;
    display: block;
    float: right;
    text-align: center;
    padding-top: 4px;
    margin: 3px;

    background: url("../images/top_btn_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.footer a:active, .footer a:link, .footer a:visited {
    font-size: 12px;
	color: #616161;
    text-decoration: none;
}

.footer a:hover {
    font-size: 12px;
	color: #000000;
    text-decoration: none;
}

.center-text {
    margin-left: 15px;
    font-size: 14px;
    line-height: 150%;
}

a img {
	border: none;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

input[type=submit], input[type=button] {
	font-size: 10px;
	cursor: pointer;
}

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

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

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

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}

.rich-table {
	width: 100%;
}

.body {
	padding: 30px;
}

.columnHeader:hover {
	color: #FF6600;
}

.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(../images/msginfo.png);
}

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

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

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

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

.validatormsg {
	padding: 5px;
}

.messagesingle {

}

.errormsg {
	color: red;
    background: url(../img/msgerror.png) no-repeat left center;
    padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.warningmsg {
	color: yellow;
    background: url(../img/msgwarn.png) no-repeat left center;
    padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}
                  
.infomsg {
	color: #74D536;
    background: url(../img/msginfo.png) no-repeat left center;
    padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.captchaImage {
    vertical-align: middle;
}

.errors {
	color: red;
	vertical-align: middle;
}

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

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

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

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

/* the specificity here is necessary to override the defaults */
.rich-panel .rich-panel-header,
.rich-stglpanel .rich-stglpanel-header {
	padding: 2px 3px;
}


select {
	font-size: 12px;
}

.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;
}

/* I don't know why this is necessary, but the select is off by a pixel on the top and is padding too much on the left */
.tableControl select {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.actionButtons {
	padding-left: 1px;
}

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

.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;
}

.valigntop {
    vertical-align: top;
}

.aligncenter {
    text-align: center;
}

.width_20 {
    width: 20px;
}

.stylelegal {font-size: 12px}

/* SPLASH SIGN UP BLOCK */

#sign-up {
    width: 286px;
    left: -272px;
    position: absolute;
    top: -7px;
    z-index: 1;
    display: none;
    background-color: #ffffff;
}

#sign-up h3.title {
    height: 10px;
}
                                                         
#inside-box {
    width: 265px;
    margin-left: 10px;
}

#sign-in-form {
    padding: 10px;
    height: 130px;
}

.input-bg {
    background: url(../../images/splash-pages/input-form-bg.png) no-repeat;
    height: 30px;
    padding-top: 10px;
    padding-left: 6px;
    width: 240px;
}

.input-bg-white {
    background: url(../../images/splash-pages/input-form-bg-white.png) no-repeat;
    height: 30px;
    padding-top: 10px;
    padding-left: 6px;
    width: 240px;
}

input.input {
    border: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    color: #666;
    background-color: transparent;
}

.form-text {
    font-size: 9px;
    margin-top: 0px;
    margin-left: 2px;
    padding: 0;
    color: #999;
    height: 5px;
}

.form-text-med {
    font-size: 12px;
    margin-top: -16px;
    margin-left: 0px;
    padding: 0;
    color: #999;
}

h3.title {
    margin-left: 10px;
    margin-top: -5px;
}