.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.  
This file should be used to define all styles used by the website that the 
developer would not want to expose to the user of the content editor such as styles used 
for shared templates etc.
***********************/

#ContentLeft 
{
  background-color: #FFFFFF;
  width: 700px;
  border-right: solid 1px #999;
  height: 372px;
  float: left;
}
#ContentRight
{
  background-color: #E9D3A2;
  height: 372px;
  float: left;
  width: 199px;
}
TD.Search
{ 
  height: 36px;
  border-top: 5px solid #5b6e7b;
}
TD.Account_Access
{
 margin-top: 15px;
 margin-left: 20px;
}
#WrapperMedia
{
  background-color: #979690;
  background-image: none;
}
#BGImage
{
  background-image: url(/resources/design/home/bg_nomedia.jpg);
  width: 199px;
  height: 283px;
  color: White;
 
}

/**********************
Elements
***********************/
  
.Button
{
  font-weight:bold;
  color: #333;
  background-color: #ABABAB;
  border: sloped 1px #4B4B4B;
  height: 20px;
  font-size: 11px;
}
.SearchButton
{
  font-weight:bold;
  color: #333;
  background-color: #979690;
  border: sloped 1px #979690;
  height: 20px;
  font-size: 12px;
  cursor: hand;
}
.Padding
{
  padding: 25px;
  color: white
}
.Padding A:link, A:visited
{
  color: White;
  font-weight: bold;
}
