/* Start of CMSMS style sheet 'Layout: Top menu + 1 column' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1.05em;
   line-height: 1.05em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link, 
a:active,
a:visited {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: inherit; /* #272599;  #18507C; */
}

a,
a:link {
   border-bottom: 1px dotted /* #272599;  */
}


/* remove underline on hover and change colour */
a:hover {
   text-decoration: none;
/*   background-color:  #bdc3fa; */
   color:  #ff0000; 
/*   border-bottom: 0px transparent; */
}

.imageleft a,
.imageleft a:link,
.imageleft a:active,
.imageleft a:visited,
.imageleft a:hover,
.imageleftclear a,
.imageleftclear a:link,
.imageleftclear a:active,
.imageleftclear a:visited,
.imageleftclear a:hover,
.printbutton a,
.printbutton a:link,
.printbutton a:active,
.printbutton a:visited,
.printbutton a:hover,
.imageright a,
.imageright a:link,
.imageright a:active,
.imageright a:visited,
.imageright a:hover {
   background-color: transparent;
   text-decoration: none;
   border: 0;
}


/*****************
basic layout 
*****************/
body {
/*   background-color: #bdc3fa; */
   background: #bdc3fa url(./uploads/images/bg_fade_def.png) fixed repeat-x;
   color: #333;
  margin: 15px 0;
/*  margin-left: 0;
  margin-right: 0;  */
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
/*   margin:2em;     gives some air for the pagewrapper */
}


body.members_area {
   background: #bdc3fa url(./uploads/images/bg_fade_mem.png) fixed repeat-x;
}

body.cttee-top {
   background: #bdc3fa url(./uploads/images/bg_fade_cttee.png) fixed repeat-x;
}



/* center wrapper, min max width */
div#pagewrapper {
/*   border: 1px solid #0035f4; */
   margin: 0 auto;       /* this centers wrapper */
   max-width: 92%;   /* IE wont understand these, so we will use javascript magick */
   min-width: 950px;
/*   width: 1150px; */
   background-color: #9CB9F3; /*#fff; */
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header-block {
   height: 140px;    /* adjust according your image size */
   background: #0035f4;           
}

div#popup-header-block {
   height: 60px;    /* adjust according your image size */
   background: #0035f4;           
}

div#header-block p {
   color: #ffffff;  

}

div#header {
   height: 140px;    /* adjust according your image size */
   float: right;           
   width: 510px;           
/*   background: #0035f4;         */  
}

div#no-script {
     text-align: center;
     font-size: 1.5em;
     color: red;
     background-color: inherit;
     padding: 10px 0;
     font-weight: bold;
}

div#header h1 a {
/* you can set your own image here */
   background: #0035f4 url(./uploads/images/fca-banner.png) no-repeat ; 
   background-position: right; 
   display: block;
   height: 140px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
   border-bottom: none;
}

/* position for the search box */
div#search {
   float: right;
   width: 35em;    /* enough width for the search input box */
   text-align: right;
   color: black;
   padding: 1em 0 0.2em 0;
   margin: 0 20px;
}

.menutop {
  height: 28px;
  background: #9CB9F3 url(../yabbfiles/Templates/Forum/default/menutop.png) repeat-x;
        color: #ffffff;
   min-width: 720px;
}

.menutop2 {
  height: 30px;
  background: #9CB9F3 url(../yabbfiles/Templates/Forum/default/menutop.png) repeat-x;
        color: #ffffff;
   min-width: 720px;
}

.menutop2a {
   margin: 0 20px;
  height: 30px;
  background: #9CB9F3 url(../yabbfiles/Templates/Forum/default/menutop.png) repeat-x;
        color: #ffffff;
   min-width: 720px;
}

.menutop3 {
  height: 30px;
  background: #9CB9F3 url(../yabbfiles/Templates/Forum/default/menutop.png) repeat-x;
        margin-bottom: -30px;
        color: #ffffff;
   min-width: 720px;
}

