﻿/*********************************************/
/****************** General ******************/
/*********************************************/
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body, html
{      
    background: none no-repeat scroll 0 0 #000000;
    color: #696158;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

ol, ul
{
	list-style: none;
}

ul
{
	margin: 0;
}

li
{
	margin-left: 0.5em;
}

h1, h2, h3, h4, h5
{
    color: #6F6E6D;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

div.btns
{
	text-align: right;
}

div.row, div.btns, div.chkbxTerms
{
	clear: both;
}

a, a:visited,
.ui-widget-content a
{
	background-color: Transparent;
	color: #67823A; /* light-green */
    cursor: pointer;
	padding: 0px 0px 4px;
	text-decoration: none;
}

a:hover
{
	background-color: Transparent;
	color: #67823A; /* light-green */
	text-decoration: underline;
}

strong
{
	font-weight: bold;
}

/* all the fieldset tags use this same style */
fieldset
{
	border: 1px solid #CACACA;
    display: block;
    margin: 0;
    padding: 0 12px 12px;
}

legend
{
    font-size: 1.0em;
    padding: 0 5px;
}

hr
{
	color: #CACACA;
	background-color: #CACACA;
	margin: 1px 0;
	width: 98%;
}

div.row,
div.register,
div.register .row,
div.register div.chkbxTerms,
div.profile .row
{
	margin: 5px;
}

input[disabled], input[readonly],
select[disabled], select[readonly],
checkbox[disabled], checkbox[readonly],
textarea[disabled], textarea[readonly]
{
	background-color: #E6E6E6;
	border: 1px solid #C0C0C0;
	color: #999999;
	cursor: default;
}

textarea[disabled], textarea[readonly]
{
	background-color: #E6E6E6;
	color: #666666;
}

label.readonly {
    background-color: #E6E6E6;
    border: 1px solid #C0C0C0;
    color: #999999;
    cursor: text;
    display: inline-block;
    line-height: 1.2;
    margin: 5px 0;
    padding: 5px;
    width: 170px;
}

.center-align
{
	text-align: center;
	margin: 0px auto;
}

.noBackground,
#noBackground
{
	background: transparent none repeat scroll 0 0;
}

body > #wrap
{
    height: auto;
    min-height: 100%;
}

.wrapper
{
    padding: 0 10px;
}

.wrapper .content
{
    margin: 0 auto;
    position: relative;
    width: 1170px;
}

.leftlabel
{
    line-height: 3;
}

.required
{
    font-weight: bold;
}

.multicolumnlist
{
}

.multicolumnlist ul
{
    float: left;
    width: 60em;
    margin: 0;
    padding: 0;
    list-style: none;
}

.multicolumnlist li
{
    float: left;
    margin: 3px 0;
    padding: 0;
    width: 25em;
}

.multicolumnlist input[type="checkbox"]
{
    float: left;
}

.multicolumnlist label
{
    float: left;
    padding: 4px 0 0;
}

.requiredfield
{
    color: Red;
}
.break-word {
    -ms-word-break: break-all;
    word-break: break-all;
}
.no-break {
    -ms-word-break: keep-all;
    word-break: keep-all;
}

/*********************************************/
/************ Validation Helpers *************/
/*********************************************/

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error
{
    background-color: #ffeeee;
    border: 1px dotted red;
    margin-right: 10px;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-errors ul
{
    padding-left: 20px;
    margin-top: 5px;
}

.validation-summary-errors li
{
    margin-top: 2px;
    font-weight: normal;
    list-style-type: decimal;
    white-space: normal;
}

.validation-summary-errors a
{
    text-decoration: underline;
}

.validation-summary-valid
{
    display: none;
}

.modalBackground
{
    background-color: #414141;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/*****************************************/
/****************** TEXT *****************/
/*****************************************/

.standard-text
{
    color: #996633;
    font-size: 12pt;
}

.blue_msg
{
    color: #3366CC;
    font-weight: bold;
}

.fade_msg
{
    color: #999999;
}

.fail_msg
{
    clear: both;
    color: Red;
    padding: 5px 0 10px;
}

h1.header1
{
    font-size: 40px;
    letter-spacing: -3px;
}

h2.header2
{
    font-size: 30px;
    margin-bottom: .2em;
    padding: 0px;
}

h2.header2-red
{
    color: #800000;
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}

div.register h2.header2
{
    margin: 5px;
    padding: 5px;
}

div.tabBox h2.header2
{
    padding-top: 10px;
}

h3.header3
{
    font-size: 20px;
    margin: 0 0 4px;
}

h4.header4
{
}

h5.header5
{
    clear: both;
    float: left;
    padding-top: 10px;
    width: 100%;
}

div.register div.row .label,
div.profile div.row .label,
div.usernamerecovery div.row .label
{
    margin: 0;
    padding: 5px;
    text-align: right;
    width: 140px;
}

div.profile div.row .label2
{
    margin: 0;
    padding: 0px 5px 5px 0px;
    text-align: right;
    width: 145px;
}

div.register div.row a
{
    padding: 4px 1px 1px 1px;
}

.signin_lbl
{
    font-weight: bold;
    padding: 0 5px 0 30px;
}

.bold_lbl
{
    font-weight: bold;
}

.inbox_lblsubject
{
    margin: 0;
    padding: 5px;
    text-align: right;
    width: 54px;
}

.termsAgreement
{
    float: left;
    height: 250px;
    margin: 5px 0 10px 0;
    text-align: left;
    width: 400px;
}

.login_username,
.login_pswd
{
    width: 160px;
}

.dropdown
{
    padding: 4px;
}

/*****************************************/
/**************** BUTTONS ****************/
/*****************************************/

.captchRefresh_btn
{
    height: 16px;
    margin: 0 5px 2px 5px;
    width: 85px;
}

div.search_box a.search_btn,
.submit_btn, a.login_btn,
div.searchresults a.search_btn
{
    background-color: #67823A;
    border: 1px outset #DDD;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
}

a.login_btn
{
    padding: 0.3em 0.8em;
}

input.submit_btn
{
    font-size: 10pt;
    height: 26px;
    width: 108px;
}

input.inbox_btn
{
    font-size: 10pt;
}

div.search_box a.search_btn,
div.searchresults a.search_btn
{
    display: inline-block;
    height: 16px;
    padding: 2px 1px;
}

.signUp_btn
{
    cursor: pointer;
    padding: 5px 0 0;
}

a.button,
button,
input[type="button"]
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #74BF4C;
    border-color: #EEEEEE #DEDEDE #DEDEDE #EEEEEE;
    -moz-border-image: none;
    -o-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    border-right: 1px solid #DEDEDE;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 17px;
    margin: 0.7em 0.5em 0 0;
    padding: 4px 8px 4px 6px;
    text-decoration: none;
    -webkit-border-radius: 5px; /* for Safari */
    -moz-border-radius: 5px; /* for Firefox */
    border-radius: 5px;
}

a.button,
button,
input[type="button"],
a.button:hover,
button:hover,
input[type="button"]:hover
{
    color: #FFFFFF;
}

a.negative:hover,
button.negative:hover
{
    color: #333333;
}

a.next,
button.next,
a.next:hover,
button.next:hover
{
    background: #74BF4C url(../../common/images/icon-arrow-right-white.png) no-repeat 92% center;
    padding: 4px 25px 4px 15px;
}

a.back,
button.back,
a.back:hover,
button.back:hover
{
    background: #74BF4C url(../../common/images/icon-arrow-left-white.png) no-repeat 6% center;
    padding: 4px 15px 4px 25px;
}

.tab-move-left
{
    background: url(../../common/images/icon-arrow-left-white.png) no-repeat 6% center;
    padding: 4px 15px 4px 25px;
}

#imgRegisterCaptcha
{
    float: none;
    width: 400px;
}

.button_spinning
{
    background-image: url(/scoremonster/images/ajax-loader.gif);
    background-repeat: no-repeat;
}

/************************************************/
/********* Tooltip *****************************/
/***********************************************/

.tooltip
{
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px 15px;
    max-width: 250px;
    overflow: auto;
    white-space: normal;
    display: none;
    color: #fff;
    text-align: left;
    font-size: 12px;
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
}
