/* UnitedTravel Master Style Sheet */
body {
	background-image: url(images/background_tile.gif);
	background-repeat: repeat-x;
	margin:0;
	background-color: #bbd9f3;
	height:100%;
	width:100%;
	font: 1em Verdana;
}
h1{
	font-size:21px;
	font-weight:normal;
	color:#021D76;
	margin:0 0 8px 0;
	padding:0;
}
h2{
	font-size:18px;
	font-weight:normal;
	color:#021D76;
	margin:0 0 8px 0;
	padding:0;
}
h3{
	font-size:15px;
	font-weight:normal;
	color:#021D76;
	margin:0 0 8px 0;
	padding:0;
}
h4{
	font-size:13px;
	font-weight:normal;
	color:#021D76;
	margin:0 0 5px 0;
	padding:0;
}
h5{
	font-size:11px;
	font-weight:bold;
	color:#021D76;
	margin:0 0 5px 0;
	padding:0;
}
img{ 
	border: 0; 
}
ol{
	padding:0;
	margin:0 0 10px 28px;
}
ul{
	padding:0;
	margin:0 0 10px 20px;
}
hr{
	height:0;
	border:0;
	margin:5px 0;
	border-bottom:1px solid #bbd9f3;
}
a{
	color:#3A66D5;
}
input,textarea, select {
	font:normal 12px Arial, sans-serif;
} 

div.normal table 
{
	padding:0;
	margin:0;
	border:0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
div.normal table td
{	
	padding:5px;
	border:0;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
div.normal table td p{ /* fix firefox */
	margin:0;
}

.featured{
	font-weight:bold;
	font-style:italic;
	color:#002F65;
	font-size:13px;
}

p.blockquote{
	border-top:2px solid #009ee0;
	border-bottom:2px solid #009ee0;
	padding:12px 5px;
	font-style:italic;
	font-weight:bold;
	margin:15px 0;
	text-align:center;
	font-size:14px;
}
blockquote {
	background: url(images/openquote.gif) 0 0 no-repeat;
	padding-left: 30px;
	font-style: italic;
	margin:15px 0;
}
blockquote p {
	background: url(images/closequote.gif) right bottom no-repeat;
	display: block;
	padding-right: 30px;
	text-align:justify;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#444;
}



/* ADMIN STYLES */
body.mceContentBody{
	background:white;
	font-size:12px;
	padding:5px;
} 
body.mceContentBody ol{
	padding:0;
	margin:0 0 10px 38px;
}
body.mceContentBody ul{
	padding:0;
	margin:0 0 10px 30px;
}
body.mceContentBody table{
	padding:0;
	margin:0;
	border:0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
body.mceContentBody table td{
	padding:5px;
	border:0;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}


#bowl  {
	width:770px;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 75%;
}
#subcontent {
	width:100%;
	clear:both;
	background-color:#FFFFFF;
	clear:both;
}

#container {
	width:770px;
	}
#content {
	width:770px;
	padding-bottom:15px;
	background-color:#FFFFFF;
}
#content:after { content: ""; display: block; height: 0; clear: both; }

.smallPrint {
    font-size: 65%;
	color:#827f70;
}

/*---------------------------- Header Styles --------------------------- */


/*- Menu Tabs  */
#tabsJ {
  float:left;
  width:100%;
  font-size:11px;
  line-height:normal;
  margin-top:89px;

  }
#tabsJ ul {
  margin:0;
  padding:0px 10px 0 0;
  list-style:none;
  }
#tabsJ li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabsJ a {
  float:left;
  background:url(IMAGES/tableftJ.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
  }
#tabsJ a span {
  float:left;
  display:block;
  background:url(IMAGES/tabrightJ.gif) no-repeat right top;
  padding:5px 7px 4px 6px;
  color:#ffffff;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {float:none;}
/* End IE5-Mac hack */
#tabsJ a:hover span {
  color:#011c75;
  }
#tabsJ a:hover {
  background-position:0% -42px;
  }
#tabsJ a:hover span {
  background-position:100% -42px;
  }
 /* Styles for Current Tab */
