/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: 18px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, 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.6em;
}

.editPosting, .editPosting A, .editPosting A:link /*NOT NEEDED? */
{
    color: Red;
    float:right;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    /* font-variant: small-caps; */
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-weight: 400;
    margin: 5px 0px 5px 0px;
    color: #3a4f63;
    /* color: #3542B3; */
    /* border-bottom: 1px solid #3a4f63; */
    line-height: 1em;    
    padding-bottom: 0px;
    font-size:3em;
}

h2
{
    color:Black;
    font-size: 1.7em;
    font-weight: 600;
}

h3
{
    color:#056839;
    font-size: 1.2em;
    font-weight: 600;
    padding-top: 0px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    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: 1000px;
    /* background-color: #fff; */
    margin: 20px auto 0px auto;
    /* border: 1px solid #496077; */
}

/* SEARCH FORM
----------------------------------------------------------*/
fieldset#searchForm
{
  border:none; 
  padding-top:20px;
}

.leftCol
{
    width: 180px; 
    float:left; 
    text-align:right; 
    padding-right:5px;
    padding-bottom:5px;
}

.rightCol
{
    padding-bottom:5px;
}

/* SECTIONS
----------------------------------------------------------*/
section#leftSideBar 
{
    float: left;
    width: 110px;
    background-color: White;
    border: 1px solid #3a4f63;
    border-radius: 5px;
    padding: 0px 5px 5px 5px;
    position:absolute;
    min-height: 500px;
}

section#rightSideBar
{
    float: right;
    width: 850px;
    background-color: White;
    border: 1px solid #3a4f63;
    border-radius: 5px;
    padding: 0px 5px 5px 5px;
    min-height: 500px;
}

section#rightSide
{
    /*no border with this one */
    float: right;
    width: 850px;
    padding: 0px 5px 5px 5px;
    min-height: 500px;
}

section#leftSideBar_members
{
    float: left;
    width: 430px;
    background-color: White;
    border: 1px solid #3a4f63;
    border-radius: 5px;
    padding: 0px 5px 5px 5px;
    position:absolute;
    min-height: 500px;
}

section#rightSideBar_members
{
    float: right;
    width: 500px;
    background-color: White;
    border: 1px solid #3a4f63;
    border-radius: 5px;
    padding: 0px 5px 5px 5px;
    min-height: 500px;
}

section#pageContent 
{
    padding: 0px 200px 5px 200px;
    margin: 0px 5px 5px 5px;
    min-height: 700px; 
}

.roundedBox 
{
    /* width: 190px; */
    background-color: #d7d8fe;
    border: 1px solid #3a4f63;
    border-radius: 5px;
    padding: 0px 5px 5px 5px;
    min-width:100%;
    min-height:80px;
}

/* MISC  
----------------------------------------------------------*/
hr
{
     background-color:#034af3; 
     height:1px;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.bold
{
    font-weight: bold;
}

.font_black
{
    color:Black;
}

/* -- BUTTONS
----------------------------------------------------------*/
.button 
{
    font-size: 18px;
    font-weight:bold;
    height: 30px; 
    color: #666666; 
    border:solid 1px #666666;
    border-radius: 5px;
    background-color: White;
}
.button:hover
{
    background-color: #b6b7bc;
    text-decoration: none;
}

.buttonUpdate
{
    font-size: 18px;
    font-weight:bold;
    height: 30px; 
    color: #666666; 
    border:solid 1px #666666;
    border-radius: 5px;
    background-color: White;
}
.buttonUpdate:hover
{
    background-color: Yellow;
    text-decoration: none;
}

.addButton
{
    height: 80px;
    width: 80px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #666666;
    border-radius: 5px;
    background: #fff url('/Images/Buttons/add.png') no-repeat scroll center;
}
.addButton:hover
{
    background-color: #b6b7bc;
}

.searchButton
{
    height: 80px;
    width: 80px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #666666;
    border-radius: 5px;
    background: #fff url('/Images/Buttons/magnifying-glass.png') no-repeat scroll center;
}
.searchButton:hover
{
    background-color: #b6b7bc;
}

.dropDown 
{
    color: #3a4f63;
    border-radius: 5px;
    border:solid 1px #3a4f63;
    font-size: 18px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.photo
{
     border:1px solid #3a4f63;
}

.photoCaption
{
    font-style:italic; 
    color:Black;
}

.textBox
{
    color: #3a4f63;
    border: 1px solid #3a4f63;
    border-radius: 5px;
    font-size: 18px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

/** table stuff **/
.tdWhite {background-color:White;}
.tdLight {background-color: #F4F4F4;}
.tdHighlight {color: black; background-color: Yellow; text-decoration: none;}


/** ajax tabs **/
.MyTabs .ajax__tab_header 
 {
     font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
     font-size:16px; color:Black; font-weight:bold;
     background:url(/Images/Tabs/tab-line.gif) repeat-x bottom;
 }
 .ajax__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block;}
 .ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block;}
 .ajax__tab_default .ajax__tab_tab 
 {
     margin-right:4px;
     overflow:hidden;
     text-align:center;
     cursor:pointer;
     display:-moz-inline-box;
     display:inline-block;
     height:16px;
 }

 .MyTabs .ajax__tab_outer 
 {
     padding-right:0px;
     background: url(/Images/Tabs/tab-right.gif) no-repeat right;
     height:20px;
     margin-left:5px;
 }
 .MyTabs .ajax__tab_inner 
 {
     padding-left:3px;
     background: url(/Images/Tabs/tab-left.gif) no-repeat;
 }
 .MyTabs .ajax__tab_tab 
 {
     height:16px;
     padding:4px;
     margin:0;
     background:url(/Images/Tabs/tab.gif) repeat-x;
 }
 .MyTabs .ajax__tab_hover .ajax__tab_outer 
 {
     background:url(/Images/Tabs/tab-hover-right.gif) no-repeat right;
 }
 .MyTabs .ajax__tab_hover .ajax__tab_inner 
 {
     background:url(/Images/Tabs/tab-hover-left.gif) no-repeat;
 }
 .MyTabs .ajax__tab_hover .ajax__tab_tab 
 {
     background:url(/Images/Tabs/tab-hover.gif) repeat-x;
 }
 .MyTabs .ajax__tab_active .ajax__tab_outer 
 {
     background:url(/Images/Tabs/tab-active-right.gif) no-repeat right;
 }
 .MyTabs .ajax__tab_active .ajax__tab_inner 
 {
     background:url(/Images/Tabs/tab-active-left.gif) no-repeat;
 }
 .MyTabs .ajax__tab_active .ajax__tab_tab 
 {
     background:url(/Images/Tabs/tab-active.gif) repeat-x;
 }
 .MyTabs .ajax__tab_body 
 {
     font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
     font-size: 18px;
     border:1px solid #3a4f63;
     border-top:none;
     border-radius: 5px;
     /*border-top:0;*/
     padding: 5px 5px 5px 5px;
     background-color: White;
 } 
/** end ajax tabs **/