/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
* {
margin: 0;
padding: 0;
border: 0;
}

p {
color: #e9cfdf;
}

a {
color: #17d2ef;
}

a:hover {
text-decoration: none;
}

body{ 
padding: 0 0 0;
background: #510033;
}

h1, h2, h3, h4, h5, h6 {
color: #e9cfdf;
font-family: Tahoma;
}

h1 {
  font-size: 250%;
}

h2 {
  font-size: 210%;
  line-height: 130%;
  margin-bottom: 5px;
  font-weight: normal;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
}

.clearboth {
clear: both;
}

ul.menu, .item-list ul {
/*  margin: 0.35em 0 0 -0.5em;
  padding: 0;*/
}

ul.menu ul, .item-list ul ul {
/*  margin-left: 0em;*/
}

/*ol li, ul li,*/ ul.menu li, .item-list ul li, li.leaf {
/*  margin: 0.15em 0 0.15em .5em;*/
}

/*ul li,*/ ul.menu li, .item-list ul li, li.leaf {
/*  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
  */
}

ul li.expanded {
/*  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; */
}

ul li.collapsed {
/*
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
/*  display: block;*/
}

ul.inline li {
/*  background: none;
  margin: 0;
  padding: 0 1em 0 0;*/
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  font-weight: bold;
}

th a:link, th a:visited {
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  min-height: 1em;
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}


#container {
background: url(images/main_bg.jpg) no-repeat;
width: 1000px;
min-height: 1150px;
height: auto;
margin: 0 auto;
}

#header {
width: 823px;
height: 190px;
margin: 0 75px 0 102px;
}

#menu a , #menu-front a{
color: #ffffff;
}

#menu ul, #menu-front ul {
list-style: none;
float: left;
}

#menu li, #menu-front li {
background: url(images/main_menu_bullet.png) no-repeat 0 7px;
margin: 10px 0 0 0;
padding: 0 0 0 12px;
}

#menu {
background: url(images/inside_menu.png) no-repeat;
width: 579px;
height: 87px;
margin: 24px 0 0 41px;
font-family: Tahoma, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 17px;
float: left;
}

#menu_list {
background: url(images/inside_menu_blot.png) no-repeat 418px 0;
width: 579px;
height: 87px;
}

#menu_list_1 {
margin: 15px 0 0 38px;
}

#menu_list_2 {

margin: 15px 0 0 53px;
}

#menu_list_3 {
margin: 15px 0 0 51px;
}

#menu #menu_list_4 {
margin: 15px 0 0 42px;
}

#menu-front {
background: url(images/index_menu.png) no-repeat;
width: 529px;
height: 78px;
margin: 33px 0 0 24px;
font-family: Tahoma, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 17px;
letter-spacing: 0.03em;
float: left;
}

#menu-front #menu_list_1 {
margin: 6px 0 0 38px;
}

#menu-front #menu_list_2 {

margin: 6px 0 0 43px;
}

#menu-front #menu_list_3 {
margin: 6px 0 0 41px;
}

#menu-front #menu_list_4 {
margin: 6px 0 0 32px;
/*background:transparent url(images/inside_menu_blot.png) no-repeat scroll 13px -9px;
padding:6px 0 0 29px;
width:101px;*/
}

#menu li.menu-172/*, #menu-front li.menu-172 */{
background: url(images/main_menu_bullet_cyan.png) no-repeat 0 7px;
}

#left_sidebar {
width: 255px;
min-height: 777px; /* i'm feeling lucky! :) */
height: auto;
margin: 70px 0 0 53px;
float: left;
font-family: Tahoma, sans-serif;
font-weight: bold;
font-size: 11px;
}

.block {
color: #e9cfdf;
width: 235px;
min-height: 43px;
height: auto;
margin: 0 0 20px 20px;
}

.block_top {
background: url(images/inside_sidebar_top.png) no-repeat;
width: 235px;
height: 19px;
margin: 0 0;
}

