#mon{
	font-size: 20px;
	color: #45413e;
    padding: 0;
}

#day_big{
	font-size: 10px;
	color: #5e5755;
    font-weight: bold;
}

#day{
	font-size: 10px;
	color: #85807e;
}

.dayfree{
    height: 14px;
    width: 21px;
    background: #33322e;
    padding: 0;
}

.daywork{
    height: 14px;
    width: 21px;
    background: #6e3737;
    padding: 0;
    color: #c08585;
    border: 0 solid #824444;
    cursor: pointer;
}



p{
	padding: 0;
	margin: 0;
    color: #757575;
}


b{
	PADDING: 0px;
	MARGIN: 0px;
	font-size: 13px;
	color: #867E73;
}

h1{
	PADDING: 0px;
	MARGIN: 0px;
	font-size: 18px;
	color: #fff;
}

h2{
	PADDING: 0px;
	MARGIN: 0px;
	font-size: 14px;
	color: #ccc;
}

h3{
	PADDING: 0px;
	MARGIN: 0px;
	font-size: 14px;
	color: #990000;
}

a{
    text-decoration: none;
}

a:link {
	color: #990000;
    cursor:pointer;
}

a:visited {
	color: #990000;
}

a:hover {
	color: #ff0000;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #333333 url("../image/page_back.jpg") repeat-x;
    margin-top: 20px;
}


#tip {
	background: #7D7259;
	border: 1px solid #A89D86;
	color: #C6BEAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px;

    left: -1000px;
	position: absolute;
	top: -1000px;
}

#yearselect {
    width: 78px;
}

.year{
    margin: 1px;
	font-size: 30px;
	color: #A3967C;
}

.help{
	font-size: 10px;
	color: #A3967C;
}

.headinfo{
	font-size: 14px;
	color: #676767;
    font-weight: bold;
}

#calendar_mon{
    height: 150px;
    width: 160px;
	border: 0 solid #A89D86;
    margin: 0 6px;
    padding: 2px;
    float: left;
}

#calendar_mon_admin{
    height: 146px;
    width: 160px;
	border: 0 solid #A89D86;
    margin: 4px;
    padding: 2px;
    float: left;
}

#greattable {
    border-top: 6px solid #555555;
    border-left: 6px solid #555555;
    border-right: 6px solid #555555;
    border-bottom: 6px solid #555555;
}

#menutable {
    border-top: 0;
    border-left: 6px solid #555555;
    border-right: 6px solid #555555;
    border-bottom: 0;
}

#bodytable {
    border: 6px solid #555555;
    border-bottom: 0;
}

#bodytableprice {
    border: 6px solid #555555;
}

#storytable {
    border-top: 6px solid #555555;
    border-left: 6px solid #555555;
    border-right: 6px solid #555555;
    border-bottom: 6px solid #555555;
}

#storytableindex {
    border-top: 0;
    border-left: 6px solid #555555;
    border-right: 6px solid #555555;
    border-bottom: 6px solid #555555;
}

#indextable {
    border-top: 6px solid #555555;
    border-left: 6px solid #555555;
    border-right: 6px solid #555555;
    border-bottom: 6px solid #555555;
}

#bottomtable {
    border-top: 6px solid #555555;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

#prikoltable {
    PADDING: 0px;
	MARGIN: 0px;
	font-size: 12px;
	color: #555555;
}

#prikoltable.h1 {
    PADDING: 0px;
	MARGIN: 0px;
	font-size: 20px;
	color: #736C62;
}

#menu{
	font-size: 13px;
    font-weight: bold;
	color: #646464;
    cursor:pointer;
}

.copyright{
	font-size: 10px;
	color: #646464;
}

.story_name {
	font-size: 14px;
    font-weight: bold;
}

.story_name_big {
	font-size: 18px;
    font-weight: bold;
}

.story_text {
	font-size: 12px;
    color: #646464;
}


/* //////////////////////////// TOOLTIPS /////////////////////////// */

div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:10000;
	background-color:#6e3737;
	border:1px solid #777;
	padding:4px;
    margin: 8px 2px;
	color:#fff;
	font-size:11px;
	line-height:1.2;
    opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* for IE */
}

div.tp1 {
	font-size:12px;
	color:#336;
	font-style:italic
}

div.tp2 {
	font-weight:bolder;
	color:#337;
	padding-top:4px
}

/* ///////////////////////////////////////////////////////////////// */