/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
#article {

    
}
html {
    height: 100%;
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: small;
    font-family: arial, sans-serif;
    margin: 0;
    padding: 40px 0;
    color: #000000;
    background: url('http://www.callacbd.ca/themes/default/images/callBg.gif') repeat-x #336699;
    text-align: center;
	
}
ul {
    list-style: none;
}
dl {
    margin: 0.5em 0;
    line-height: 140%;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #4D639D;
    text-decoration: none;
}
a:hover {
    color: #4D639D;
    text-decoration: underline;
}
a:focus {
    outline: none;
}

img {
    border: none;
}
a.actionAdd {
    padding: 5px 5px 5px 27px;
    border: 1px solid #BBBBBB;
    background: url('http://www.callacbd.ca/themes/default_admin/images/22/action_add.gif') 2px 2px no-repeat;
    background-color: #ffffff;
}

a.actionAdd:hover {

    background-color: #F1F1F1;
    text-decoration:none;
}

a.action {
    padding: 5px 5px 5px 27px;
    border: 1px solid #BBBBBB;
    
    background-color: #ffffff;
}

a.add {
    background: url('http://www.callacbd.ca/themes/default_admin/images/22/action_add.gif') 3px 3px no-repeat;
}

a.save {
    background: url('http://www.callacbd.ca/themes/default_admin/images/22/action_save.gif') 3px 3px no-repeat;
}

a.edit {
    background: url('http://www.callacbd.ca/themes/default_admin/images/22/action_edit.gif') 2px 2px no-repeat;
}

a.cancel {
    background: url('http://www.callacbd.ca/themes/default_admin/images/22/action_cancel.gif') 3px 3px no-repeat;
}

a.action:hover {

    background-color: #F1F1F1;
    text-decoration:none;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    
    width: 900px;
    margin: 0 auto;
    text-align: left;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}
#header {
    position: relative;
    background-color:#ffffff;
    height:99px;
    padding: 2px 2px 0 2px;
}
#top-nav {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 900px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    width: 705px;
    padding: 0 7px;
    
}

#middleCol .inner {
    padding:15px 0;
}
#ensureMinHeight {
    float: left;
    width: 1px;
    height: 320px;
}
#layout-3Cols #middleCol {
    width: 514px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 694px;
}
#layout-rightCol #middleCol {
    width: 694px;
}
#layout-noCols #middleCol {
    width: 874px;
}
#leftCol {
    float: left;
    width: 180px;
    /*background: url('http://www.callacbd.ca/themes/default/images/backgrounds/v4-bubbles.png') left top no-repeat;*/
    
    
}

#leftCol .header {
    
    padding: 3px 5px;
    margin:0;
    color:#FFFFFF;
    background: #348299;
}
/*background: url('http://www.callacbd.ca/themes/default/images/headerBevelL.gif') no-repeat top right #348299;*/
#leftCol .inner {
    
    padding: 0.8em 0 0 0;
    
}

#rightCol {
    float: right;
    
    
    width: 180px;
    
    
}
#rightCol .header {
    background: #348299;
    padding: 3px 5px;
    color:#FFFFFF;
    margin:0;
}
#rightCol .inner {
    padding-top: 0.8em;
    
}
#middleCol .header {
    padding-top:10px;
    font-size: 1.2em;
    
    border-bottom: 1px solid #336699;
}

/*
=========================Header===============================*/
#header {
    margin:0;
    padding:0;
    height:110px;
}
#header .wrapLeft {
    background: url('http://www.callacbd.ca/themes/default/images/backgrounds/header_tl.gif') left top no-repeat;
}
#header .wrapRight {
    background: url('http://www.callacbd.ca/themes/default/images/backgrounds/header_tr.gif') right top no-repeat;
}
#header .wrap {
    position: relative;
    height: 110px;
    margin: 0;
    background: #336699 url('http://www.callacbd.ca/themes/default/images/backgrounds/header_tm.gif') left top repeat-x;
}
#header span#logo {
    font-size: 30px;
    font-family: "Trebuchet MS";
}
#header a#logo {
    color: #FFFFFF;
    text-decoration: none;
}
#header #logo img {
    position: relative;
    top: 7px;
    left: 0;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper  {
    
    
    
}
#wrap3Col {
    
    width: 900px;
    background: url('http://www.callacbd.ca/themes/default/images/bodyBg.gif') repeat-y #FFFFFF;
}
#wrap2Col {
    width: 900px;
    background: url('http://www.callacbd.ca/themes/default/images/bodyBg2.jpg') left repeat-y #FFFFFF;
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #338299;
    
    
    font-family: arial;
    font-size: 0.8em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
    
}
#breadcrumb {
    float: left;
}
#breadcrumbs a {
    font-weight: bold;
    color: #ffffff;
}
#optionsLinks {
    margin-top:20px;
    margin-bottom: -5px;
}
#optionsLinks li{

    display: inline;
    border: 1px solid #CCCCCC;
    margin: 5px 5px 5px 0;
    padding: 2px;

    background-color:#F1F1F1;
    
    
}
#optionsLinks li.current{
z-index:0;
background-color:#ffffff;
    border-bottom: 1px solid #ffffff;
}
#optionsLinks li:hover{
    background-color:#CCCCCC;

    
}