.block_middle {
background: url(images/inside_sidebar_stripe.png) repeat;
width: 235px;
height: auto;
}

.block_bottom {
background: url(images/inside_sidebar_bottom.png) no-repeat;
width: 235px;
height: 14px;
margin: 0 0;
}

#block-views-styles-block_1 {
width: auto;
margin: 0;
}

.view-teachers-style-teaser {
float: left;
margin-right: 16px;
margin-bottom: 37px;
}

.view-teacher-gallery {
margin-bottom: 37px;
}

.view-teachers-style .view-header, .view-teachers-style-teaser .view-header, .view-teacher-gallery .view-header, .cblock_top {
margin: 0 0;
height: 19px;
}

#outerFrame {
    display: -moz-inline-block;
    display: inline-block;

    margin: 0 auto;
    width: auto;
    height: auto;
    zoom: 1;
    position: relative;
}

#outerFrameTop {
height: 13px;
margin: 0 auto;
    width: auto !important;
}

#outerFrameTopLeft {
height: 13px;
width: 28px;
float: left;
background: url(images/lb_top_left.png);
}

#outerFrameTopRight {
height: 13px;
width: 28px;
float: right;
background: url(images/lb_top_right.png);
}

#outerFrameTopStripe {
height: 13px;
background: url(images/lb_top_stripe.png);
margin: 0 28px;
}

#outerFrameMiddle {
    margin: 0 auto;
    position: relative;
}

#outerFrameMiddleLeft {
    padding: 0 0 0 28px;
    background: url(images/lb_left_stripe.png) repeat-y 0 0;
    height: auto !important;

/*width: 28px;
float: left;
background: url(images/lb_left_stripe.png);*/
}

#outerFrameMiddleRight {
    padding: 0 28px 0 0;
    background: url(images/lb_right_stripe.png) repeat-y right 0;
    height: auto !important;
/*width: 28px;
float: right;
background: url(images/lb_right_stripe.png);*/
}

#outerFrameBottom {
height: 13px;
margin: 0 auto;
    width: auto !important;
}

#outerFrameBottomLeft {
height: 13px;
width: 28px;
float: left;
background: url(images/lb_bottom_left.png);
}

#outerFrameBottomRight {
height: 13px;
width: 28px;
float: right;
background: url(images/lb_bottom_right.png);
}

#outerFrameBottomStripe {
height: 13px;
margin: 0 28px;
background: url(images/lb_bottom_stripe.png);
}

#idcHide {
display: none;
}

.view-teachers-style-teaser .view-header {
width: 400px;
}

.cblock_top_left {
background: url(images/block_top_left.png) no-repeat;
width: 8px;
height: 19px;
margin: 0;
float: left;
}

.cblock_top_stripe {
background: url(images/block_top_stripe.png) repeat-x;
height: 19px;
margin: 0 7px 0 8px;
}

.cblock_top_right {
background: url(images/block_top_right.png) no-repeat;
width: 7px;
height: 19px;
margin: 0;
float: right;
}

.view-teachers-style .view-content, .view-teachers-style-teaser .view-content, .view-teacher-gallery .view-content {
background: url(images/block_stripe.png);
clear: both;
width: auto;
height: auto;
}

.view-teacher-gallery .view-content {
}

.view-teachers-style-teaser .view-content {
padding-left: 14px;
padding-right: 14px;
margin-bottom: 1px;
width: 372px;
height: 140px;
}

.view-teachers-style .view-footer, .view-teacher-gallery .view-footer, .cblock_bottom {
clear: both;
height: 14px;
}

.cblock_bottom_left {
background: url(images/block_bottom_left.png) no-repeat;
width: 8px;
height: 14px;
margin: 0;
float: left;
}

.cblock_bottom_stripe {
background: url(images/block_bottom_stripe.png) repeat-x;
height: 14px;
margin: 0 7px 0 8px;
}

.cblock_bottom_right {
background: url(images/block_bottom_right.png) no-repeat;
width: 7px;
height: 14px;
margin: 0;
float: right;
}

