.foo {} /* W3C validator does not like css files to start with comments */

/* @charset "utf-8"; Not sure about the sytax validity of this */

/* CSS Document - This CSS does not load into the editor.  */

/**********************
Template Styles
***********************/


#WrapperHeaderImage 
{
  /*background-image: url(/resources/design/masthead/child_header.jpg);
  background-repeat: no-repeat;*/
  width: 900px;
  height: 92px;
  background-color: #dfe1ce;
}

#ContentLeft
{
  width: 763px;
  height: 452px;
  border-right: solid 1px #999;
  background: #E7E7E3 url(/resources/design/child/bg_content_wide.jpg) repeat-y;
}
#ContentMenu
{
  display: none;
}
#ContentRight
{
  width: 113px;
  height: 452px;
}
#ContentRight .RightMediaImage
{
  border-top: 5px solid #5b6e7b;
  background-image:url(/resources/design/child/bg_media.jpg);
  background-repeat: no-repeat;
}
#ContentHeading
{
  width: 734px;
  height: 60px;
  display: block;
  overflow: visible;
  padding-left: 15px;
  padding-right: 15px;
}
#ContentBody
{
  width: 734px;
  /*height: 392px;*/
  height: 420px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  overflow: auto;
  vertical-align: bottom;
}
/**********************
Classes
***********************/
Table.AccountAccessLink
{
  width: 680px;
}
TD.AccountAccessLink
{
  width: 525px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 5px;
  border-top: dashed 1px #D7D8D9;
  border-bottom: dashed 1px #D7D8D9;
  background: url(/resources/img/buttons/go_triangle.gif) 500px no-repeat center;
}
TD.AccountAccessList
{
  line-height: 18px;
}

TD.SearchItemRow
{
  padding-top: 5px;
  padding-left: 5px;
  background-color: #DBDCD6;
  border-bottom: solid 1px #333;
}
TD.SearchAltItemRow
{
  padding-top: 5px;
  padding-left: 5px;
  border-bottom: solid 1px #333;
}

Table.AccountAccessLinkNarrow
{
  width: 240px;
}
TD.AccountAccessLinkNarrow
{
  width: 150px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 5px;
  border-top: dashed 1px #D7D8D9;
  border-bottom: dashed 1px #D7D8D9;
  background: url(/resources/img/buttons/go_triangle.gif) 500px no-repeat center;
}