﻿/****** Alert Banner Message ******/
.alertMessage {
    background-color: #70100a;
    width: 1024px;
    color: white;
    text-align: center;
    font-size: 17px;
    line-height: 1.30em;
}

    .alertMessage a,
    .alertMessage a:link,
    .alertMessage a:visited {
        color: -webkit-link;
        text-decoration: underline;
    }

        .alertMessage a:hover {
            color: -webkit-link;
            text-decoration: underline;
            cursor: pointer;
        }

label.normal p 
{
    padding: 0;
    margin: 0;
}

/* label text same size and alignment as associated control */
.fakeLabel, .fakeLabel-R180, .fakeLabel-L180
{
    padding-top: 4px;
    font-size: 12px;    
}

/* form panels gray */
.x-panel-body {
    background-color: #F2F2F2;
}

/* class to make homeItemBlock have the bottom margin and sepline which are normally done as spearate dom elements...cuts down on repetive html */
.homeItemBlock2
{
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    margin-bottom: 1em;
}

div.homeItemBlock p {
    margin: 0;
}

.userClaims {
    margin: 0 0 0 15px;
    padding-left: 15px;
}

.claimResource {
    margin: 0 0 0 15px;
    padding-left: 0;
}

.claimResource li {
    list-style-type: none;
}

.force-read-only input,
.force-read-only textarea
{
    background-color: #F2F2F2;
    background-image: none;
}

.force-read-only input
{
    border-top-style : hidden;
    border-bottom-style : hidden;
    border-left-style: hidden;
    border-right-style: hidden;
}

.icon-spacing
{
    margin-right: 3px;
}

.customLabel {
    color: #663c00;
    text-align: right;
}
