/******************************************************************************/
/*                         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: 10px 0;
    color: #000000;
    background: url('http://www.ifacanada.org/themes/default/images/bg.gif') center #919191  repeat-y;
    text-align: center;
	
}

dl {
    margin: 0.5em 0;
    line-height: 140%;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #000060;
    text-decoration: none;
}
a:hover {
    color: #000060;
    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.ifacanada.org/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.ifacanada.org/themes/default_admin/images/22/action_add.gif') 3px 3px no-repeat;
}

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

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

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

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

a.action:hover {

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

#manager-actions {
		
		margin-bottom: 20px;
}

/*
======================Global layaout==========================*/
#outer-wrapper {

    width: 804px;
    margin: 0 auto;
    text-align: left;
    
    
    
}
#header {
    position: relative;
    background-color:#ffffff;
    height:150px;

}
#top-nav {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 796px;
    /* 800 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    width: 714px;
    background: #FFFFFF;
}
#middleCol .inner {
    padding: 5px 10px;
}
#ensureMinHeight {
    float: left;
    width: 1px;
    height: 320px;
}
#layout-3Cols #middleCol {
    width: 434px;
    /* 6 is for borders width : (2+1) x 2 */
}

#layout-2Cols #middleCol {
    width: 614px;
    /* 6 is for borders width : (2+1) x 2 */
}

#layout-leftCol #middleCol {
    width: 614px;
}
#layout-rightCol #middleCol {
    width: 614px;
}
#layout-noCols #middleCol {
    width: 794px;
}
#leftCol {
    float: left;
    width: 180px;
    
}
#leftCol .block {

		background: url('http://www.ifacanada.org/themes/default/images/blockBg.gif') repeat-y;
		
}
#leftCol .content {
		
}
#leftCol .header {
		padding:3px 0 0 5px;
		border:none;
		color:#ffffff;
}
#leftCol .inner {
		
    padding: 5px;
    padding-top: 0.8em;
}
#rightCol {
    float: right;
    width: 180px;
    	
    
}
#rightCol .block {
background: url('http://www.ifacanada.org/themes/default/images/blockBg.gif') repeat-y;
		
		
}
#rightCol .header {
		border:none;
		color:#ffffff;
		padding:3px 0 0 5px;
}
#rightCol .inner {
    padding: 5px;
    padding-top: 0.8em;
}
#rightCol .content {
		
		
}

#middleCol .block {

		background:  url('http://www.ifacanada.org/themes/default/images/blockMiddleBg.gif') repeat-y;
		
}
#middleCol .block ul{

		padding-left: 15px;
		
}
#middleCol .block .content {
		
}
#middleCol .block  .header {
		border:none;
		color:#ffffff;
		padding:3px 0 0 5px;
}
#middleCol .block .inner {
		
    padding: 5px;
    padding-top: 0.8em;
}

.blockBottomWrap {
    background: url('http://www.ifacanada.org/themes/default/images/blockBottom.gif') bottom no-repeat;	
}
.blockHeaderWrap {
    background: url('http://www.ifacanada.org/themes/default/images/blockTop.gif') top no-repeat;	
}

.blockMiddleBottomWrap {
    background: url('http://www.ifacanada.org/themes/default/images/blockMiddleBottom.gif') bottom no-repeat;	   
}
.blockMiddleHeaderWrap {
    background: url('http://www.ifacanada.org/themes/default/images/blockMiddleTop.gif') top no-repeat;	
}

/*
=========================Header===============================*/
#header {
    
    height: 152px;
}
#header .wrapLeft {
    background: url('http://www.ifacanada.org/themes/default/images/backgrounds/header_tl.gif') left top no-repeat;
}
#header .wrapRight {
    background: url('http://www.ifacanada.org/themes/default/images/backgrounds/header_tr.gif') right top no-repeat;
}

#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 {
   background: url('http://www.ifacanada.org/themes/default/images/bodyBg.jpg') repeat-y #FFFFFF;
   width: 804px;
}
#inner-wrapper .inner-container {
    
    /*background: url('http://www.ifacanada.org/themes/default/images/backgrounds/column_tm.gif') left top repeat-x;*/
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    
    background: url('http://www.ifacanada.org/themes/default/images/bodyBg.jpg') repeat-y;
    font-family: arial;
    font-size: 0.8em;
    
}
#breadcrumbs .inner {
    
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #000060;
}
#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;

    
}

#lang-switcher {
width:804px;