.view-teachers-style-teaser .view-footer {
clear:both;
height: 27px;
width: 400px;
}

.tblock_bottom_left {
background: url(images/tblock_bottom_left.png) no-repeat;
width: 9px;
height: 27px;
margin: 0;
float: left;
}

.tblock_bottom_stripe {
background: url(images/tblock_bottom_stripe.png) repeat-x;
height: 27px;
margin: 0 9px 0 9px;
padding-bottom: 6px;
padding-top: 4px;
}

.tblock_bottom_right {
background: url(images/tblock_bottom_right.png) no-repeat;
width: 9px;
height: 27px;
margin: 0;
float: right;
}

.tblock_bottom_stripe .people {
padding-right: 3px;
padding-top: 2px;
float: right;
}

.tblock_bottom_stripe .all_teachers {
float: right;
}

.block_hd {
color: #e9cfdf;
font-size: 12px;
padding: 0 0 0 29px;
line-height: 14px;
}

#sections {
margin: 8px 0 0 29px;
padding: 0;
list-style: none;
}

#sections li {
margin: 5px 0 5px 0;
}

#teacher_styles {
margin: 8px 0 0 15px;
padding: 0;
list-style: none;
}

#teacher_styles li {
padding: 1px 14px;
background: url(images/main_menu_bullet_cyan.png) no-repeat 0 7px;
}

#teacher_photo {
width: 162px;
height: 161px;
background: url(images/teacher_photo_bg.png) no-repeat;
padding: 5px;
margin: 0px 0px 15px 40px;
}

#teacher_extra {
margin: 0px 0px 15px 20px;
color: #e9cfdf;
}

#teacher_return {
width: 273px;
height: 42px;
background: url(images/teacher_return_bg.png) no-repeat;
padding: 11px 0 0 32px;
font-weight: bold;
font-size: 11px;
}

.album_photo {
width: 162px;
height: 161px;
background: url(images/teacher_photo_bg.png) no-repeat;
padding: 5px;
margin: 0 10px 10px 0;
}

.album_name {
text-align: center;
font-weight: bold;
color: #17D2EF;
margin-right: 15px;
}

.album {
float: left;
margin: 0 30px 30px 0;
}

.album_photos {
display: none;
}

.block_text {
margin: 3px 0px 3px 29px;
}

#left_sidebar a {
font-size: 11px;
}

#breadcrumbs {
width: 581px;
height: 70px;
margin: 0 74px 0 37px;
margin-right: 329px;
float: right;
color: #e9cfdf;
font-family: Tahoma, sans-serif;
font-size: 11px;
}

.sidebar-left #breadcrumbs {
margin: 0 74px 0 37px;
}

#breadcrumbs p {
color: #e9cfdf;
margin: 29px 0 0 0;
}

#text {
width: 836px;
min-height: 777px;
height: auto;
margin: 0 74px 0 37px;
float: right;
font-family: Tahoma, sans-serif;
font-size: 12px;
font-weight: regular;
line-height: 1.5;
}

.sidebar-left #text
{
width: 581px;
}

#text p {
color: #e9cfdf;
margin: 0 0 18px 0;
}

#content {
width: 1000px;
min-height: 809px;
height: auto;
margin: 0 0 0 0;
}

#footer {
width: 823px;
height: 113px;
margin: 0 75px 0 102px;
color: #ffffff;
font-family: Arial, sans-serif;
font-weight: regular;
font-size: 11px;
}

#footer p {
color: #ffffff;
}

#info {
width: 287px;
height: 72px;
margin: 20px 0 0 0;
line-height: 18px;
float: left;
}

#creators {
width: 228px;
height: 92px;
margin: 0 0 0 0;
font-size: 12px;
float: right;
}

#creators p{
margin: 22px 0 0 0;
float: left;
}

/* images */

#phone {
width: 267px;
height: 27px;
margin: 52px 2px 0 554px;
float: left;
}

