﻿/* HTML Elements */

body {
  color: #000000;
  background: #baab8e;
  background-repeat: repeat-x;
  background-image: url(media/gobi_gradient.jpg);
  background-position: top;
  font-family: verdana, arial, sans-serif;
}

/* container for content and sidebar */
#mainpane {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-right: 1px solid #4e3c1d;
  border-left: 1px solid #4e3c1d;
  border-bottom: 1px solid #4e3c1d;
  width: 100%;
  background-color: #fff;
  clear: both;
}

a,
a:link,
a:visited {
  color: #157776;
  text-decoration: none;
}

a:active,
a:hover {
  color: #27d9d7;
  text-decoration: none;
}

img {
  border: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  FONT-SIZE: 13px;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
textarea {
  border: 1px #999 solid;
  background-color: white;
  color: #4e3c1d;
}

input:focus,    input:hover,
button:focus,   button:hover,
submit:focus,   submit:hover,
select:focus,   select:hover,
textarea:focus, textarea:hover {
  background-color: #eee;
}

input.radio,
input[type="radio"],
input[type="checkbox"] {
  border: none;
}

blockquote {
  border: 1px #999 dashed;
  background-image: url(media/quote.gif);
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
  padding: 0;
  margin: 0;
  margin-right: 0;
}

::-moz-selection {
  background: #eee;
}

::selection {
  background: #eee;
}

/* wrapper for page */
#wrap {
  width:800px;
  margin:0 auto;
}

/* Banner */
#cognitiveSOUL_banner {
  border-right: 1px solid #4e3c1d;
  border-left: 1px solid #4e3c1d;
  border-top: 1px solid #4e3c1d;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  height: 97px;
  background-color: #fff;
  color: #4e3c1d;
  background-image: url(media/binary.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

#cognitiveSOUL_banner h1 {
  margin-left: 140px;
  font-size: x-large;
  font-variant: small-caps;
  padding: 0;
}

#cognitiveSOUL_banner h2 {
  margin-left: 140px;
  font-size: small;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited {
  color: #999;
  text-decoration: none;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited {
  color: #999;
  text-decoration: none;
}

/* Sidebars */
/* container for right sidebar */
#cognitiveSOULRightSideBar {
  padding:0;
  margin:0;
  vertical-align: top;
}

/* container for left sidebar */
#cognitiveSOULLeftSideBar {
  padding:0;
  margin:0;
  vertical-align: top;
}

.cognitiveSOULSideBarTitle {
  background: #baab8e;
  font-size: x-small;
  color: #4e3c1d;
  font-weight: bolder;
  line-height: 140%;
}

div.cognitiveSOULSideBarItem {
  margin-bottom: 0;
  padding-bottom: 0.2em;
}

.cognitiveSOULSideBarContent {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #4e3c1d;
  font-size: x-small;
}

/* Entries */
div.cognitiveSOUL_Entry_Date {
}

.cognitiveSOUL_date {
  text-align:left;
  line-height:0.85em;
  color: #444;
  margin:10px 0 0 0;
  display:block;
  font-size:.9em;
  border-bottom: 1px solid #ddd;
}

.cognitiveSOUL_title,
.cognitiveSOUL_Admin_title {
  font-size: medium;
  font-weight: bold;
  text-transform: uppercase;
}

.cognitiveSOUL_title a,
.cognitiveSOUL_title a:hover,
.cognitiveSOUL_title a:link,
.cognitiveSOUL_title a:visited,
.cognitiveSOUL_Admin_title a,
.cognitiveSOUL_Admin_title a:hover,
.cognitiveSOUL_Admin_title a:link,
.cognitiveSOUL_Admin_title a:visited {
  color: #999;
  text-decoration: none;
}

.cognitiveSOUL_entry,
.cognitiveSOUL_admin {
  font-size: small;
  font-weight: normal;
  line-height: 140%;
}

div.cognitiveSOUL_entryFooter {
  clear: both;
  font-size: x-small;
}

/* Comments */

.cognitiveSOUL_comment {
  border-left: double #999 thick;
  font-size: small;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1em;
  padding: 3px;
  padding-bottom: 0;
  overflow: auto;
}

