
/* style sheet for Solvent Accessible Surface Area Predictor For Proteins */
/* developer: shane zhang, IMB, UQ, s.zhang@imb.uq.edu.au */

body {
    font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: 500;
	color: #1D1F76;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}

.banner {
	 text-align: right;
	 vertical-align: middle;
	 padding-top: 5px;
	 padding-right: 5px;
	 padding-left: 5px;
	 padding-bottom: 15px;
	 font-weight: 600; 
	 font-size: 12pt; 
	 font-family: Georgia, Verdana, sans-serif; 
	 color: #1d1f76; /*#ff7f00;*/
}

/* main menu item gaps */
.menugap {
	text-align: center;
	vertical-align: middle;
	width: 5px;
	color: white;
}


/* the following is for main menu on the header/banner */
A.mainmenu {
	display: block;
	width: auto;
	text-align: center;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Georgia, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	line-height: 15px;
	color: #009900;
	/*border: solid 1px #FFFFFF;*/
}

A.mainmenu:hover {
	text-decoration: underline;
	/*
	border: solid 1px #6100C1;
	background-color:#F0E1FF;
	*/
}

.optlist {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: 500;
	color: black;
	line-height: 15px;
}

.btncmd {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #064d9f;
	line-height: 15px;
}


p {
	line-height: 18px;
}

dt {
	/*font-weight: 600;*/
	/*color: #006600;*/
	line-height: 22px;
}

dd {
	line-height: 18px;
}

p.monospace {
	line-height: 18px;
	font-family: 'Courier New';
	font-size: 8pt;
	font-weight: 500;
}

td {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	color: #1d1f76;
	/*padding-top: 5px;*/
	padding-left: 10px;
	padding-right: 10px;
	/*padding-bottom: 5px;*/
}

th {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	color: #000099;
	line-height: 18px;
	vertical-align: top;
	text-align: left;
}

h2 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 14pt;
	font-weight: 600;
	line-height: 30px;
}

h3 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: 600;
	line-height: 25px;
}

h4 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: 600;
	line-height: 20px;
}

.SMALL{
    font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	color: #1D1F76;
}

.ENLARGE { 
		font-size: 125%; 
}

.ALERT { 
		color: #cc6699;
}

