﻿legend {
    display: table; /* Enable line-wrapping in IE8+ */
    white-space: normal; /* Enable line-wrapping in old versions of some other browsers */
}

.DropDown
{
    max-width: 270px;
}

.Textbox {
	padding-left: 3px;
	padding-top: 2px;
	border: 1px solid #000011;
	resize: none;
}

.TextBoxHolder {
	float: left;
	width: 525px;
}

.TextBoxHolder2 {
	float: left;
	width: 425px;
}

.TextBoxHolder3 {
	float: left;
	width: 480px;
}

.TextBoxHolder4 {
	float: left;
	width: 615px;
}

.TextBoxValidation {
	float: right;
}

.Button {
	color: #ffffff;
	font-weight: bold;
	border: solid 1px #000011;
	background-color: #000011;
	padding: 2px 8px 3px 9px !important;
	padding: 1px;
}

.DefaultGrid {
	width: 100% !important;
	width: 98%;
	margin-bottom: 10px;
	border-bottom: solid 1px #CCCCCC;	
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-top: none !important;
    border-top: solid 1px #CCCCCC !important @;
	border-top: solid 1px #CCCCCC;
}

    .DefaultGrid th {
	padding-left: 10px;
	font-weight: bold;
	font-size: 110%;
	height: 25px;
}

    .DefaultGrid thead {
	padding-left: 10px;
	font-weight: bold;
	font-size: 110%;
	height: 25px;
}

    .DefaultGrid th a {
	text-decoration: underline;
}




    .DefaultGrid td {
	padding-left: 10px;
	height: 27px;
}

        .DefaultGrid td a {
	text-decoration: underline;
}

    .DefaultGrid img {
	padding: 0;
	border: none;
}

    .DefaultGrid input {
	padding-left: 12px;
}

    .DefaultGrid th select {
    font-size: 85%;
    margin-left: 0;
    margin-right: 0;
}

.DefaultGridHeader {
	background-color: #CCCCCC;
}

    .DefaultGridHeader a {
	color: #000000;
}

        .DefaultGridHeader a:hover {
	text-decoration: none;
	color: #ffffff;
}

.DefaultGridRow {
	background-color: #ffffff;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.DefaultGridAlternatingRow {
	background-color: #EAEAEA;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.DefaultGridPaging {
	font-weight: bold;
	padding: 2px;
	border-color: #ffffff;
	border: none;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

    .DefaultGridPaging a:link, .DefaultGridPaging a:visited {
	text-decoration: none;
}

        .DefaultGridPaging a:link:hover, .DefaultGridPaging a:visited:hover {
	text-decoration: underline;
}

label {
	font-weight: bold;
	margin-right: 10px;
}

/* WIZARD */
.stepNotCompleted {
	background-color: rgb(153,153,153);
	width: 15px;
	border: 1px solid rgb(153,153,153);
	margin-right: 5px;
	color: White;
	font-size: 12px;
	text-align: center;
}

.stepCompleted {
	background-color: #4d4d4d;
	width: 15px;
	border: 1px solid #4d4d4d;
	color: White;
	text-align: center;
}

.stepCurrent {
	background-color: #e01122;
	width: 15px;
	border: 1px solid #e01122;
	color: White;
	font-weight: bold;
	text-align: center;
}

    .stepNotCompleted a:visited, .stepCompleted a:visited, .stepCurrent a:visited {
	color: White;
}

.stepBreak {
	width: 3px;
}

.wizardProgress {
	padding-right: 10px;
	color: #333333;
}

.wizardTitle {
	font-size: 105%;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
}

.StepButton {
	color: #ffffff;
}

.HideButton {
	display: none;
	visibility: hidden;
}

/*CollapsiblePanel*/

.ContainerPanel {
	margin-left: 15px;
	width: 97%;
	background-color: #000011;
	overflow: hidden;
	border: 1px solid #000011;
    border-top: none;
	margin-top: 0;
}

.collapsePanelHeader {
	background-color: #000011;
    border: 1px solid #000011;
    border-left: none;
    border-right: none;
    color: #000;		
	height: 26px;
	font-weight: bold;
}

.HeaderContent {
	float: left;
	padding-left: 5px;
	display: block;
	width: 95%;
	cursor: hand;
}

.Content {
}

.ArrowExpand {
	background-image: url(../images/expand.jpg);
	width: 13px;
	height: 13px;
	float: right;
	margin-top: 7px;
	margin-right: 5px;
}

    .ArrowExpand:hover {
        cursor: hand;
    }


 .ReadMoreArrowExpand {
    background-image: url(../images/expand.jpg);
    width: 13px;
    height: 13px;
    margin-right: 5px;
    float: right;
}

    .ReadMoreArrowExpand:hover {
	cursor: hand;
}



.ArrowClose {
	background-image: url(../images/collapse.jpg);
    
	width: 13px;
	height: 13px;
	float: right;
	margin-top: 7px;
	margin-right: 5px;
}

    .ArrowClose:hover {
        cursor: hand;
    }

 .ReadMoreArrowClose {
    background-image: url(../images/collapse.jpg);
    background-repeat:no-repeat;
    width: 13px;
    height: 20px;
     float: right;
   
    margin-right: 5px;
}

    .ReadMoreArrowClose:hover {
	cursor: hand;
}


.HideButton {
	display: none;
	visibility: hidden;
}

.ExampleContainerPanel {
	margin-left: 5%;
	width: 90%;
	background-color: #000011;
	overflow: hidden;
	border: 1px solid #000011;
    border-top: none;
	margin-top: 0;
}

.ExamplecollapsePanelHeader {
	background-color: #000011;
    border: 1px solid #000011;
    border-left: none;
    border-right: none;
    color: #ffffff;		
	height: 26px;
	font-weight: bold;
	cursor: hand;
}

.ExampleHeaderContent {
	float: left;
	padding-left: 5px;
	display: block;
	width: 95%;
	cursor: hand;
}

.ExampleContent {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
}

.CentralContainerPanel {
	width: 100%;
	background-color: #000011;
	overflow: hidden;
	border: 1px solid #000011;
    border-top: none;
	margin-top: 0;
}

.CentralcollapsePanelHeader {
	background-color: #000011;
    border: 1px solid #000011;
    border-left: none;
    border-right: none;
    color: #ffffff;		
	height: 26px;
	font-weight: bold;
	cursor: hand;
}

.CentralHeaderContent {
	float: left;
	padding-left: 5px;
	display: block;
	width: 95%;
	cursor: hand;
}

.CentralContent {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
}

.HistoryContainerPanel {
	margin-left: 2px;
	width: 99%;
	background-color: #000011;
	overflow: hidden;
	border: 1px solid #000011;
    border-top: none;
	margin-top: 0;
}

.HistorycollapsePanelHeader {
	background-color: #000011;
    border: 1px solid #000011;
    border-left: none;
    border-right: none;
    color: #ffffff;		
	height: 26px;
	font-weight: bold;
	cursor: hand;
}

.HistoryHeaderContent {
	float: left;
	padding-left: 5px;
	display: block;
	width: 95%;
	cursor: hand;
}

.HistoryContent {
	padding-left: 1px;
	padding-right: 1px;
	background-color: #ffffff;
}

/* ------------------- Update Progress ------------------- */
#MainContentDiv #TheUpdateProgress {
    background-color: #CF4342;
    color: #fff;
    top: 0px;
    right: 0px;
    position: fixed;
   z-index: 1;
}

    #MainContentDiv #TheUpdateProgress img {
        vertical-align: middle;
        margin: 2px;
}

