body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	margin: 0;
	padding: 0;
	background: #ffffff;
}
td {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #00467B;
	text-decoration: none;
}
a:hover {
	color: #00467B;
	text-decoration: underline;
}
.TextInputStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:white;
}
.SmallButtonStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:60px;
}
.SubmitButtonStyle {
	font-family: Arial, Helvetica, sans-serif;
  background: silver;
	color: black;
	font-weight:bold;
	font-size: 11px;
}
.SmallListOdd {
	background: #eeeeee;
	width:200px;
	border-bottom:1px solid white;
	font-size: 12px;
}
.SmallListEven {
	background: #dedede;
	width:200px;
	border-bottom:1px solid white;
	font-size: 12px;
}
.ListHead {
	background: #C7283C;
	border-bottom: 1px solid white;
	font-size: 12px;
	font-weight:bold;
	color:white;
	padding:2px;
}
.ListHeadRed {
	background: #C7283C;
	border-bottom: 1px solid white;
	font-weight:bold;
	color:white;
	padding-left:5px;
  padding-bottom:5px;
  font-size:12px;
  vertical-align:bottom;
  height:40px;
  background-position:right;
  background-repeat:no-repeat;
  background-image:url(img/red_header_back.gif);
}
.ListHeadBlue {
	border-bottom: 1px solid white;
	font-weight:bold;
	color:white;
  background:#2846C7;
  padding-left:5px;
  padding-bottom:5px;
  font-size:12px;
  vertical-align:bottom;
  height:40px;
  background-position:right;
  background-repeat:no-repeat;
  background-image:url(img/blue_header_back.gif);
}
.ListColumnHeaderBlue {
  background:#BDC7F2;
  padding:3px;
  color:white;
  font-weight:bold;
}
.ListColumnHeaderRed {
  background:#F1B7BF;
  padding:3px;
  color:white;
  font-weight:bold;
}
.ListOdd {
	background: #FEF3F5;
	border-top:1px solid white;
	font-size: 12px;
	padding:2px;
}
.ListEven {
	background: #fbe7ea;
	border-top: 1px solid white;
	font-size: 12px;
	padding: 2px;
}
.ListOddBlue {
	background: #EFF1FA;
	border-top:1px solid white;
	font-size: 12px;
	padding:2px;
}
.ListEvenBlue {
	background: #E0E4F8;
	border-top: 1px solid white;
	font-size: 12px;
	padding: 2px;
}
.ListOddCal {
	background: #E0E4F8;
	font-size: 11px;
	padding:1px;
}
.ListEvenCal {
	background: #fbe7ea;
	font-size: 11px;
	padding: 1px;
}
.ListOddCal1 {
	background: white;
	font-size: 11px;
	padding:1px;
}
.ListEvenCal1 {
	background: #EEF1FA;
	font-size: 11px;
	padding: 1px;
}
.FormLabel1 {
	width:140px;
}
.LeftArea {
	width: 186px;
	height: 100%;
	background-image: url(img/menu_back.gif);
	background-repeat: repeat-x;
	background-color:#f2f5fb;
}
.RotatingArea {
	padding:3px;
	text-align:right;
}
.MainArea {
 width: 800px;
 padding:10px;
}
.Header {
	background: #FFFFFF;
	color: white;
	padding-top:10px;
}
.HeaderWeb {
	background: #FFFFFF;
	color: white;
	padding-top:10px;
}
.Footer {
	color: gray;
	height: 50px;
	border-top: 1px solid white;
	padding-left:186px;
	font-size:11px;
}
.PageTitle {
 color: #e51837;
 font-family: Arial, Helvetica, sans-serif;
 font-size:20px;
 font-weight:bold;
 padding-top:5px;
 padding-left:5;
}
.PageSubTitle {
 color: #0079c2;
 font-family: Arial, Helvetica, sans-serif;
 font-size:16px;
 font-weight:bold;
 padding-top:20px;
}
.MenuItem {
	border-bottom: 1px solid white;
	color: #E63D3A;
	padding: 4px;
	font-weight: bold;
	padding-left: 25px;
	background-image: url(img/arrow_white.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
}

.MenuItemCollapsed {
	border-bottom: 1px solid white;
	color: #E63D3A;
	padding: 4px;
	font-weight: bold;
	padding-left: 25px;
	background-image: url(img/arrow_white_down.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
}
.MenuItemActive {
	border-bottom:1px solid white;
	color: #C7283C;
	padding:4px;
	font-weight:bold;
	padding-left: 25px;
	background-position: left;
	background-image: url(img/arrow_white1.gif);
	background-repeat: no-repeat;
}
.MenuItemActiveDown {
	border-bottom:1px solid white;
	color: #C7283C;
	padding:4px;
	font-weight:bold;
	padding-left: 25px;
	background-position: 3px 3px;
	background-image: url(img/arrow_white1_down.gif);
	background-repeat: no-repeat;
}
a.MenuItemLink:link {
	color:#0E647A;
}
a.MenuItemLink:visited {
	color:#0E647A;	
}
a.MenuItemLink:active {
	color:#0E647A;
}
a.SubMenuItemLink:link {
	color:#555555;
}
a.SubMenuItemLink:visited {
	color:#555555;	
}
a.SubMenuItemLink:active {
	color:#555555;
}
a.MenuItemActiveLink:link {
	color:#C7283C;
}
a.MenuItemActiveLink:visited {
	color:#C7283C;
}
a.MenuItemActiveLink:active {
	color:#C7283C;
}
.CalendarTitleStyle {
  text-align:center;
  background-color:#0075bc;
  color:white;
  font-weight:bold;
}
.CalendarDayStyle {
  font-size:12px;
  background-color:#e0e0e0;
  height:100px;
  padding:4;
}
.CalendarNoDayStyle {
  font-size:12px;
}
.SmallTextInput {
	width:100px;
	height:18px;
	font-size:10;
}
.SmallButton {
	font-size:11px;
	width:55px;
	height:18px;
}
.MainAreaMarketing {
 width: 620px;
 padding:20px;
 font-size:14px;
 background-color:#FFF;
}
.BodyTextMarketingWeb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
}
.PageTitleMarketingWeb {
 color: #e51837;
 font-family: Arial, Helvetica, sans-serif;
 font-size:20px;
 font-weight:bold;
 padding-top:20px;
 padding-left:15px;
 background-color:#FFF;
}
.TOC {
}

.resizableSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:white;
	behavior:expression(window.dropdown_menu_hack!=null?window.dropdown_menu_hack(this):0);
}
/* mootools tooltip */
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {position:absolute; display:block; }
#tttop {display:block; height:5px; margin-left:5px; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px;  overflow:hidden}

/* end of mootools tooltip */