/*-----------------------------------------------------------------------------
Vista Surveys Local Style Sheet

$Date: 2008-08-29T20:17:47.751501Z $
$Revision: 1634 $
$Author: RoyF $
$HeadURL: /local/trunk/Vista/Pages/VistaSurveys/css/app.css $
website:   www.vistasurveys.com

-----------------------------------------------------------------------------*/
body
{
	background: transparent url(../../../imgs/backgroundextension.gif) repeat-x scroll left top;
}

#doc3 
{
	background: transparent url(../../../imgs/background%20big.jpg) no-repeat scroll left top;
  height: 440px;
  min-width: 300px;
}

#doc3 #content
{
  position: relative; top: 190px; left: 0;
}

.sideborder
{
  border-left: 3px solid #0093c1;
  padding-left: 10px; 
}

.quotes
{
  border-top: 3px solid #0093c1;
  margin-top: 20px;
}

.quotes br
{
  margin-bottom: 0.25em;
}
.quotes p
{
  margin-top: 1.5em;
}

#logoImage
{
  display: none;
}

/* disable basic-min th, td style */
table.layout th, td
{
  border: 0 solid #000000;
}

div#SSTlogo
{
	display: none;
}

/* disable part of yui-skin-sam for menubar */
div.yui-skin-sam .yuimenubar
{
  background: transparent none repeat-x scroll 0 0;
  border: 0px solid #808080;
}

div.yui-skin-sam .yuimenubaritemlabel
{
  border-width: 0;
}

#topmenubar a
{
  color: white;
}

#topmenubar a:hover
{
  color: black;
}

/*
#topmenubar .currentPage
{
  color: white;
  text-decoration: underline;
}

#topmenubar .currentPage a:hover
{
  color: black;
  text-decoration: underline;
}
*/