/* ----------------Form Labels ----------------------------*/
.form {
    overflow: hidden;
}

.form .Button {
    float: right;
    margin-left: 10px;
}



.form fieldset 
{
    padding-left:9px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.formRow-gridDetail {
    background-color: #EAEAEA;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-left: 0;
}

.form-help-icon {
    vertical-align: top;
    padding-left: 3px;
}

.form-help-dialog {
    text-align: left;
}
    
.formRow:after {
    content: " ";
    display: table;
    clear: both;
}

/* For IE6 and 7. Make them have layout */
.formRow {
    zoom: 1;
}

.formRow-pad {
    margin-top: 2px;
    margin-bottom: 2px;
}

.formRow-label {
    display: inline-block;
    width: 200px;
    float: left;
    vertical-align: top;
    text-align: left;
    margin-right: 12px;
    padding-left: 17px;
}

.formRow-label-wide {
    display: inline-block;
    width: 297px;
    float: left;
    vertical-align: top;
    text-align: left;
    margin-right:12px;
    padding-left: 17px;
}

.formRow-label-fullWidth {
    display: inline-block;
    width: 100%;
    float: left;
    vertical-align: top;
    text-align: left;
    margin-right: 12px;
    padding-left: 17px;
}

.formRow-answer {
    text-align: left;
    vertical-align: top;
}

.formRow-submit .Button {
    margin-left: 230px;
    float: none !important; 
}

.formRow-submit-wide .Button {
    margin-left: 330px;
    float: none !important; 
}

.formRow-answer-pushright {
    margin-left: 229px;
}
.formRow-checkboxlist, .formRow-mandatory {
    float: left;
}

.formRow-radiobuttonlist {
    float: right;
    margin-top: -35px;
    margin-right: 255px;
}


.formRow-spellchecker {
    position: relative;
}

.formRow-spellchecker .AlignTop {
    position: absolute;
    top: 50%;
    margin-top: -44px;
}

/* ----------------Event Listing ----------------------------*/
.eventListing {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    -o-padding-start: 0;   
    margin-left: 10px;
}
.eventItem {
    list-style-type: none;
    border-bottom: solid 1px;
}

    .eventItem > .eventTitle {
        font-size: 110%;
        font-weight: bold;
    }

     .eventTitle > img {
         vertical-align: baseline;
    }

    .eventItem > .eventType {
        font-size: 90%;
    }

    .eventItem  .eventLocation {
        font-weight: bold;   
    }
.formRow-noEmph label {
    font-weight: normal;
}

    .eventItem  .eventDescription {
        float: left;
        display: inline-block;
    }
/* ----------------Event Summary ----------------------------*/
.eventSummary > .viewAll{
    margin-left: 12px;
}  
/* --------------- Icon key ---------------*/
.iconKey > .keyLabel {
    float: left;
}
.formRow-radioButton-small label
{
   margin-right: 4px;

   }
.iconKey > .horizontalList {
    float: left;
}

.formRow-evidence {
     margin-left: 10px;
}