.menutop3a {
  height: 30px;
  margin: 0 2% -30px;
  background: #9CB9F3 url(../yabbfiles/Templates/Forum/default/menutop.png) repeat-x;
        margin-bottom: -30px;
        color: #ffffff;
   min-width: 720px;
}

.menutop4 {
  height: 30px;
  background: #0035f4 url(../yabbfiles/Templates/Forum/default/menutop.png) repeat-x;
        margin-bottom: -30px;
        color: #ffffff;
   min-width: 720px;
}

.footerbottom {
  height: 20px;
  background: #0035f4 url(../yabbfiles/Templates/Forum/default/grad_bottom.png) repeat-x;
  /*      margin-bottom: 40px; */
        margin-top: -20px;
        color: #ffffff;
   min-width: 720px;
}

div#header h1 a,
.menutop,
.menutop2,
.menutop2a,
.menutop3,
.menutop3a,
.menutop4,
.footerbottom {
     behavior: url(iepngfix.htc);
}

div.breadcrumbs {
   padding: 0 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
/*   border-bottom: 1px dotted #000; */
}

#logon-strip {
    float: left;
    color: white;
    line-height: 1.5em;
   padding: 2em 0 0 20px; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 120%;     
}

#logon-strip a {
    color: white;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
   margin: 0 auto 2em 0;   /* some air above and under menu and content */
   background-color: #9CB9F3;
}


div#main {
   margin-left: 20px; 
   background-color: #f8f8ff;
   margin-right: 20px; /* and some air on the right */
}

body.members_area #main {
   background-color: #fff8f8;
}

body.cttee-top #main {
   background-color: #f8fff8;
}

div.internal {
   padding: 20px; 
   width: 850px; 
   margin: 0 auto; 
/*   border: solid black 1px; */
   background-color: inherit; /* #ffffff; */
}

div.error_msg {
     height: 100%;
     width: 750px;
     margin: 20px auto;
     background: transparent url('images/cms/matt_404.png') no-repeat scroll 450px 0px;
}

div.error_msg p {
     width: 440px;
}

div.formclass {
   padding: 20px; 
/*   border: solid black 1px; */
   background-color: #ffffff; 
}

div.printbutton {
   float: right;
   padding-top: 0.7em;
   padding-right: 7px;
}

address {
   text-align: center;
   font-size: 0.8em;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #0035f4; /* same bg colour as in header */
}

div#footer p {
   font-size: 0.8em;
   padding: 3em 0 3em 2em;       /* some air for footer */
   text-align: left;  /* NOT centered text */
   margin: 0;
}

div#footer p a {
   color: #ffffff; /* needed because footer link would be same colour as background otherwise */
   text-decoration: none;
   border-bottom: none;
}

div#footer p a:hover {
   color: #000;
}

div#footer a,
div#footer a:link {
   border-bottom: none;
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 0.5em;
   border-bottom: 1px dotted black;
   margin: 1em 0;
}

div.hr-links {
   height: 1px;
   clear: left;
   padding: 0.5em;
   border-bottom: 1px dotted black;
   margin: 1em 0;
}

div.hr2 {
   height: 1px;
   padding: 0.5em;
   border-bottom: 2px dotted black;
   margin: 1em 0;
}

div.hr5 {
   height: 1px;
   padding: 0.5em;
   border-bottom: 5px dotted black;
   margin: 1em 0;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

.linkdiv {
    width: 230px;
}

.linkdiv2 {
    margin: 0px auto;
}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
  color:   #272599; /* #294B5F; #423eff;*/
  font-size: 1.6em; 
  text-align: center; 
/* some air around the text */
  padding: 0 1.5em 1px;
/* set borders around header */
/*  border-bottom: 2px solid #9CB9F3; */
/*  border-left: 1.1em solid #7b8af7; */
        line-height: 2em;
/* and some air under the border 
        margin: 0 0 0.5em 0; */
}
div#content h3 {
   color: #272599; /* #423eff;   #294B5F; */
   font-size: 1.4em;
   line-height: 1.4em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #272599; /* #423eff;   #294B5F; */ 
   font-size: 1.3em;
   line-height: 1.4em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #272599; /* #423eff;   #294B5F; */ 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #272599; /* #423eff;   #294B5F; */
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 .5em 1.5em; /* some air around p elements */
   line-height: 1.5em;
   padding: 0;
   text-align: justify;
}

