@charset "utf-8";
@import url(panorama_contribute.css);
/* CSS Document */

/*#############################
  JONATHAN LATHIGEE - CRD
  2008-08
  
  UPDATED - SARA CRAIG
  2010-09 Added class to handle Facebook library item
#############################*/


/*#############################
  MAIN PAGE STRUCTURE DIVS
#############################*/

body {
	margin:0px;
	background-image: url(/panorama/_images/bodybg_gradient_pano.jpg);
	background-repeat: repeat-y;
	background-position:center;
  background-color:#074B88;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}
#masthead {
	/*border: 1px solid red;*/
  width:990px;
  margin:auto;
  height:170px;
  background-image: url(/panorama/_images/masthead_pano.jpg);
  background-repeat: no-repeat;
  background-position: top;
}
#mastheadTransition {
	/*background:#CCC;*/
  /*border:1px solid blue;*/
  width:990px;
	height:20px;
	margin:auto;
	margin-bottom:-1px;/*IE6 wants to put 1px space here otherwise*/
	background-image: url(/panorama/_images/mastheadtransitionbg_pano.jpg);
	background-repeat:no-repeat;
}
#wrapper {
  /*border:1px solid blue;*/
  width:990px;
  margin:auto;
  background-image: url(/panorama/_images/contentbg_pano.jpg);
}
#mainbox {
  /*border:4px solid pink;*/
  /*  background-image: url(/panorama/_images/contentbg_pano.jpg);*/
}
#breadcrumbs {
/*border:3px solid grey;*/
}
#topicnav {
	/*-------graphical width of topicnav is 180px----------*/
  /*border:1px dashed teal;*/
  /*background: teal;*/
  float:left;
	width:180px;
	margin:0px 0px 0px 10px;
	padding:0px;
}
#content {
	/*-------graphical width of content is 560px----------*/
  /*border:1px dashed green;*/
  /*background:green;*/
  float:left;
	width:500px;/*JL*/
	margin:0px;
	padding: 0px 20px 0px 30px;
}
#sidebar {
	/*-------graphical width of sidebar is 250px----------*/
  /*border:1px dashed orange;*/
  /*background: orange;*/
  float:left;
	width:250px;
	padding:0px;
	margin:0px;
}
.clear {
	/*border:4px solid black;*/
  clear:both;
}
#footerTransition {
	width:990px;
	height:0px;
	margin:auto;
	/*background:#CCC;*/
  /*background-image: url(/panorama/_images/footertransitionbg_pano.jpg);
	background-repeat:no-repeat;*/
}
#footer {
	height:100px;
  width:990px;
  margin:auto;
  background: #064379;
  color:white;
}
div#footer div#footer_boilerplate{
  width:990px;
  margin:auto;
}


/*#############################
  TYPOGRAPHY & CONTENT - Not User Assignable
#############################*/

/*-----------------------------
  topicnav
-----------------------------*/

div #formsrch{
  margin-top:30px;
  padding-top:30px;
  border-top:2px dotted #AAA;
}
#formsrch input{
  float:left;
  background:#F1F8FE;
  border:2px solid #074A87;
  padding:3px;
  margin-right:3px;
  width:125px;
  height:15px;
  font-size:12px;
}
#formsrch #search_go{
  float:left;
  display:block;
  width:30px;
  height:25px;
  background-image: url(/panorama/_images/navsearchgo_pano.jpg);
  text-indent: -100px;
  overflow: hidden;
}

/*-----------------------------
  content
-----------------------------*/

div#content a{
  color:#3073BC;
  font-weight:bold;
  text-decoration:none;
}
div#content a:hover{
  color:#A65A09;
  text-decoration:underline;
}
div#content img{
  border:1px solid #BBB;
  padding:3px;
}
div#content .image_half_horizontal,
div#content .image_tall
{
  float:right;
  margin:15px 0px 15px 15px;
}
div#content a .image_anysize_inline
{
  border:1px solid #BBB;
  padding:3px;
  margin:6px 18px 6px 18px;
}
div#content a .image_anysize_inline:hover
{
  border:3px solid #064379;
  padding:1px;
}
div#content a img, 
div#content .image_PDF_icon, 
div#content h1 img, 
div#content h2 img, 
div#content h3 img,
div#sidebar a img
{/*images that are links or PDF icons don't need borders*/
  border:none;
  padding:0px;
}
/* Added by Sara Craig June 29 2009; majority of pages were referencing this style */  
#content p.footnote-rule-above, #content p.footnote
{
	font-size: 80%;
	border-top: 1px dotted #db5;
	padding: 8px 0 0 0;
}

