/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Aspire
Ported : Greg Inozemtsev <inozemtsev@ieee.org>
Version: 1.0
Date   : 2006/11/28
*/

/*
==========================General=============================*/
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: 0 0 10px;
    color: #000000;
}
body.sgl {
    text-align: center;
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #3399FF;
    text-decoration: none;
}
a:hover {
    color: #3399FF;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

div.hidden {
    display: none;
}

/*
======================Global layout==========================*/
#outer-wrapper {
    max-width: 800px;
    clear: both;
    width: 800px;
    margin: 10px auto 0;
    text-align: left;
}
#out-wrapper {
    clear: both;
    width: 100%;
    margin: 10px auto 0;
    text-align: left;
}
#header {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 800px;
}

#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    height: 380px; /* Sets min height for IE */
}
html > body #middleCol {
    /* Sets min height for gecko */
    height: auto;
    min-height: 380px;
}
#middleCol .inner {
    padding: 5px 5px;
    border-left: 2px solid #C7E4EC;
}
#layout-3Cols #middleCol {
    width: 471px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 651px;
}
#noColumn {
    width: 100%;
}
#layout-rightCol #middleCol {
    width: 614px;
}
#layout-noCols #middleCol {
    width: 794px;
}
#leftCol {
    float: left;
    width: 143px;
}
#leftCol .inner {
    padding: 5px;
    padding-top: 0.8em;
}
#rightCol {
    float: right;
    width: 180px;
    background: #FFFFFF;
}
#rightCol .inner {
    margin: 2.5em 4px 4px 0;
    padding: 5px;
    padding-top: 0.8em;
    border: 1px solid #e5f1ff;
}

/*
=========================Header===============================*/
#header {
#    background: #a16aa3;
#    height: 135px;
#    margin: 0px;
#    background: url('/themes/aspire/images/aspire03_new.gif') left top repeat-x;
}
#header a#logo {
    text-decoration: none;
}
#bugReporter {
    float: right;
    padding: 5px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    border-bottom: 2px solid #C7E4EC;
    padding-bottom: 10px;
}
#inner-wrapper .inner-container {
    border-right: 2px solid #C7E4EC;
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: none;
    font-family: arial;
    font-size: 0.8em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #BBBBBB;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #009FAC;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.2em;
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #666666;
}
h2 {
    margin-top: 0.5em;
    font-size: 1.1em;
}
ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: inside;
    list-style-image: url('http://www.autismconnects.com/autismconnects/www/themes/aspire/images/bullet.gif');
}
li {
    padding-left: 0.5em;
}

/*
===============Generic columns presentation===================*/
.two-cols {
    height: 100%;
    overflow: hidden;
}
.two-cols .col {
    float : left;
	width : 49%;
	margin-left : 1%;
}
.two-cols .first {
	width : 50%;
	margin-left : 0;
}

/*
==================Default Forms Styling=======================*/

fieldset {
    padding: 10px 0;
    border: none;
}
fieldset h3 {
    font-size: 1em;
    color: #666666;
}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    list-style-position: outside;
    list-style-image: none;
}

#content form li {
    display: block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
    background: #C7E4EC;
}

form li div {
    float: left;
    display: inline;
    margin-right: 5px;
    color: #666666;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 9px;
    line-height: 13px;
}


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

#content input.text, #content select.select, #content textarea.textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    background: #fff url(../images/fieldbg.gif) repeat-x top;
}

input.text {
    padding: 2px 0;
}
form label {
    font-weight: bold;
    color: #666666;
}

/* SIZES */
.third {
	width:32% !important;
}
.half {
	width:48% !important;
}
.full {
	width:100% !important;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}

/* BUTTONS */
.button {
    font-size: 110%;
    margin-right: 5px;
    /*border: 1px solid #666;*/
}

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

/*
======================No forms layout=========================*/
div.fieldsetlike { /*
--------------------- as some pages don't use forms/fieldsets
- e.g. user/profile, we have to put data in a fieldset like
- div to have same render ------------------------------------*/
    padding: 10px 0;
}
div.fieldsetlike h3 {
    font-size: 1em;
    color: #666666;
}

/*
==================Default Tables Styling======================*/
/*  In a transition period, we'll use a sglTable class to style tables
    Everyone is encouraged not to use tables for layout purposes
    TODO: remove this when all layout tables have been replaced */
