

html, body {
	background: #E0E0E0;
}

a {
	color: Blue;
}

a:visited {
	color: ;
}

a:hover{
	color: ;
}

a:active {
	color: ;
}

#layout {
	
	background: #fff;
	color: ;
	box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	-moz-box-shadow: 0 0 10px #555;
}

#header {
	background: url("~/site_header.png") no-repeat #767676;
	color: #FFFFFF;
    min-height: 166px;
    min-width: ;
    background-size: 100% 137px;
}

#header a {
	color: #FFFFFF;
}

#header a:visited {
	color: ;
}

#header a:hover {
	color: #ffa500;
}

#header a:active {
	color: #07449F;
}

#header .navigation li a {
	background-color: #767676;
	color: #FFFFFF;
}

#header .navigation li a:hover {
	background: #00AFAA;
    color: ;
}

#header .navigation li a.active{
	background-color: #00AFAA;
	color: #fff;
}

#main .breadcrumbs {
	background: #FFFFFF;
	color: ;
}

#main .breadcrumbs a {
	color: ;
}

#main .breadcrumbs a:visited {
	color: ;
}

#main .breadcrumbs a:hover {
	color: ;
}

#main .breadcrumbs a:active {
	color: ;
}

#main h1.title {
	color: #00AFAA;
}

#main .form {
	background: #eff5fa;
}

#left-column {
	background: #ffffff;
	width: 754px;
	color: ;
}

#right-column {
	background: #fff;
	color: ;
	margin-right: -754px;
	width: 230px;
}

#right-column a {
	color: ;
}

#right-column a:visited {
	color: ;
}

#right-column a:hover {
	color: ;
}

#right-column a:active {
	color: ;
}

#footer {
	background: #767676;
	color: #ffffff;
    min-height: 40px;
}

#footer a {
	color: #ffffff;
}

#footer a:visited {
	color: ;
}

#footer a:hover {
	color: ;
}

#footer a:active {
	color: ;
}

#content .copy {
	font-size: ;
	color: #000;
}

#announcements-title {
	border: 1px solid #448bb9;
	background: #043e79;
	color: #fff;
}

#announcements {
	border: solid 1px #448bb9;
	background: #f7feff;
	color: #000;
}

#announcements h3.title {
	color: #043e79;
}

.service-links a span{
	color: #00AFAA;
}

.service-links a:visited {
	color: ;
}

.service-links a:hover {
	color: #00AFAA;
}

.service-links a:active {
	color: ;
}

#right-column-content .section {
	border: 1px solid #448BB9;
	background: #f7feff;
	color: #000;
}

#kb-search {
	border-bottom: ;
	background: #B2B2B2;
	color: ;
}

#kb-results h2 {
	color: ;
	border-bottom: ;
}

#kb-articles h2 {
	color: ;
	border-bottom: ;
}

#serviceRequestTypesListTitle {
	color: ;
}

#serviceRequestTypesList {
	border: ;
	background: ;
	color: ;
}

#terms .agreement {
	border: ;
	background: #fefce8;
	color: ;
}

#searchOptions {
	border: ;
	background: #eff5fa;
	color: ;
}

#serviceMap {
	border: ;
	background: ;
}

#mapLegend {
	border: ;
	background: #eff5fa;
	color: ;
}

.grid th {
	background: #DEAE28;
	color: ;
}

.grid th, .grid td {
	border: ;
}

.grid tr {
	background: #fff;
	color: ;
}

.grid tr.alternate-row {
	background: #D0E2F6;
	color: ;
}

input.button {
	border: none;
	background: #00AFAA;
	color: #FFFFFF;
}

input.button:hover {
	border: none;
	background: #767676;
	color: #fff;
}

#status-tracker {
	border: 1px solid #ccc;
	background: #B2B2B2;
	color: ;
}

h2 {
	color: #00AFAA;
}

#wizHeader li .prevStep
{
    background-color: ;
}
#wizHeader li .prevStep:after
{
    border-left-color:;
}
#wizHeader li .currentStep
{
    background-color: ;
}
#wizHeader li .currentStep:after
{
    border-left-color:;
}
#wizHeader li .nextStep
{
    background-color:;
}
#wizHeader li .nextStep:after
{
    border-left-color:;
}
#wizHeader li a:hover
{
    background: ;
}
#wizHeader li a:hover:after
{
    border-left-color: ;
}
.AlternatingItemCSS
{
    background-color: #B2B2B2;
	color: ;
}

.CasesListHeader
{
    background-color: #767676;
	color: #FFFFFF;
}
.CasesListHeader a
{
    color: #FFFFFF;
}




.wzdHeader
{
    border-bottom: 1px solid #eeeeee;
    margin-top: -8px;
    margin-bottom: 10px; /*h2 style*/
    font-family: "Open Sans Light" ,sans-serif;
    font-weight: normal;
    line-height: 30px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    color: #484848;
    font-size: 1.2em;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}


.wzdTitle
{
    display: inline-block;
    float: left;
}

.wzdStepLogo
{
    text-align: right;
    float: right;
}

.wzdStepNotCompleted
{
    background-color: silver;
    border: 1px solid rgb(153,153,153);
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin: 0px -1.5px 0px -1.5px;
    border-radius: 1.2em;
    position: relative;
    bottom: 3px;
    width: 20px;
    height: 20px;
    line-height: 18px;
}

.wzdStepCompleted
{
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin: 0px -1.5px 0px -1.5px;
    border-radius: 1.2em;
    position: relative;
    bottom: 3px;
    width: 20px;
    height: 20px;
    line-height: 18px;
}

.wzdStepCurrent
{
    background-color: #00AFAA;
    border: 1px solid #00AFAA;
    color: white;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 0px -1.5px 0px -1.5px;
    border-radius: 1.2em;
    position: relative;
    bottom: 3px;
    width: 20px;
    height: 20px;
    line-height: 18px;
}

.wzdStepBreak
{
    width: 3px;
    background-color: Transparent;
    display: inline;
}

.wzdProgress
{
    padding-right: 10px;
    font-family: Arial;
    color: #333333;
    font-size: 12px;
}


@media (min-width: 768px)
{
    .modalPopupMain
    {
        max-width: 760px;
        min-width: 600px;
    }


    .col-label-line-2
    {
        margin-top: 18px;
    }

    .col-label-line-3
    {
        margin-top: 37px;
    }
    
    div.accountInfo
    {
        width: 50%;
        /*margin: auto;*/
    }
}
