/*
 * 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 {
    margin-left:10px;
    margin-top:10px;
}

div.welcome {
    font-family:Helvetica,Verdana,Arial,sans-serif;
    font-size:14pt;
    font-weight:bold;
    margin-bottom:20px;
}

div.intro {
    font-family:Helvetica,Verdana,Arial,sans-serif;
    font-size:10pt;
    margin-bottom:10px;
}

div.heading {
    font-family:Helvetica,Verdana,Arial,sans-serif;
    font-size:12pt;
    font-weight:bold;
    margin-top:15px;
    margin-bottom:15px;
    margin-left:50px;
}

div.subheading {
    font-family:Helvetica,Verdana,Arial,sans-serif;
    font-size:10pt;
    margin-left:50px;
    margin-bottom:15px;
}

div#server1 {
    float:left;
    padding-right:50px;
    margin-left:50px;
}

div#server2 {
    margin-left:350px;
}

div.serverName {
    font-family:Helvetica,Verdana,Arial,sans-serif;
    font-size:10pt;
    font-weight:bold;
    margin-bottom:15px;
}

div.dataset {
    font-family:Helvetica,Verdana,Arial,sans-serif;
    font-size:10pt;
    margin-bottom:10px;
}

a.dataset:hover {
    color:#994779;
}

div.hidden a, div.hidden a:hover {	
    color:#ffffff;
	cursor:default;
	text-decoration:none; 
	margin-top:15px;
	float:left;
	margin-left:50px;
	padding-right:50px;		
}