.wide {
    width: 60%;
}
.large {
    width: 85%;
}
table {
    margin: 0 0 1em;
    border-collapse: collapse;
    font-size: 1em;
}
table .nowrap {
    white-space: nowrap;
}
.sglTable td, .sglTable th {
    border-width : 0 0 1px 0;
	border-style : solid;
	border-color : #BBBBBB;
	padding : 2px 5px;
	vertical-align : top;
}
.sglTable th {
    text-align: left;
    border-bottom-color: #666666;
}
th a {
    display: block;
    color: #666 !important;
}
tr.expand td {
    border-bottom: none;
}
td.expand {
    padding: 1em 5px;
}
th.sortedAsc a {
    background: url('http://www.autismconnects.com/autismconnects/www/themes/aspire/images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #009FAC !important;
}
th.sortedDesc a {
    background: url('http://www.autismconnects.com/autismconnects/www/themes/aspire/images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #009FAC !important;
}
th a:hover {
    text-decoration: none;
    color: #009FAC !important;
}
tr.alternateRow td, tr.backDark {
    background-color: #FBFFEF; /*F0FFD9*/
}
tr.selectedRow td {
    background: #F6F5F2; /*D0DCE0*/
}
tr.rowHover:hover td {
    background: #F0FFD9; /*E0EFB8*/
}

/*
=========================Footer===============================*/
#copyright {
    text-align: center;
    font-size: 0.7em;
    margin-top: 5px;
    margin-bottom: 1px;
}
#footer .wrap {
    padding: 10px 0 5px;
    background: #92CCDA;
    text-align: center;
    border-top: 3px solid #009FAC;
}
#footer p {
    margin-bottom: 0.1em;
    color: #ffffff;
    font-size: 0.8em;
}

#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 #009FAC;
    color: #0066cc;
}
.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=========================*/
.hidden {
    display:none;
}

.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    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%;
}
.button {

}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid grey;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================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: #efefef;
    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========================*/
.wideButton {
    /* use button instead */
    width: 8em;
}/******************************************************************************/
/*                        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: 0em;
}
.block .header {
    margin: 0; /*0.4em;*/
    padding-bottom: 0.4em;
    border-bottom: 0px solid #C7E4EC;
    color: #92CCDA;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .content {
    padding: 0; /*0.4em;*/
    font-size: 0.9em;
}

/*
==================== No Title Styling =====================*/
.noTitle .header {
    display: none;
}

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

/*
====================Top Navigation Block======================*/
#top-nav {
    background: #92CCDA;
    border-bottom: 2px solid #009FAC;
    /*border-top:    3px solid #C7E4EC;*/
    padding-top: 2px;
    padding-left: 2px;
    padding-bottom: 4px;
}
#top-nav .inner {
    height: 2.2em;
    padding: 2px;
}
#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-nav li {
    float: left;
    padding: 0px;
    margin: 1px;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #FFFFFF;
    margin: 1px;
}
#top-nav li a:hover, #top-nav li.current a {
    border: 1px solid #000000;
    margin: 0px;
}

#top-nav .color1 a.level1, #top-nav .color7 a.level1 {
    background-color: #781e7e;
}

#top-nav .color2 a.level1, #top-nav .color8 a.level1 {
    background-color: #056CB4;
}

#top-nav .color3 a.level1, #top-nav .color9 a.level1 {
    background-color: #008034;
    

/*    background-color: #039B58; */
}

#top-nav .color4 a.level1, #top-nav .color10 a.level1 {
    background-color: #FEBD10;
}

#top-nav .color5 a.level1, #top-nav .color11 a.level1 {
    background-color: #EB7617;
}

#top-nav .color6 a.level1, #top-nav .color12 a.level1 {
    background-color: #DF1D25;
}

.side-nav .header {
    display: none;
}

.side-nav-title {
    display: none;
}

.side-nav .content {
    padding-top: 0px;
}

.side-nav .content ul {
    padding: 0px;
    margin: 0px;
    color: #781e7e;
}

.side-nav .content ul ul {
    margin: 3pt 0px 0px;
}

.side-nav .content ul ul ul {
    margin: 0px;
}

.side-nav .content li {
    padding-left: 0px; /* we're getting rid of indents */
    display: none;
    font-size: 13pt; /* 1.2em; */
    line-height: 15pt;
    font-weight: bold;
    /* font-variant: small-caps; */
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.side-nav .content li li {
    font-size: 11pt; /* 0.9em; */
    font-variant: normal;
    font-style: italic;
    margin-left: 0px; /* 10px; we're getting rid of indents */
}

.side-nav .content li li li {
    font-weight: normal;
    font-style: normal;
    line-height: 13pt;
}

.side-nav .content li li li li {
    list-style-position: inside;
    list-style-type: disc;
    font-size: 10pt;
}

.side-nav .content li.current, 
.side-nav .content li li {
    display: list-item;
}

.side-nav .color1 a, .side-nav .color7 a {
    color: #781e7e;
}

.side-nav .color2 a, .side-nav .color8 a {
    color: #056CB4;
}

.side-nav .color3 a, .side-nav .color9 a {
    color: #039B58;
}

.side-nav .color4 a, .side-nav .color10 a {
    color: #FEBD10;
}

.side-nav .color5 a, .side-nav .color11 a {
    color: #EB7617;
}

.side-nav .color6 a, .side-nav .color12 a {
    color: #DF1D25;
}#options {
    float: right;
    width: 180px;
    background: #C7E4EC;
    border: 1px solid #666666;
}

.longText {
    width: 50%;
}