/* COMMON TAGS */
/*body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	line-height:18px;
	background-image:url(/images/misc/body_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	} */

body {
	background-image: url(/images/misc/bg1.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #234163;
}
	
a:link, a:active, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

/* TEXT STYLES */
.text-footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	line-height:18px;
	}
.text-orange {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#E99521;
	line-height:18px;
	}
.text-red {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF0000;
	line-height:18px;
	}
.text-white {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:18px;
	}
.text-black {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:18px;
	}
/* BORDER STYLES */
.border-picture {
	border-color:#CCCCCC;
	border-style:solid;
	padding:2px;
	border-width:2px;
	}
.border-picture2 {
	border-color:#CCCCCC;
	border-style:solid;
	padding:3px;
	border-width:3px;
	}

.border-picture3 {
	border-color:#4F9793;
	border-style:solid;
	/*padding:2px; */
	border-width:3px;
	}	
	
.bordertable {
	border-bottom-width:3px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-top-width:3px;
	border-top-color:#999999;
	border-top-style:solid;
	border-right-width:3px;
	border-right-color:#999999;
	border-right-style:solid;
	border-left-width:3px;
	border-left-color:#999999;
	border-left-style:solid;
	padding:3px;
}
	
.border-bottom-dashed {
	border-bottom-color:#CCCCCC;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	}	
.border-top-dashed {
	border-top-color:#666666;
	border-top-style:dashed;
	border-top-width:1px;
	}	

.border-textbox {
	border:1px solid #999999;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}	
	
.border-button {
	border:2px solid #006600;
	color:#006600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-color:#E2F1F1;
	}	
/* LINK STYLES */
/*table#link-orange a:hover{
	text-decoration:underline;
	color:#FFCC33;
}
table#link-orange a, table#link-orange a:link{
	text-decoration:none;
	color:#E99521;
}

table#link-9-bold a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
}
table#link-9-bold a, table#link-9-bold a:link{
	text-decoration:underline;
	color:#CCCCCC;
	font-size:9px;
	font-weight:bold;
} */
/* TEXTBOX STYLES */
.textbox-style {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	padding:1px;
	background-color:#CCCCCC;
}
/* BUTTON STYLES */
.button-style{
	border-style:solid;
	border-width:2px;
	border-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	height:20px;
	background-color:#999999;
}
/* CALENDAR STYLES - mhae */
.calendar_highlightdayspan {
  /*background-color: #effeef;*/
  color:#E99521; 
  font-weight:bold;
}

.calendar_highlightdayspan a{
  /*background-color: #effeef;*/
  color:#009900;
}
.calendar_navigation {
  padding: 5px;
  text-transform: capitalize;
  background: transparent url(/images/calendar/header_bg.jpg) repeat-x;
  color:#ffffff;
  font-size:12px;
}
.calendar_table {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;
  width:50em;
  border: 4px solid #ffffff;
  background: transparent url(/images/calendar/calendar_bg.jpg);
  /*background-color:#666666;*/
  color:#cccccc;
}

.calendar_table td {
	padding:4px;
}

.calendar_highlightday {
  font-weight:bold;
  color:#ccc;
   /*background: transparent url(/images/calendar/highlight_days.jpg);*/
  background-color:#666666;
  border-width:1px;
  border-style:dotted;
  border-color:#ccc;
  text-decoration:underline;
}

.calendar_highlightweek {
 /* background-color: #feeffe;*/
}
.calendar_table a {
  font-size:1.2em;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #ccc;
  margin: 0;
}
.calendar_header {
  text-transform: capitalize;
  /*background: transparent url(/css/images/calendar/header_bg.gif) repeat-x;*/
  background-color:#444444;
}

/*****************************
/ Product Catalogue
*/
.product-name {
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
} .product-size {
	color:#FF9933;
} .product-description {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
} .product-not-available {
	color:#FF6666;
}
/*
/ End Product Catalogue
*****************************/

/*
	style for buttons
*/
.btnclass-1 {
	background:#000 url(/images/misc/button_bg.jpg) repeat-x top left; color:#F56002;
	border:1px solid #666666; padding:4px; font:11px Verdana, Arial, Helvetica, sans-serif;
}
/*
     