p.shopditty {
   font-size: 1.2em;
   margin: 0 2em 1.5em 5em; /* some air around p elements */
   line-height: 1.5em;
   padding: 0;
   text-align: left;
}

p.captcha {
   font-size: 1.4em;
   margin: 0 0 1em 1em; /* some air around p elements */
   line-height: 2em;
   padding: 0;
   text-align: left;
   color: #e04040;
   font-weight: bold;
}

p.remove {
   margin: 0; /* no air around p elements */
   line-height: 1em;
   padding: 0;
   text-align: left;
}

p.iemessage {
   background-color: #fff8f8;
   margin: 0 auto; /* no air around p elements */
   font-size: 0.8em;
   width: 600px;
   color: red;
   border: dotted 1px red;
   padding: 1em;
   text-align: center;
}

p.iemessage a,
p.iemessage a:link, 
p.iemessage a:active,
p.iemessage a:visited {
   background-color: inherit;
   color: red;
   text-decoration: none;
}

p.iemessage a,
p.iemessage a:link {
   text-decoration: none;
   border-bottom: 1px dashed red;  
}

p.iemessage a:hover {
   text-decoration: none;
   border-bottom: 0px dashed white;
   background-color: #fac3bd;
}

.centerbold {
   text-align: center;
   font-weight: bold;
}

.centerboldul {
   clear: right;
   text-align: center;
   font-weight: bold;
   text-decoration: underline;
   font-style: italic;
}

/* This is for First Line Indent */
.fli {
   text-indent: 0.5in;
}

.fli1em {
   text-indent: 0;
   margin-left: 0;
/*   text-indent: 1em; */
}

.fli1emrm {
   text-indent: 0;
   margin-left: 0;
/*   text-indent: 1em; */
   margin-right: 1.5in;
}

.fl {
    float:left;
    margin-right: 1em;
    padding-top: 0.2em;
}

.pl {
    padding-left: 2em;
    font-size: 1em;
    line-height: 1em;
}

.fr {
    clear: right;
    float: right;
    padding-top: 0.2em;
    width: 1.3in;
}

.spr {
   vertical-align: super;
   font-style: italic;
   font-size: 60%;
}

.cleardiv
{
    clear: right;
    height: 1em;
}

.clearboth
{
    clear: both;
/*    height: 0; */
}

.clearleft
{
    clear: left;
/*    height: 0; */
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 105%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.5em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

/* LOCAL EXTRAS */

div.paraheader {
       vertical-align: top;
       float: left;
       padding-top: 0.5em;
       padding-bottom: 0.1em;
       padding-right: 1.5em;
       font-size: 1.3em;
       font-weight: 600;
       }

.imageleft {
  float: left;
  padding-right: 20px;
        }

.imageleftup {
  float: left;
  padding-right: 15px;
  position: relative;
  top: -30px;
  }

.imageleftclear {
  float: left;
  clear: left;
  padding-top: 10px;
  padding-right: 20px;
        }

.imageright {
  float: right;
  padding-left: 15px;
  }

.imagerightup {
  float: right;
  padding-left: 15px;
  position: relative;
  top: -20px;
  }

.imageleftclear,
.imagerightup,
.imageright,
.imageleft,
.imageleftup {
       border: 0px;
       margin: 0px; 
 /*      background-color: #eeeeee; */
  padding-bottom: 0px;
       }

.imageleftclear p,
.imageleft p,
.imagerightup p,
.imageright p,
.imageleftup p {
        text-align: center;
        font-size: 0.9em;
        font-weight: bold;
        margin: 0.1em 0 0.2em 0;
         }

div.imagecentre {
  margin-left: auto;
  margin-right: auto;
  }

div#otherlogos {
       float: right;
       border: 0px;
       margin: 0px;
       padding: 1em 4em;
       }

div#dateAtTop {
     float: right;
}

