/*-----------------------------------------------------------------------------
UR-SNRL Local Style Sheet

$Date: 2009-09-25T20:58:20.083699Z $
$Revision: 1777 $
$Author: RoyF $
$HeadURL: /local/VistaSurveys/trunk/Vista/Pages/UPENN/SleeplessInPhilly/css/app.css $
website:   www.sleeplessinphilly.com

-----------------------------------------------------------------------------*/
html
{
  background: transparent;
}

body
{
	background: #070000 url(../imgs/3378562_masthead.jpg) no-repeat scroll center top;
	min-width: 600px;
	text-align: center;
}

#doc3 
{
	min-width: 600px;
	width: 600px;
	background: none;
	height: 1px;
	text-align: left;
}

#doc3 #content
{
	position: relative; top: 0; left: 0;
	background: white;
}

div#topmenubar {
	border-width:0;
	border-style:none;
	background-color:black;
	margin-top: 200px;
}

div#toptitle {
	text-decoration: none;
	font-weight: bold; 
    color:#F3BF63;
    font-size: 162%;
	background-color:#6E3A33;
	text-align: right;
	padding-right: 0.25em;
	padding: 0.25em 0.25em 0.25em 0;
}

.divScroll-1
{
  height:200px;
  width:580px;
  overflow:scroll;
}

/*-----------------------------------------------------------------------------
Styles for logo CSS image map
-----------------------------------------------------------------------------*/
#logoImage
{
	position: relative;
	width:100%;
}
#logoImage ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#logoImage ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	background: none no-repeat 0 0;
}
#logoImage a
{
	position: absolute;
	width: 0;/*662px; disable css image map*/
	height: 0;/*101px;*/
	text-indent: -1000em;
}
#logoImage .homeLink a
{
	top: 0;
	left: 0;
}

h1 {
	color: #6E3A33;//#2342A2;
	font-size: 136%;
	padding: 0.25em 0;
}

h2 {
	color: black;
	font-size: 122%;
	padding: 0.25em 0;
}

h2.center {
	color: black;
	font-size: 122%;
	padding: 0.25em 0;
	text-align: center;
}

h3 
{
	font-size: 100%;
}

.AcceptDecline
{
	color: #0093c1; /* Vista text blue */
	font-size: 122%;
	text-align: center;
	font-weight: bold;
}

.separator
{
	padding-left: 5em;
}

ol
{
	list-style: decimal none outside;
	margin-left: 2em; /* For IE to add numbering */
	padding-left: 2em;
}

div.center {
	margin: 0 auto;
	width: 30em;
	text-align: center;
}

div.center ol {
	margin-left: auto;
	margin-right: auto;
	list-style: decimal none outside;
	text-align: left;
	margin-bottom: 0.5em;
}

p.center {
	margin: 0 auto;
}

div.yui-b ul
{
	list-style: disc none outside;
	padding-left: 2em;
}

div.yui-b ul li 
{
	background: none;
	padding: 0;
}

.padLeft {
	padding-left: 0.25em;
}

div.centerButton {
	margin: 0.5em auto;
	width: 15em;
	text-align: center;
}

a:link, a:hover
{
	color: #6E3A33;
}

a.button {
	display: block;
	width: 15em; /* dimensions needed for IE5.x/Win */
	padding: 0.2em;
	line-height: 1.4;
	background-color: #6E3A33;
	border: 1px solid black;
	font-size: 122%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
a.button:link {
  color: #F3BF63;
}
a.button:visited {
	color: silver;
}

a.button:hover, a.button:focus {
	background-color: #801919;
	color: white;
	text-decoration: none;
}

.AdminData
{
  display: none;
}