#tabsJ .current {
  background-position:0% -42px;
  color:#011c75;
  }
#tabsJ .current span {
  background-position:100% -42px;
  color:#011c75;
  }
#tabsJ .current a {
  background-position:0% -42px;
  color:#011c75;
  }
/* End Styles for Current Tab */

/*- END Menu Tabs  */

#header {
	width:770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: baseline;
	}
.headerBack { 
	background-image:url(IMAGES/headerbackTile.gif); 
	background-repeat:repeat-x; 
	height:111px; 
	width:228px; 
	}
.headerBack2 {
	background-image:url(IMAGES/headerbackTile.gif); 
	background-repeat:repeat-x; 
	height:111px; 
	}
	
#headerbottom {
	width:770px;
	height:5px;
	background-image:url(images/headerbottomback.gif);
	background-repeat:repeat-y;
	}
/*---------------------------- End Header Styles --------------------------- */
#footer {
	clear:both;
	height:95px;
	background-image:url(IMAGES/footerBackTile.gif);
	background-repeat:repeat-x;
	border-top:5px solid #0091d6;
	width:770px;
	margin: 0 auto;
	padding-bottom:10px;
}
.footertext {
	font-size: 75%;
	display:block;
	padding: 10px;
}
.footertext a {
	color:#999999;
	text-decoration:none;
}
h2.title {
	font-size: 18px;
	margin:0;
	color:#021c77;
}
h2.Region {
	font-size: 14px;
	margin:0;
	color:#011b77;
}
h2.dealsDetailsTitle {
	font-size:24px;
	color:#011b77;
	font-weight:bold;
	padding-top:190px;
	padding-left:20px;
	padding-bottom:0;
	margin-bottom:5px;
}
h3.dealsDetailsTagline {
	font-size: 18px;
	margin:0;
	color:#011b77;
	padding-left:20px;
	padding-bottom:10px;
}
H3.landinghead
{
	color: #e62e2c;
	font-size: 22px;
	font-weight:normal;
	margin-left: 10px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 5px 0px;
	padding-top:0px;
}
#standardColA {
	margin:auto;
	margin-bottom:15px;
	padding-left:10px;
	width:150px;
	float:left;
}
#standardColB {
	margin-bottom:15px;
	float:left;
	width:600px;
}

#ListingsColA {
	margin:auto;
	margin-bottom:15px;
	padding-left:15px;
	padding-right:10px;
	width:195px;
	float:left;
	border-right:1px dashed #CCCCCC;
	padding-bottom:15px;
}
#ListingsColB {
	margin-bottom:15px;
	float:left;
	width:545px;
	padding-bottom:15px;
}

#colA {
	float:left;
	width:343px;
	height:100%;
	background-image:url(images/ColABack.gif);
	background-repeat: repeat-y;
}
# colA img {
	padding-left:15px;
}
#colB {
	width:427px;
	height:617px;
	float:right;
}
#hero {
	width:427px;
}


#searchpanel {
	width:100%;
	height:410px;
	}
#searchpanel img {
	padding-left:15px;
}
#homeIframe {
	padding-left:20px;
	background-image:url(images/homeIframe_tile.gif);
	background-repeat:repeat-y;
	background-position:15px;
}
*+html #homeIframe{margin-top:-2px;}/*IE7/8*/
*html #homeIframe{margin-top:-2px;}/*IE6*/

#bf_search {
	background-color: #fff;
	width: 280px;
	font-size:11px;
}
#newsSearchHome {
	width:100%;
	height:246px;
	}
#TopDealsHome {
	margin-top:10px;
	margin-left:5px;
	width:404px;
}
.TopDealsTable {
	font-size:12px;
	padding-top:15px;

}
.TopDealsTableLeft {
	width:6px;
	background-image:url(images/topDealsLeftTile.gif);
	background-repeat:repeat-y;
}
.TopDealsTableRight {
	width:5px;
	background-image:url(images/topDealsRightTile.gif);
	background-repeat:repeat-y;
}
.TopDealsTableListings {
	width:100%;
}

