﻿.btn {
	background-color: #17499B; /* dark blue */
	background-image: url(layout_images/button.jpg);
	border-left: Solid 1px White;
	border-top: Solid 1px White;
	border-right: Solid 1px Silver;
	border-bottom: Solid 1px Silver;
	color: White;
}
.btn:hover {
	background-color: #D9F0FE; /* light blue */
	background-image: url(layout_images/button_over.jpg);
	cursor: pointer;
	color: #17499B; /* dark blue */
}
.grayDown {
    background-color: Gainsboro;
    background-image: url(images/grayGradient.jpg);
}
.grayDownLarge {
    background-color: Gainsboro;
    background-image: url(images/grayGradient_large.jpg);
}
.nowrap {
	white-space: nowrap;
}
.systemMessage {
	background-color: Maroon;
	color: White;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 10px 10px 10px 10px;
}
/* ************************************************************** */
/* CHECK LISTS                                                    */
/* ************************************************************** */
.list {
	list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
.list li {
    background: url(layout_images/list_line.gif) bottom left repeat-x;
}
.list li a {
    font-weight: normal;
    color: #17499B; /* dark blue */
    cursor: pointer;
    text-decoration: none;
    background: url(layout_images/list_bg.gif) no-repeat 0 8px;
    padding: 6px 0 4px 20px;
    display: block;
}
.list li a:hover {
	background-color: #D9F0FE; /* light blue */
}
/* ************************************************************** */
/* FAQs                                                           */
/* ************************************************************** */
.FAQ_ResponseHeader {
	color: #17499B; /* dark blue */
	font-weight: bold;
	margin-bottom: 10px;
}
.FAQ_ResponseDetails {
}
/* ************************************************************** */
/* User Reviews                                                   */
/* ************************************************************** */
.Review_Header {
	color: #FF7101;
	margin-bottom: 10px;
}
.Review_Details {
	margin-bottom: 10px;
	padding-left: 40px;
}