﻿body {
font-family: Arial, Sans-Serif;
font-size: 10px;
color: #3e3e3e;
background: #fff url(/App_images/body_bg.jpg) repeat-x;
}

/* Site Structure */

#site_wrapper
{
    width: 900px;
    margin: 0 auto;
}

#site_header
{
    width:900px;
    height: 63px;
    background: #fff url(/App_Images/site_header_bg.jpg) no-repeat;
}

#site_header .headerLink
{
    display: block;
    width: 190px;
    text-decoration: none;
    height: 50px;
    position: relative;
    left: 65px;
}

#left_column
{
    width: 330px;
    float: left;
    height: 558px;
    background: url('/App_Images/leftCol_bg.jpg') no-repeat center bottom;
}

#main_nav
{
   position: relative;

    width: 179px;
    height: 209px;
    margin: 20px auto;
    background: #1b79b8 url(/App_Images/main_nav_bg.jpg) no-repeat;
}

#right_column
{
    float: left;
    width: 570px;
    
}

#signIn_Module
{
    margin-left: 30px;
    margin-top: 100px;
    width: 425px;
    height: 325px;
    background: transparent url(/App_Images/SignInWindow_bg02.jpg) no-repeat;
}



#main_window
{
    position: relative;
    margin: 30px 5px;
    width: 571px;
    background: #dddddd url(/App_Images/mainWin_bg.jpg) repeat-y;

}

#main_window .header
{
    width: 571px;
    height: 88px;
    background: #1b79b8 url(/App_images/mainWin_header_bg.jpg) no-repeat;
}

#main_window .content
{
   min-height: 300px;
   background-color: Transparent;
}

#main_window .footer
{
    position: relative;
    width: 571px;
    height: 111px;
    background: #1b79b8 url(/App_images/mainWin_footer_bg.jpg) no-repeat;
}

a#siteFooter 
{
    position: absolute;
    display: block;
   top: 30px;
    width: 565px;
    text-align: center;
    text-decoration: none;
     color: #72a7cc;
}

a#signInFooter
{
    position: absolute;
    display: block;
   top: 250px;
   left: 60px;
    width: 300px;
    text-align: center;
    text-decoration: none;
 
     color: #72a7cc;
}

/* Main Nav styles */

#main_nav h3
{
    color:#c9dbff;
    font-size: 1.2em;
    padding-top: 8px;
    padding-left: 50px;
}

#main_nav .userName
{
    display: block;
    padding: 0 7px 0 50px;
    color: #fff;
    font-size: 1.4em;
}

#main_nav a:link.logOut , #main_nav a:visited.logOut 
{
    display: block;
    padding: 0 7px 0 50px;
    color: #c9dbff;
    font-size: 1em;
    text-decoration: none;
}

#main_nav a:link.viewFiles, #main_nav a:visited.viewFiles
{
    display: block;
    position: absolute;
    top: 66px;
    left: 0;
    font-size: 1.2em;
    padding:0 15px 0 15px;
      color: #fff;
      text-decoration: none;
    line-height: 54px;
    width: 154px;
    height: 54px;
    background: url('/App_Images/mainNav_viewFiles.jpg') no-repeat;
}

#main_nav a:hover.viewFiles
{
    background-position: 0px -54px;
}    

#main_nav a:link.upFiles, #main_nav a:visited.upFiles
{
    display: block;
    position: absolute;
    top: 120px;
    left: 0;
    padding:0 15px 0 15px;
     font-size: 1.2em;
     text-decoration: none;
    color: #fff;
    line-height: 54px;
    width: 179px;
    height: 54px;
    background: url('/App_Images/mainNav_upFiles.jpg') no-repeat;
}

#main_nav a:hover.upFiles
{
    background-position: 0px -54px;
}    

/* Sign-in Module */
#signIn_Module .content
{
    padding: 69px 45px 40px 65px;
    position: relative;
}

#signIn_Module .content h2
{
    color: #fff;
    padding-left: 70px;
    margin-bottom: 45px;
    font-style: italic;
    font-size: 2.7em;
}

#signIn_Module .content .rqstAccount
{
    display: block;
    position: relative;
    height: 12px;
   font-size: 1.1em;
    padding-left: 73px;
    margin-bottom: -12px;
    bottom: 44px;
    color: #fff;
}
#signIn_Module .content .rqstAccount a
{
      color: #fff;
}
#signIn_Module .content p.error
{
    position: relative;
    bottom: 29px;
    padding-left: 72px;
    color: #fff;
    font-weight: bold;
    display: block;
    height: 12px;
    margin-bottom: -12px;
  
}

#signIn_Module .content input.submit_btn
{
    position: relative;
  
    width: 71px;
    height: 21px;
    line-height: 15px;
    border: 1px solid #c0c0c0;
    padding: 0 3px 0 3px;
   
    background: #cbcbcb url(/App_images/inputButton_selectFile_bg.jpg) repeat-x;
    font-size: 1.1em;
    color: #3d3d3d;
}
#signIn_Module .content input
{
    height: 19px;
    color: #3e3e3e;
    padding-left: 7px;
    padding-right: 12px;
    line-height: 17px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 165px;
    background: #eee url(/App_images/inputBox_bg.jpg) repeat-x;
    border: 1px solid #c0c0c0;
    margin-left: 15px;
}

#signIn_Module .content input.submit_btn
{
   margin-left: 75px;
}

#signIn_Module .content .chkbox input
{
    background: none;
    width: auto;
    padding-left: 0px;
    margin-left: 0px;
    float: none;
    border: none;
}