.cognitiveSOUL_commentBody {
  padding-bottom: 1em;
}

.cognitiveSOUL_commentsLabel {
  font-size: small;
}

.cognitiveSOUL_commentsTitle {
  font-size: medium;
  font-weight: bold;
  text-transform: uppercase;
}

/* Admin */

.cognitiveSOUL_admin td {
}

/* Misc */

#content {
  padding-left: 2px;
  padding-right: 2px;
  width: 100%;
}

/** Embedded images with the s9y image manager **/
.cognitiveSOUL_imageComment_center,
.cognitiveSOUL_imageComment_left,
.cognitiveSOUL_imageComment_right {
    border: 1px solid black;
    background-color: #EFEFEF;
    margin: 3px;
}

.cognitiveSOUL_imageComment_center {
    margin: 0px;
}

.cognitiveSOUL_imageComment_left {
    float: left;
}

.cognitiveSOUL_imageComment_right {
    float: right;
}

.cognitiveSOUL_imageComment_img,
.cognitiveSOUL_imageComment_img img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
}

.cognitiveSOUL_imageComment_txt {
    margin: 0px;
    padding: 0px;
    clear: both;
    font-size: 9pt;
    text-align: center;
}

img.cognitiveSOUL_entryIcon {
    float: right;
    border: 0px;
    padding: 0.3em;
}

.cognitiveSOUL_admin_list_item_even {
}

.cognitiveSOUL_admin_list_item_uneven {
    background-color: #eee;
}

.cognitiveSOUL_admin_filters {
    border: 1px dashed;
    background-color: #FFFFFF;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 2px;
}

.cognitiveSOUL_admin_filters_headline {
    border-bottom: 1px solid;
}

.cognitiveSOUL_admin_sortorder {
    font-size: 10px;
    text-align: center;
}

/** Tables for lists **/
.admin_list {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-collapse:collapse;
}

.admin_list_head {
  border-bottom: 1px solid #000;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}

.admin_list_sub {
  border-right: 1px solid #aaa;
}

.admin_list_sub_nowrap {
  border-right: 1px solid #aaa;
  white-space: nowrap;
}

.admin_list_item.admin_list_item_uneven {
    border-bottom: 1px solid #c3caff;
    background: #ffffff;
}

.admin_list_item.admin_list_item_uneven_light {
    border-bottom: 1px solid #294366;
    background: #cccccc;
}

.admin_list_item.admin_list_item_even {
    border-bottom: 1px solid #294366;
    background: #eeeeee;
}

.admin_list_item.admin_list_item_selected {
    border: 1px solid #000000;
    background: #fffd77;
}
/** End lists **/

.cognitiveSOUL_admin_sortorder input,
.cognitiveSOUL_admin_sortorder select,
.cognitiveSOUL_admin_filters input,
.cognitiveSOUL_admin_filters select {
    font-size: 10px;
}

.cognitiveSOUL_comments {
}

.cognitiveSOUL_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cognitiveSOUL_msg_important {
    color: red;
}

.cognitiveSOUL_msg_notice {
    color: green;
}

.cognitiveSOUL_entry_author_self {
}

.cognitiveSOUL_comment_author_self {
  border-left: double #669999 thick;
  color: #669999;
}

table.phpsource {
  border-width: 1px;
  border-style: solid;
  border-color: #36558C;
  background-color: #111111;
  padding: 0.3em;
}

table.file_table {
        text-align    : center;
        font-family   : Verdana, Arial;
        font-size     : 12px;
        width         : 98%;
        border: 1px solid black;
        background-color: #EFEFEF;
}

table.file_table th {
        border-bottom 1px #666 dashed;
        color           : #333333;
        padding         : 3px;
}

table.file_table td {
        background-color: #FFFFFF;
        color           : #36558C;
        padding         : 3px;
}

table.find {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  width: 100%;
}

table.find td, th {
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  vertical-align: top;
}
tr.odd td {
  background-color: #f4f4f4;
}

tr.even td {
  background-color: #fff;
}

#ajax_tooltipObj{
        z-index:1000000;
        text-align:left;
}
#ajax_tooltipObj div{
        position:relative;
}
/* If you don't want the arrow - Just set the width of this div to 1 or
 * somethin
g like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{   /* Left div for the small arrow */
        background-image:url('media/popup_arrow.gif');
        width:20px;
        position:absolute;
        left:0px;
        top:0px;
        background-repeat:no-repeat;
        background-position:center left;
        z-index:1000005;
        height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
        border:2px solid #317082;       /* Border width */
        left:18px;      /* Same as border thickness */
        top:0px;
        position:absolute;
        width:150px;    /* Width of tooltip content */
        height:90px;    /* Height of tooltip content */
        background-color:#FFF;  /* Background color */
        padding:5px;    /* Space between border and content */
        font-size:0.8em;        /* Font size of content */
        overflow:auto;  /* Hide overflow content */
        z-index:1000001;
}

