﻿body
{
	font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e3e3e3;
	color:#464646;
}

.table1
{
    width: 150px;
    text-align: right;
    padding-right:8px;
}
.table1b
{
    width: 350px;
}
.table2 
{
    width: 450px;
    text-align:left;
}
.table3
{
    width: 250px;
    text-align: right;
    padding-right:6px;
}
.invalid
{
    border: solid 1px #CC0000;
}
.uppercase
{
    text-transform: uppercase;
}
.required
{
    font-size:.9em;
    color: red;
    font-weight: bold;
}
.phoneddl
{
    height: 22px;
    width: 75px;
    border: solid 1px #00B6DD;
    float:left;
}
.modalbackground
{
    background-color:#505050;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalPopup
{
    background-color:#FFFFFF;
    color: #004B8D;
    border-width:2px;
    border-style:solid;
    border-color:#00B6DD;
    padding:30px 20px 20px 20px;
    width:450px;
}
.modalPopup2
{
    background-color:#FFFFFF;
    color: #004B8D;
    border-width:2px;
    border-style:solid;
    border-color:#00B6DD;
    padding:20px 20px 20px 20px;
    width:650px;
}
.hideRow
{
    display:none;
}

.hidden
{
    display:none;
}


/* from lms.css -edit */

a:link {
	color: #0066cc;
	text-decoration: none;
}

a:link2 {
	color: #0066cc;
	text-decoration: none;
}


a:visited {
	color: #0066cc;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.color01_healine_lrg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	color: #0066cc;
	font-weight: bold;
	text-align: center;
}

.color01_healine_med{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	color: #0066cc;
	font-weight: bold;
	text-align: center;
}

.color02_healine_sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #222;
	font-weight: bold;
	text-align: center;
	margin: 8px;
}


input, textarea
{
    border: 1px solid #8EA1B1;
    font-size: 1em;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 3px #8EA1B1;
    -moz-box-shadow: 0px 0px 3px #8EA1B1;
    -webkit-box-shadow: 0px 0px 3px #8EA1B1;
	background-color:#F6F5F6;
    margin: 2px 6px;
    text-decoration: none !important; 
}

input[disabled], textarea[disabled]
{
    border: 1px solid #E6E6E6;
    font-size: 1em;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 3px #E6E6E6;
    -moz-box-shadow: 0px 0px 3px #E6E6E6;
    -webkit-box-shadow: 0px 0px 3px #E6E6E6;
	background-color:#F6F5F6;
    margin: 2px 6px;
    text-decoration: none !important;
}

input[type='checkbox']
{
    border: 0;
}

input[type='image']
{
    border: 0;
}

input[disabled][type='checkbox']
{ 
    border: 0;
}

input:focus[type='checkbox']
{
    border: none;
    box-shadow:none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
input[type='radio']
{
    border: 0;
}
input[disabled][type='radio']
{ 
    border: 0;
}

input:focus[type='radio']
{
    border: none;
    box-shadow:none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
input:focus[type='image']
{
    border: none;
    box-shadow:none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
input:focus, textarea:focus
{
    outline: none;
    border: 1px solid #0072d6;
    box-shadow: 0px 0px 4px #0072d6;
    -moz-box-shadow: 0px 0px 4px #0072d6;
    -webkit-box-shadow: 0px 0px 4px #0072d6;
}
select
{
    border: 2px solid #8EA1B1;
    font-size: 1em;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 3px #8EA1B1;
    -moz-box-shadow: 0px 0px 3px #8EA1B1;
    -webkit-box-shadow: 0px 0px 3px #8EA1B1;
	background-color:#F6F5F6;
    margin: 2px 6px;
    text-decoration: none !important;
}

select[disabled]
{ 
    border: 1px solid #E6E6E6;
    font-size: 1em;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 3px #E6E6E6;
    -moz-box-shadow: 0px 0px 3px #E6E6E6;
    -webkit-box-shadow: 0px 0px 3px #E6E6E6;
	background-color:#F6F5F6;
    margin: 2px 6px;
    text-decoration: none !important;
}

select:focus
{ 
    outline: none;
    border: 1px solid #0072d6;
    box-shadow: 0px 0px 4px #0072d6;
    -moz-box-shadow: 0px 0px 4px #0072d6;
    -webkit-box-shadow: 0px 0px 4px #0072d6;
}

.label1
{
    border: 1px solid #B2C9DD;
    background-color:#f0f0f0;
    width:170px;
}

.shadedContainer
{
	border:2px solid #B2C9DD;
    background-color:#FEFEFE;
    padding:6px;
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.devExDatePicker {
    border: 1px solid #8EA1B1;
    font-size: 1em;
    padding: 2px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 3px #8EA1B1;
    -moz-box-shadow: 0px 0px 3px #8EA1B1;
    -webkit-box-shadow: 0px 0px 3px #8EA1B1;
    background-color: #F6F5F6;
    margin: 2px 6px;
    text-decoration: none !important;
}
.devExDatePickerfocus {
    outline: none;
    border: 1px solid #0072d6;
    box-shadow: 0px 0px 4px #0072d6;
    -moz-box-shadow: 0px 0px 4px #0072d6;
    -webkit-box-shadow: 0px 0px 4px #0072d6;
}

.devExDatePickerError {
    border: 1px solid #d11d1d;
    font-size: 1em;
    padding: 2px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 2px 6px;
    text-decoration: none !important;
    -webkit-box-shadow: 0px 0px 3px #8EA1B1;
}

.bclogo {
    width: 166px;
    height: 54px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.message {
    color: #0066cc;
    font-weight: bold;
}

.button {
    background-color: #0066cc;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button4 {
    border-radius: 12px;
}

.buttonsmall {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background-color: #ededed;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: auto;
    border-radius: 4px;
    border: 1px solid #00b4dd;
    display: inline-block;
    color: #666666;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    position: relative;
    -pie-background: linear-gradient( to bottom, #ededed 5%, #dfdfdf 100% );
    behavior: url(csspie/PIE.htc);
}

    .buttonsmall:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        background-color: #dfdfdf;
        color: #555555;
        position: relative;
        -pie-background: linear-gradient( to bottom, #dfdfdf 5%, #ededed 100% );
        behavior: url(csspie/PIE.htc);
        cursor: pointer;
    }

    .buttonsmall:active {
        position: relative;
        top: 1px;
        cursor: progress;
    }