#signIn_Module .content label.remember
{

    font-style: italic;
    padding-top: 4px;
   width: 100px;

}
#signIn_Module .content  label
{
    display: block;
    float: left;
    font-size: 1.3em;
    
    margin-bottom: 10px;
    height: 19px;
    
    width: 80px;
}

/* Password Specific Styles */

#signIn_Module .password
{
    padding: 60px 70px 40px 65px;
}

#signIn_Module .password p.error
{
    position: relative;
    bottom: 29px;
    padding-left: 70px;
    color: #fff;
    font-weight: bold;
    display: block;
    height: 12px;
    margin-bottom: -12px;
     text-indent: -5px;
}
#signIn_Module .password h2
{
    color: #fff;
    padding-left: 70px;
    margin-bottom: 30px;
    font-style: italic;
    line-height: 1em; 
    font-size: 2.5em;
}
#signIn_Module p
{
    font-size: 1em;
    margin-bottom: 10px;
    padding-right: 5px;
}

#signIn_Module .password  label
{

    width: 80px;
}

#signIn_Module .password label.return 
{

    font-style: italic;
    padding-top: 4px;
    font-size: 1em;
    width: 120px;
    color: #1f6e8c;
}

#signIn_Module .password label.return a:link, #signIn_Module .password label.return a:visited
{
     color: #1f6e8c;
}

#signIn_Module .password input
{
   
 
    width: 170px;

    margin-left: 15px;
    margin-right: 0px;
}

#signIn_Module .password input.submit_btn
{
    position: relative;
    width: 71px;
    height: 21px;
    line-height: 15px;
    border: 1px solid #c0c0c0;
    padding: 0 3px 0 3px;
    margin-left: 90px;
    background: #cbcbcb url(/App_images/inputButton_selectFile_bg.jpg) repeat-x;
    font-size: 1.1em;
    color: #3d3d3d;
}
/* Main Window Styles */

#main_window img.icon
{
    float: left;
    padding: 16px 0 0 15px;
}

#main_window h1
{
    float: left;
    font-size: 3.2em;
    color: #fff;
    font-style: italic;
    padding: 45px 0 0 10px;
}

#main_window .buttonUpload
{
    position: absolute;
    left: 435px;
    top: 64px;
}
#main_window .footer .pagination
{
    position: relative;
    float: right;
    padding: 5px 5px 0 10px;
    margin: 0 10px 0px 0;
    font-size: 1.1em;
    color: #fff;
}

#main_window .footer .pagination a:link, #main_window .footer .pagination a:visited
{
    color: #165982;
}
    
/* Content Table styles */
#main_window .content
{
    padding: 0 5px 0 5px;
}
#main_window table.files
{
    width: 100%;
 border-collapse: collapse;
 font-size: 1.3em;
 
}

#main_window table.files span.label
{
    position:relative;
    top: 3px;
    font-size: 13px;
}

#main_window table.files a:link
{
    color: #1f6e8c;
}

#main_window table.files td, #main_window table.files th
{
    padding: 2px; 
}

#main_window table.files th
{
    background: #d4a344 url(/App_Images/mainWin_header_labels_bg.jpg) repeat-x;
    color: #fff;
    font-size: 1.3em;
}

#main_window table.files th.date
{
    width: 130px;
}

#main_window table.files th.download
{
    width: 22%;
}
#main_window table.files td
{
    background-color: #d7d7d7;
    padding-left: 9px;
}

#main_window table.files tr.alt td
{
    background-color: #eaeaea;
}

#main_window .footer .pagination
{
    position: relative;
     padding: 5px 5px 0 10px;
    float: right;
    margin: 0 10px 0px 0;
    font-size: 1.1em;
    color: #fff;
}
#main_window .footer .pagination .current
{
    color: #165982;
}

/* Upload Files Classes */

#main_window .directions
{
    padding: 25px;
    background: #e3e3e3 url(/App_images/mainWind_contentTop_bg.jpg) repeat-y;
    font-size: 1.4em;
    border: 1px solid #c0c0c0;
}

#main_window fieldset
{
    border: 1px solid #c0c0c0;
    line-height: 30px;
    margin: 12px;
    padding: 10px 0 0 0;
    background: #fff url(/App_images/fieldSet_bg.jpg) repeat-x;
}

#main_window fieldset input
{
    height: 19px;
    color: #3e3e3e;
    padding-left: 7px;
    line-height: 20px;
    width: 153px;
    background: #eee url(/App_images/inputBox_bg.jpg) repeat-x;
    border: 1px solid #c0c0c0;
    margin-left: 15px;
}
#main_window fieldset input.flUpload
{
    width: 240px;
    border: 1px solid #c0c0c0;
    *width: 230px;
    line-height: 17px;
}

#main_window fieldset input.ClickToAdd
{
    position: relative;
    top: 4px;
    padding: 0;
    margin: 0;
}

#main_window fieldset input.submit_btn
{
    position: relative;
    top: 2px;
    *top:  0px;
    width: 71px;
    height: 21px;
    line-height: 15px;
    border: 1px solid #c0c0c0;
    padding: 0 3px 0 3px;
    margin: 0px;
    background: #cbcbcb url(/App_images/inputButton_selectFile_bg.jpg) repeat-x;
    font-size: 1.1em;
    color: #3d3d3d;
}

#main_window p.main_button
{
    text-align:center;
    margin-bottom: 20px;
}

/* Utility classes */

.clear
{
    clear: both;
}