.DealsHomeRow {
	padding-left:20px;
	height:70px;
	border-top:1px solid #CCC;
}
.DealsHomeRow2 {
	height:70px;
	border-top:1px solid #CCC;
	/*background-image:url(IMAGES/TopDealsPriceBack.gif);*/
	
}
.DealsHomeRow a {
	font-weight:bold;
	height:70px;
	color:#000000;
}
a.dealsHomeTitle:link  {
	color:#011c75;
}
a.dealsHomeTitle:visited  {
	color:#011c75;
}
.dealsHomeInclusions {
	font-size:95%;
}
.dealsHomeBonus {
	font-size:95%;
	color:#996600;
}
a.DealsHomePrice:link {
	font-size:120%;
	font-weight:600;
	width:90px;
	text-align:right;
	padding-right:0px;
	color:#FF0000;
	text-decoration:none;
}
a.DealsHomePrice:visited {
	font-size:120%;
	font-weight:600;
	width:90px;
	text-align:right;
	padding-right:0px;
	color:#FF0000;
	text-decoration:none;
}
a.DealsHomePrice:hover {
	text-decoration:underline;
}
/* --------  TopDeals on Deals Listings Page */
.DealsListingsHomeRow {
	height:50px;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #CCCCCC;
}
.DealsListingsPriceRow {
	height:50px;
	border-bottom:1px dashed #CCCCCC;
}
.DealsListingsHomeRow a {
	font-weight:bold;
	height:50px;
	color:#000000;
	border-bottom:1px solid #999999;
}
a.dealsListingsHomeTitle:link  {
	color:#011c75;
}
a.dealsListingsHomeTitle:visited  {
	color:#011c75;
}
a.DealsListingsHomePrice:link {
	font-size:12px;
	width:90px;
	text-align:right;
	padding-right:0px;
	color:#FF0000;
	text-decoration:none;
	
}
a.DealsListingsHomePrice:visited {
	font-size:12px;
	width:90px;
	text-align:right;
	padding-right:0px;
	color:#FF0000;
	text-decoration:none;
}
/* -------- End TopDeals on Deals Listings Page */
#SearchHome {
	width:85%;
	height:80px;
	margin:auto;
	margin-top:10px;
	border-top:1px solid #999999;

}
#SearchDeals {
	display:none;
	width:85%;
	height:100px;
	margin:auto;

}
#SearchHome input {
	margin-top:5px;
}
.SearchText {
	font-size:9px;
	color:#333333;
}

#emailbox {
	width:328px;
	height:69px;
	padding-left:15px;
	padding-top:25px;
	padding-bottom:15px;
	background-image:url(images/emailBack.gif);
	background-position:15px;
	background-repeat:no-repeat;
}

.emailboxform {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	display:block;
	padding-left:20px;
	padding-top:20px;
}
#featuredHome {
	padding-left:15px;
	width: 328px;
	background-image:url(images/FeaturedBackTile.gif);
	background-repeat:repeat-y;
	background-position:15px;
	min-height:420px;
}
* html #featuredHome { height:420px; } /* IE6 */

.featuredHomeContent {
	font-size: 11px;
	display: block;
	padding-left: 15px;
	padding-top:10px;
}
#deals {
	width:311px;
	margin-top: 10px;
	border: 1px solid #999999;
}
.deals_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000099;
	padding-left: 10px;
	background-color: #c1dbf4;
}

.WhatsHotPrice {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF0000;
}



/* -------- Begin Navigation Styles */

#nav {
	
}
#navtabs td {
	padding-left:1px;
}



/* --------  End Navigation Styles */

/* -------- Begin Search Engine Panel Styles */