/*-------  normal tables  -------*/

#content table{
  margin: 1.2em 0 1.2em 0;
  border-collapse: collapse;
}
#content table td,
#content table th{
  padding: 4px 8px;
  margin: 0px;
  vertical-align: top;
  text-align: left;
}
#content table td:first-child{
  background-color: #F1F8FE;
}
#content table td:first-child.firstColHighlighted{
  background-color: white;
}
#content table th{
  font-weight:bold;
  color:#444;
  border: 0;
  border: solid 1px #ccc;
  text-align: left;
}
#content table td{
  border: solid 1px #ccc;
}
/*-------  calendar tables  -------*/

#aCalendar_calendar1{
  width:700px;
}

#content #eventCalendar table{
  margin: 0;
  border-collapse:inherit;
}
#content #eventCalendar table td,
#content #eventCalendar table th{
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
}
#content #eventCalendar table td{
  border: none;
  color:#333333;
}
/*-------  calendar popup  -------*/
#calendarPopup{
  padding:10px;
  border:2px solid #064379;
  background-color: #FFF;
}
#calendarPopup #closeContain{
  text-align:right;
}

/*-----------------------------
  sidebar


-----------------------------*/

div#sidebar p, div#sidebar li{
  font-size:1.1em;
}
div#sidebar a{
  color:#329398;
  font-weight:bold;
  text-decoration:none;
}
div#sidebar a:hover{
  color:#3073BC;
  text-decoration:underline;
}

/*-----------------------------
  footer
-----------------------------*/

div#footer div#footer_boilerplate ul{
  padding:20px 0px 0px 0px;
  margin-top:0px;
  text-align:center;
}
div#footer div#footer_boilerplate li{
  display:inline;
  padding:0px 15px 0px 15px;
  border-right:1px solid #000;
}
div#footer div#footer_boilerplate li a{
  color:#F1B26F;
}
div#footer div#footer_boilerplate li a:hover{
  color:#FFF;
}


/*-----------------------------
  search results page
-----------------------------*/
#searchresults li{
  padding-left: 30px;
  list-style: none;
  margin: 30px 0px 0px -40px;
  border-bottom:1px solid #DDD;
}
#searchresults .pdf{
  background: url(http://www.crd.bc.ca/images/pdf-doc-m.png) no-repeat;
}

#searchresults .htm{
  background: url(http://www.crd.bc.ca/images/icon-doc-m.png) no-repeat;
}
#queryText{
  width:150px;
  height:50px;
}




/*#############################
  MISC & THIRD PARTY
#############################*/

/*#############################
  ROUNDED CORNERS
#############################*/

/* set the image to use and establish the lower-right position */
.roundedBox, .roundedBox_body, .roundedBox_head, .roundedBox_head h2 {
	background: transparent url(/panorama/_images/roundbox_pano.png) no-repeat bottom right;
}
.roundedBox {
	width: 210px !important; /* intended total box width - padding-right(next) */
	width: 210px; /* IE Win = width - padding */
	padding-right: 10px; /* the gap on the right edge of the image (not content padding) */
	margin: 10px auto; /* use to position the box */
} /* set the top-right image */
.roundedBox_head {
	background-position: top right;
	margin-right: -10px; /* pull the right image over on top of border */
	padding-right: 10px; /* right-image-gap + right-inside padding */
} /* set the top-left image */
.roundedBox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 15px 15px 5px 15px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
} /* set the lower-left corner image */
.roundedBox_body {
	background-position: bottom left;
	margin-right: 10px; /* interior-padding right */
	padding: 10px 15px 10px 15px; /* mirror .cssbox_head right/left */
}
/*#############################
  FEEDBACK FORM ELEMENTS
#############################*/