/*
======================Main Content============================*/
#users {
margin-top: 15px;
    padding: 5px;
    border: 1px solid #cccccc;
}
tr.backDark {
    background-color: #E4E4E4;
}
tr.backHighlight {
    background: #C6CEE3;
}



#content h1 {
    font-size: 1.2em;
}
#content h1.pageTitle {
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #666666;
}
#content ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style: square outside;
    
}
#articleTypeSelector {
    display: none;
}
#content li {
    padding-left: 0.5em;
}
#content a {
    color: #336699;
}

#content .heading {
    color: #ffffff;
    background-color: #336699;
}

#content .heading a {
		color: #ffffff;
}

/*
==================Default Forms Styling=======================*/
form {

}
fieldset {
    padding: 10px 0;
    border: none;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 0.9em;
}
textarea {
    font-family: arial, sans-serif;
    font-size: 0.9em;
}

input[type="text"], input[type="password"]
{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url(../images/fieldbg.gif) repeat-x top;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: left;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}
dt {
    
}
/*
==================Default Tables Styling======================*/


/*
=========================Login================================*/
#loginContainer {
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #4D639D;
}

#loginTitle {
    text-align: center;
    background-color: #4D639D;
    color: #ffffff;
    padding:2px;
    width: 318px;
    margin: 0 auto;
    font-weight:bold;
}

#loginFootnote {
    width:318px;
    margin: 0 auto;
}



/*
=========================Footer===============================*/
#footer {
    background-color:#338299;
    padding: 5px;
    margin: 0;
}
#footer .wrapLeft {
    background: url('http://www.callacbd.ca/themes/default/images/backgrounds/footer_bl.gif') left bottom no-repeat;
}
#footer .wrapRight {
    background: url('http://www.callacbd.ca/themes/default/images/backgrounds/footer_br.gif') right bottom no-repeat;
}
#footer .wrap {
    position: relative;
    margin: 0 20px;
    padding: 10px 0 5px;
    background: #336699 url('http://www.callacbd.ca/themes/default/images/backgrounds/footer_bm.gif') left bottom repeat-x;
    text-align: center;
}
#footer p {
    margin-bottom: 0.1em;
    color: #EEF7D4;
    font-size: 0.8em;

    text-align: center;
}

#footer a {
    color:#ffffff;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #336699;
    color: #336699;
}
.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;

}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.wideButton {
    width: 8em;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/


/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.0
 * Date: 29th April 2010
 */

div.jp-single-player,
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em;

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	background-color:#eee;
	width:418px;
	height:80px;
	border:1px solid #009be3;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:20px;
	width:40px;
	height:40px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:40px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:48px;
}
a.jp-play {
	background: url("jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("jplayer.blue.monday.jpg") 0 -42px no-repeat;
}
a.jp-pause:hover {
	background: url("jplayer.blue.monday.jpg") -41px -42px no-repeat;
}
a.jp-stop {
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
}
div.jp-single-player a.jp-stop {
	left:90px;
}
div.jp-playlist-player a.jp-stop {
	left:126px;
}
a.jp-stop:hover {
	background: url("jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
a.jp-previous {
	left:20px;
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:32px;
	background-color: #ddd;
	width:122px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	background: url("jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top:32px;
	background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-min {
	left:274px;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}
a.jp-volume-min:hover {
	background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:32px;
	background: url("jplayer.blue.monday.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	left:368px;
}
a.jp-volume-max:hover {
	background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:37px;
	background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:130px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}
div.jp-playlist {
	width:418px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.72em;
}
div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
div.jp-playlist-player div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#0d88c1;
}
/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    
    color: #4D639D;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}
#leftCol .content a {
    color: #336699;
}

#block .hidden {
	display: none;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {

}

#top-nav li li {
    visible: hidden;
    
}

#top-nav li.current li {
    visible: visible;
    
}

#top-nav .inner {

    

}
#top-nav ul {

}
#top-nav li {
    padding:0px;
    margin:0px;
    
}
#top-nav li a {
    display:block;
    padding: 5px 10px;
    margin:0px;
    
        
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
    color: #336699;
}
#top-nav li li a {
    font-weight: normal;
    padding-left:25px;
}
#top-nav li li li a {
    font-weight: normal;
    padding-left:40px;
}
#top-nav li a:hover {
    background-color: #336699;
    color: #FFFFFF;
    text-decoration: none;
}




#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #336699;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #4D639D;
    font-size: 1.3em;
    font-weight: bold;
    color: ;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #336699;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
#options {
    float: right;
    width: 180px;
    background: #EEF7D4;
    border: 1px solid #666666;
}