@charset "UTF-8";

.reditalic	{
	font-size: 12pt;
	font-weight: normal;
	font-style:italic;
	color: #8c052c;
	padding:0;
}

/* Accent Boxes */
/* Blue */
.bluehbox .tl {background: url(artwork/bluebox/tl.png) 0 0 no-repeat #223b4f; }
.bluehbox .tr {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.5em;
	background: url(artwork/bluebox/tr.png) 100% 0 no-repeat; 
	padding:10px; 
	color:white;
}
.bluehbox .inside {
	background: #d1e1ed;
	padding:10px;
	border-left:3px solid #223b4f;
	border-right:3px solid #223b4f;
	border-bottom:10px solid #223b4f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
}
/* Red */
.redhbox .tl {background: url(artwork/redbox/tl.png) 0 0 no-repeat #8c052c; }
.redhbox .tr {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.5em;
	background: url(artwork/redbox/tr.png) 100% 0 no-repeat; 
	padding:10px; 
	color:white;
}
.redhbox .inside {
	background: #eee8e8;
	padding:10px;
	border-left:3px solid #8c052c;
	border-right:3px solid #8c052c;
	border-bottom:10px solid #8c052c;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	text-align:left;
}
/* Blue Full Box */
.bluefbox  .bl {background: url(artwork/bluebox/bl.png) 0 100% no-repeat #223b4f; }
.bluefbox  .br {background: url(artwork/bluebox/br.png) 100% 100% no-repeat}
.bluefbox  .tl {background: url(artwork/bluebox/tl.png) 0 0 no-repeat}
.bluefbox  .tr {
	background: url(artwork/bluebox/tr.png) 100% 0 no-repeat; 
	padding:10px; 
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
}

/* Popup Form styling */
.errortext	{color:#aa0000;}
.successtext	{color:#006600;}

div#closeclear{
	clear:both;
}
.clear	{
	clear: both;
}
.crpoint	{ cursor: pointer; }