.form label{
  display: block;
  width: 130px;
  float: left;
  margin-right: 20px;
  padding-top: 2px;
  clear: left;
}
.form ul {}
.form li{
  list-style: none !important;
  margin-top: 10px;
  clear: both;
}
.form textarea { padding: 2px; }
.form input { width: 290px; }
.form input.button { width:auto; }
.form table input { width: auto; }
.form .note { color: gray; }
.form textarea{
  width: 445px;
  margin-top: 5px;
  height: 160px;
  font-family: Arial;
  font-size: 1em;
}
.form .mediumtext{
  width: 290px;
  height: 6em;
}
.form .tinytext { width: 150px; }
.form .hr{
  border-style: dotted none none none;
  border-color: #BCBA93;
  border-width: 1px;
  clear: both;
  width: 445px;
  margin-bottom: 15px;
  line-height: 1px;
  height: 1px;
  font-size: 1px;
}
.form .captchabox { margin-top: 10px; }
.form .captchabox input{
  margin-top: 5px;
  width: 155px;
}
.form .captchabox label { clear: none; }
.Topbox{
  background-color: #FFFFE1;
  border-color: #A8A800;
  border-style: solid;
  border-width: 1px;
  margin-left: 2em;
  margin-right: 2em;
  padding: 10px;
  width: 445px;
}
.Topbox li { list-style-type: square !important; }
.form .errorlabel { color: red; }
.form .errorbox { background-color: #FFE1D2; }
#mainform #validSummary{
  border: 2px solid #CA6A06;
  background-color:#FFF;
  padding:12px;
  width:80%;
  margin:2em auto 2em auto;
}
#mainform #sentThanks{
  border: 2px solid #5D8B4E;
  background-color:#FFFFFF;
  padding:12px;
  width:80%;
  text-align:center;
  margin:20px auto auto auto;
}
.form .subtitle{
  clear: both;
  margin-left: 150px;
  margin-top: 3px;
  color: Gray;
  font-size: 0.9em;
}
.btnPair{
  text-align:right;
  width:100%;
  padding:8px;
}
.btnPair input{
  width:175px;
  margin:0px 10px 0px 10px;
}

/*-----------------------------
  Date Picker
-----------------------------*/
.form table td{
  background-color: white;
}
.calendar_button{
  border: none;
  cursor: pointer;
}
.picker{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
  width: 250px !important;
}
.calendar td{
  font-size: 11px;
}
.title{
  font-weight: bold;
  background-color: #D7D7E5;
}
.content .day{
  width: 25px;
  cursor: pointer;
  text-align: center;
  border-width: 1px;
  border-color: #F6F6F6;
  border-style: solid;
}
.dayhover{
  width: 25px;
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
  border-width: 1px;
  border-color: #F6F6F6;
  border-style: solid;
}
.dayheader{
  width: 25px;
  text-align: center;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  font-weight: bold;
  background-color: #FFFFFF;
}
.othermonthday { color: #999999; }
.outofrangeday { visibility: hidden; }
.selectedday{
  width: 25px;
  background-color: #FBE694;
  color: #000000;
  border-width: 1px;
  border-color: #BB5503 !important;
  border-style: solid;
  font-weight: bold;
}
.calendar{
  border-style: solid;
  border-width: 1px;
  border-color: Black;
  border-collapse: collapse;
  background-color: #FFFFFF;
  cursor: default;
}
.month{
  background-color: #F6F6F6;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.nextprev{
  cursor: pointer;
  height: 25px;
  vertical-align: center;
  padding: 0px 5px 0px 5px;
}

.selector{
  width: 14px;
  cursor: pointer;
  text-align: left;
  vertical-align: center;
  background-color: white;
}

/*-----------------------------
  Facebook Library Item
-----------------------------*/
.facebook{
	margin-top:15px;
	margin-bottom:10px;
	margin-left:16px;
	margin-right:16px;
}

/*-----------------------------------
  Register Now Button placement
-----------------------------------*/
.register{
	margin-left:15px;
}
/*------------------------------------------
  Question and Answer Q and A highlighting
------------------------------------------*/
.qa{
	color: #D87104;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

