﻿body {
}
.TabPage_Heading {
	font-size: 24px;
	font-weight: bold;
}
.sum_messagebutton {
	display: inline-block;
	width: 60px;
	background-color: #66CCFF;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	padding: 1px;
	cursor: pointer;
}
label.error {
	display: block;
	color: #ffbb44; /*font-style: italic;*/;
	font-weight: bold;
	font-size: 14px;
}
input.error {
	border: 2px solid #ffbb44;
}
.required {
}
.commonDialog{
	color: white;
	background-color: #549dd5;
	background-image: url(../images/TabGradientSlice.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 2px white solid;
	
}
.commonDialogHeader{
	padding: 5px;
	margin-bottom: 5px;
	font-size: 13pt;
	font-weight:bold;
	background-color: white;
	color: black;
}
.commonDialogBody{
	padding-left: 12px;
	margin-bottom: 1px;
	font-size: 13pt;
}
.commonDialogFooter{
	padding:12px;
	margin-bottom: 1px;
	text-align:right;
}
#simplemodal-overlay {background-color:#000;}