#dotted {
width: 814px;
height: 1px;
margin: 0 8px 0 0;
float: left;
clear: both;
}
#zer01 {
width: 60px;
height: 20px;
margin: 17px 55px 0 0;
float: right;
}

/* classes */

#menu ul li a.active {
color: #cb9fba;
text-decoration: none;
}

.breadcrumb_el {
font-weight: bold;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  display: inline-block;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/**
 * Kumir-tv
 */
#logo {
width: 203px;
height: 59px;
margin: 40px 0 0 0;
float: left;
}

#about_hd {
width: 88px;
height: 26px;
margin: 7px 0 2px 0;
}

#about {
width: 271px;
height: 230px;
margin: 41px 34px 0 90px;
float: left;
font-family: Tahoma, sans-serif;
font-weight: regular;
}

#about p {
margin: 7px 0 11px 12px;
font-size: 12px;
line-height: 1.5;
}

#about a {
font-family: Tahoma, sans-serif;
font-size: 11px;
font-weight: regular;
}

#map {
width: 293px;
height: 250px;
margin: 0 0 0 102px;
float: left;
}

#contacts {
width: 293px;
height: 326px;
margin: 0 0 0 102px;
float: left;
font-family: Tahoma, sans-serif;
font-weight: bold;
font-size: 12px;
letter-spacing: 0.1pt;
}

#contacts_phone {
margin: 18px 0 2px 0;
}

#contacts_mail {
margin: 11px 0 0 0;
}

#contacts_youtube {
margin: 14px 0 2px -1px;
}

#contacts_skype {
margin: 11px 0 0 0;
}

#tv, .view-carousel {
background: url(images/index_tv_bg.png) no-repeat;
width: 605px;
height: 277px;
margin: 38px 0 0 0;
float: right;
}

#tv a {
outline: none;
}

#tv_prev {
width: 43px;
height: 206px;
position: relative;
top: -210px;
left: 13px;
z-index: 4;
}

#tv_next {
width: 40px;
height: 206px;
position: relative;
top: -210px;
left: 434px;
z-index: 4;
}

#images {
margin: 11px 0 0 13px;
z-index: 1;
}

.tagadelic_views, #dance_styles {
font-family: Tahoma, sans-serif;
font-weight: regular;
text-align: justify;
line-height: 22px;
}

#dance_styles {
width: 465px;
height: 239px;
margin: 0 100px 97px 40px;
float: right;
}

#dance_styles a {
text-decoration: none;
}

#dance_styles a:hover {
text-decoration: underline;
}

#logo-front {
width: 270px;
height: 79px;
margin: 30px 0 0 0;
float: left;
}

#about_hd {
width: 99px;
height: 33px;
margin: 0 0 0 12px;
}

#about_icon {
width: 7px;
height: 9px;
margin: 8px 6px 0 0;
float: left;
}

#map_hd {
width: 91px;
height: 34px;
margin: 0 0 0 0;
float: left;
}

#map_itself {
width: 264px;
height: 162px;
margin: 14px 0 0 0;
float: left;
}

#dance_styles_hd {
width: 94px;
height: 30px;
margin: 0 0 0 0;
clear: both;
}

#contacts_hd {
width: 105px;
height: 30px;
margin: 0 188px 0 0;
clear: both;
}

#contacts_phone_icon{
width: 15px;
height: 17px;
margin: 17px 7px 0 5px;
float: left;
}

#contacts_mail_icon{
width: 16px;
height: 10px;
margin: 12px 7px 0 4px;
float: left;
}

#contacts_yt_icon{
width: 18px;
height: 18px;
margin: 12px 5px 0 4px;
float: left;
}

#contacts_skype_icon{
width: 19px;
height: 27px;
margin: 7px 5px 0 3px;
float: left;
}

#prev_button {
width: 43px;
height: 206px;
}

#next_button {
width: 40px;
height: 206px;
}

