/* Global
----------------------------*/
body, form { margin: 0px; }
img { border-color: #333333; }

a, a:hover { font-weight: normal; text-decoration: underline; }
a { color:#830037; }
a:hover { color: #000000; }

body, table, input, select, textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}

h1, h2 { font-size: 17px; }
h3, h4 { font-size: 12px; }

/* Classes
----------------------------*/

/* schedule table */
.hs { border: 1px solid #E0E0E0; font-size: 10px; }
/* schedule months */
.hsr { background-color:#E0E0E0; }
/* schedule cell */
.hsc { vertical-align:top; }
/* schedule product cell */
.hsp { color:#333333; width: 175px; }

.search_bg {
	background-image:url(../images/search_bg.gif);
	background-repeat:no-repeat;
	width: 231px;
	height: 32px;
	text-align:center;
	vertical-align:middle;
}

.ftr {
	background-image:url(../images/f_line.gif);
	background-repeat: repeat-y;
}

.f_bg {
	background-image:url(../images/f_bg.gif);
	background-repeat:no-repeat;
	height: 25px;
	background-position:bottom;
	text-align:center;
}

.f_pad {
	padding-left: 12px;
	padding-right: 12px;
}

.b_left {
	background-image:url(../images/b_left.gif);
	background-repeat:repeat-y;
}
.b_right {
	background-image:url(../images/b_right.gif);
	background-repeat:repeat-y;
}

.h_gradient, .i_gradient {
	width: 763px;
	height: 394px;
	background-position:bottom;
	vertical-align:top;
	text-align:left;
	color: #6E6B6B;
}
.h_gradient {
	background-image:url(../images/berry_bg.jpg);
	background-repeat:no-repeat;
	background-color:#EDEDED;
}
.i_gradient {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

.box { 
	margin-left: 4px; 
	margin-top: 12px; 
	margin-right: 12px;
}
.box_content_pad { padding: 12px; }
.box_text b, .box_text strong { color: #820036; }
.box_content {
	width: 220px;
	height: 176px;
	vertical-align:top;
	background-color: #E3DDC6;
	font-size: 10px;
}
.sub_box {
	width: 216px;
	height: 176px;
	background-color:#FFFFFF;
	background-image:url(../images/box_bg.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	vertical-align:top;
	text-align:left;
}

.monitor_pad {
	padding-left: 114px;
	padding-top: 8px;
	padding-right: 8px;
}
.monitor {
	background-image:url(../images/b_monitor_bg.gif);
	background-repeat: no-repeat;
	height: 77px;
	vertical-align:top;
	text-align:left;
	font-size: 10px;
}

.homepage_pad {
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 58px;
}

.i_content_pad { padding-left: 22px; padding-right: 24px; }
.i_content {
	vertical-align:top;
	text-align:left;
	background-image:url(../images/i_bg.gif);
	background-repeat:repeat-y;
	height: 304px;
}

.i_pad { padding-top: 12px; padding-left: 8px; padding-bottom: 12px; }

.sub_frame { background-color:#E0E0E0; }

.bull {
	width: 10px;
	height: 11px;
	margin-left: 8px;
	margin-right: 4px;
	vertical-align:bottom;

}

.home {
	margin-top: 6px;
	margin-left: 12px;
	border-style: none;
	width: 70px;
	height: 28px;
	float: right;
}

/* Common/Template
----------------------------*/
.body { 
	background-color:#000000;
}
.print_friendly { text-align:left; padding: 16px; background-color:#FFFFFF; }
.page_title { font-weight: bold; color: #A8A8A8; font-size: 12px; }
.bullet { margin-bottom: 0px; width: 1px; height: 1px; }

.subnav a, .subnav a:hover { font-size: 10px; text-decoration: none; font-weight: bold; }
.subnav a { color: #152358; }
.subnav a:hover { color: #A30000; }

.footer { font-size: 10px; color:#ffffff; }
.footer a { text-decoration: underline; color:#E0D9BF; }
.footer a:hover { text-decoration: underline; color:#ffffff; }

.crumb { font-size: 9px; color: #152358; }
.crumb strong { color:#000000; }
.crumb a { color: #A30000; font-weight: bold; text-decoration: underline; }
.crumb a:hover { color: #000000; font-weight: bold; text-decoration: underline; }

.tbd { color:#E3E3E3; font-size: 9px; }
.tbd a { font-weight: bold; text-decoration: none; color:#E3E3E3; }
.tbd a:hover { font-weight: bold; text-decoration: none; color:#E3E3E3; }

.search_table { width: 200px; }
.search { font-size: 9px; padding-left: 4px; width: 150px; }

/* Tell a Friend
----------------------------*/
.body_taf { background-color: #000000; margin: 0px; width: 450px; border-style: none; }
.body_taf_table { background-color:#FFFFFF; }

.textbox {
	width:150px;
	height: 14px;
	border-style: solid;
	border-width: 1px;
	border-color:#333333;
	font-size: 10px;
	padding-left: 4px;
}
.textarea {
	width:300px;
	height: 75px;
	border-style: solid;
	border-width: 1px;
	border-color:#333333;
	font-size: 10px;
	padding-left: 4px;
}

/* Buttons
----------------------------*/
.button {
	font-weight:bold;
	color:#333333;
	background-color:#D3D3D3;
}

