﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #f3f3f3;     /* default - ; */
    font-size: .90em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #2F2F2F;
}

a:link, a:visited
{
    color: #034af3;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}


a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


p.listintro{
    margin-bottom:0;
}

/* Need this to display text from a textbox in a label and preserve formatting (line breaks etc)
and the white-space is so that it stays the correct width and doesn't extend across the page */
pre{
    /* font-size: .90em; */
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #2F2F2F;
    width: 100%;                          /* specify width  */
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
}

ul.closer
{
    margin-top:0;
}

img
{
    border:0;
}

.qubRed {
    color: #D6000D;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #D6000D;     /* default - #666666; */
    /* font-variant: small-caps; - default setting */
    text-transform: none;
    font-weight: 200;
    margin-bottom:0px;
}

h1
{
    font-size: 1.5em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight:600;
}

h2
{
    font-size: 1.4em;
    font-weight: 600;
    padding-bottom:0px;
    margin-bottom:0;
}

h3
{
    font-size: 1.2em;
    font-weight: 600;
    padding:5px 0;
}

h4
{
    font-size: 1em;
    font-weight:600;
}

h5, h6
{
    font-size: 0.90em;
}

.highlight
{
     color: #D6000D;
     font-weight:bold;
}

/* 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;
}

h3.caption
{
    padding-bottom:10px;
    color:#D6000D;
    font-weight:bold;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 90%;
    background-color: #fff;
    margin: 0px auto;
    padding-bottom:20px;
    /* border: 1px solid #496077; */
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    /* background: #D6000D; */
    width: 100%;
    background:url(../images/banner.png) repeat-x 0px 0px;
    
}

.header h1, .header h2
{
    font-weight: 700;
    margin: 0px;
    padding: 35px 0px 0px 60px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 1.8em;
    float:left;
}

.header h2
{
    font-weight: 500;
    padding-left: 10px;
}


.header img
{
    float:left;
    padding:20px;
}
.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
{
    
    width:90%;
    background:#9B9B9B;
    margin:0px auto;
    padding:0;
}

.footer_content
{
    position:relative;
    margin:0px;
    padding:10px 0;
    background:#D8D8D8;
    width:100%;
    float:left;
}

.footer p{
	margin:0;
	padding:10px;
	float:left;
	line-height:normal;

}

.footer img{
	margin:0;
	padding:0 20px;
	float:right;

}

.footer p.copyright
{
    float:left;
}


#container
{
    float:left;
    padding-bottom:20px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.breadcrumb {
    background-color: #9B9B9B; /* default - #3a4f63; */
    padding: 10px 20px;
    color: #FFFFFF;
}

div.breadcrumb a
{
    color:#FFFFFF;
}

div.breadcrumb span
{
    padding:0;
}

div.breadcrumb a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

img[alt='Skip Navigation Links'] {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}




/* 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  
----------------------------------------------------------*/

.buttonClass
{
    padding: 10px 15px;
    text-decoration: none;
    border: solid 1px Grey;
    background-color: #F1F1F1;
    cursor: pointer; 
    
}

.buttonClass:hover
{
    border: solid 1px Grey;
    background-color: #ffffff;
    text-decoration: none;
    cursor: hand; 
    
}

.calendar
{
    font-size:90%;
}

input[type=submit]
{
   padding:6px;
}

input[type="text"]:disabled
{
    color:#000;
}

textarea
{
    width:500px;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:6px;
	padding:4px;
	font-size:small;
}

.datepicker
{
    text-align:center;
}


.ListviewTable tr.header th{
    background-color: #8F0E20;
    color: #FFFFFF;
    text-align:center;
    padding:10px 5px;
}

.ListviewTable tr.header2 th{
    background-color:#8F0E20;
    color: #FFFFFF;
    text-align:center;
    padding:5px 5px;
}

.ListviewTable tr.headerBlue th {
    background-color: #2E69B2;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 5px;
    vertical-align: top;
}

.ListviewTable td
{
    padding:3px 10px;
}

.ListviewTable .spaced td {
    padding: 10px 10px;
}

.altrow{
    background-color:#D8D8D8;
}  

.ListviewTable tr.footer td{
    background-color: #8F0E20;
    color: #FFFFFF;
    text-align:center;
    padding:0;
}

.ListviewTable tr.footerBlue td {
    background-color: #2E69B2;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
}  


.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align:center!important;
    width: auto;
}

