﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #08082a;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #404040;
}

/*----------all the other stuff-------------------------*/

/* bt 2462 */
.textAlignLeft
{
    text-align: left;
}

.txtColorNorm
{    
    color: #404040;
}
.txtColorRed
{    
    color:Red;
}
.txtColorGrayLight
{
    color: #c3c3c3;
}
.txtColorGrayMed
{
    color: #7f7f7f;
}

a:link 
{
    color: #0b236b;
}
a:visited
{
    color: #3b5ab5;
}


a:hover
{
    color: #5c72b5;
    text-decoration: none;
}

a:active
{
    color: #3b5ab5;
}


.bldtxt
{
    font-weight: bold;
}
.bldbigtxt
{
    font-weight: bold;
    font-size: 1.2em;
}
.bigtxt
{
    font-size: 1.2em;
}

.ittxt
{
     font-style:italic;
}

.txtWarnStar
{
    font-weight: bold;
    color:Red;
}


p
{
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.4em;
}

p.close2next
{
    margin-bottom: 0px;
}
p.close2prev
{
    margin-top: 0px;
}
p.close2both
{
    margin-bottom: 0px;
    margin-top: 0px;
}

p.pad20
{
    padding-left: 20px;
}

p.pad40
{
    padding-left: 40px;
}

.topMsgMINOR
{
    padding-left: 147px;
    color: #404040; 
}
.topMsgNORMAL
{
    padding-left: 147px;    
    color:#06061c;
}
.topMsgIMPORTANT
{
    padding-left: 147px;
    color:Blue;
}
.topMsgHIGH
{
    padding-left: 147px;
    color: Red;
}



.pad20
{
    padding-left: 20px;
}

.pad30
{
    padding-left: 30px;
}

.pad40
{
    padding-left: 40px;
}
.pad147
{
    padding-left: 147px;
}


.txtBodyA
{
    padding-left: 50px;
     text-align: left;          
}

.txtBodyB
{
    padding-left: 10px;
     text-align: left;          
}

