﻿body
{
    position: relative;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    /*background-color: #5c87b2;*/
}

#header
{
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    color: #000;
    padding: 0;
}

#title
{
    float:left;
    position: relative;
    margin-top: 10px;
}

#logo
{
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
}

#titleText
{
    float:left;
    position: relative;
    height: 80px;    
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;    
    display:block;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    text-align:left;
}

#titleBullets
{
    float:left;
    position: relative;
    margin-left: 0px;
    margin-top: 2px;
    padding: 0px;
    line-height: 14px;
    list-style-type: none;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    text-align:left;
}

#titleBullets li
{
    margin: 0px;
}

#logindisplay
{
    float: right;
    position: relative;
    display: block;
    margin-top: 10px;
    font-size:1.1em;
    text-align:right;
    height: 80px;
}

#page
{
    float: left;
    position: relative;
    width: 900px;
	left: 50%;
	margin-left: -450px;
}

#footerSpacer 
{
    float: left;
    position: relative;
    width: 100%;
    height: 100px;
}

#pageSubWrapper
{
    float: left;
    position: relative;
    width: 100%;
}

#menucontainer
{
    float: right;
    position: relative;
}

#main
{
    float: left;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    /* _height: 1px; only IE6 applies CSS properties starting with an underscrore */
}

#mainSubWrapper
{
    float: left;
    position: relative;
    width: 100%;
}

#indexHeader 
{
    float: left;
    position: relative;
    width: 100%;
}

.generalLayoutWrapper
{
    float: left;
    position: relative;
    width: 100%;
}

.generalLayoutSubWrapper
{
    float: left;
    position: relative;
}

.generalLayoutTopSpacer
{
    float: left;
    position: relative;
    height: 30px;
    width: 850px;
    margin: 0px;
    padding: 0px;
}

.documentLayoutWrapper
{
    float: left;
    position: relative;
    width: 100%;
}

.documentLayoutSubWrapper
{
    float: left;
    position: relative;
}

.documentLayoutTopSpacer
{
    float: left;
    position: relative;
    height: 30px;
    width: 850px;
    margin: 0px;
    padding: 0px;
}

.menuSeparator 
{
    float: right;
    position: relative;
    line-height: 22px;
    margin-bottom: 2px;
}

#selectIssueDate 
{
    float: right;
    position: relative;
    margin-bottom: 6px;
    margin-left: 25px;
}

#selectIssueDateForm
{
    margin: 0px;
}

.documentsHomePage 
{
    float: right;
    position: relative;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 12px;
}

.documentsHomePage a:link
{
    text-decoration: underline;
}

.documentsHomePage a:visited
{
    text-decoration: underline;
}

.documentsHomePage a:hover
{
    text-decoration: none;
}

.homePage
{
    float: right;
    position: relative;
    line-height: 22px;
    margin-bottom: 2px;
    font-size: 12px;
}

.homePage a:link
{
    text-decoration: underline;
}

.homePage a:visited
{
    text-decoration: underline;
}

.homePage a:hover
{
    text-decoration: none;
}

#nextPage 
{
    float: right;
    position: relative;
    line-height: 22px;
    margin-bottom: 2px;
    font-size: 12px;
}

#nextPage a:link
{
    text-decoration: underline;
}

#nextPage a:visited
{
    text-decoration: underline;
}

#nextPage a:hover
{
    text-decoration: none;
}

#previousPage 
{
    float: right;
    position: relative;
    line-height: 22px;
    margin-bottom: 2px;
    font-size: 12px;
}

#previousPage a:link
{
    text-decoration: underline;
}

#previousPage a:visited
{
    text-decoration: underline;
}

#previousPage a:hover
{
    text-decoration: none;
}

.coverImageBlock
{
    float: left;
    width: 400px;
    margin-left: 35px;
}

.coverImage
{
    width: 400px;
    border: 1px solid #333333;
}

.coverBottomSpacer
{
    float: left;
    position: relative;
    height: 30px;
    width: 395px;
}

.thumbImageBlockIndex
{
    float: left;
}

.thumbImageBlockOther
{
    float: left;
}

.coverTitle
{
    float: left;
    position: relative;
    margin-top: 1px;
    width: 398px;
    white-space: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px !important;
    text-align: left;
}

.thumbTitle
{
    float: left;
    position: relative;
    margin-top: 1px;
    width: 165px;
    white-space: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px !important;
    text-align: right;
}

.coverEditDelete
{
    float: left;
    position: relative;
    margin-top: 2px;
}

.thumbEditDelete
{
    float: right;
    position: relative;
    margin-top: 2px;
}


/* LIGHTBOX ELEMENTS   
----------------------------------------------------------*/   
.white_content 
{
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    border: 1px solid black;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

.white_content #uploading_header
{
    margin-left:130px;
    margin-top:20px;
    font-size:22px;
    color:#333333;
}

.white_content #uploading_points
{
    margin-left:30px;
    color:#333333;
}

.white_content #uploading_flash
{
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -38px;
    width: 56px;
    height: 56px;
    background-color:Transparent;
    z-index:1004;
    
}

.white_content #uploading_gif
{
    position: absolute;
    top: 17px;
    left: 90px;
    width: 32px;
    height: 32px;
    background-color:Transparent;
    z-index:1003;
}

.black_overlay
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
.formWrapper 
{
    margin-left: 65px;
    width: 760px;
}

.formHeaderFooter 
{

}

fieldset 
{
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #034af3;
}
a:hover
{
    color: #034af3;
    text-decoration: none;
}
a:active
{
    color: #034af3;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns*/
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}












/*
#logindisplay a:link
{
    text-decoration: underline;
}

#logindisplay a:visited
{
    text-decoration: underline;
}

#logindisplay a:hover
{
    text-decoration: none;
}
*/

/*
#bulletBrowse 
{
    padding-left: 15px;
    background: url(Images/bullet_browse_icon_trans.png) left center no-repeat;
}

#bulletPrint 
{
    padding-left: 15px;
    background: url(Images/bullet_print_icon_trans.png) left center no-repeat;
}

#bulletDownload 
{
    padding-left: 15px;
    background: url(Images/bullet_download_icon_trans.png) left center no-repeat;
}

#bulletShare 
{
    padding-left: 15px;
    background: url(Images/bullet_share_icon_trans.png) left center no-repeat;
}*/

/*#titleBullets li
{
    float:left;
    position: relative;
    margin-right: 22px;
}*/

/*#nextPageDisabled 
{
    float: right;
    position: relative;
    padding-top: 3px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #c9c9c9;
}*/

/*#previousPageDisabled 
{
    float: right;
    position: relative;
    padding-top: 3px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #c9c9c9;
}*/

/*#coverHeader 
{
    float: left;
    position: relative;
    width: 400px;
    
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    text-align: left;
    color: #000000;
}*/

/*#footer
{
    float: left;
    position: relative;
    
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}*/
