﻿/* PAMPA Stylesheet - PAA 2010 version
   Germán Rodríguez - june 2009
*/

BODY, TABLE, P, UL, OL, LI, LD, TH, TD {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
}

BODY.frame {
	background-color: white;
}
BODY.flush {
	background-color: white;
	margin-top:0;   margin-bottom:0;
	margin-left:0;	margin-right:0;
	position: relative;
}
BODY.popup {
	background-color:  white; 
}
TH {
	color: #536895; 
} 
.em {	
	font-weight:bold;
	color: #536895; 
}
.instructions {
	font-size: 9pt;
}
.small { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt; 
}
.critical, .exclamation {
	font-weight:bold;
	color: red;
}
.question, .information {
	font-weight:bold;
}

H1 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #536895;
}
H2 {
        font-family:  Verdana, Arial, Helvetica, Sans-serif;
	font-size: 13pt;
	/* font-weight: bold;*/
	color: #536895;
	
}
H3 {
        font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11pt;
	/* font-weight: bold;*/
	color:#536895;
}
H4 {
        font-family:  Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #536895;
}

A:link, A:active, A:visited {
	color: #536895;
	text-decoration: none;
}
A:hover {
	text-decoration:underline;
}
A:link.plain, A:active.plain, A:visited.plain {
	color:black;
	text-decoration: none;
}
A:hover.plain {
	color:  #536895;;
	text-decoration: underline;
}

A:link.tb, A:active.tb, A:visited.tb {
	font-weight: bold;
	color: white;
	text-decoration:none;
}
A:hover.tb {
	text-decoration: underline;
}
H2.popup {
	color: white;
	background-color:  #FFFFFF;
}
}
td.toolbar {
	color: white;
}
.free {
	font-weight:bold;
	color:green;
	/* background-color:green; */

}
.taken {
	font-weight:bold;
	color:red; 
	/* background-color:red; */
}