.engineText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.engineFormFields {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	

/* -------- End Search Engine Panel Styles */
.ListingsBox {
	width:577px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
}
.destination_listing {
	width: 577px;
	font-size:11px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background-image:url(images/ListingsBackTile.gif);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
}
.DealsListingsBox {
	width:402px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
}
.Dealsdestination_listing {
	width: 402px;
	font-size:11px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background-image:url(images/ListingsBackTile.gif);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
}
.DealsListingsShortDesc {
	font-size:11px;
}
.listingsTable {
	width:100%;
	margin-left:10px;
}
.DealslistingsTable {
	width:100%;
	margin-left:10px;
}
.listingsPageDescription {
	font-size: 12px;
	padding:10px;
}
.listingsborder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.listingshead {
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.listingsheadName {
	font-size: 14px;
	font-weight:bold;
	color:#011b77;
	text-decoration:underline;
}
a.listingsheadName:link {
	font-size: 14px;
	color:#011b77;
}
a.listingsheadName:visited {
	font-size: 14px;
	color:#011b77;
}
.listingsheadPrice {
	font-weight:400;
	font-size: 14px;
	color: #e62e2c;
}

.listingsRegion {
	font-size: 18px;
	color:#011b77;
	font-weight:normal;
}
.listingsDescription {
	font-size:12px;
}
#RegionDescription {
	font-size:11px;
	margin-top:10px;
	padding:5px;
	border: 1px solid #CCCCCC;
}
.pagination {
	font-size: 10px;
	color: #006DB6;
	text-align: right;
	
	
}
.roomcategory {
	text-indent: 5px;
	color: #4D6580;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#detail_container {
	width: 440px;
	background-color: #FFFFFF;
	margin-top: 5px;
	padding-top: 5px;

	}
#detail_inclusions {
	background-color: #FFFFFF;
	width: 90%;
	border: 1px solid #029aff;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	
}
#detail_heading {
	width: 95%;
	margin:0 auto;
	padding-bottom: 5px;
}
#detail_tc {
	background-color: #FFFFFF;
	color:#827f70;
	width: 90%;
	border: 1px solid #4d6580;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
}
#detail_priceguide {
	background-color: #FFFFFF;
	width: 90%;
	border: 1px solid #4d6580;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
}
#formcol {
	width: 750px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
#dealsListingsColA {
	width:420px;
	float:left;
	
}

#dealsListingsColB {
	width:325px;
	height:100%;
	float:left;
	
}
#TopDealsListings {
	margin-top:55px;
	width:340px;
	margin-left:10px;
}
/* ---------Deals Details Page--------- */


.needHelp {
	padding:20px;
}
#dealDetailsImages {
	/*width:600px;
	height:132px;
	overflow:auto;*/
}
#dealDetailsImages .img-crop-container {
	float:left;
/*	height:132px;
	width:200px;
	overflow:hidden; */
}
#dealDetailsImages .img-crop-container img {
	/*left:-40px;
	top:-40px;
	width: 200px;*/
	padding: 0px;
	margin-left: 10px;
}
#dealsDetailsColA {
	width:130px;
	float:left;
	height:100%;
	margin-bottom:10px;
}

#dealsDetailsColB {
	width:600px;
	height:100%;
	float:left;
	margin-bottom:10px;
	padding-right:10px;
	border-left:1px solid #011b77;
	vertical-align:top;

}

