/*******************************************************************************
** layout.css
** Defines the major page layout styles
**/

/*******************************************************************************
********************************************************************************
** body, Header, Footer, Content
*/

.hidden { display: none !important; }
.clear { clear: both !important; }


body {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background-color: #c8ccd2;
  border-left: solid #000000 1px;
  border-right: solid #000000 1px;
}

#PageHeader {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  height: 70px;
  line-height: 5px;          /* In IE there is extra header space under the site
                              * logo; adding this declaration fixes that.
                              */
}

/* Logo Image */
#PageLogo {
  float: left;
  width: 235px;
  height: 70px;
}

/* Banner Image */
#PageBanner {
  width: 545px;
  height: 45px;
}

/* Top Menu */
#PageHeader ul {
  text-align: right;
  list-style: none;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Top Menu */
#PageHeader ul li {
  display: inline;
  margin-right: 10px;
}

/* Top Menu */
#PageHeader ul li a {
  text-decoration: none;
  color: #ffffff;
}
#PageHeader ul li a:visited {
  color: #ffffff;
}

/* Footer */
#PageFooter {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
#PageFooter a {
  color: #ffffff;
  text-decoration: none;
}

#PageContent {
  clear: both;
  width: 100%;
  background-color: #ffffff;
}

/*******************************************************************************
********************************************************************************
** Navigation Column
*/
#ColNav {
  vertical-align: top;
  width: 180px;
  padding: 5px;
}

#ColNav Img{
  width: 180px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
}

/*******************************************************************************
********************************************************************************
** Content Column
*/
#ColDisp {
  vertical-align: top;
  padding: 5px;
}

/*******************************************************************************
********************************************************************************
** Standard Tables
*/
.StdTbl{
width: 100%;
border: solid #c8ccd2 1px;
margin-top: 5px;
margin-bottom: 5px;
color: black;
}

.StdTbl td{
padding: 2px;
}

.StdTbl .StdTblRowOdd{
border-color: #c8ccd2;
}

.StdTbl .StdTblRowEven{
border-color: #c8ccd2;
background-color: #ededed;
}

.StdTbl .StdTblTitleRow{
background-color: #B1C9CB;
font-weight: bold;
font-size: larger;
}

/*******************************************************************************
********************************************************************************
** Standard Calendars
*/
table.StdCal {
  background-color: #b1c9cb;
  border: 1px solid #669999;
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

table.StdCal td {
  border: 1px solid #669999;
  padding: 4px;
}

table.StdCal tr.StdCalMonth td {
  font-size: larger;
  font-weight: bold;
  text-align: center;
}

table.StdCal tr.StdCalMonth td.StdCalMonthLink {
  font-size: smaller;
}

table.StdCal tr.StdCalDays td {
  font-weight: bold;
  text-align: center;
}

table.StdCal tr.StdCalWeek td div.Day {
  text-align: right;
}

table.StdCal tr.StdCalWeek td div.Today {
  background-color: yellow;
  text-align: right;
}

/*******************************************************************************
********************************************************************************
** Standard Text Blocks
*/
#ColDisp div.StdText {
  text-align: left;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*******************************************************************************
********************************************************************************
** Content Headers
*/
#ColDisp h1 {
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 18px;
  border-bottom: ridge #cdcdcd 2px;
}

#ColDisp h1.AdminPrefs {
  margin: 0px;
  margin-top: 40px;
  margin-bottom: 5px;
  padding: 0px;
  padding-top: 2px;
  text-align: center;
  font-size: 18px;
  border-top: ridge #cdcdcd 2px;
  border-bottom: none;
}

#ColDisp h1.Attention {
  font-size: 18px;
  background-color: #ff0000;
  color: #ffffff;
  padding: 2px;
  margin: 0px;
  border: none;
}

#ColDisp h1.AttentionSmall {font-size: 5px;
  background-color: #ff0000;
  color: #ffffff;
  padding: 2px;
  margin: 0px;
  border: none;
}

/*******************************************************************************
********************************************************************************
** Development Pages
*/
.ChangeLogEmphasis{
  font-weight: bold;
}
.ChangeLogEntryOuter{
  margin-left: 60px;
}
.ChangeLogEntryInner{
  text-indent: -60px;
}
.ChangeLogMonth{
  font-size: 16px;
  font-weight: bold;
}

/*******************************************************************************
********************************************************************************
** Image Popup Window
*/
body.ImgPopup {
  margin-left: 10px;
  width: auto;
  height: auto;
  border: none;
  overflow: auto;
}

/*******************************************************************************
********************************************************************************
** Sidebar Message Queue
*/
#MsgQSidebar p.msgq_err {
  font-weight: bold;
  color: red;
}
#MsgQSidebar p.msgq_ok {
  font-weight: bold;
  color: blue;
}

/*******************************************************************************
********************************************************************************
** Silk icons
*/
a .silk_icon {
  border: none;
}

.silk_icon {
  margin-left: 5px;
}

/*******************************************************************************
********************************************************************************
** Pagination
*/
p.pagination {
  margin: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
}
p.pagination a,
p.pagination span {
  margin-right: 5px;
}

/*******************************************************************************
********************************************************************************
** Tabs
*/
ul.tabs {
  border-bottom: 1px solid black;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 8px;
  width: 99%;
}
ul.tabs li {
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.tabs li a {
  background: #ffffff none repeat scroll 0%;
  border: 1px solid black;
  color: black;
  text-decoration: none;
  line-height: 21px;
  padding: 0px 10px 4px 10px;
  margin: 0px 8px 0px 0px;
}

ul.tabs li a.current {
  background: #b1c9cb none repeat scroll 0%;
  border-bottom: solid #b1c9cb 1px;
}