.txtBodyN
{
    padding-left: 50px;
     text-align: left;  
     width: 600px;        
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #06061C;
    font-variant: normal;
    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;
    font-weight: 500;
}
h3.closeprev3
{
    margin-top:0px;
    font-size: 1.2em;
    font-weight: 500;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;

}
h6
{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;    
    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   
----------------------------------------------------------*/

.page
{
    width: auto;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #5c72b5;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #0b236b;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{    
    background-color:#8296a1;
    width:100%;
    margin: 0px auto;     
}

div.hideSkiplinXNoColor
{    
    width:100%;
    margin: 0px auto;   
}

div.bgTop
{
    background-color:#8296a1;
    width:100%;
    margin: 0px auto;
	background: url(images/bottom_all.gif) left 5px repeat-x    
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #3b5ab5;
    border: 1px #5c72b5 solid;
    color: #9fc4d6;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #9fc4d6;
    color: #3b5ab5;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #3b5ab5;
    color: #9fc4d6;
    text-decoration: none;
}





/* Main Grid View Style - simple */
.gvsimple
{
   padding: 0px;
   margin: 0;
   
   border: 2px solid #707070;
   font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
   font-size: 0.9em;
   color: #404040;
}

.gvsimple td
{   
   
   padding-left: 5px;
   padding-right: 5px;
   
}

.gvsimple tr.header
{  
   padding: 5px; 
   background-color: #CFCFCF;
   height: 21px;
   vertical-align: middle;
   text-align:left;
   font-weight: bold;
}
.gvsimple th
{   
   padding: 5px;
   background-color: #CFCFCF;
   height: 21px;
   vertical-align: middle;
   text-align:left;
   font-weight: bold;
}
.gvsimple tr:first-child
{   
   padding: 5px;
   background-color: #CFCFCF;
   height: 21px;
   vertical-align: middle;
   text-align:left;
   font-weight: bold;
}

.gvsimple tr
{
   background-color: #F2F2F2;
   height: 10px;
   vertical-align: middle;
   text-align:left;
}

.gvsimpLabelPad
{
    padding: 5px;
}
.gvsimpLabelBoldPad
{
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 25px;
    font-weight: bold;
    text-align: right;
}
.gvsimpTxtBoxBold
{    
    font-weight: bold;
    text-align:right;
    padding-right: 15px;
    width: 80px;   
}


/* plain tble with no borders etc. START */
.gvplain
{
   padding: 0px;
   margin: 0;

}

.gvplain td
{   
   
   padding-left: 5px;
   padding-right: 5px;
   
}

.gvplain tr.header
{  
   padding: 5px; 
}
.gvplain th
{   
   padding: 5px;
}
.gvplain tr:first-child
{   
   padding: 5px;
}

.gvplain tr
{
   vertical-align: middle;
   text-align:left;
}
/* plain tble with no borders etc. END */


/* Another Grid View Style - important - This Brings Out the Table as a main part of the page - not subtle*/
.gvimportant
{
   padding: 0px;
   margin: 0;
   
   border: 1px solid #5C72b5;
   font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
   font-size: 1.1em;
   color: #041446;
}

.gvimportant td
{   
   
   padding-left: 5px;
   padding-right: 5px;
   
}

.gvimportant tr.header
{  
   padding: 5px; 
   background-color: #5c72b5;
   height: 21px;
   vertical-align: middle;
   text-align:center;
   font-weight: bold;
   color:#f9f9f9;
}
.gvimportant th
{   
   padding: 5px;
   background-color: #5c72b5;
   height: 21px;
   vertical-align: middle;
   text-align:center;
   font-weight: bold;
   color:#f9f9f9;
}
.gvimportant tr:first-child
{   
   padding: 5px;
   background-color: #5c72b5;
   height: 21px;
   vertical-align: middle;
   text-align:left;
   font-weight: bold;
   color:#f9f9f9;
}

.gvimportant tr
{
   background-color: #E3E8F9;
   height: 10px;
   vertical-align: middle;
   text-align:left;
}

.gvimpLabelPad
{
    padding: 5px;
}
.gvimpLabelBoldPad
{
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 25px;
    font-weight: bold;
    text-align: right;
}
.gvimpTxtBoxBold
{    
    font-weight: bold;
    text-align:right;
    padding-right: 15px;
}


.wzBox {
	border-width: 2px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #5c72b5;
	border-collapse: separate;
	background-color: #e3e8f9;
	color: #041446;
	
	width:100%;
	
	
	
	
}

.wzBox td {
	
	padding: 4px;
	border-style:solid;
	border-color: #5c72b5;    
	color: #041446;
	border-width: 0px;
	
    vertical-align:top;
    padding-left:15px;
}

.wzBox td.wLine {
	
	padding: 4px;
	border-style:solid;
	border-color: #5c72b5;    
	color: #041446;
	border-width: 0px;
	
    border-bottom-color:#5c72b5; 
    border-bottom-width: 1px; 
    border-style:solid;          
}

.wzBox td.wLinLeft {
	
	padding: 4px;
	border-style:solid;
	border-color: #5c72b5;    
	color: #041446;
	border-width: 0px;	
    border-left-color:#5c72b5; 
    border-left-width: 1px; 
    border-style:solid;          
}

.wzCombo 
{
    color: Black;
    font-weight:bold;  
    font-size:small;
    
}




.wzCal
{
    font-size:small;
}




/* 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: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}


/* MISC  
----------------------------------------------------------*/

    
.hideGVCol
{
    display: none;
}
.showGVCol
{
    display: block;
}
.cssPager span
{
    font-size: 15pt;
}
.cssPager td
{
    padding-left: 4px;
    padding-right: 4px;
}
.linkbuttonImage
{
    display:inline-block
}
    
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


.txtCenter
{
     text-align: center;
}



.buttonshort 
{
     height: 25px;
}

.buttonbig 
{
     width: 150px;
}
.buttonbigger 
{
   width: 200px;
}

.tableDebug
{
    border-color:Orange;
    border-width:thick;        
}


.tableMainOuter
{
    width: 102%;    
}

.tableMainOuter td
{    
    vertical-align:text-top;
}


.tableMainColLeft
{
    width: 100px;  
    padding-right: 20px;
}

.tableMainColThinLeft
{
    width: 20px;  
    padding-right: 10px;
}

.tableMainColMiddleContent
{
    width: auto;
}

.tableMainColRight
{
    width: auto;
}
.tableMainColRSideWithTop
{
    width: auto;
    vertical-align: top;
    
}


.button {
   border-top: 1px solid #9fc4d6;
   background: #3b59b5;
   padding: 6.5px 13px;
   color: #f9f9f9;
   font-size: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #9fc4d6;
   background: #9fc4d6;
   color: #3b59b5;
   }
.button:active {
   border-top-color: #8296a1;
   background: #8296a1;
   }
   
   
   
.addButtonStyle 
{
         border: 1px solid #e1ecfc;     
         background-color: #F7B5E6;     
         color: #B7F9B7;     
         background-image: url(/Images/h2.gif);     
         background-repeat: repeat-x; 
         }    