/**
 * Calendar Styles
 */
 table.cal_small_table{
   font-family: Verdana, Helvetica, Arial, Tahoma;
   font-size: 12px;
   border: 0px solid Black;
   padding: 0px;
   background: #C0C0C0;
   margin-top: 3px
 }
td.cal_small_header{
  padding: 0px;
  background-color: #EBEBEB;
  font-size: 11px;
  font-weight: bold; 
  text-align: center;
  white-space: nowrap;
}
td.cal_small_header_title{
  padding: 0px;
  background-color: #EBEBEB;
  color: #36558C;
  font-size: 11px;
  font-weight: bold; 
  text-align: center;
  white-space: nowrap;
}
tr.cal_small_header_days{}
td.cal_small_header_weekday{
  padding: 0px;
  color: #000000;
  font-size: 9px;
  background-color: #EAEAFF;
  text-align: center;
}
td.cal_small_header_weekend{
  padding: 1px;
  color: #000000;
  background-color: #EAEAFF;
  font-size: 9px;
  text-align:center;
}
tr.cal_small_week_col{}
td.cal_small_day{
  padding: 0px;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 9px;
  text-align:center;
  width: 18px;
  height: 18px;
}
td.cal_small_day_blank{
  padding: 0px;
  color: #FFFFFF;
  background-color: #F0F0F0;
  font-size: 9px;
  text-align:center;
  width: 18px;
  height: 18px;
}

/**
 * Styles for the Scheduler
 */
table.schedule_popup{
  width: 50%;
  background-color: #FFFFFF;
}
table.schedule_popup_title{
  width: 100%;
  background-color: #C0C0C0;
}
table.schedule_popup_border{
  border: 1px;
  border: 2px Solid #36558C;
}

/**
 * Styles for the Mini-Calendar Popups
 */
.popupDate {
  font-family: Geneva, Verdana, Arial, sans-serif; 
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  background-color: #EBEBEB;
}
.popupEventTitle {
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  padding: 2px;
  vertical-align: middle;
}
.popupEventTime {
  font-family: Geneva, Verdana, Arial, sans-serif; 
  font-size: 10px; 
  color: #000000;
  font-weight: normal;
  background-color: #F4F4F4;
  border: 1px dotted #EFEFEF;
  padding: 1px;
}
.popupEventDescription {
  font-family: Geneva, Verdana, Arial, sans-serif; 
  font-size: 10px; 
  color: #000000;
  font-weight: normal;
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  padding: 2px;
}

