body 
{
	margin:0px 0px 0px 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

#leftmenu
{
	float:left;
	font-family: Arial, Helvetica; 
	font-weight: bold;
	font-size: 14pt;
	width:175px;
	color:#ffffff;	
	margin-left: 0px;
	margin-right:15px;
	margin-top: 80px;
	padding:10px;
}

#leftmenu div
{
	display: block;
	color: #fff;
	width: 121px;
	padding:15px;
	border-top: 2px solid #989898;
	border-left: 2px solid #989898;
	border-bottom: 2px solid #989898;
	margin:0px 30px 10px 30px;
	margin-top:10px;
	margin-bottom:20px;
	overflow: hidden;
}

#leftmenu div:hover
{
	background: #DDDDDD;
	color: #000;
	border: 2px solid #000;
	text-decoration: none;
	border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;	
	-khtml-border-radius: 15px 0px 0px 15px;
	-webkit-border-radius: 15px 0px 0px 15px;
	border-right: 4px solid #fff;
}

#leftmenu div.current
{
	background: #FFFFFF;
	color: #000;
	border: 2px solid #000;
	border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	-khtml-border-radius: 15px 0px 0px 15px;
	-webkit-border-radius: 15px 0px 0px 15px;
	border-right: 4px solid #fff;
}

#leftmenu div a.sidebarLink
{
	color: white;
	text-decoration: none;
}

#leftmenu div:hover a.sidebarLink
{
	color: black;
	text-decoration: none;
}

#leftmenu div.current a.sidebarLink
{
	color: black;
	text-decoration: none;
}

#leftbottom
{
	text-align:center;
	width:175px;
	clear: left;
	float: left;
	background:#989898;
	margin-right:15px;
	padding:10px;
}

#rightcontent 
{
	font-family: Arial, Helvetica;
	margin-left: 245px;
	margin-top:20px;
}

#righttop
{
	margin-right: 20px;
	margin-bottom: 40px;
	font-weight:bold;
	font-size: 16pt;
	color: #AAAAAA;
	padding-bottom: 10px;
	border-bottom: 3px solid #989898;
}

#logo 
{
	font-size: 24pt;
}

#rightbottom
{
	font-size: 10pt;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding:10px;
}

#loggedIn
{
	margin-top: -20px;
	margin-bottom: 0px;
	margin-right: 20px;
	text-align: right;
	font-size: 9pt;
	font-weight:bold;
	font-style: italic;
}

#mainDiv
{
	margin: 20px;
	margin-top: 0px;
	line-height: 1.5em;
}

div.error
{
	width: 60%;
	margin: 0 auto;
	border: 2px #990000 solid;
	padding: 15px; 
	font-family: Verdana; 
	background: #FFFFD5;
	color: #990000;
	margin-bottom: 30px;
}

div.success
{
	width: 60%;
	margin: 0 auto;
	border: 2px #009900 solid;
	padding: 15px; 
	font-family: Verdana; 
	background: #FFFFD5;
	color: #009900;
	margin-bottom: 30px;
}

span.formTitle
{
  font-style: italic;
  font-size: 12pt;
}

div.overlay input[type="submit"]
{
	font-weight: bold;
	/*border: 3px outset orange;*/
}

span.formDesc
{
  font-size: 9pt;
  color:gray;
}

div.experimentAdd span.formTitle
{
	font-size: 11pt;
}

div.experimentAdd span.formDesc
{
	font-size: 8pt;
}

div.pageHeader
{
	font-size: 14pt;
	text-decoration: underline;
	padding-bottom: 20px;
}

div.overlay 
{ 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width:100%; 
	height:100%;
	text-align:center; 
	background-image:url(../images/overlay.gif); 
	z-index: 5500; 
}

div.overlay div.overlaySub 
{ 
	width:450px; 
	margin: 100px auto; 
	background-color: #fff; 
	border:1px solid #000; 
	padding:15px; 
	text-align:center; 
}		

.hintChecks
{
   	display: none;
    position: absolute;
    width: 200px;
	margin: 0px auto;
    margin-top: -40px;
    border: 1px solid #c93;
    padding: 10px 12px;
	margin-left: 155px;
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}

.hint
{
   	display: none;
    position: absolute;
    width: 200px;
	margin: 0px auto;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
	margin-left: 25px;
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint-pointer 
{
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

span.formHeading
{
	font-size: 14pt;
	text-decoration: underline;
	font-weight: bold;
}


table.addForm  td  
{
	text-align:left;
	padding-bottom:6px; 
	padding-right: 7px;
}

table.calTable p
{
	padding: 0px;
	margin: 0px;
}
table.calTable p a
{
	display: block;
	width: 100%;
	height: 100%;
}

table.calTable td, table.calTable th
{
	padding: 10px;
	text-align: center;
	border: 1px solid #999999;
}

table.calTable td.smallCal
{
	height: 20px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

table.calTable
{
	border: 1px solid #999999;
}

table.calTable td.calHeader
{
	padding: 15px;
	border: 0px;
	font-weight: bold;
	font-size: 30px;
	background: #dddddd;
}

table.calTable td.calHeaderSm
{
	padding: 2px;
	border: 0px;
	font-weight: bold;
	font-size: 15px;
	background: #dddddd;
}

table.pickSlotTable
{
	margin: 0px;
	padding: 0px;
}

table.pickSlotTable tr
{
	height:45px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.pickSlotTable td, table.pickSlotTable th {
	border: 1px dotted #bbb;
	text-align:center;
	font: normal 80%/140% arial, helvetica, sans-serif;
	color: #555;
	margin: 0px;
	padding: 0px;
	height: 45px;
}

div.expNameSlots
{
	font-weight:bold;
	text-align: left;
	width: 200px;;
	height: 43px;
}

div.currentlyReged
{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14pt;
	color:#02769c;
}

div.finishedSlot
{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14pt;
	color:#009900;
}

div.timeslotDiv
{
	position: absolute; 
	width: 100%;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	background-color: orange;
	border: 2px solid black;
	margin-left: -1px;
}
div.timeslotDiv:hover
{
	background-color: #02769c;
}

div.timeslotDivEven
{
	background-color: #ffc356;
}

span.expDescrip
{
	color: gray;
	font-size: 12px;
	font-family: "Times New Roman", "Arial Narrow", "Times", serif;
}

div.tooltipSm
{
	font-size: .7em;
	text-align: right;
}

div.tooltip 
{
	display: none;
	z-index: 100;
}

div.data img
{
	vertical-align: middle;
}

div.expNameSlots:hover 
{
	background: #dddddd;
}

div.expNameSlots:hover div.tooltip
{
	display: block !important;
	position: relative;
	top: -15px; 
	left: 105px; 
	width: 190px;
	border: 2px solid black;
	background: #dddddd;
	text-align: left;
	color: #000;
	padding: 2px;
	z-index: 5001;
	font-weight: normal;
}

div.timeslotDiv:hover div.tooltip
{
	display: block !important;
	position: absolute;
	top: 25px; 
	left: 15px; 
	width: 160px;
	border: 2px solid black;
	background-color: #ccc; 
	text-align: left;
	color: #000;
	padding: 2px;
	z-index: 100;
}

div.scrollWrapper 
{
  overflow: auto;
  height: 310px;
}

table.slotTable th
{
  border-top:1px solid #999999;
  border-left:1px solid #999999;
  border-bottom:1px solid #999999;
  background:#f7f7f7;
}

table.slotTable td, table.slotTable th 
{
	border: 1px dotted #bbb;
	text-align:center;
	font: normal 80%/140% arial, helvetica, sans-serif;
	color: #555;
	padding: .2em .5em .2em .5em;
}


table.dataTable
{
	border-collapse: collapse;
	border: 2px solid #999;
	font: normal 80%/140% arial, helvetica, sans-serif;
	color: #555;
	background: #fff;
}

table.dataTable td, table.dataTable th 
{
	border: 1px dotted #bbb;
	padding: .5em;
}

table.dataTable caption 
{
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}

table.dataTable a 
{
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}

table.dataTable a:link 
{
	border-bottom: 1px dashed #ddd;
	color: #000;
}

table.dataTable a:visited 
{
	border-bottom: 1px dashed #ccc;
	color: #808080;
}

table.dataTable a:hover 
{
	border-bottom: 1px dashed #bbb;
	color: #666;
}

table.dataTable thead th, table.dataTable tfoot th 
{
	border: 2px solid #999;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	background: #fcfcfc;
}

table.dataTable tfoot td 
{
	border: 2px solid #333;
}

table.dataTable tbody th, table.dataTable tbody td 
{
	vertical-align: top;
	text-align: left;
}

table.dataTable tbody th 
{
	white-space: nowrap; 
}

table .odd 
{
	background: #fcfcfc;
}

table.dataTable tbody tr:hover 
{	
	background: #fafafa;
}

input
{
	font-family: Arial, Helvetica;
}

span.personName
{
	font-weight: bold;
}

span.personEmail
{
	font-style: italic;
}

img.personPicture
{
	float: left;
	margin-right: 10px;
}

div.personDesc
{
	margin-top: 20px;
	margin-bottom: 20px;
}

div.search
{
	border: 2px solid #C7A317;
	background: #DDDDDD;
	padding: 7px;
	padding-top: 9px;
	width: 300px;
	margin-bottom: 18px;
	font-weight: bold;
	text-align: center;
}
