﻿/* DEFAULTS
----------------------------------------------------------*/
body   
{
    background: #b6b7bc;
    font-size: 0.9em;
    font-family: Arial, Georgia, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.4em;
    padding-right: 3px;
}

img
{
border: 0px;
}
select
{
    border-radius: 2px;
}
div
{
    border-radius: 5px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}
h4, h5, h6
{
    color: #666666;
    font-variant:inherit;
    text-transform: none;
    font-weight:normal;
    margin-bottom: 0px;
}
h1
{
    font-size: 1.25em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
h1.linkstitle
{ 
    margin-bottom: 8px;
}
h2
{
    font-size: 1.15em;
}

h3
{
    font-size: 1.0em;
}

h4
{
    font-size: 0.95em;
}

h5, h6
{
    font-size: 0.9em;
}

/* 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: 980px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #fff;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #002A6C;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.logos
{
    width: 100%;
    vertical-align:top;
}
img.usaidlogo
{
    margin-left: 5px;
    margin-top: 5px;
}
img.contractlogo
{
    float:right;
    margin-right: 5px;
    margin-top: 5px;
}
.main
{
    padding:  0px 8px;
    margin: 0px 8px 8px 8px;
    min-height: 420px;
    border: 1px solid #666666;
    overflow:auto;
}

#zone_left
{
   float: left;
   width: 550px;
       border-right: 1px dotted #C2113A;
       border-radius: 0px;
       min-height: 375px;
       height: 100%;
}
#zone_right
{
    float:right;
    width: 350px;
    padding-left: 10px;
    padding-right: 10px;
}
.framed
{
    margin: 5px;
    padding: 5px;
    border: 1px solid #C2113A;
}
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding:  8px 8px 8px 8px;
    margin: 5px auto;
    text-align: center;
    line-height: normal;
    font-size: .75em;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#FFF;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    z-index:1500;
    position: relative
}

div.adminmenu
{
    padding: 4px 0px 4px 8px;
    z-index:1000;
    position: relative
}
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: #DDDDDD;
    border: 1px #666666 solid;
    color: #002A6C;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 5px;
    border-radius: 2px;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #000000;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #DDDDDD;
    color: #cfdbe6;
    text-decoration: none;
}
div.menu ul li a.selected
{
    background-color: #002A6C;
    color: #FFF;
    text-decoration: none;
}
div.menu ul li.has-popup
{

}
#NavigationMenu a.popout 
{
    padding-left: 12px;
    padding-right: 12px;
        background-image: url(../img/icons/down.png);
    background-repeat: no-repeat;
    background-position: right;
}
/*admin menu*/
div.adminmenu
{
    padding: 4px 0px 4px 8px;
}

div.adminmenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.adminmenu ul li a, div.adminmenu ul li a:visited
{
    background-color: #336799;
    border: 1px #002A6C solid;
    color: #FFF;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 5px;
    border-radius: 2px;
}

div.adminmenu ul li a:hover
{
    background-color: #C2113A;
    color: #fff;
    text-decoration: none;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

.shortW
{
    width: 50px;
}
.medW
{
    width: 200px;
}
.bigW
{
    width: 400px;
}
.wideW
{
     width: 550px;
}


div.editposting
{
    margin-left: 10px;
}
div.editposting h2 select
{
    min-width: 150px;
    }
    .editposting td
    {
        vertical-align: top;
    }
th.editlabel
{
    width: 200px;
}
.editlabel
{
    font-weight: bold;
    
}

.editvalue input
{
    margin-right: 5px;
}
.editdate
{
    width: 75px;
}
.jobedittitlecheckbox
{
    font-variant:normal;
    font-size: 0.9em;
}
.legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}


div.accountInfo
{
    width: 42%;
}

div.docfile,
div.doclink
{
    
}
/* MISC  
----------------------------------------------------------*/
.red
{
    color: #C2113A;
}
.clear
{
    clear: both;
}

.note
{
    font-size: .85em;
}
.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.error
{
    font-size: 1.1em;
    color: #C2113A;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
/* POSTINGS DISPLAY */

div.positionsection
{
  
   padding-right: 10px;
}

div.positionsection h1,
div.positionsection h2
{
    width:100%;
   text-align:center;
  
}
div.positionsection h1
{
    color:#C2113A;   
}
div.positionsection h2
{
    font-size: 1.0em;
   text-transform: none;   
}

p.sortdesc
{
    font-size: 0.9em;
    text-align  :center;
    padding: 2px 2px 2px 2px;
    margin: 2px 0px 2px 0px;
    vertical-align: middle;
}

p.sortdesc a
{
    text-decoration: none;
    background-repeat: no-repeat;
    width: 10px;
    height: 8px;
    display: inline-block;
}
p.sortdesc a.upsel
{
    background-image: url(../img/icons/up_red.png);
}
p.sortdesc a.upunsel
{
    background-image: url(../img/icons/up_blue.png);
}
p.sortdesc a.upsel:hover
{
    background-image: url(../img/icons/up_gray.png);
}
p.sortdesc a.upunsel:hover
{
    background-image: url(../img/icons/up_gray.png);
}
p.sortdesc a.downsel
{
    background-image: url(../img/icons/down_red.png);
}

p.sortdesc a.downunsel
{
    background-image: url(../img/icons/down_blue.png);
}
p.sortdesc a.downsel:hover
{
    background-image: url(../img/icons/down_gray.png);
}

p.sortdesc a.downunsel:hover
{
    background-image: url(../img/icons/down_gray.png);
}
p.sortdesc a span
{
    display:none;
}
p.sortdesc a span
{
    display:none;
}
div.posting
{
    border-top: 1px dotted #C2113A;
    border-radius: 0px;
    
}
.posting h3
{
    text-align:center;
}
.posting h3 a
{
    color: #002A6C;
    text-decoration: none;
}
.posting h3 a:hover
{
    text-decoration:underline;
}
.posting p
{
    text-align:center;
}

div.posting2colwrapper
{
    width:100%;
    border-radius: 0px;
}
div.posting2colwrapper div
{
    border-radius: 0px;
}

div.posting2colwrapper table
{
    border: 0px;
    width: 100%;
      border-spacing: 0px;
    border-collapse: collapse;
}

div.posting2colwrapper td
{
    width: 50%;
    padding: 0px 0px;
    vertical-align: text-top;
    border-bottom: 1px #ccc solid;
}
div.posting2colwrapper td.colA
{
    border-right: 1px #ccc solid;
}
div.posting2colwrapper td.colB
{
    padding-left: 0.85em;
}
div.posting2colleft
{
    float: left;
    width: 49%;
   border-right: 1px gray dashed;
}
div.posting2colleft div.posting2col:first-child
{
      margin-top: -0.83em;
}
div.posting2colright
{
    margin-left: 51%;
}
div.posting2col
{
    border: none;
    
}
.posting2collabel
{
      width: 90px;
  display: inline-block;
}
div.posting2col h2,
div.posting2col h3
{
    text-align:left;
    font-size: 0.9em;
    padding-right: 1em;
}
div.posting2col h3 a
{
    color: #002A6C;
    text-decoration: none;
}
div.posting2col h3 a:hover
{
    text-decoration:underline;
}
div.posting2col p
{
       font-size: 0.85em;
    text-align:left;
    margin: .25em 0 1em 0;
}
/* recent closings */
div.positionsectionclosed
{
     border-radius: 0px;
        text-align:left;
}

div.positionsectionclosed h1,
div.positionsectionclosed h3
{
    width:100%;
   text-align:left;
  
}
div.positionsectionclosed h1
{
    color:#C2113A;   
}
div.positionsectionclosed h3
{
   text-transform: none;   
}


div.closedpostings
{
    border-bottom: none;
    border-radius: 0px;
    
}

div.closedpostings ul
{
    list-style-type: none;
    padding-left: 0px;
}

#login
{
    margin: 50px 50px;
}
.loginlabel
{
    font-weight: bold;
    text-align: left;
    padding-right: 10px;
}
.logintitle
{
    font-size: 1.1em;
    text-align: left;
    padding-bottom: 4px;
    color: #002A6C;
}
.logintextbox
{
    text-align: left;
    margin-bottom: 4px;
    width: 150px;
}
.loginbutton
{ margin-right: 5px;
}

.creditedimage
{ display:inline-block;
  position: relative;
  text-align: center;
  padding: 5px 5px;
}
.creditedimage p
{ 
    font-size: .75em;
    margin-top: -5px;
}

/* Social Media */
div.socialmedia
{
    text-align: center;
    vertical-align: middle;
}

ul.smlinks
{
    display:inline-block;
   
}
ul.smlinks li
{
    list-style-type:none;
    display:inline-block;
    margin: 0px 0px;
    padding: 0px 15px 0px 15px;
    
}