/** Rounded Corners **/
.cs_admin_box {	margin: 6px 0 6px 0; background-color: #9fd9d8; }
.cs_admin_top div { background: url(WebServices/EdgeGen.php?cn=tl&h=10&w=10&ci=9fd9d8&co=ffffff) no-repeat top left; }
.cs_admin_top { background: url(WebServices/EdgeGen.php?cn=tr&h=10&w=10&ci=9fd9d8&co=ffffff) no-repeat top right; }
.cs_admin_bot div { background: url(WebServices/EdgeGen.php?cn=bl&h=10&w=10&ci=9fd9d8&co=ffffff) no-repeat bottom left; }
.cs_admin_bot { background: url(WebServices/EdgeGen.php?cn=br&h=10&w=10&ci=9fd9d8&co=ffffff) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.cs_admin_top div, .cs_admin_top, .cs_admin_bot div, .cs_admin_bot {
height: 7px;
font-size: 1px;
}
/** End rounded corners **/

/** Page Order **/
.cognitiveSOUL_pagelist{
  padding-left: 0px;
}

.cognitiveSOUL_pagelistlink {
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	list-style: none;
}
/** End Page Order **/

/** Admin links **/
ul.cognitiveSOULSideBarMenu {
	padding: 0;
	margin: 0; }

ul.cognitiveSOULSideBarMenu {
	font-size: 0.85em;
	list-style: none;
	width:170px;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px; }

.cognitiveSOULSideBarMenuHead {
	line-height:0.85em;
	color: #999;
	margin:10px 0 4px 0;
	font-size:0.9em;
	border-bottom: 1px solid #ddd;
	padding: 0px 0 0 0px; }

ul.cognitiveSOULSideBarMenu li {
	line-height:1.1em;
	font-size: 1.0em;
	font-weight: normal;
	list-style:none;
	margin:0; }

ul.cognitiveSOULSideBarMenu a {
	text-decoration: none;
	font-weight: bold; }

ul.cognitiveSOULSideBarMenu a:hover {
	text-decoration: underline; }
	
.sidebarcontents{
  background-color: #fff;
  white-space: nowrap;
}

.sidebarcontents hr{
  color: #000;
  height: 1px;
}

.sidebarcontents.cognitiveSOUL_pagelistlink {
  margin: 0px;
  text-align:left;
  padding:0px;
}

.sidebar{
  background-color: #fff;
  border-top: 1px solid #4e3c1d;
  border-bottom: 1px solid #4e3c1d;
  border-left: 0px;
  border-right: 0px;
  position:absolute;
  z-index:100;
  left:0px;
  top:10px;
}

.menucontainer{
  background-color: #4e3c1d;
  text-align: center;
  text-decoration:none;
  font-weight:bold;
  white-space: nowrap;
}

.menucontainer a, .menucontainer a:hover, .menucontainer a:link, .menucontainer a:visited{
  color:#fff;
  text-align: center;
  text-decoration:none;
}

div#topcontainer{
height:20px;
width:100%;
border: none;
margin:0px;
padding:0px;
font-family:Arial;
font-weight:bold;
font-size:12px;
}
div#topcontainer a{
  color:#4e3c1d;
}
div#topcontainer a:hover{
  color:#6e5529;
  text-decoration: none;
}
div#topcontainer form{
float:right;
padding:0px;
border: none;
margin: 0px 0 0 0;
}
div#topcontainer label{
font-size:12px;
padding:0px;
margin:0px;
}

div#topcontainer input#submit{
font-size:10px;
width:50px;
height:18px;
background:#4e3c1d;
color:#ffffff;
border-top:#7d602f 1px solid;
border-bottom:#2e2311 1px solid;
border-left:#4e3c1d 1px solid;
border-right:#4e3c1d 1px solid;
font-weight:bold;
}

/** CCSTM Custom **/
#ccstm_links 
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-right: 1px solid #4e3c1d;
  border-left: 1px solid #4e3c1d;
  background-color: #fff;
  height: 47px;
	background-repeat: repeat-x;
  background-image: url(media/ccstm_button_bg.png);
}

.ccstm_internal_links
{
	margin-right:auto;
	margin-left:auto;
	width: 400px;
  height: 40px;
}

.ccstm_orange_button
{
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	float: left;
	width: 100px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(media/ccstm_button.png);
}

.ccstm_orange_button a, .ccstm_orange_button a:visited 
{
	color: #5a5a5a;
	font-size: 12px;
	font-weight: bold;
}

.ccstm_blue_button
{
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	float: left;
	width: 100px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(media/ccstm_blue_button.png);
}

.ccstm_blue_button a, .ccstm_blue_button a:visited, .ccstm_blue_button a:hover
{
	color: #4e3c1d;
	font-size: 12px;
	font-weight: bold;
}
