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;
}
.placeHolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	color:#c5c5c5;	
}
.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:#0070B1;
  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;
}
.ListColumnHeaderBlack {
  background:#3D3D3D;
  padding:3px;
  color:white;
  
}
.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;
  color:white;
  font-weight:bold;
  border:0;
}
.CalendarTitleRowStyle {
  height: 59px;
 }
.CalendarDayStyle {
  font-size:12px;
  background-color:#DCE4F4;
  height:100px;
  padding:4;
  border-style:solid;
  border-width:1px;
}
.CalendarButtomStyle {
  height: 59px;		
}
.CalendarNoDayStyle {
  font-size:12px;
  height:100px;
  border-style:solid;
  border-width:1px;
}
.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 */
/*new navigation bar started*/
#jsddm
{	margin: 0;
	padding: 0
}
#jsddm li
{	float: left;
	list-style: none;
	font: 15px Tahoma, Arial
}

#jsddm li a
{	display: block;
	background-repeat: repeat-x; 
	background-image: url(img/header_top_back.gif);
	text-align:center;
	text-decoration: none;
	border-right: 1px solid white;
	width: 154px;
	color: white;
	white-space: nowrap
}

#jsddm li a:hover
{	background: #0075BC
}
		
#jsddm li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white
}
		
#jsddm li ul li
{	float: none;
	display: inline
}
			
#jsddm li ul li a
{	width: 155px;
	background: red;
	color: white
}
			
#jsddm li ul li a:hover
{	background: #0075BC
}
/*new navigation bar ended*/
.roundedLeft {
	background-image: url(img/corner-left.png);
	background-repeat: no-repeat;
	float:left;
	height:20px;
	width:11px;	
	margin-top:1px;
	margin-bottom:1px;
}
.roundedRight {
	background-image: url(img/corner-right.png);
	background-repeat: no-repeat;
	float:right;
	height:20px;
	width:11px;
	margin-top:1px;
	margin-bottom:1px;		
}
.recurringContent {
	background-image:url(img/center.png);
	background-repeat: repeat-x;
	color:white;
	padding-top:-1px;
	padding-left:0px;
	float:left;
	height:20px;
	margin-top:1px;
	margin-bottom:1px;	
}
.recurringContent a{
	color:white;	
}
.CalendarTodayStyle {
	background-color:#FAD163;
	border-left:1px solid #FAD163;
	border-right: 1px solid #FAD163;	
}
.offerIcon {
	height: 20px; 
	margin-left:-10px; 
	margin-top:-2px; 
	padding-top: 5px; 
	padding-left: 7px; 
	text-align: left; 
	background-image: url(img/cal-image-offered.png); 
	background-repeat: no-repeat;
}
.draftIcon{
	height:20px; 
	margin-left:-8px; 
	padding-top:3px; 
	padding-left:0px; 
	text-align:left; 
	background-image:url(img/cal-image-draft.png); 
	background-repeat:no-repeat	
}
.acceptIcon{
	height:20px;
	 margin-left:-8px; 
	 padding-top:3px; 
	 padding-left:0px; 
	 text-align:left; 
	 background-image:url(img/cal-image-accepted.png); 
	 background-repeat:no-repeat	
}
.rejectIcon{
	height:20px; 
	margin-left:-8px; 
	padding-top:3px; 
	padding-left:0px; 
	text-align:left; 
	background-image:url(img/cal-image-rejected.png); 
	background-repeat:no-repeat	
}
#calendarTable{
	table-layout:fixed;	
}
