/* Utility classes */
.center {
	margin-left: 	auto;
	margin-right: 	auto;
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* End Utility classes */

body,h1,h2,h3,h4,h5,h6,p,ul,li,form { margin:0; padding:0;}

body {
   background: #ffffff;
   font:       normal 1.0em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
}

a {
   text-decoration:   none;
   background-color:  transparent;
}
a:link    { color:    #7184A4; }
a:visited { color:    #AB8773; }
a:hover	  { 
	/*color:    #91A4C4;*/
	color:#333;
/*	background-color:  #000000; */
}

h1,h2,h3,h4,h5,h6 {
     /*font:            600 0.91em arial, helvetica, sans-serif;*/
     font:            arial, helvetica, sans-serif;
     color:           #666;
     margin:          0em;
     border-bottom:   1px dotted #0b0b0b;
}

#page-wrapper {
   border:            1px solid #000000;
   /* border-top:        5px solid #91A79D; */
   margin:            0.5em;
   background:       rgb(90%,95%,90%) ;
}

/* ============ STATIC SECTION ================================ */

/* ------------ BANNER ---------------------------------------------------- */
#header {
   margin:            0;
   background:        #91A79D;
   text-align:        right;
}

#header a {
     color:           #444;
}

#header h1 {
     font:            600 3.0em arial, helvetica, sans-serif;
     color:           #444;
     margin-right:    1%;
}

#header h2 {
     font:            600 1.5em arial, helvetica, sans-serif;
     color:           #666;
     margin-right:     1%;
}


/* ------------- Navigation -------------------------------------------- */

#navbar_global {
   background:        #91A79D; 
   padding-left:      10px;
   border-bottom:     1px solid #000;
   background:        #91A79D; 
}

#navbar_global ul {
   display:         inline;
   font:            bold 0.9em tahoma, arial, sans-serif;
   list-style-type: none;
   padding-left:    2em;
}

/* actual tabs */
#navbar_global ul li {
   float:           left;
   margin:            0 5px;
   background:        #A1B7AD; 
   border-top:        1px solid #666;
   border-right:      1px solid #666;
   border-left:       1px solid #666;
   border-bottom:     1px solid #000;
}

#navbar_global a {
   font-size:        0.91em;
   display:          block;
   color:            #666;
   text-decoration:  none;
   margin:          2px 6px 0px 6px;
}

#navbar_global ul a:link {
   color:            #666;
   background:       transparent;
}

#navbar_global ul a:visited {
   color:            #666;
   background:       transparent;
}

#navbar_global ul a:hover {
   background:       transparent;
   color:            #3ae;
}

#navbar_global ul li#active_tab {
   background:       #fff;
   border-top:        1px solid #000;
   border-right:      1px solid #000;
   border-left:       1px solid #000;
   border-bottom:     none;
   margin:          3px 6px 0px 6px;
}

#navbar_global ul li#active_tab a    { 
   color:#000; 
}

#navbar_local {
   border-bottom:          1px solid #000;
   background:       #fff;
}
#navbar_local ul {
   list-style-type: none;
}
#navbar_local li {
   padding-left:    1.5em;
   display:         inline;
}


/* ------------- End Navigation ---------------------------------------- */


/* ============ END STATIC SECTION ============================ */



/* ============ CONTENT SECTION =========================================== */

#content_section {
   background:        transparent;
   /*margin:            0 0 0 10%; /* 10% on left for navbar-left */
   padding:           0 1em;
   width:           95%;
}

.category ul ol {
 /* 
   border-bottom:     1px solid #aaa;
   clear:             both;
 */
   list-style:        none; 
}

.code {
	font: fixed;
	background: white;
	margin-left: 1.5em;
	margin-right: 1.5em;
	padding: .5em;
	border: 1px dotted #000;
}

.category h2 {
   font:              normal 1.5em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
   color:             #222;
   padding-top:       0.1em;
   padding-left:      0.5em;
   padding-bottom:    0.1em;
   margin:            0;
}

.sub-category {
   background-color:  transparent;
   /* background:        rgb(100%,100%,100%); */
   padding:           1.0em;
   margin-top:           1.0em;
}
.sub-category ul {
   list-style:        none; 
   display: block;
   margin-left:           3em;
}
.sub-category p {
   font-size:         0.83em;
   margin-left:           1em;
}
.sub-category a {
   font-size:         0.83em;
   text-decoration:   none;
   background-color:  transparent;
   margin-bottom:     0.6em;
}
.sub-category a:hover {
   text-decoration:   underline;
   background-color:  transparent;
}

.sub-category ul.sub-list {
   /*border:              1px solid #fff;*/
   margin-left:         1em;
}

/* ============ END CONTENT SECTION ======================================= */

/* ------------ FOOTER ---------------------------------------------------- */


#footer {
   clear:            both;
   font-size:        0.75em;
   padding:          0.5em 0em 0.5em 0.8em ;
/*    background: #91A79D;
   border-top:       1px solid #aaa;
//   border-bottom:    5px solid #91A79D; 
   border-bottom:    5px solid #79887E;
*/
}

#footer_logos ul li {
	width: 100%;
	list-style-type: none;
	display: inline;
}

.hide {display:none;}
