/* CSS Master Stylesheet, 4-30-2010 */

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,
b,u,i,center,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-size: 100%;
vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol,ul {list-style: none;}
blockquote,q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {
content: '';content: none;}

body {
	font: 65% "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

a.cancel_link {
	font-size: 1.5em;
	color: red;
	text-decoration: underline;
}

a.action_link {
	font-size: 1.5em;
	color: green;
	text-decoration: none;
}

a.action_link img, a.cancel_link img {
	vertical-align: bottom;
}

.message {
	font-weight: bold;
	color: green;
	padding: 10px;
	border: 2px solid green;
	margin-bottom: 8px;
	font-size: 1.2em;
}

.error {
	font-weight: bold;
	font-size: 1.2em;
	color: red;
	padding: 10px;
	border: 2px solid red;
	margin-bottom: 8px;
}

.warning {
	font-weight: bold;
	color: red;
}

#overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

.clearing {
	clear: both;
	line-height: 0;
}

.botmarg1 {
	margin-bottom: 5px;
}

.botmarg2 {
	margin-bottom: 10px;
}

.nomarg {
	margin-bottom: 0;
}
