body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 1.5em;
    background-color: #fff;
    text-align: center;
    color: #555;
    background: #71706b;
}

a {
	color: #2C70C5;
	text-decoration: none;
}

img {
	border:0;
	behavior: url("/js/pngbehavior.htc");
}

#content h1 { font-size: 18px; border-bottom: 1px solid #555; line-height: 20px;}
#content h2 { font-size: 15px; border-bottom: 1px solid #555; }
#content h3 { font-size: 13px; font-weight: bold; }


/* Notices and Errors */
div.message {
	clear: none;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.wide {
	width: 100%;
}

.w150 {
	width: 150px;
}

.padded5 {
	padding: 5px;
}

.padded7 {
    padding: 7px;
}

.noBorders {
	border-collapse: collapse;
	border: 0;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.div_link {
    width: 100%;
    height: 100%;
    display: block;
}

.underline:hover {
    text-decoration: underline;
}

.transparent {
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.transparent9 {
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.no-markers {
    list-style-type: none;
}

ul.actions {
    list-style-type: none;
    padding: 0;
}
