﻿/*********************************************************
*					Defaults							 *
**********************************************************/
body
{
background-color: #C1C1C1;
text-align: center !important; /*needed to center container on page for ie 5*/;
padding: 0px;
margin: 0px;
}
table
{
margin: 0px;
padding: 0px;
text-align: left;
border-collapse: collapse;
width: 100%;
}
table > caption
{
display: none;
}
table[id^=user_fields] > caption
{
display: table-caption;
}
td
{
font-family: Arial, Verdana, sans-serif;
font-size: .9em;
padding: 0px;
margin: 0px;
}
a
{
color: #376091;
font-weight: bold;
text-decoration: none;
}
a:hover
{
color: #990000;
text-decoration: underline;
}
ol li
{
list-style: decimal outside none;
padding: 0px 0px 12px 0px;
}
ul li
{
padding: 0px 0px 12px 6px;
}
/***************************************
*         Container Styles             *
****************************************/
table.layout
{
  width: 760px;
  height: 500px;
  padding: 0px;
  margin-left: auto; /*centers container for non-ie*/
  margin-right: auto;
  background-color: #FFFFFF;
}
/***************************************/
/*        Banner Styles                */
/***************************************/
td.banner
{
  vertical-align: top;
  height: 160px;
  width: 760px;
  background-image: url('../images/bsrb_banner.png');
  background-repeat:no-repeat;
  background-size: 100% 160px;							  
}
table.banner
{
}
/***************************************
*         Left Column Styles           *
****************************************/
.checklistItemCell2 a.checklistItemAnchor
{
  font-size: 12px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #C1C1C1;
  border-top: 1px solid #FDFDFD;
  color: #333333;
  padding: 0.4em 0pt 0.4em 0.7em;
  text-decoration: none;
}
.checklistItemCell2 a.checklistItemAnchorRequired
{
  font-size: 12px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #C1C1C1;
  border-top: 1px solid #FDFDFD;
  color: #D60000;
  padding: 0.4em 0pt 0.4em 0.7em;
  text-decoration: none;
  text-transform: uppercase;
}
.checklistItemCell2 a.checklistItemAnchorRequired:after
{
  content: "*"
}
td.left /*Container*/
{
  vertical-align: top;
  padding-top: 15px;
  padding-left: 3px;
}
table.left /*Content*/
{
  width: 174px;
  background-color: #F2F2F5;
  border-right: 1px solid #C1C1C1;
}
td.sectiontitle
{
  background-color: #366092;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0px 15px;
}
td.sectiontitle h2
{
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
}
td.left a
{
  font-size: 12px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #C1C1C1;
  border-top: 1px solid #FDFDFD;
  color: #333333;
  padding: 0.4em 0pt 0.4em 0.7em;
  text-decoration: none;
}
td.left a:link, td.left a:visited
{
  font-weight: normal;
}
td.left a:hover
{
  font-weight: normal;
  background-color: #CEDBEC;
  color: #333333;
  text-decoration: none;
}
/***************************************
*         Error Message Styles         *
*     font color is hard coded red     *
****************************************/
.error
{
  color: #D60000;
}
td.error /*container*/
{

}
table.error /*content*/
{
  background-color: #FFFFFF;
}
table.error td
{
  font-weight: bold;
  font-size: .8em;
}
/***************************************/
/*        Footer Styles                */
/***************************************/
td.footer /*container*/
{
  height: 40px;
  background-image: url('../images/footer.gif');
  background-repeat: no-repeat;
  background-size: 100% 40px;
}
table.footer /*content*/
{
  color: #FFFFFF;
  margin-top: 12px;
}
td.footer a
{
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  padding: 12px;
}
td.footer a:hover
{
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: normal;
}
/***************************************/
/*        Center Column Styles         */
/*        (main content area)          */
/***************************************/
td.center /*container*/
{
  vertical-align: top;
  height: 575px;
  padding: 15px;
  width: 100%;
}
table.center /*content*/
{
  background-color: #FFFFFF;
}
td.pagetitle
{
  color: #990000;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 1.2em;
  padding: 0.5em 20px 3pt;
  border-bottom: 1px solid #B4C4D3;
}
td.pagetitle h2
{
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
}
td.instructions
{
  padding: 12px 3px 15px 3px;
}
p#note
{
  padding: 0px 40px 0px 40px;
}
h1
{
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: .9em;
  padding-top: 18px;
  color: #17365D;
  border-bottom: 1px solid #548dd4;
}
td.signature
{
  border-bottom: 1px solid;
  height: 50px;
}
/* Repeater List Styles */
.llheader
{
  font-size: 12px;
  font-weight: bold;
  background-color: #4E76B6;
  color: #FFFFFF;
  padding: 4px 0px 4px 4px;
}
.llheader a
{
  color: #FFFFFF;
  padding: 0px 0px 0px 20px;
  font-size: .9em;
  text-decoration: underline;
}
.glabel
{
  font-size: .8em;
  color: #4E76B6;
  padding: 0px 0px 0px 2px;
}
.gdata
{
  font-size: 0.8em;
}
.radio
{
	padding-right: 6px;
}
/* Data Grid Header/Footer/Item/Alternating Styles */
.gheader td, .gheader th
{
  padding: 4px 0px 4px 0px;
  text-align: center;
  background-color: #4E76B6;
  color: white;
  font-size: 11px;
  font-weight: bold;
}
.gfooter td
{
  padding: 4px 0px 4px 0px;
  text-align: center;
  background-color: #4E76B6;
  color: white;
  font-size: 11px;
  font-weight: bold;
}
.gdetail td
{
  text-align: left;
  font-size: 11px;
}
.galt td
{
  text-align: left;
  background-color: #F2F2F5;
  font-size: 11px;
}
td.gtreedepth
{
  text-align: left;
  font-family: Courier, monospace;
  padding-right: 3px;
}
/* Form Styles */
td.label
{
  width: 20%;
  text-align: right;
  font-size: .7em;
  font-weight: bold;
  padding: 0px 6px 0px 0px;
}
td.topLabel
{
  width: 20%;
  text-align: left;
  font-size: .7em;
  font-weight: bold;
  padding: 0px 6px 0px 0px;
}
td.label1
{
  width: 30%;
  font-weight: bold;
  text-align: right;
  font-size: .7em;
  padding: 9px 6px 0px 0px;
}
td.label2
{
  width: 15%;
  font-weight: bold;
  text-align: right;
  font-size: .7em;
  padding: 0px 6px 0px 0px;
}
td.example
{
  font-size: .7em;
  text-align: left;
  color: #17365d;
  vertical-align: top;
  padding: 0px 0px 0px 6px;
}
td.example2
{
  font-size: .9em;
  text-align: left;
  color: #17365d;
  vertical-align: top;
  padding: 0px 0px 0px 6px;
}
td.textbox
{
  padding: 6px 3px 0px 0px;
}
input.textbox
{

}
td.button /*container*/
{
  padding-top: 24px;
}
input.button /*content*/
{
  width: 120px;
  background-color: #f4f4f4;
  text-align: center;
  font-weight: bold;
  font-size: 8pt !important;
  padding: 2px;
  color: #366092;
}
.button a, .button a:hover
{
  width: 120px;
  border: 2px solid #4B7CB5;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 8pt !important;
  padding: 2px;
  text-decoration: none;
}
td.ccradio
{
  background-color: #4E76B6;
  color: #FFFFFF;
  width: 5%;
}
.lblDelete
{
	color:#D60000;
	font-size:10pt;
}

/* Styles Not For Printing */
@media print
{
td.banner {display: none;}
td.left   {display: none;}
td.footer {display: none;}
.button   {display: none;}
}

.cartItemDesc
{
    font-weight: bold;
    display: block;
    text-align: left;
    padding-left: 5px;
}

.feeItemDesc
{
    display: block;
    text-align: right;
    padding-right: 5px;
}

.hidden
{
    display: none;
}

.pendingApproval 
{
    color:#0000FF;
    font-weight: bold;
    padding: 9px 6px 0px 0px;
}
