body {
	font-family: Helvetica,Arial,Sans-serif;
	background-image: url(images/page_bg-alerts.gif);
	line-height: 15px;
}

.ms_header {
	background-color: #C01600;
	height: 120px;
}

.ms_contentWrap {
	background-color: #fff;
	background-image: url(images/sidebar-bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
* html .ms_contentWrap {
	height: 10px;
}

/* sidebar */

.ms_sidebar {
	width: 290px;
	font-size: 110%;
	line-height: 120%;
}

.ms_sidebar p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.ms_sidebar_inner {
	padding: 10px 9px 8px 8px;
}

.ms_alertbanner {
	border: 1px solid #3d3d3d;
	background-color: #8d8d8d;
	color: #fff;
}

.ms_alertbanner_special {
	background-image: url(images/special-event-banner.jpg);
	background-repeat: no-repeat;
	height: 41px;
	border-bottom: 1px solid #3d3d3d;
}

.ms_alertbanner_special h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	padding: 15px 10px 0px;
}

.ms_alertbanner_inner {
	padding: 5px 10px 10px;
}

h4.ruled {
	font-size: 110%;
	margin: 0;
	border-bottom: 1px solid #787878;
}

/* end sidebar */

.content{
	padding: 0px;
}

.ms_content {
	width: 697px;
	float: none;
}

.ms_content_inner {
	padding: 15px 6px 15px 10px;
}

.ms_content_inner a {
	color: #c42200;
	text-decoration: none;
}

.ms_content_inner a:hover {
	color: #c42200;
	text-decoration: underline;	
}

.ms_content_inner h1 {
	padding-bottom: 0px;
}

.ms_content_inner h3 {
	padding-top: 11px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.msfooter {
	clear: both;
	background-color: #3E3E3E;
	color: #acacac;
	padding: 0px;
	margin: 0px;
}

.msfooterinner {
	color: #acacac;
	border-top: none;
	line-height: 15px;
	margin: 0px;
	padding: 10px;
}

* html .ms_footer_inner {
}

.ms_footer a {
	color: #acacac;
}

div.tabheader {
	background-image: url(images/tabheader-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 29px;
	padding-left: 11px;
	font-family: Helvetica,Arial,Sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 29px;
	margin-top: 5px;
	margin-bottom: 1px;
}
* html div.tabheader {
	line-height: 25px;
}


div.tabheader div {
	float: left;
	background-image: url(images/tabheader-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	top: 0px;
	padding-top: 0px;
	padding-right: 14px;
}

table.contenttable-outer {
	border: 1px solid #D6D6D6;
}

td.contenttable-outer {
	padding: 2px;
}


table.contenttable td {
	background-color: #F2F2F2;
	padding: 5px 8px;
}

tr.contenttable-divider td {
	height: 1px;
	padding: 0px;
	background-color: #fff;
}

table.contenttable td.label {
	font-weight: bold;
}

a.action {
	text-transform: uppercase;
}

div.contentbox-outer {
	border: 1px solid #D6D6D6;
	padding: 2px;
	margin-bottom: 5px;
}

div.contentbox {
	background-color: #F2F2F2;
	padding: 4px 8px;
	line-height: 12px;
}

div.contentbox p {
	margin-top: 5px;
	margin-bottom: 3px;
}

div.contentbox p.sportlinks {
	color: #aaaaaa;
	margin-top: 8px;
}

div.contentbox-scroll {
	border: 1px solid #D6D6D6;
	padding: 0px;
	margin-bottom: 5px;
	overflow: auto;
}

div.contentbox-scroll div.contentbox {
	background-color: #fff;
	padding: 2px;
}

table.columntable {
	width: 100%;
	clear: left;
}


td.column { width: 50%; vertical-align: top; }
td.gutter { width: 5px; }
div.gutter { width: 5px; }





.buttons_right {
	float: right;
	margin-top: 10px;
}

.buttons_left {
	float: left;
	margin-top: 12px;
}

.actionbutton {
	display: block;
	background-image: url(images/alert_actionbutton.gif);
	background-repeat: no-repeat;
	width: 93px;
	height: 18px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	line-height: 13px;
}
* html .actionbutton {
	line-height: 11px;
}

.actionbutton span {
	display: block;
	padding-top: 3px;
}

.actionbutton_dark {
	background-image: url(images/alert_actionbutton_dark.gif);
}

.actionbutton_long {
	background-image: url(images/alert_actionbutton_long.gif);
	width: 125px;
}

.buttons_right .actionbutton {
	margin-left: 5px;
	float: left;
}

.buttons_left .actionbutton {
	margin-left: 5px;
	float: left;
}

.alertdetail {
	font-size: 12px;
	line-height: 130%;
	padding: 4px 10px 2px;
}

.alertdetail_odd {
	background-color: #E7E3E3;
}

.alertdetail_even {
	background-color: #F1F1F1;
}

.alertdetail_right {
	float: right;
	text-align: right;
}

.alertstatus {

}

.alertactions {
	color: #9FA0A4;
}

.alertactions a {
	text-transform: uppercase;
	font-size: 11px;
	
}

.alertname {
	font-weight: bold;
}

.alertmethod {
	font-size: 11px;
}

.alertspecifics {
	font-style: italic;
	font-size: 11px;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