div.todaydate {
   margin: 9px 0px 0px 0px;
}

div.todaydate p {
   padding: 4px 1em 0px 20px;
   font-size: 100%;
   color: #ffffff;
}


div.moddate {
   float: right;
}

div.moddate p {
   font-size: 75%;
   color: #ababab;
}

div#mstrip{
/*   clear: both;  */
   color: #ff0000;
   margin-top: -5px;
   text-align: center;  
   line-height: 1.8em;
/*   border-top: 1px solid #205090;
   border-bottom: 1px solid #205090;  */
   background-color: #c4ecff; 
   padding: 0.7em; 
}


div#apache {
  float: right;
  height: 32px;
  width: 259px;
  padding-top: 28px;
  }

div#apache a {
  text-decoration: none;
  display: block;
  width: 259px;
  height: 32px;
  background: url("./uploads/images/apache_pb.png") no-repeat;
  }

div#macmade {
  float: left;
  height: 32px;
  width: 32px;
  padding-top: 28px;
  padding-left: 15px;
  padding-right: 10px;
  }

div#macmade a {
  text-decoration: none;
  display: block;
  /* 'position: relative' is an IE hack! */
  position: relative;
  width: 32px;
  height: 32px;
  background: url("./uploads/images/madewithmacmini.gif") no-repeat;
  }

div#xverified {
  float: right;
  height: 31px;
  width: 88px;
  padding-top: 28px;
  padding-right: 8px;
  }

div#xverified a {
  text-decoration: none;
  display: block;
  /* 'position: relative' is an IE hack! */
  position: relative;
  width: 88px;
  height: 31px;
  background: url("./uploads/images/valid-xhtml10.png") no-repeat;
  }

div#opentochoice {
  float: right;
  height: 32px;
  width: 200px;
  padding-top: 27px;
  padding-right: 8px;
  }

div#opentochoice a {
  text-decoration: none;
  display: block;
  /* 'position: relative' is an IE hack! */
  position: relative;
  width: 200px;
  height: 32px;
  background: url("http://images.spreadfirefox.com/otc/200x32.png") no-repeat;
  }

div#opendns {
  float: right;
  height: 31px;
  width: 88px;
  padding-top: 28px;
  padding-right: 8px;
  }

div#opendns a {
  text-decoration: none;
  display: block;
  /* 'position: relative' is an IE hack! */
  position: relative;
  width: 88px;
  height: 31px;
  background: url("http://images.opendns.com/buttons/use_opendns_88x31.gif") no-repeat;
  }

div#cmsms {
  float: right;
  height: 31px;
  width: 88px;
  padding-top: 28px;
  padding-right: 20px;
  padding-left: 0px;
  }

div#cmsms a {
  text-decoration: none;
  display: block;
  /* 'position: relative' is an IE hack! */
  position: relative;
  width: 88px;
  height: 31px;
  background: url("./uploads/images/cmsbadge2.gif") no-repeat;
  }

div#cverified {
  float: right;
  height: 31px;
  width: 88px;
  padding-top: 28px;
  padding-right: 5px;
  }

div#cverified a {
  text-decoration: none;
  display: block;
  width: 88px;
  height: 31px;
  background: url("./uploads/images/vcss.gif") no-repeat;
  }

#myframe { height: 750px; }

#mytrialframe { height: 600px; }

#askanabm { height: 450px; }

#archived-messages { height: 500px; }

/* END LOCAL EXTRAS */

.rounded-corners {
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px; 
 -moz-border-radius: 10px;
 border-radius: 10px;
 }

.rounded-corners10 {
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px; 
 -moz-border-radius: 10px;
 border-radius: 10px;
 }

.rounded-corners15 {
 -webkit-border-radius: 15px;
 -khtml-border-radius: 15px; 
 -moz-border-radius: 15px;
 border-radius: 15px;
 }

.rounded-corners20 {
 -webkit-border-radius: 20px;
 -khtml-border-radius: 20px; 
 -moz-border-radius: 20px;
 border-radius: 20px;
 }

/* End of 'Layout: Top menu + 1 column' */

