body
{
    background-color: #fff;
    font-family: Verdana;
    font-size: 12px;
    font-size: 13px;
}
.clearfix:after, .formLine:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
input {}

h1
{
    font-size: 24px;
    color: #941619 !important;
}

.formLine
{
    display: block;
    margin-bottom: 1px;
    margin-top: 15px; /*clear: both;*/
}

.formLeftColumn
{
    display: block;
    float: left;
    width: 190px;
    margin-bottom: 1px;
    text-align: right;
}

.formRightColumn
{
    display: block;
    margin-left: 205px;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-left: 5px;
    padding-right: 10px;
    clear: right;
    min-height: 14px;
}

h2
{
    font-size: 20px;
    color: #941619 !important;
    margin-left:25px;
}

h3
{
    font-size: 16px;
    color: #941619 !important;
}

h4
{
    font-size: 12px;
    color: #941619 !important;
}


.formWrapper
{
    display: block;
    border: 1px solid #7D7D7D;
    margin-bottom:20px;
    margin-top:-1px;
    min-height:200px;
    background-color:White;
    padding-left: 10px;
    padding-right: 10px;
}

.loginFormWrapper
{
    display: block;
    margin: 0 auto 20px;
    width: 600px;
    border: 1px solid #7D7D7D;
}


.ChangeFormWrapper
{
    display: block;
    margin: 0 auto 20px;
    width: 500px;
    border: 1px solid #7D7D7D;
}