#dealsDetailsDesc {
	
	font-size:12px;
	text-align: left;
	border-bottom:2px dotted #666666;
	padding-left:20px;
	padding-bottom:20px;
}
#dealsDetailsPrice {
	
	font-size:12px;
	text-align: left;
	border-bottom:2px dotted #666666;
	padding-left:20px;
	padding-bottom:20px;
}
.dealsDetailsPriceTitle {
	
	font-size:18px;
	color:#011b77;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

.dealsDetailsPriceTable {
	
	font-size:14px;
	color:#FF0000;
}

.dealsDetailsPriceTable td {
	padding:10px;
	border-bottom:1px dashed #CCCCCC;
}
.dealsDetailsPriceTable th {
	padding:10px;
	border-bottom:1px solid #011b77;
	
	font-size:14px;
	font-weight:bold;
	color:#011b77;
	text-align:left;
}
#dealsDetailsTerms {
	font-size:9px;
	text-align: left;
	padding-left:20px;
	padding-bottom:20px;
}
.dealsDetailsTermsTitle {
	font-size:14px;
	color:#011b77;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

.deal_ref_no {
	font-size: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

/* --------- End Deals Details Page--------- */
/* ---------Enquiry Form Page--------- */

.passengerLabel {
	font-size:9px;
}
#enquiry1 {
	width:95%;
	margin-left:10px;
	border-bottom:2px dotted #CCCCCC;
}

.enquiryTitles, .enquiryTitles img {
	
	font-size:18px;
	color:#011b77;
	font-weight:bold;
	padding-right:10px;

}
.enquiryTitlesSub {
	
	font-size:12px;
	color:#011b77;
	font-weight:normal;
	padding-right:10px;

}

#enquiryDetailsBox {
	width:697px;
	height:127px;
	background-image:url(images/enquiry1_back.jpg);
	background-repeat:no-repeat;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	
}
.enquiryDetailsTable {
	font-size:14px;
	color:#011b77;
	
}
#enquiry2 {
	width:95%;
	margin-left:10px;
	margin-top:20px;
	border-bottom:2px dotted #CCCCCC;
}
#enquiry2Form {
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}
.enquiryPassTable td {
	padding:5px;
	border-bottom:1px dotted #999999;
}
	
.enquiryPassTable th { 	
	text-align:left;
	font-weight:normal;
	font-size:12px;
	border-bottom:1px solid #011b77;
	padding:5px;
}
#enquiry3 {
	width:95%;
	margin-left:10px;
	margin-top:20px;
	border-bottom:2px dotted #CCCCCC;
}
#enquiry3Form {
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}
.enquiryContactTable td { 	
	text-align:left;
	font-weight:normal;
	font-size:12px;
}
#enquiry4 {
	width:95%;
	margin-left:10px;
	margin-top:20px;
	border-bottom:2px dotted #CCCCCC;
}
#enquiry4Form {
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}
.selectAgentButton {
	text-align:center;
}
.selectedAgent {
	float:left;
	margin-left:25px;
	padding:5px;
}
#enquiry5 {
	width:95%;
	margin-left:10px;
	margin-top:20px;
}
#enquiry5Form {
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	
}
/* --------- End Enquiry Form Page--------- */
.FindUs {
	font-size:12px;
}
/* --------- Flights Page--------- */

#FlightsColA {
	margin:auto;
	margin-bottom:15px;
	padding-left:10px;
	width:340px;
	float:left;
	
}
#FlightsColB {
	margin-bottom:15px;
	float:left;
	width:407px;
	
}
#FlightsHero {
	width:407px;
	height:453px;
	background-image:url(images/flightsBack.gif);
	background-repeat:no-repeat;
	font-size:11px;

}
#FlightsHero .heading {
	font-size:14px;
	color:#000066;
	font-weight:bold;
}
#FlightsHero .heading2 {
	font-size:12px;
	color:#000066;
	font-weight:bold;
}
#FlightsHero .brown {
	color:#996600;
	margin-left:10px;
	display:block;
}
/* --------- End Flights Page--------- */

/* --------- Contact Us Page--------- */


h3.contact {
	color:#021d76;
	font-size:21px;
	font-weight:normal;
}

#AboutColA {
	width:200px;
	float:left;
}

#AboutColB {
	width:550px;
	float:left;
	border-left: 1px dashed #000;
	padding-left:10px;
}

.AboutMenu {
	width: 200px;
	height:30px;
		}

.AboutMenu td {
	border-bottom:1px dashed #000000;
	padding: 5px 10px 5px 0;
	text-align:right;
}
a.AboutMenu2:link {
	font-weight:bold;
	color:#021d76;
	text-decoration:none;
	}
a.AboutMenu2:visited {
	font-weight:bold;
	color:#021d76;
	text-decoration:none;
	}


/* ---------END  Contact Us Page--------- */

/* ---------------------------BEGIN Cheap Flights Specific Styles--------------------------- */

.FlightTablesWrapper {
	margin-bottom:15px;
}
.FlightTablesOBE {
	height:385px;
	width:178px;
	float:left;
	background-color:#FFF;
	border:#021d76 solid 2px;
	padding:5px;
	margin-left:11px;
	margin-top:11px;
}