.loginDisplay
{
    font-size: 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
{
    color: Red;
}

.errorMsg
{
    padding:10px 0;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.notbold
{
    font-weight:normal;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.menuContainer
{
    width:60%;
}

ol, ul{
	margin-left:5px;
	padding-left:20px;
	margin-bottom:10px;
}

li{
	padding:4px 0;
}

/* ol, ul{
	margin-left:5px;
	padding-left:20px;
	margin-bottom:20px;
}

li{
	padding:8px 0;
} */

ul.menu li
{
    padding:10px;
}



/* use for half half split */
.col
{
    width:50%;
    float:left;
}

/* use for 2/3, 1/3 split */
.col_2thirds
{
    width:75%;
    float:left;
}

.col_1third
{
    width:25%;
    float:left;
}

.inner
{
    width:95%;
    margin:0;
}

.borderLeft
{
    border-left:2px solid #dedede;
    padding:0 10px;
}

.tipBox {
  border: 2px solid #dedede;
  padding:20px;
  width:80%;
  margin:0 auto;
} 

.tipBox h3
{
    padding:0 0 10px 0;
    margin:0;
}

 
ul.tips li
{
    padding:6px 0;
}

ul.tips
{
   padding:0 0 0 25px;
   margin:0;
}

.optionTable
{
    padding:10px 0;
    border-collapse:collapse;
}

.optionTable th{
	text-align:left;
	padding:10px 0;
}

.optionTable th.right{
	text-align:right;
}

.optionTable td{
	padding:10px 10px;
}

.optionTable.closer td
{
    padding:2px 10px;
}

.spacedTable
{
    margin:10px 0;
    padding:10px 0;
    border-collapse:collapse;
}

.spacedTable th{
	text-align:left;
	padding:5px 10px 5px 0;
}


.spacedTable td{
	padding:5px 10px 5px 0;
}


 
.greyBorder
{
    border:2px solid #dedede;
    padding:10px;
    margin-bottom:20px;
}

.ceremonyTable 
{
    padding:10px 0;
    border-collapse:collapse;
    width:95%;
}

.ceremonyTable th{
	text-align:left;
}

.ceremonyTable td{
	padding:10px 20px;
	vertical-align:top;
}

.detailView_header
{
    padding:10px 10px;
    font-weight:bold;
}

.short
{
    width:80px;
}

.tall
{
    width:300px;
}

.wideAndLong
{
    width:300px;
    height:150px;
}

.tallAndLong
{
    width:600px;
    height:250px;
}

.widerAndLong
{
    width:600px;
    height:150px;
}

.wider {
    width: 600px;
    height: 50px;
}


.taller
{
    width:450px;
}

.btnRight
{
    margin-left:30px;
}

.hover
{
    cursor:pointer
}

.panelArea
{
    padding:10px 0;
}

.panelTitle
{
    background-color:#b6b7bc;
    color:#FFFFFF;
    width:900px;
    padding:4px 0;
}

.panelContent
{
    background-color:#F1F1F1;
    width:900px;
}

.content
{
    width:900px;
    height:30px;
}

.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}

.breakFloat
{
    float:left;
    clear:both;
}


.spaced
{
    padding:10px 0;
}

hr.spaced
{
    margin:20px 0;
    padding:0!important;
}

.exportOptions
{
    padding:10px 0;
}
 
.imgSpaced
{
    padding-top:40px;
}  

#layouttable
{
    width:70%;
    padding-top:20px;
} 


.borderTable
{
    border-collapse:collapse;
}

.borderTable th, .borderTable td
{
    border:1px solid #999;
    padding:4px;
   
}

.borderTable th
{
    background-color:#DCDCDC;
    padding:10px 4px;
}

.pdf-icon{
	background:url(../images/icon-pdf.gif) no-repeat 0px 0px;
	padding-bottom:4px;
	padding-top:1px;
	padding-left:20px;

	
}

.Con{
    background-color:#DBFF91;   
}
            
.ConPer{
    background-color:#E1FFA4;  
}
     
.Emm{
    background-color:#DFFCFD; 
}
      
.EmmPer{
    background-color:#E4FAFA;   
}
               
.Cost{
    background-color:#FFFFAA;   
}
             
.CostPer{
    background-color:#FFFFBB;   
} 

#MainContent_DailyIFrame{
    display:block;
    width:950px;
    border:none;
    height:700px;
}


/*Pager Styles For Gridviews*/

#gridDiv
{
    width:1150px;
    padding-top:5px;
}

#gridDivNarrow
{
    width:600px;
}

/* Hightlights the current page of the GridView */
.gvPagerCss span
 {
    background-color:#DEE1E7;
    font-weight:bold;

 }  
 /* Spacing between the page numbers */
 .gvPagerCss td
  {
    padding:5px;  
  }
  
  /* Suzy - Not sure what that is for */
.pager span
{
    color:Black;
    font-weight:bold;
    font-size:13pt;
}

.textLeftChar
{
    text-align:left;
}


.txtCenter
{
    text-align:center;
}

.txtRight
{
    text-align:right;
}
.txtLeft {
    text-align: left;
}


.FilterRow
 { 
border:1px solid #000; 
margin-bottom:4px;

} 

.option.blue 
{
    background-color:blue;
}

.popupControl{
    border: #060F40 2px solid;
    color: #060F40;
    background: #ffffcc;

}
.HeaderRow
 { 
border:1px solid #000; 
margin-right:4px;
} 
 .Gridth
{
    border:1px solid gray; border-top-width: 0px; border-bottom-width:0px;
}
 
.accordion {  
    width: 400px;  
}  
          
.accordionHeader   
{
    /* 2E4d7B */
    border: 1px solid #2E69B2;  
    color: white;  
    background-color: #2E69B2;  
    font-family: Arial, Sans-Serif;  
    font-size: 12px;  
    font-weight: bold;  
    padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
}  
          
.accordionHeader.selected  
{
    /* Change to Queen's burgendy */ 
    background-color:#D6000D;
    border: 1px solid #D6000D;  
}  
          

.accordionContent{
    background-color: #FFFFFF;
    border: 1px dashed #2E69B2;
    border-top: none;
    padding:20px;
}

.accordionContent li
{
    padding:5px;
} 


.accordionContent p
{
    padding-top:0;
    margin-top:0;
}

/*Progress Divs*/
.popup-div-background
{
    position:absolute;
    top: 0;
    left: 0;

    background-color:#ccc;
    filter:alpha(opacity=90);
    opacity:0.9; 

    /* the following two line will make sure
    /* that the whole screen is covered by
    /* this transparent layer */

    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%
}
.popup-div-front
{
    background-color: #ffffff;
    color: black;
    width: 40%;
    text-align: left;
    vertical-align: middle;
    position: absolute;
    top: 42%;
    left: 28%;
    bottom:4%;
    font-weight:bold;
    padding: 30px 25px 25px 25px;
    font-family:Verdana;
    height:54%;
} 

#reportdiv
{
    margin-top:10px;
    height:auto;
    width:auto;
}

.errorBox
{
    border:1px solid #FF0000;
    max-height:300px;
	Width:400px;
	background-color:White;
	padding:5px;
}

.radioOptions label
{
    padding-right:40px;
}

.hideGridColumn
{
    display:none;
}

.multiMenu
{
    font-size:110%;
}

.multiMenu ul li a
{
   padding:20px 0 10px 0;
}

.multiMenu ul.level1 a:hover
{
    color:#555;
}

.multiMenu ul li a.level2
{
    font-size:90%;
    padding:10px 0 10px 20px!important;
    background: url(../images/arrow.gif) no-repeat 5px 12px;
}

.multiMenu ul li a.level2:hover
{
    color: #1d60ff!important;
    text-decoration: underline!important;
}

.singlemenu li a
{
    padding:5px 0 5px 20px!important;
    background: url(../images/arrow.gif) no-repeat 5px 13px;
}

.nodeLevel1
{
    font-size:90%;
    font-weight:bold;
}
.nodeLevel2 a
{
    font-size:90%;
    padding:5px 0 5px 20px!important;
    background: url(../images/arrow.gif) no-repeat 5px 12px;
}

.radioListInPanel{
    overflow:auto;
    width:100%;
    height:435px;
    background-color:#FFF;
}