@charset "UTF-8";
/* CSS Document */

/* FontFamily:Corbel (Verdana);ColorTheme:White;LogoWidth:220;LogoHeight:235 */
*
{
	font-family: Calibri, Arial, sans-serif;
}

.scpHeader
{
	background-color: #FFFFFF;
}

.scpLogo
{
	background: transparent url(Content.aspx?id=df376905-26b1-412b-a74d-222202d09255) no-repeat scroll center center;
	width: 220px;
	height: 235px;
	display:none;
}


.scpContact
{
	color: #000000;
}

.scpContainer
{
	background-color: #FFFFFF;
}

.scpBody
{
	color: #000000;
}

.scpCallMeButton {
    padding-left: 14px;
	display:none;
}


.pbCellOn {
    background-color: #002A5C;
    border-left: 1px solid #CCCCCC;
    padding: 2px 4px;
    vertical-align: bottom;
}

.scpContact {
    color: #000000;
	display:none;
}

.scpFooter {
    height: 120px;
    padding-bottom: 10px;
    padding-top: 50px;
    text-align: center;
	display: none;
}


body {
	background-color: transparent;
}
.loginScreenContainer {
	background-color: #ffffff;
	width: 80% !important;
	padding: 5% !important;
	max-width: 415px;
}
td {
	white-space: normal !important;
}
.icon {
    background-color: #58A8A8;
}
.cpMainBox, .cpMainBoxForm, .scpContainer {
    width: 99%;
}
.scpBody {
    width: 90% !important;
}
.scpContainer input[type="text"], .scpContainer select, .loginScreenContainer input[type="text"], .loginScreenContainer select, input[type="submit"], input[type="button"], button[type="button"] {
	width: 75%;
	max-width:215px;
	min-width: inherit !important;
	font-size: 0.9em !important;
	height: auto;
	white-space: normal;
}