﻿/*____________________ Content ____________________*/ 
#contentContainer { min-height: 300px; width: 100%; }

.contentTitle { color: #a12831; line-height: 20px; font-size: 14px; font-weight: bold; text-align: center; width: 100%; }

.contentSubTitle { color: #a12831; line-height: 20px; font-size: 12px; font-weight: bold; text-align: center; width: 100%; }

.requiredField { color: Red; }

.navContainer { text-align: left; padding: 5px; }

.folderPath {  color: #7f1d25; font-size: 12px; font-weight: bold; padding: 5px; }

.rmLink, .rtIn, input[id$='Button'] { cursor: pointer !important; }

/*____________________ Form ____________________*/ 
.fieldName { color: #7f1d25; font-size: 12px; font-weight: bold; padding: 5px; text-align: right; vertical-align: top; }
                                   
.fieldValue { font-size: 12px; text-align: left; padding: 1px 5px; vertical-align: middle; }

.altRow { background-color: #f2f2f2; }

.formContainer { margin: 0; padding: 5px; }

/* fieldset { border: 1px solid #d5dfe5; }
legend { font-weight: bold; border: 1px solid #d5dfe5; background-color: White; padding: 5px 10px; } */ 

.formContent { padding: 5px 10px; }

fieldset { border: 1px solid #828282; background-color: #f0f0f0; margin: 20px 0 10px; padding: 5px 5px 10px; }
legend { color: #8a8a8a; margin-top: -20px; font-weight: bold; padding: 5px; font-size: 1.25em; } 
@-moz-document url-prefix() { legend { color: #8a8a8a; margin-top: 0; font-weight: bold; padding: 5px; font-size: 1.1em; } }
legend a:link, legend a:visited, legend a:focus, legend a:active { color: #8a8a8a; text-decoration: none; }

/*____________________ Button ____________________*/ 
.buttonContainer { clear: both; margin: 0; overflow: hidden; padding: 5px 0; text-align: center; }

.button { padding-left: 5px; padding-right: 5px;}

/*____________________ Site Map ____________________*/ 
.siteMap, .siteMap a, .siteMap a:hover, .siteMap a:visited  { color: #7f1d25; }

/*____________________ Navigation Menu ____________________*/ 
.navMenu, .navMenu a, .navMenu a:hover, .navMenu a:visited  { color: White; text-decoration: none; }

/*____________________ List Boxes ____________________*/ 
.listBoxesContainer {clear: both; width: 500px; margin: 0 auto; overflow: hidden;}

    .listBoxTitle { color: #a12831;	font-weight: bold; font-size: 12px;	clear: both; 
                    margin: 0; padding: 0; }
                
    .listBox { float: left; width: 225px; text-align: center;}    
   
    .listBoxesButtons { float: left; width: 50px; margin: 15px 0 0 0; }

        .listBoxesButtons .button { margin: 5px 0 5px 12px; width: 25px;}    

/* __________________ BitList ______________________*/
.onLineNow { color: #e31937 !important; }

/* __________ Message Center Control __________ */    
.messageCenter_Fail { border: 1px solid #e31937; background-color: #fff4f6; margin: 5px 0; padding: 5px; }
    .messageCenter_FailHeader { color: #e31937; font-weight: bold; display: block; padding: 0; margin: 0; }
    .messageCenter_FailImage { text-align: center; }
    .messageCenter_FailText { color: #e31937; font-weight: bold; }
.messageCenter_Info { border: 1px solid #6a93e4 ; background-color: #eff5ff; margin: 5px 0; padding: 5px; }
    .messageCenter_InfoHeader { color: #000099; font-weight: bold; display: block; padding: 0; margin: 0; }
    .messageCenter_InfoImage { text-align: center; }
    .messageCenter_InfoText { color: #000099; font-weight: bold; }
.messageCenter_Success { border: 1px solid #308822; background-color: #f0ffe3; margin: 5px 0; padding: 5px; }
    .messageCenter_SuccessHeader { color: #308822; font-weight: bold; display: block; padding: 0; margin: 0; }
    .messageCenter_SuccessImage { text-align: center; }
    .messageCenter_SuccessText { color: #308822; font-weight: bold; }
