﻿/* graphical.css */
/* base graphical style for ACCS website */

body {
  margin: 0;
}

#corset {
  margin: 0px auto 0 auto;
  width: 800px;
}

#holder {
  /* was margin: 54px 72px 0px 216px; */
  margin: 12px 0px 0px 32px;
  /* max-width: 762px; */
  width: 802px;
  position: relative;
  left: 0px; top: 0px;
}

#header {
  height: 39px;
  padding-top: 3px;
  padding-left: 24px;
  font: 8pt tahoma,arial,helvetica,sans-serif;
  font-weight: bold;
  color: White; }
#header A {
  color: White; }
  
#header .logout {
  float: right;
  text-transform: lowercase; }
  
.authenticatedentity {
  padding: 0px 0.2pc 0px 18px;
  background-position: left 1px;
  background-repeat: no-repeat; 
  background-image: url(/glue/images/icn_item_user.gif); }
  
#footer {
  height: 36px;
  font: 8pt tahoma,arial,helvetica,sans-serif;
  color: White; }

/* content area styles */

#content {
  margin-bottom: 8px;
  min-width: 620px;
  background-image: url(../images/content_background.png);
  border: solid 8px #0A39A3;
 }

#contentzones {
 width: 562px;
 margin-top: 12px;
 margin-left: 22px;
 margin-right: 12px;
 float: left;
}

#contentupper {
  min-height: 342px;
  padding: 18px 8px 1px 0px;
  font: 75%/135% verdana,arial,helvetica,sans-serif; }
 
.leftcolumn, .rightcolumn
{
    position: relative; top: 0px;
    width: 50%;
}

.leftcolumn {
  float: left;
}

.rightcolumn {
  margin-left: 42%; }
      
/* logo styles */

.accs_logo {
  position: absolute;
  z-index: 999;
  top: 40px; }
  
.afs_logo {
  position: absolute;
  z-index: 999;
  top: 48px;
  }
  
#afs_logo_ie6 {
 display: none;
}

#accs_logo_ie6 {
 display: none;
}

/* breadcrumbs bar styles */

#breadcrumbs {
  clear: both;
  margin: 0px;
  padding: 6px 6px 7px 106px;
  background-color: #FFB10B;
  font: 8pt tahoma,arial,helvetica,sans-serif;
  color: White; 
  height: 12px; 
  border-bottom: solid 2px #0A39A3;}
  
  
#breadcrumbs A {
  color: White; }
    
/* navigation */

#navigation {
 padding-left: 98px;
 width: 688px;
 min-height: 32px;
 _height: 32px;
 background-color: #EEEBC0;
 border-bottom: solid 1px #0A39A3;
}

.primary {
  float: left;
  margin: 0px;
  font: 10pt tahoma,arial,helvetica,sans-serif;
  color: White; 
  height: 20px; 
  }
  
.ebMenu 
{
    margin: 6px 0px 0px 0px;
    padding: 0;
    list-style-type: none;
}

.secondary .ebMenu {
  font-size: 8pt;
}

DIV#navigation .ebMenu LI, DIV#content .tertiary .ebMenu LI
{
    display: inline;
    margin: 4px 12px 0px 0px;
    text-transform: lowercase;
}

DIV#content .tertiary .ebMenu LI {
  font-size: 8pt;
}

.ebMenu LI.selected {
  font-weight: bold;
}

#navigation A {
  color: Navy;
} 
 
  
/* sidebar styles */

#sidebar {
 padding-top: 112px;
 margin-top: -24px;
 margin-left: 12px;
 width: 164px;
 float: left; 
 text-transform: lowercase;
}

#announcementList {
 width: 164px;
 text-transform: none;
}

DIV#sidebar .ebMenu LI 
{
  margin-bottom: 0.5pc;
  border: solid 1px navy;
  background-color: #EEEBC0;
  padding: 8px 4px 8px 8px;
  font: 10pt tahoma,arial,helvetica,sans-serif;
}

DIV#sidebar .ebMenu LI.selected {
  font-weight: bold;
}

#sidebar A {
  color: Navy;
} 

/* paging styles */

.ebPaging {
  padding: 8px 0px;
}

.ebPaging A, .ebPaging SPAN, .ebPaging STRONG {
  display: inline-block;
  padding: 0px 4px 2px 4px; 
  height: 16px;
  font-size: 90%;
  line-height: 110%; }

.ebPaging A, .ebPaging STRONG {
  text-align: center;
  border: solid 1px #e0e0e0; }

.ebPaging SPAN {
  padding-left: 0px;
  padding-right: 0px; }
  
.ebPaging A:hover {
  border-color: #c0e0c0; }
  
.ebPaging STRONG {
  border-color: #c0c0c0;
  background-color: #e0e0e0;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold; }

/* photo styles */

IMG.photo {
  border: solid 5px #0A39A3;
  float: right;
  margin-left: 15px;
}
  
   
    
