@CHARSET "ISO-8859-1"
/* Pegasus CSS Include: reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}/* Pegasus CSS Include: placement */
div.right   { float: right; }
div.left    { float: left;  }
img.right   { float: right; }
img.left    { float: left;  }
div.clear   { clear: both;  }
div.tcenter { text-align:center; }
div.tleft   { text-align:left; }
div.tright  { text-align:right; }

div.expand  { width: 100%; }
div.wauto   { width: auto; }

.nowrap { white-space: nowrap; }/* Pegasus CSS Include: error */
div#pegasus_error, div.pegasus_error {
	border: 1px dashed #aaaaaa;
	color: #99001a;
	font-size: 90%;
	font-weight: bold;
	padding-left: 45px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 1em;
	min-height: 10px;
	background: #ffffcc;
	background-image: url(/pegasus/images/icon/32x32/error.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

div#pegasus_message, div.pegasus_message {
	border: 1px dashed #aaaaaa;
	color: #555555;
	font-size: 90%;
	font-weight: bold;
	padding-left: 45px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 1em;
	min-height: 10px;
	background: #ffffcc;
	background-image: url(/pegasus/images/icon/32x32/information.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

div#pegasus_smallerror, div.pegasus_smallerror {
	border: 1px dotted #aaaaaa;
	color: #99001a;
	font-size: 80%;
	font-weight: 600;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 6px;
	margin: 1em;
	min-height: 10px;
	background: #ffffcc;
	background-image: url(/pegasus/images/icon/16x16/error.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

div#pegasus_smallmessage, div.pegasus_smallmessage {
	border: 1px dotted #aaaaaa;
	color: #555555;
	font-size: 80%;
	font-weight: 600;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 6px;
	margin: 1em;
	min-height: 10px;
	background: #ffffcc;
	background-image: url(/pegasus/images/icon/16x16/information.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
/* Pegasus CSS Include: simplebutton.grey */
/* DIV-based simple button - 2007/10/30 - Chris Schuld - cbschuld@gmail.com */
div.simpleButtonGrey { float: left; }
a.simpleButtonGrey { color:#454545; width: auto; display: block; text-decoration: none; background-color:#f0f0f0; border-bottom:1px solid #bcbcbc; border-right:1px solid #bcbcbc; border-top:1px solid #dddddd; border-left:1px solid #dddddd;}
a.simpleButtonGrey:hover { color:#333366; text-decoration: none; background-color:#ddddee; border:1px solid #99aacc; }
img.simpleButtonGreyLeft { padding:3px 0px 0px 2px;float:left; }
img.simpleButtonGreyRight { padding:3px 2px 0px 0px;float:left; }
/* Pegasus CSS Include: simpletable */
table.simple { margin: 2px; border: 1px solid #c0c0c0;}
table.simple th { font-size: 110%; background: #cccccc; padding: 2px; border-bottom: 1px solid #aaaaaa; border-right: 1px solid #c0c0c0;}
table.simple tr { font-size: 90%; background: #f0f0f0; }
table.simple td { padding: 2px; border-right: 1px solid #e0e0e0; }
