/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#274f83;
        background: #274f83 url(web_images/bg-grad.jpg) repeat-x bottom;
}



td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}

blockquote {
	color: #555;
	font-style: italic;
	font-size: 100%;
	line-height: 150%;
	width: auto;
	padding: 10px 10px 5px 45px;
	margin: 15px 0;
	background: #fff url(images/quote-start.png) 0 0 no-repeat;
}

blockquote p {
	background: #fff url(images/quote-end.png) 100% 100% no-repeat;
	padding: 0 35px 10px 0;
	margin-top: 0;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(images/status-info.png) 10px 50% no-repeat;
}

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(images/status-alert.png) 10px 50% no-repeat;
}


span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(images/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(images/status-download.png) 10px 50% no-repeat;
}

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}



span.download2 {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: url(web_images/phonesoft.jpg) no-repeat;
}

span.info2 {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	
}

span.info2, span.download2 {
	display: block;
	padding: 10px 10px 10px 10px;
	margin: 10px 0;	
}