.formHeader
{
    margin: 0 -10px 5px;
    padding: 10px 0 10px 18px; 
    background: rgb(148,198,237); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(148,198,237,1) 0%, rgba(128,185,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(148,198,237,1)), color-stop(100%,rgba(128,185,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(148,198,237,1) 0%,rgba(128,185,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(148,198,237,1) 0%,rgba(128,185,229,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(148,198,237,1) 0%,rgba(128,185,229,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(148,198,237,1) 0%,rgba(128,185,229,1) 100%); /* W3C */
    color: #FFF;
    font: bold 16px Verdana,Arial,Tahoma,Sans-Serif;
    letter-spacing: .02em;
}

.ChangePswdHeader
{
    margin: 0px 0px 0px;
    padding: 5px 0 10px 8px;
    background: rgb(148,198,237); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(148,198,237,1) 0%, rgba(128,185,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(148,198,237,1)), color-stop(100%,rgba(128,185,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(148,198,237,1) 0%,rgba(128,185,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(148,198,237,1) 0%,rgba(128,185,229,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(148,198,237,1) 0%,rgba(128,185,229,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(148,198,237,1) 0%,rgba(128,185,229,1) 100%); /* W3C */
    color: #FFF;
    font: bold 16px Verdana,Arial,Tahoma,Sans-Serif;
    letter-spacing: .02em;
    width:490px;
}

.loginFormWrapper .formHeader
{
    margin: 0 0 5px;
}

.formLine
{
    display: block;
    margin-bottom: 1px;
    margin-top:15px;
    /*clear: both;*/
}

.formLeftColumn
{
    display: block;
    float: left;
    width: 190px;
    margin-bottom: 1px;
    text-align: right;
}

.formRightColumn {
    display: block;
    margin-left: 205px;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-left: 5px;
    padding-right: 10px;
    clear: right;
    min-height: 14px;
    vertical-align: top;
}

.password
{
    display: block;
    margin-left: 205px;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-left: 5px;
    padding-right: 10px;
    clear: right;
    min-height:14px;
}

.formRightFields
{
    vertical-align:central;
    text-align:left;
    width:300px;
    display: block;
    margin-left: 1px;
    margin-bottom: 1px;
    margin-top: 1px;
    clear: right;
    height:25px;
}


.PastPAssword
{
    vertical-align:central;
    text-align:left;
    width:100%;
    display: block;
    margin-left: 10px;
    margin-bottom: 1px;
    margin-top: 1px;
    clear: right;
    height:25px;
}


.formCustomColumn
{
    text-align:right;
    display: block;
    margin-left: 10px;
    margin-bottom: 1px;
    margin-top: 1px;
    clear: right;
   height:25px;
}

.formDesign 
{
    clear:both;
   
    margin-left:1px;
    margin-right:2px;
    text-align:center;
}

.formSubmitNextButton
{
    margin: 10px 0;
    padding: 5px 20px;
    background: rgb(116,173,213); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(116,173,213,1) 0%, rgba(111,168,208,1) 29%, rgba(88,146,188,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,173,213,1)), color-stop(29%,rgba(111,168,208,1)), color-stop(100%,rgba(88,146,188,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* W3C */
    color: #FFF;
    font: normal 13px "Lucida Grande" ,Verdana,Arial,Tahoma,Sans-Serif;
    vertical-align: middle;
    border: 1px solid #96d0fb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

.formSubmitBtn
{
    margin: 10px 0;
    padding: 5px 20px;
    background: rgb(116,173,213); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(116,173,213,1) 0%, rgba(111,168,208,1) 29%, rgba(88,146,188,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,173,213,1)), color-stop(29%,rgba(111,168,208,1)), color-stop(100%,rgba(88,146,188,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* W3C */
    color: #FFF;
    font: normal 13px "Lucida Grande" ,Verdana,Arial,Tahoma,Sans-Serif;
    vertical-align: middle;
    border: 1px solid #96d0fb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

.ReportSearch
{
    margin: 0px 0;
    padding: 5px 20px;
    background: rgb(116,173,213); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(116,173,213,1) 0%, rgba(111,168,208,1) 29%, rgba(88,146,188,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,173,213,1)), color-stop(29%,rgba(111,168,208,1)), color-stop(100%,rgba(88,146,188,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* W3C */
    color: #FFF;
    font: normal 13px "Lucida Grande" ,Verdana,Arial,Tahoma,Sans-Serif;
    vertical-align: middle;
    border: 1px solid #96d0fb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}


.PasswordBtn
{
    margin: 3px 0;
    padding: 5px 5px;
    background: rgb(116,173,213); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(116,173,213,1) 0%, rgba(111,168,208,1) 29%, rgba(88,146,188,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,173,213,1)), color-stop(29%,rgba(111,168,208,1)), color-stop(100%,rgba(88,146,188,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* W3C */
    color: #FFF;
    font: normal 13px "Lucida Grande" ,Verdana,Arial,Tahoma,Sans-Serif;
    vertical-align: middle;
    border: 1px solid #96d0fb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

.CodeValidateBtn
{
    padding-top:0px;
    margin-top:0px;
    background: rgb(116,173,213); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(116,173,213,1) 0%, rgba(111,168,208,1) 29%, rgba(88,146,188,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,173,213,1)), color-stop(29%,rgba(111,168,208,1)), color-stop(100%,rgba(88,146,188,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(116,173,213,1) 0%,rgba(111,168,208,1) 29%,rgba(88,146,188,1) 100%); /* W3C */
    color: #FFF;
    font: normal 13px "Lucida Grande" ,Verdana,Arial,Tahoma,Sans-Serif;
    vertical-align: middle;
    border: 1px solid #96d0fb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

#btnLogin {
    margin-left:10px;
}

.errorMessage {
    color:Red;
    display:inline-block;
}

.ValidationSummary {
    margin-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ValidationSummary ul {
    margin-top: 5px;
    padding-left: 30px;
    margin-bottom:10px;
}

.formLeftColumn.formLabelURLPadding {padding-top:14px;}

.formWrapper .formLine .errorMessage {
    clear:both;
    margin-top:15px;
    margin-left:10px;
    margin-right:10px;
    text-align:center;
}

.wizardCheckBox
{
    display:block;
}
.editUserButton 
{
    background-color: rgb(224,224,224);
    background: -moz-linear-gradient(center top , #FFFFFF 0pt, #E0E0E0 100%) repeat scroll 0 0 #E0E0E0;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffe0e0e0);
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px #FFFFFF;
    color: #555555;
    cursor: pointer;
    font: bold 11px Sans-serif;
    padding: 6px 10px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap:normal;
}
    .editUserButton:hover {
        border-color: #999999;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF inset;
    }
    .editUserButton:active {
        background-image: -moz-linear-gradient(center top , #E6E6E6 0pt, #DCDCDC 100%);
        border-color: #999999 #AAAAAA #CCCCCC;
        box-shadow: 0 1px 2px #AAAAAA inset;
    }
.PushLeft {
    margin-left: 85px;
}
hr.Line 
{
    background-color: #FFFFFF;
    border-top: 1px dashed #555555;
    border-left:none;
    border-right:none;
    color: #FFFFFF;
    height: 1px;
    margin:20px 10px 5px 85px;
}
.formRightColumn hr.Line{
    margin-left:0;
}
.AllMargin {margin:10px; padding:10px 15px; background:#eee; display:inline-block;}
.FilesGridContianer {
    padding:15px 25px;
}

.BundleOptions, .ProgramOptions, .CheckBoxReAlign {
    position:relative;
    top:-3px;
}

.BundleOptions td, .ProgramOptions td {
    width:125px;
}

.BundleOptions label, .ProgramOptions label {
    margin-left:5px;
}
.UsersSideBar {
    margin-left:5px;
}

.NotesTabContent {
    padding-top:15px;
}

.NotesInputContainer {
    position:relative;
    top:-14px;
    
}

.NotesContainer{
    border:1px solid #7D7D7D;
    margin-left: 210px;
    padding: 10px 15px 15px;
    width:475px;
    height:300px;
    overflow-y:auto;
}

.NotesContainer .NotesTimeStamp{
    text-align:right;
    padding-right:10px;
}

.rpTemplate a[id*="LinkButtonViewUsers"] {
    padding-left:10px;
}

.BundleOptions .disabled {
    background: url("../images/RadioButtonSprites.png") no-repeat scroll 1px -860px transparent;
    display: inline-block;
}

.BundleOptions .disabled input {
    visibility:hidden;
}

/*.BundleOptions .disabled label {
    padding-left: 22px;
}*/

.BundleOptions .disabled.checked {
    background-position: 1px -1080px;
}
/*Checkboxes*/
.DepartmentItem {
    clear: both;
}
.DepartmentItemLabel {
    width: 160px;
    float: left;
}
.DepartmentAssigned, .DepartmentNotify {
    width: 60px;
    display: block;
    float: left;
    text-align: center;
}
.FixedFloat {
    clear:none !important;
    margin-left:0 !important;
    float:right !important;
    width:85%;
}

.column1 {
    width: 27%;
    float: left;
    clear:both
}
.column2 {
    width: 27%;
    float: left;
}

.formButtons {
    float:right;
    width:100%;
    margin-right:-110px;
}

.SuperAdminLabel {
    font-weight:bold;
}
.SuperAdminLeft {
    width:95px;
    margin-top:2px;
    margin-bottom:0;
    text-align:left;
}

.AlightLeft {
    text-align: left;
    vertical-align: top;
    width: 200px;
}

.TextLabels {
    display:inline;
    width:80%;
    margin-left:5px;
    top:10px;
}

.TextAlignRight {
    text-align:right;
    vertical-align:middle;
    margin-right:2px;
    width:50px;
    display:table ;
}

.TextAlignLeft {
    text-align:left;
    vertical-align:middle;
    margin-left:2px;
    display:table;
}
.rdlist {
    display:inline-block;
}
.borderLight {
    border: 1px solid #C0C0C0;
    display: block;    
    margin-bottom: 1px;
    margin-top: 1px;
    padding-left: 5px;
    padding-right: 10px;
    left:4px;
    clear: right;
    min-height: 14px;
    vertical-align: top;
    text-align:left;
}



.InnerContentWrapper
{
    padding: 20px 20px 20px;
    /*background: url('../images/StripeBackground.jpg') repeat 0 0 scroll transparent;*/
    background-color:#666;
}
.InnerInnerContentWrapper
{
    background-color: White;
    border-radius: 10px;
    border: 1px solid #88bbea;
    padding: 10px;
}
clearfix:after, .formLine:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix
{
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix
{
    zoom: 1;
}