.FlightTablesCountry {
	height:180px;
	width:160px;
	float:left;
	background-color:#FFF;
	border:#021d76 solid 2px;
	padding:5px;
	margin-left:11px;
	margin-top:11px;
	line-height:15px;
}

.FlightTablesMain {
	background-color:#021d76;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	padding-bottom:5px;	
	padding-bottom:12px;
	line-height:15px
}
.FlightTablesMain center {	
	line-height:20px;
}

.FlightTablesPrice {
	font-size:12px;
	line-height:22px;
}

.FlightTablesDest {
	float:left;
	color:#021d76;
	display:block;
}

.FlightTablesDest a {
	color:#021d76;
}

.FlightTablesNum {
	float:right;
	font-size:12px;
}

.FlightTablesNum a {
	color:#FF0000;
	font-weight:bold;
}
.FlightTablesNum a:visited {
	color:#CC0000;
	font-weight:bold;
}

.FlightTablesDest a:hover {
	background-color:#FFF;
}

.FlightTablesNum a:hover {
	background-color:#FFF;
}

.clear {
	clear:both;
}

/* ------------------------------ END Cheap Flights Specific Styles------------------------------ */


/* ------------------------------ for beweb forms validation ------------------------------ */

input.error,textarea.error,select.error { 
	background: #ffc;
}
label.error { 
	color: #cc0000; 
	margin-left: 10px;

}
div.validation-summary-errors {
	background: url(admin/images/warning-icon-small.gif) no-repeat 10px;
	padding: 10px;
	padding-left: 40px;
	color: orange;
	color: black; 
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;	
	display:none; 
}

/* ------------------------------ end for beweb forms validation ------------------------------ */

/* --------- Branch Locations Page--------- */

.locations-region-selector {
	font-weight: bold;
	color:#021d76;
}

.locations-list a {
	color:#021d76;
}

/* --------- Branch Locations Page--------- */

.no_border { border: 0; }

/* --------------------------------------------------------------------------------------- */
/* --------- attachment icons --------- */
.normal a[href$='.pdf'] , body.mceContentBody a[href$='.pdf']  { padding-left:20px; background:transparent url(images/filetypes/PDF_small.gif) no-repeat left; }
.normal a[href$='.doc'] , body.mceContentBody a[href$='.doc']  { padding-left:20px; background:transparent url(images/filetypes/doc_small.gif) no-repeat left; }
.normal a[href$='.docx'], body.mceContentBody a[href$='.docx'] { padding-left:20px; background:transparent url(images/filetypes/doc_small.gif) no-repeat left; }
.normal a[href$='.xls'] , body.mceContentBody a[href$='.xls']  { padding-left:20px; background:transparent url(images/filetypes/xls_small.gif) no-repeat left; }
.normal a[href$='.xlsx'], body.mceContentBody a[href$='.xlsx'] { padding-left:20px; background:transparent url(images/filetypes/xls_small.gif) no-repeat left; }
.normal a[href$='.ppt'] , body.mceContentBody a[href$='.ppt']  { padding-left:20px; background:transparent url(images/filetypes/ppt_small.gif) no-repeat left; }
.normal a[href$='.zip'] , body.mceContentBody a[href$='.zip']  { padding-left:20px; background:transparent url(images/filetypes/zip_small.gif) no-repeat left; }

/* --------------------------------------------------------------------------------------- */
/* 404 warning top bar */

.top-strip-message
{
    font-family: Arial,Helvetica,sans-serif;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 105;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    padding: 10px 0px 10px 0px;
    background-color: #ffc; /* #8E1609; */
}
.top-strip-message span
{
    text-align: center;
    width: 95%;
    float: left;
}
.top-strip-message .close-notify
{
    white-space: nowrap;
    float: right;
    margin-right: 10px;
    color: #000;
    text-decoration: none;
    border: 2px #000 solid;
    padding-left: 3px;
    padding-right: 3px;
}
.top-strip-message .close-notify a
{
    color: #000;
}
