/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
* {margin: 0; padding: 0; border: 0;}
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
html, body {height: 100%;}
body
{
  background: #000000;
  scrollbar-3dlight-color:#555; 
  scrollbar-arrow-color:#CCC; 
  scrollbar-base-color:#888; 
  scrollbar-darkshadow-color:#111; 
  scrollbar-face-color:#777; 
  scrollbar-highlight-color:#AAA; 
  scrollbar-shadow-color:666;
}
h1
{
  color: #ddd;
  font-weight: bold;
  font-family: helvetica, verdana, arial, sans-serif;
  font-size: 11px;
  margin-bottom: 2px;
  text-align: center;
}
h2
{
  color: #ffc94d;
  font-size: 16px;
  font-family: helvetica, Verdana, Arial, Sans-Serif;
  font-weight: bold;
  text-align: left;
}
h3
{
  color: white;
  font-size: 14px;
  font-family: helvetica, Verdana, Arial, Sans-Serif;
  font-weight: bold;
  padding-top: 30px;
  text-align: left;
}
.price
{
  color: #888;
  font-family: helvetical, verdana, arial, sans-serif;
  font-size: 10px;
  text-align: center;
  width: 100%;
}
p
{
  color: #ddd;
  line-height: 1.5em;
  font-family: helvetica, Verdana, Arial, Sans-Serif;
  font-size: 13px;
  padding-top: 10px;
}
.leftPanel
{
  float: left;
  width: 164px;
  border: 1px solid #666;
  border-top: 0;
  background: #555;
  padding: 5px;
  height: 510px;
  
}
.searchboxdiv
{
  margin: 0;
  margin-left: 2px;
  height: 21px;
  width: 99%;
  background: url('../images/searchbox.jpg' ) no-repeat left center;
  border: 0px solid yellow;
  padding-top: 5px;
}
.searchbox
{
  background: none;
  border: none;
  color: #333;
  width: 50%;
  height: 15px;
  margin: 0;
  padding-left: 8px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  vertical-align: top;
  border: 0px dashed red;
}
li
{
  background: url(      '../images/arrow.gif' ) no-repeat left 50%;
  padding-left: 16px;
  margin-top: 5px;
  color: white;
  font-family: helvetica, Verdana, Arial, Sans-Serif;
  font-size: 10pt;
}
.courselist li
{
  background: url(      '../images/plus.gif' ) no-repeat left 50%;
  padding-left: 20px;
  margin-top: 7px;
  color: #ddd;
  font-family: helvetica, Verdana, Arial, Sans-Serif;
  font-size: 11px;
}
.convCourseFeatures li
{
  padding-left: 20px;
  margin-top: 7px;
  color: #ddd;
  font-family: helvetica, Verdana, Arial, Sans-Serif;
  font-size: 12px;
}
.convCourseFeatures li a
{
  color: white;
}
.courselist
{
  text-align: left;
}
div
{
  border: 0px solid green;
}
.item:hover
{
  border: 1px solid white;
}

a:link.pagelink, a:visited.pagelink, a:active.pagelink, a.pagelink
{
  color: #ffc94d;
  font-size: 12px;
  cursor: pointer;
}
a:hover.pagelink
{
  color: #ffc94d;
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
}
a:link, a:visited
{
  color: #ffc94d;
  cursor: pointer;
}

.duration
{
  color: #aaa;
  float: left;
  font-family: helvetica, Verdana, Arial, Sans-Serif;
  font-size: 9px;
  font-weight: bold;
  padding-left: 7px;
  padding-top: 2px;
  width: 90px;
}
.price
{
  color: #ffde02;
  float: right;
  font-family: helvetica, Verdana, Arial, Sans-Serif;
  font-weight: bold;
  position: absolute;
  bottom: 1px;
  right: 2px;
  text-align: right;
  width: 50px;
}
.defaultHeader
{
  background: url(     '../images/info_header_bg.jpg' );
  width: 100%;
  height: 28px;
  text-align: right;
  border: 1px solid #666;
}
.detailsHeader
{
  background: url(   '../images/info_header_bg.jpg' );
  width: 100%;
  height: 30px;
  background-color: red;
}
.packageDetailsContainer
{
  width: 100%;
  height: 100%;
  /*border: 2px solid green;*/
  background-color: #151515;
  background-image: url(    '../images/info_bg.gif' );
  background-repeat: repeat-x;
}
.priceSearchItem
{
  margin-top: 5px;
  color: white;
  font-family: helvetica, Verdana, Arial, Sans-Serif;
  font-size: 10pt;
  cursor: pointer;
}
.priceSearchPreItem
{
  color: #ffc94d;
  width: 34px;
  float: left;
  text-align: right;
  padding-right: 6px;
}
.filterHeader
{
  color: #ffc94d;
  text-align: left;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  margin-left: 2px;
  margin-top: 10px;
}
.filterBox
{
  background: url( '../images/sidebar_gradient.jpg' ) no-repeat;
  width: 84%;
  margin: 2px;
  padding: 15px;
  padding-top: 10px;
  height: 200px;
  padding-left: 8px;
}
#comingSoonMessage
{
 color: #ffc94d;
}
