﻿html{overflow-y:scroll}
body {font-family:Arial;font-size:.8em;color:#3f3f3f;margin:4px}
.lnk {cursor:pointer;color:#0370d6}
.del {cursor:pointer;color:#ff0000}
.lnkm {color:#0370d6}
.lnkd {cursor:pointer;color:#ff0000}
.b{font-weight:bold}
a {color:#0370d6;text-decoration:none}
.amenu {position:absolute;display:none;background-color:#ffffff;border:2px solid #cccccc;border-radius:6px}
.amenu a {text-decoration:none;display:block;border-bottom:1px solid #cccccc;padding:4px}
p{margin:0px}
ul{margin:0px}
.diary-bttn 
{
	cursor:pointer;
	width:77px;
	height:28px;
	background-image:url(images/bttn-send.jpg);
	font-weight:bold;
	margin:4px 0 0 0;
	font-size:18px;
}
.btn{border:1px solid #b8c2cd;background-image:url('../images/popup-buttons-tiled-bg.png');background-repeat:repeat-x;font-weight:bold;color:#055888;padding:2px 10px 2px 10px;cursor:pointer}
.tl{background-image:url(../images/popup_top.png);background-repeat:no-repeat;font-size:12px}
.tc{background-image:url(../images/popup_top2.png);background-repeat:repeat-x;font-size:12px}
.tr{background-image:url(../images/popup_top.png);background-position:right;font-size:12px}
.l{background-image:url(../images/popup_left.png);background-repeat:repeat-y;background-color:#ffffff}
.r{background-image:url(../images/popup_right.png);background-position:right;background-repeat:repeat-y;background-color:#ffffff}
.bl{background-image:url(../images/popup_bottom.png);background-repeat:no-repeat;font-size:12px}
.bc{background-image:url(../images/popup_bottom2.png);background-repeat:repeat-x;font-size:12px}
.br{background-image:url(../images/popup_bottom.png);background-repeat:no-repeat;background-position:right top;font-size:12px}
.popuptitle{background-image:url('../images/blue-bar-tiled-bg.png');background-repeat:repeat-x;font-weight:bold;padding:4px;border:2px solid #cfcfcf;margin-bottom:6px;border-radius:4px}

.calendar_table_close{background-color:#eeeeee;border:1px solid #cccccc;color:#0370d6}
#calendar_table {border:3px solid #aaaaaa;background-color:#ffffff;font-size:.9em}
#calendar_head {background-color:#cccccc;border:1px solid #aaaaaa}
.calendar_weekdays {width:26px;border:0px solid #ffffff;border-bottom:1px solid #aaaaaa}
.calendar_dates {text-align:center;background-color:#ffffff;border:1px solid #cccccc}
#calendar_selected {font-weight:bold;color:rgb(0,180,0);border:1px solid rgb(0,180,0);background-color:rgb(255,255,255)}
#calendar_today {font-weight:bold;color:rgb(255,70,0);border:1px solid rgb(255,70,0);background-color:rgb(221,221,255)}
.hand{cursor:pointer}


.disableLink{color:Gray;cursor:default}