﻿/* DEFAULTS
----------------------------------------------------------*/
/* 
Corperate Color Scheme

BackGround Colors

Header1     Purlple         #830065 
Header2     Black           #000000 
Content1    White           #fff 
Content2    Grey            #E3E4E6 
Content3    Lime Green      #B3BD00 
Footer1     Dark Navy Blue  #041C2C 
Footer2     Grey            #E3E4E6

*/

body   
{
    background: #041C2C;
    font-size: 0.8em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    margin-top: 0px;
}

.warning
{
    color: red;  
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.center
{
   width: 960px;
   margin: auto;
}
.page
{
    /*width: 960px;*/
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 0px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #830065;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.siteMapPath
{
    /*padding:  5px 0px 0px 0px;*/
    height: 10px;
}

.main
{
    /*width: 960px;*/
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 600px;
}
.pageHdr
{
    border-bottom: 1px solid #E3E4E6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    width: 960px;
    margin: auto;    
    padding: 0px 0px 0px 20px;
    text-align: left;
    color: #fff;
    font-size: 1.2em
}
.footer a
{
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}
.footer a:hover, .footer a:focus
{
    text-decoration: underline;
}

/* MAIN MENU   
----------------------------------------------------------*/
div.hideSkiplink
{
    background-color:#830065;
    /*background-color:#E3E4E6;*/
    width:100%;
}
.staticMenu1
{
    background-color: #830065;
    color: #fff;
    margin-bottom:20px !important;
}
.staticMenuItem1
{
    list-style: none;
}
.staticMenuItem1:link, .staticMenuItem1:visited
{
    padding: 5px 20px 5px 20px !important;
    color: #fff;
}
.staticMenuItem1:hover
{
    background-color: #E3E4E6;
    color: #000000;
}
.dynamicMenu1
{
    z-index:99;
    background-color: #fff;
    color: #000000;
    border: 1px solid #E3E4E6;
}
.dynamicMenuItem1
{
    list-style: none;
}
.dynamicMenuItem1:link, .dynamicMenuItem1:visited
{
    padding: 5px 20px 5px 20px !important;
    color: #000000;
}
.dynamicMenuItem1:hover
{
    background-color: #E3E4E6;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: inline;
}
fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"], input[type="password"], input[type="number"], textarea
{
    border: 1px solid #ccc;
    padding-left: 5px;
}
input[type="text"]:enabled:hover, input[type="password"]:hover, input[type="number"]:hover, textarea:hover
{
    border: 1px solid #B3BD00;
}
input[type="datetime"]
{
    border: 1px solid #ccc;
    padding-left: 5px;
}
input[type="datetime"]:hover
{
    border: 1px solid #B3BD00;
}
select
{
    border: 1px solid #ccc;
    padding-left: 5px;
}
select:hover
{
    border: 1px solid #B3BD00;
}
div.accountInfo
{
    width:42%;
}

/* TAB MENU   
----------------------------------------------------------*/
.staticTabMenu
{
    padding-left: 10px;
    background-color: #fff;
    list-style: none;
    float: none !Important;
}
.staticTabMenuItem
{
    background-color: #f2f2f2;
    border: 1px #a6a6a6 solid;
    color: #000000;
    padding: 6px 0px 6px 0px;
    text-decoration: none;
    white-space: nowrap;
    list-style: none;
}
.staticTabMenuItem:link, .staticTabMenuItem:visited
{
    padding: 5px 20px 5px 20px !important;
    color: #000000;
}
.staticTabMenuItem:hover
{
    background-color: #B3BD00;
}

div.tabMenu
{
    padding-left: 10px;
    margin-bottom: -1px;
    z-index:98;
}
div.tabMenu ul
{

}
div.tabMenu ul li a
{
    /*background-color: #f2f2f2;*/
    background-color: #f2f2f2;
    border: 1px #a6a6a6 solid;
    color: #000000;
    padding: 6px 0px 6px 0px;
    text-decoration: none;
    white-space: nowrap;
}
div.tabMenu ul li a:hover
{
    background-color: #B3BD00;
}

div.tabMenu ul li a:active
{
    background-color: #B3BD00;
}
div.tabMenu ul li a.selected
{
    background-color: #fff;
    border-color: #a6a6a6;
    border-bottom-color: #fff;
}
.tabMenuContents
{
    border: 1px solid #a6a6a6;
    padding: 0px 10px 10px 10px;
    margin-bottom: 5px;
}
.tabMenuTitle
{
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

/* Gridview
----------------------------------------------------------*/
.grdView 
{
    width: 100%;
    background-color: #fff;  
    border: solid 1px #041C2C;    
    border-collapse:collapse;
    margin-bottom: 0px;
}   
.grdView td 
{ 
    padding: 5px;
    border: solid 1px #E3E4E6;    
    color: #000000;
    text-align: center; 
}
.grdView th   
{  
    width: 100px;
    vertical-align: top;
    color: #000000;
    background: #B3BD00;
    border: solid 1px #041C2C;        
} 
.grdView th a    
{
    padding: 4px 2px 0px 10px;
    color: #000000;
    text-decoration: none;
} 
.grdView .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }   
.grdView .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }   
.grdView .pgr table { margin: 5px 0; } 
.grdView .pgr td {    
    border-width: 0;    
    padding: 0 6px;    
    border-left: solid 1px #666;    
    font-weight: bold;    
    color: #fff;    
    line-height: 12px;
}     
.grdView .pgr a { color: #666; text-decoration: none; }   
.grdView .pgr a:hover { color: #000; text-decoration: none; }

.grdView .top
{
    vertical-align: top;
}
.grdView .topRight
{
    vertical-align: top;
    text-align: right;
}
.grdView .topLeft
{
    vertical-align: top;
    text-align: Left;
}
.grdView .topCenter
{
    vertical-align: top;
    text-align: center;
}
.grdView label
{
    white-space: nowrap;
}
.sortArrorwFloatRight
{
    float:right;
}
/* Provider Search  
----------------------------------------------------------*/
.pnProviderSearch
{
    margin: 0px auto;
    padding:5px;
    border: 1px soplid #496077;
    width:600px;
}
/* adminRegisterAccount  
----------------------------------------------------------*/

.RegisterAccount label
{
    width: 12em;
    color: #000000;
    font-weight: bold;
}
.RegisterAccount input[type="text"],.RegisterAccount input[type="password"]
{
    display: inline-block;
    width: 250px;
    color: #000000;
}
.RegisterAccount .failureNotification
{
    margin-left: 120px;
}
.RegisterAccount .failureNotification2
{
    margin: 10px 0px 10px 0px;
    color: Red;
}
.RegisterAccount input[type="submit"]
{
    width: 12em;
    margin-left: 161px;
}
.RegisterAccount select
{
    width: 250px;
}


/* adminAccounts
----------------------------------------------------------*/

.pnUserDetails .tabMenuContents 
{
    height: 420px;
}
.adminAccountUserBtn
{
    margin-left: 10px;
}
.adminAccountUserDetails
{
    margin-top: 20px;
}
.adminAccountUserDetails label
{
    width: 12em;
    color: #000000;
    font-weight: bold;
}
.userPasswordReset .failureNotification
{
    margin-left: 120px;
    white-space: normal;
}
.adminAccountUserDetails .alignRight
{
    margin-left: 161px;
}
.adminAccountUserDetails input[type="password"]
{
    width:200px;
    display: inline-block;
}

/* elgibility
----------------------------------------------------------*/
.eligChkDetails label
{
    width: 12em;
    color: #000000;
    font-weight: bold;
}
.eligChkDetails input[type="text"]
{
    display: inline-block;
    width: 250px;
    color: #000000;
}
.eligChkDetails .failureNotification
{
    margin-left: 120px;
}
.eligChkDetails input[type="submit"]
{
    width: 12em;
    margin-left: 161px;
}
/* payments
----------------------------------------------------------*/
.paymentsPeriod label
{
    width: 12em;
    color: #000000;
    font-weight: bold;
}
.paymentsPeriod .failureNotification
{
    margin-left: 120px;
}
.paymentsPeriod input[type="submit"]
{
    width: 12em;
    margin-left: 161px;
}
.paymentsPeriod select, .paymentsPeriod input[type="text"]
{
    width: 300px;
}
.payments label
{
    width: 160px;
    color: #000000;
    font-weight: bold;
    text-align: left;
}
.payments .grdView
{
    font-size: 0.9em;
}
.payments h3
{
    margin-bottom:10px;
}
.payments .tblPayments td
{
    text-align: center;
}

.payments .tblPayments
{
    border: colapse;
    color: Black;
    width: 100%;
}

.paySumLeftHdr
{
    text-align: right;
    width: 220px;
    background-color: #B3BD00;
}
.paySumTopHdr
{
    text-align: Center;
    background-color: #B3BD00;
}
.paymentsDownloadBtn
{
    text-align: right;
}
.paymentsPeriod .progressPanel
{
    margin-left: 161px;
    padding: 10px 0px 10px 0px;
    height: 25px;
}
.selectedPayment .progressPanel
{
    padding: 10px 0px 10px 0px;
}
/*
.selectedPayment .tabMenuContents
{
    height: 600px;
}*/
/* myAccount
---------------------------------------------------------*/
.myAccount h3
{
   color: #696969;
   margin-bottom: 20px;
   text-align: center; 
}
.myAccount label
{
    width: 12em;
    color: #000000;
    font-weight: bold;
}

.myAccount input[type="submit"]
{
    margin-left: 160px;
}
.myAccount .splitContainer
{
    margin-top: 20px;
}
/* news
---------------------------------------------------------*/
.newsBody
{
    overflow-y: scroll;
    max-height: 600px;
    padding-bottom: 20px;
}
.newsAdd label
{
    width: 200px;
    margin-right: 0.5em;
    font-weight: bold;
    color: Black;
}
.newsAdd input[type="text"], .newsAdd textarea
{
    width: 600px;
}
.newsAdd textarea
{
    height: 150px;
}
.newsAdd .failureNotification
{
    padding-left: 200px;
}
.newsAdd .headerColumn
{
    width: 200px;
}
.newsAdd .contentColumn
{
    width: 600px;
    text-align: right;
}
.news tr
{
    vertical-align: top;
}
.news .headerColumn
{ 
    width: 200px;
}
.news label
{
    width: 80px;
    font-weight: bold;
    color: Black;
}
.news .contentColumn
{
    width: 600px;
    background-color: #E3E4E6;
}
.newsFeed_Body
{
    margin: auto;
    margin-top: 10px;
    background-color: #B3BD00;
    border: 4px solid #B3BD00;
    overflow-y: scroll;
    max-height: 600px;
    width:600px;
    border-radius: 0px 6px opx 6px;
}
.newsFeed_bubble 
{
    position:relative;
    padding:6px;
    margin: 2px 15px 2px 4px;
    height:100px;
    color:#000000;
    background:#fff;
    border-radius:6px;
}
.newsFeed_bubble_alt
{
    position:relative;
    padding:6px;
    margin: 2px 15px 2px 4px;
    height:100px;
    color:#000000;
    background:#E3E4E6;
    border-radius:6px;
}
.newsItemLbl
{
    display: inline-block;
    width:70px;
}
.LatestNews
{
    border: 2px solid #B3BD00;
    float: right;
    width: 300px;
    position: relative;
}
.LatestNewsHdr
{
    font-size: 1.2em;
    font-weight: bold;
    background-color: #B3BD00;
    height: 25px;
    padding: 6px;
}
.LatestNewsContent
{
    padding: 6px;
}
.LastestNewAlt
{
    background:#E3E4E6;
}
.newsItem
{
    margin: auto;
    margin-top:40px;
    width:600px;
    text-align:justify;
    padding:6px;
    color: #000000;
    background-color: #B3BD00;
    border-radius:4px;
}
.newsItem_Title
{
    color: #fff;
    font-size: medium;
    font-weight: bold;
}
.newsItem_PostOn
{
    font-size: 0.9em;
}
/* PasswordChange  
----------------------------------------------------------*/

.PasswordChange label
{
    width: 12em;
    color: #000000;
    font-weight: bold;
}
.PasswordChange input[type="text"],.PasswordChange input[type="password"]
{
    display: inline-block;
    width: 250px;
    color: #000000;
}
.PasswordChange .failureNotification
{
    margin-left: 120px;
}
.PasswordChange input[type="submit"]
{
    width: 12em;
    margin-left: 161px;
}
.PasswordChange select
{
    width: 250px;
}
.PasswordChange .block
{
    margin-left: 161px;
}

/* MISC  
----------------------------------------------------------*/
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px 20px 10px 0px;
    color: White;
}
.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}
.clear
{
    clear: both;
}
.failureNotification
{
    font-size: 1.1em;
    color: Red;
}
.validator
{
    font-size: 1.1em;
    color: Red;
}
.bold
{
    font-weight: bold;
}
.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.splitContainer
{
    white-space: nowrap;
    width: 100%;
    vertical-align: top;
}
.split
{
    display:inline-block;
    width:50%;
    vertical-align: top;
}
.split select 
{
    width:250px;
}
label
{
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    }
.btnLink
{
    text-align: left;
}
.btnLink:hover
{
    text-align: left;
    color: #E3E4E6;
}
.col1
{
    display:inline;
    width: 100px;
}
.col2
{
    display:inline;
    width: 100px;
}
.col3
{
    display:inline;
    width: 100px;
}
.dash_Box
{
    width: 200px;
    height: 200px;
    text-align: center;
    border: 1px solid black;  
}
.dash_value
{
    height: 80%;
    border: 1px solid black;
}
.dash_label
{
    height: 20%;
    
    border: 1px solid black;
}
.DataTile1_Value
{
    width: 200px;
    height: 180px;
    border: 1px solid #E3E4E6;
    background-color: #E3E4E6;
    color: #fff;
}
.DataTile1_Desc
{
    width: 200px;
    height: 20px;
    border: 1px solid #E3E4E6;
    background-color: #E3E4E6;
    color: #fff;
}
.btnEdit
{
    background:url(../Images/Edit.png);
    width: 30px;
    height:30px;
}

.btnSubmit
{
    height: 25px;
    font-weight: bold;
    color: #000000;
    background-color: #E3E4E6;
    border: 1px solid #B3BD00;
    border-radius: 2px;
}
.btnSubmit:hover
{
    height: 25px;
    font-weight: bold;
    color: #fff;
    background-color: #830065;
    border: 1px solid #830065;
    border-radius: 2px;
}
.help h3, .privacy h3
{
   font-weight: bold;  
   margin-bottom: 8px;
}
.help a, .privacy a
{
    padding: 0px 5px 0px 5px;
}
.nodeStyle
{
    font-size: 1.1em;
    padding:5px;   
}
.nodeStyle a
{
    color: #000000;  
}
.nodeStyle a:hover
{
    background-color:  #E3E4E6;  
}

.paymentsNewSearchBtn
{
    margin-top: 10px;
}

.imgIcon
{
    width: 30px;
    height: 30px;
}
.dropdownlist_provider
{
    width: 350px;
}

.contacUs h3
{
    color: #000000;
    font-weight: bold;
}
.contacUs label
{
    color: #000000;
    font-weight: bold;
}
.contacUsAddress
{
    display: block;
}
.leftAlgin
{
    text-align: left;
}

.dashTileContainer
{
    display:inline-block; 
    height: 120px;
    border: 2px solid #B3BD00;
    background-color: #B3BD00;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.dashTileContainerAlt
{
    display:inline-block; 
    height: 120px;
    border: 2px solid #830065;
    background-color: #830065;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.dashTileValue
{
    height: 80%;
    width: 120px;
    font-size: 3em;
}
.dashTileDesc
{
    height: 20%;
    width: 120px;
    font-size: 1em;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
.labelBlock
{
    display: block;
}

.form
{
    margin-top: 50px;
    margin-bottom: 50px;
}
.form p 
{
    width: 400px;
}
.form label
{
    width: 100%;
    text-align: left;
}
.form input[type="text"], select
{ 
    width: 380px;
    padding: 0px;
}
.form input[type="number"]
{    width: 129px;
}
.form .failureNotification
{
    margin-bottom:20px;
}
.form input[type="submit"]
{
    
}

.timeBox
{
    display: table;
    height:54px;
    width:105px;
    float:left;
    margin-bottom: 10px;
}
.timeBox_label
{
    width:105px;
    text-align: left;
}
.timeBox_left
{
    width:50px;
    float:left;
    display: table-cell;
    vertical-align: bottom;
}
.timebox_right
{
    width:50px;
    float:left;
    display: table-cell;
    vertical-align: bottom;
}
.timeBox_closed
{
    display: table-cell;
    vertical-align: bottom;
}
.timeBox_closed label
{
    width:50px !Important;
}
.timeBox label
{
    width: 100%;
    text-align: left;
}
.timeBox select
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.linkBtn a
{
    text-align: left;
    color: #000000;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}
.linkBtn a:hover, .linkBtn a:focus
{
    text-decoration: underline;
    color: #1d60ff;
}