@charset "utf-8";
/* CSS Document */

body, td, textarea {
    font-family: arial, sans-serif;
    font-size: 13px;
}

img {
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}

h1 {
    font-size: 20px;
}

th {
    background-color: #F0F7F9;
    font-weight: bold;
    text-align: center;
}

a {
    color: #000080;
    text-decoration:none;
}

a:hover, a:hover span {
    color: #FF0000;
}

table.base {
    border: 1px solid gray;
    border-collapse: collapse;
    border-spacing: 1px;
}

table.base th {
    border: 1px solid gray;
    padding:3px;
}

table.base td {
    border: 1px solid gray;
    padding:3px;
}

table.placeholder {
    border: 0px;
    border-collapse: collapse;
    border-spacing: 1px;
}

table.placeholder td {
    border: 0px;
    padding:3px;
}

.free {
    background-color: #e7e3d8;
}

.full {
    background-color: #CC0000;
}

.booked {
    background-color: #FDB813;
}

.scheduled {
    background-color: #33FF33;
}

.completed {
    background-color: #B6C0D2;
}

.group {
    background-color: #B3A580;
}

.busy {
    background-color: #646464;
}

input.button {
    font-size: 11px;
    font-family: Verdana,sans-serif;
    font-weight: bold;
    color: black;
    height: 24px;
    background-color: #CCCCCC;
    border-style: solid;
    border-color: #777777;
    border-width: 1px;
}

input.button_disabled {
    font-size: 11px;
    font-family: Verdana,sans-serif;
    font-weight: bold;
    color: #C0C0C0C0;
    height: 24px;
    background-color: #CCCCCC;
    border-style: solid;
    border-color: #777777;
    border-width: 1px;
}

table.shortcut_bar {
    background-color: #81A594;
}

.warning {
    background-color: red;
    color: white;
    font-weight: bold;
}

.success {
    background-color: green;
    color: white;
    font-weight: bold;
}

/* LINK BUTTON */
div.btns {
    zoom: 1;
    white-space: nowrap;
}

div.btns:after {
    display: inline;
    clear: both;
    content: '';
}

div.btns a.btn {
 /* float: center;
    background-image: url(border.gif); */
    background-color: #0C0;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 0;
    text-align: center;
    text-align: center;
    display: inline;
    _width: 140px;
    min-width: 80px;
    text-decoration: none;
    margin-top: 3px;
    margin-right: 2px;
    margin-bottom: 3px;
    margin-left: 2px;
}

div.btns a.btn:hover span {
    background-color: #3B6B9C;
}

div.btns a.btn span {
	display: inline;
	padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: center;
    position: relative;
    top: 20%;
	left: 30%;
    text-decoration: none;
/*  background-image: url(border.gif);  */
    background-color: #fff9d7;
    background-position: right bottom;
    background-repeat: no-repeat;
	box-shadow:1px 1px 5px black;
    line-height: 3;
    color: black;
    font-size: 11px;
    font-family: Verdana,sans-serif;
    font-weight: bold;
}

span.shout {
    font-weight: bold; 
    color: red;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 2em;
}

span.shoutblue {
    font-weight: bold; 
    color: blue;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 2em;
}

span.shoutb {
    font-weight: bold; 
    color: red;
/*    margin-top: 5px;
    margin-bottom: 5px;*/
    font-size: 14px;
}

span.shoutc {
    font-weight: bold; 
    color: black;
/*    margin-top: 5px;
    margin-bottom: 5px;*/
    font-size: 16px;
}

div.hw_btn { 
	display: inline;
	padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    text-align: center;
    position: relative;
    top: 20%;
	left: 50%;    
    text-decoration: none;
   /*  background-image: url(border.gif);  */
    background-color: #0C0;
   /*  background-position: right bottom; */
    background-repeat: no-repeat;
    line-height: 1;
    color: black;
    font-size: 11px;
    font-family: Verdana,sans-serif;
    font-weight: bold;

}

#my-div
{
    width    : 100%;
    height   : 1000px;
    overflow : hidden;
    position : relative;
}

#my-iframe
{
    position : absolute;
    top      : -350px;
    left     : 5px;
    width    : 1430px;
    height   : 920px;
}

#my-calendar
{
    width    : 100%;
    height   : 100px;
    overflow : hidden;
    position : relative;
}

#my-timezone
{
    position : absolute;
    top      : -180px;
    left     : 0px;
    width    : 450px;
    height   : 240px;
}

#cssmenu {
    width: 200px;
    border-style: solid solid none solid;
    border-color: #D76100;
    border-size: 1px;
    border-width: 1px;
    padding:0px;
}

#cssmenu ul{
    margin:0px;
    padding:0px;
    list-style:none;
}

#cssmenu li a {
    height: 32px;
    height: 24px;
    text-decoration: none;
    font-weight:normal;
    color: #000000;
    display: block;
    background: url(http://www.live-lessons.com/images/menu_lat.gif);
    padding: 8px 0 0 30px;
}

#cssmenu li a:hover {
    color: #fff;
    background: url(http://www.live-lessons.com/images/menu_lat.gif) 0 -32px;
    padding: 8px 0 0 30px;
}

#cssmenu li a:active {
    color: #fff;
    background: url(http://www.live-lessons.com/images/menu_lat.gif) 0 -64px;
    padding: 8px 0 0 30px;
}	

#message_timezone {
	font-weight: bold; 
    color: #36F;
 /*   margin-top: 5px;
    margin-bottom: 5px;*/
    font-size: 2em;
	
}	