background: url('http://www.ifacanada.org/themes/default/images/bodyBg.jpg') repeat-y;

}

.lang-switcher {
float:left;
width:180px;
margin-left:4px;
	text-align:center;
}

.lang-switcher a{
	text-decoration:underline;
	
}

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


.heading {
    color: #ffffff;
    background-color: #4D639D;
}

#content h1 {
    font-size: 1.2em;
}
#content h1.pageTitle {
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #000060;
}
#content ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-image: url('http://www.ifacanada.org/themes/default/images/bullet.gif');
    
}

#articleTypeSelector {
    display: none;
}
#content li {
    
}
#content a {
    color: #000060;
}

/*
==================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: url('http://www.ifacanada.org/themes/default/images/footerBg.jpg') repeat-x;
   
}
#footer .wrapLeft {
    background: url('http://www.ifacanada.org/themes/default/images/blcorner.jpg') left no-repeat;
}
#footer .wrapRight {
    padding: 5px;
    background: url('http://www.ifacanada.org/themes/default/images/brcorner.jpg') right no-repeat;
    
}
#footer .wrap {
    position: relative;
    margin: 0 20px;
    padding: 10px 0 5px;
    background: #000060 url('http://www.ifacanada.org/themes/default/images/backgrounds/footer_bm.gif') left bottom repeat-x;
    text-align: center;
}
#footer p {
    margin-bottom: 0.1em;
    color: #9D9CBE;
    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 #000060;
    color: #000060;
}
.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========================*/

#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #336;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}
/******************************************************************************/
/*                        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;
    border-bottom: 1px solid #000060;
    color: #000060;
    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: #000060;
}
/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
===================Member Navigation Block====================*/
#leftCol  ul#nav {
		list-style: none;
}

#leftCol  ul#nav ul{
		list-style: none;
		padding-left: 5px;
}


/*
====================Top Navigation Block======================*/
/* Root = Horizontal, Secondary = Vertical */
#top-nav {
		background: url('http://www.ifacanada.org/themes/default/images/navBg.jpg') repeat-x;
		width: 800px;
		margin: 0 auto;
		height:26px;	
}



#top-nav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 800px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

#top-nav ul li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

#top-nav ul ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

#top-nav ul ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#top-nav ul ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
#top-nav ul a {
  
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: url('http://www.ifacanada.org/themes/default/images/pipe.gif') right no-repeat;
  color: #fff;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
#top-nav ul a:hover,
#top-nav ul li:hover a,
#top-nav ul li.iehover a {
  
  color: #FFF;
  background: #000060;
}

/* 2nd Menu */
#top-nav ul li:hover li a,
#top-nav ul li.iehover li a {
  float: none;
  border: 1px solid #000060;
  
  background-color:#ffffff;
  color:#000060;
  padding:0 0 0 5px;
  margin:0;
}

/* 2nd Menu Hover Persistence */
#top-nav ul li:hover li a:hover,
#top-nav ul li:hover li:hover a,
#top-nav ul li.iehover li a:hover,
#top-nav ul li.iehover li.iehover a {
  background: #000060;
  color: #FFF;
}

/* 3rd Menu */
#top-nav ul li:hover li:hover li a,
#top-nav ul li.iehover li.iehover li a {
  border: 1px solid #000060;
  
  background-color:#ffffff;
  color:#000060;
}

/* 3rd Menu Hover Persistence */
#top-nav ul li:hover li:hover li a:hover,
#top-nav ul li:hover li:hover li:hover a,
#top-nav ul li.iehover li.iehover li a:hover,
#top-nav ul li.iehover li.iehover li.iehover a {
  background: #000060;
  color: #FFF;
}

/* 4th Menu */
#top-nav ul li:hover li:hover li:hover li a,
#top-nav ul li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
#top-nav ul li:hover li:hover li:hover li a:hover,
#top-nav ul li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

#top-nav ul ul ul,
#top-nav ul ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
#top-nav ul li:hover ul ul,
#top-nav ul li:hover ul ul ul,
#top-nav ul li.iehover ul ul,
#top-nav ul li.iehover ul ul ul {
  display: none;
}

#top-nav ul li:hover ul,
#top-nav ul ul li:hover ul,
#top-nav ul ul ul li:hover ul,
#top-nav ul li.iehover ul,
#top-nav ul ul li.iehover ul,
#top-nav ul ul ul li.iehover ul {
  display: block;
}
