/*
 * Copyright 2007 The Australian National University
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this 
 * file except in compliance with the License. You may obtain a copy of the License at 
 *
 *    http://www.apache.org/licenses/LICENSE-2.0 
 *
 * Unless required by applicable law or agreed to in writing, software distributed under 
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
 * KIND, either express or implied. See the License for the specific language governing 
 * permissions and limitations under the License.
 */

body#help{
	background-color:#E6E7E8;
}

div#help {
	background-color:#E6E7E8;
    position:relative;
    left:0px;
    bottom:0px;
    font-family:verdana,helvetica,sans-serif;
    font-size:8pt;
    color:#808080;
    margin-top:10px;
    padding-left:8px;
    padding-top:10px;
    width:90%;
}

div#help a {
	color:#006699;
	cursor:pointer;
	text-decoration:none;	
	position:relative;
    bottom:5px;
    bottom:10px;
    margin-top:0px;
    white-space: nowrap;
}

div#help a:hover {
	text-decoration:underline;	
}

div#help ul{
    left:10px;
    margin-left:5px;
    margin-top:5px;
    padding-left:15px;
    padding-right:20px;
}

div#title {
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

div.faqheading {
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
}

div.faqtext {
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    color:#808080;
    margin-bottom:20px;
}

div.restricted {
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    color:red;
    margin-bottom:20px;
}

div.navigate a {
    font-family:verdana,helvetica,sans-serif;
    font-size:8pt;
	color:#006699;
	text-decoration:none;
	position:absolute;
    bottom:10px;		
}

div.navigate a:hover {
	text-decoration:underline;	
}

#wait.yui-panel {
	left:70px;
	border:0px;
	font-family:verdana,helvetica,sans-serif;
}

#wait.yui-panel .hd {
	left:70px;
	background-color:#e6e7e8;
	color:black;
	border-color:#ffffff #ffffff #e6e7e8;
	padding:1px 1px 1px 4px;
	font-size:8pt;
}

.yui-panel-container.shadow .underlay {
	left:73px;
	right:-73px;
}



