/******************************* default css file **************************/


div.header h1 { font-family: Calibri; font-size: 20px; color:#004e92; letter-spacing: -1px; font-weight:bold; }

body{
	font-family: Calibri;
	font-size: 13px;
	color:#111111;
	font-weight:bold;
}

h4{
	font-size:14px;
	font-weight:bolder;
}

ul.subject, ul.subject ul, ul.joblevel, ul.countries, ul.institutions{
	list-style: none;
	padding: 10px 10px 10px 20px;
	margin: 3px;
	border: 1px dotted #55A;
}

ul.subject img.clickable, ul.countries img.clickable{
	cursor: pointer;
}

ul.database{
	list-style: square;
	padding: 10px 10px 10px 20px;
	margin: 3px;
	border: 1px dotted #55A;
	font-weight: bold;
}

ul.database li{
	margin-top: 4px;
	margin-bottom: 4px;
}

span.key_term{
	font-weight: bold;
}

ol.instructions{
	margin: 0;
}

div.header{
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 5px;
}

table.progress{
	border-collapse: collapse;
	background-color: #000099;
	color: white;
	font-weight: bold;
	width: 90%;
}

table.progress a{
	color: white;
}

table.progress td{
	padding: 3px;
	border: 1px solid #33B;
	text-align: center;
}

table.progress td.active{
	background-color: #0000FF;
}

div.selections{
	border: 1px solid #009;
	background-color: #eef;
	padding: 0 0 0 10px;
}

div.error{
	border: 1px solid #900;
	background: #fed;
	width: 50%;
}

div.error p{
	margin: 7px 5px 7px 7px;
	padding: 0;
}