#dancer {
width: 136px;
height: 181px;
position: relative;
top: -145px;
left: 363px;
z-index: 3;
}

.tagadelic.level1 {
  font-size: 12px;
text-decoration: none;
}

.tagadelic.level2 {
  font-size: 18px;
text-decoration: none;
}

.tagadelic.level3 {
  font-size: 24px;
text-decoration: none;
}

.tagadelic.blue {
color: 17d2ef;
}

.tagadelic.red {
color: #fe0096;
}

.tagadelic.white {
color: #ffffff;
}

.view-teachers-style {

}

.view-teachers-style .views-row, .view-teachers-style-teaser .views-row, .view-teacher-gallery .views-row {
float: left;
width: 83px;
margin: 5px;
}

.view-teachers-style .views-row, .view-teachers-style-teaser .views-row {
height: 125px;
}

.view-teachers-style-teaser h2 a {
text-decoration: none;
}

.teachert_photo {
width: 83px;
height: 83px;
background: url(images/teacher_sphoto_bg.png) no-repeat;
padding: 5px 0 0 5px;
}

.teachert_name {
text-align: center;
font-weight: bold;
}

.schedule_header {
font-weight: bold;
font-size: 15px;
margin-bottom: 11px;
}

.schedule_header a {
border-bottom: 1px black dashed;
border-color: #17D2EF;
margin-left: 9px;
text-decoration: none;
}

.schedule {
width: 855px;
margin: 0;
border: 0 none;
/*border-collapse: separate;*/
}

.schedule tbody {
border: 0 none;
}

.schedule th {
background: url(images/sch_th_bg.png) no-repeat;
width: 101px;
height: 37px;
margin-bottom: 0px;
margin-right: 0px;
border: none;
padding: 0;
text-align: center;
color: #e9cfdf;
border: 0 none;
}

.schedule .firstc {
width: 148px;
}

.schedule th.firstc {
background: url(images/sch_top_left_bg.png) no-repeat;
}

.schedule th.lastc {
background: url(images/sch_top_right_bg.png) no-repeat;
}

.schedule td {
background: url(images/sch_td_bg.png) no-repeat;
width: 101px;
height: 60px;
margin-bottom: 0px;
margin-right: 0px;
padding: 0;
color: #e9cfdf;
text-align: center;
}

.schedule td.active {
background: url(images/sch_td_active_bg.png) transparent no-repeat;
}

.schedule td.firstc {
background: url(images/sch_td_firstc_bg.png) no-repeat;
width: 115px;
color: #17d2ef;
font-weight: bold;
padding-left: 33px;
text-align: left;
}

.schedule td.firstclastr {
background: url(images/sch_bottom_left_bg.png) no-repeat;
}

.schedule td.lastclastr {
background: url(images/sch_bottom_right_bg.png) no-repeat;
}

.schedule td.lastclastractive {
background: url(images/sch_bottom_right_fill_bg.png) no-repeat;
}

ul.list {
padding: 0 0 0 5px;
}

ul.list li {
color: #e9cfdf;
padding: 0 0 10px 30px;
background: url('/themes/kumirtv/images/list-star.png') no-repeat;
list-style-type: none;
}

#content ul {color: #e9cfdf;}

#form input {
background: url(images/form_line_bg.png) no-repeat;
margin: 0 0 2px;
padding: 0px 0 0 20px;
height: 25px;
width: 378px;
font-weight: bold;
color: #410027;
font-size: 12px;
font-family: Tahoma, sans-serif;
}

#form textarea {
background: url(images/form_area_bg.png) scroll no-repeat;
margin: 0 0 2px;
padding: 5px 0 0 20px;
height: 125px;
width: 378px;
font-weight: bold;
color: #410027;
font-size: 12px;
font-family: Tahoma, sans-serif;
overflow: auto;
resize: none;
}

#form #submit {
background: url(images/form_submit.png) no-repeat;
height: 30px;
width: 147px;
cursor: pointer;
padding: 0;
}
