/*
	Main (screen) version of Pathways stylesheet

	Define custom classes
*/

.smalltext {
	font-size: 9px;
}
.jtext {
	text-align: justify;
	margin-left: 20px;
}
.jtext2 {
	text-align: justify;
	margin-right: 50px;
	margin-left: 100px;
	line-height: 1.5em;
}
.quotation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-style: italic;
}
.quotation2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-style: italic;
	font-weight: bold;
}

/* 	
	IDs for printing 
*/
#noprint { display: visible }
#printonly { display: none }

/*
	Redefine standard tags 
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 16px;
	margin: 0px;
}
h1 {
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
	margin-left: 20px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-left: 100px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-size: 12px;
	margin-left: 20px;
}
hr {
	color: #999999;
	height: 1px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #66CC00;
	text-decoration: underline;
}
a:active {
	color: #66CC00;
	text-decoration: underline;
}
.qtab {
	border: 1px solid #66CC00;
	background-color: #E9FFD2;

}
.vtbox {
	border: none;
	text-align: center;
	width: 326px;
}
.msgbox {
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
.errors {
	color: #CC0000;
	border: solid 1px #CC0000;
	background-color: #FFB9B9;
	position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	behavior:url(/css/PIE.htc)		/* hack for IE<9 to support rounded corners etc */
}
.errors, .errors p {
	color: #CC0000;
	margin: 0;
	padding: 4px 8px;
}
.errors ul {
	padding: 0;
	margin: 0;
}
.errors li {
	margin: 0 20px 0 20px; 
	list-style-image: url(/images/icons/BulletError.gif);
}

