
/* ---- general: site ----- */

* {padding:0; margin:0;}
body, input, textarea, select, td, th {font:11px arial, helvetica, sans-serif;}
body {background:#E0E0E0; color:#2B3856; overflow:hidden;}
th {background:#AAAAFF;}
td {vertical-align:top;}
/* td, th {vertical-align:top;} */
a {color:#2B3856; text-decoration:none; cursor:pointer;}
a.urlembed {font-weight:bold; text-decoration:underline;}
hr {margin:10px 0px; height:2px; border-width:0; color:#AAAAFF; background:#AAAAFF;}
p {text-align:justify;}
img {border-style:none;}

h3 {font-size:14px;}
h4 {font-size:13px;}
h5 {font-size:12px;}
h6 {font-size:11px;}

ul, ol {margin:0 25px;}

.fontS {font-size: .8em;}

.floatR {float:right;}
.floatL {float:left; font-size: 14px; font-decoration: bold;}
.floatC {text-align:center; font-size: 13px; font-decoration: bold;}
.center {margin:auto;}
.spaceL {margin-left:40px;}
.spaceLL {margin-left:15%;}

.point {cursor:pointer;}
.arrow {cursor:default;}
.button {font:10px arial, helvetica, sans-serif; cursor:pointer;}
.noButton {border:none; background:none; cursor:pointer; text-decoration:underline;}
.link {cursor:pointer; text-decoration:underline;}
.container {padding:15px 0 25px 0;}
.confirm {width:50%; text-align:center; background:#A0D070;}
.warning {width:50%; text-align:center; background:#FFF0A0;}
.error {width:50%; text-align:center; background:#F0A070;}
.noMessage {width:50%; text-align:center;}
.warningL {margin:10px 0 10px 15%; width:50%; text-align:center; background:#F0A070;}
.noWarningL {margin:10px 0 10px 15%; width:50%; text-align:center;}
.hilight {margin:10px 0; width:50%; background:#F0A070;}

/* ---- canvas ---- */

div.topBar {line-height:25px; padding:0px 20px; background:#F2F2F2;}
/* div.topBar h4 {text-shadow:grey 0.2em 0.3em 0.2em;} */
div.topText {margin:auto; width:95%; line-height:30px;}
div.navBar {clear:both; padding:0px 10px; line-height:20px; background:#AAAAFF; border:1px solid #808080;}
div.endBar {position:absolute; left:0; bottom:10px; width: 98%; padding:0 1%; font-size:7pt; background:#AAAAFF; border:1px solid #808080;}
div.content {clear:both; padding:3px 26px 0 10px;}
div.contentS {clear:both; padding:3px 10px;}
select.input, select.input option, input.input {padding: 0 0 0 4px;}

div#sideBar {position: absolute; top:8%; right:20px; height:60%; width:170px; padding:4px; border:2px solid #AAAAFF;
 font-size:7pt; background:#F2F2F2; z-index:20; overflow:hidden; display:none;}
div.upcList {position: absolute; top:30px; bottom:0px; width:100%; overflow:auto;}

.footLB {font-size:8pt; font-weight:bold; color:#0033FF; font-style:italic;}
.footLR {font-size:8pt; font-weight:bold; color:#AA0066; font-style:italic;}
.dragme {background:#AAAAFF; margin-top:2px; cursor:move;}

/* ---- all pages ----- */
.scroll {overflow:auto;}
.scrollBoxYe {position:absolute; left:0; top:70px; right:0; bottom:35px; padding:0 10px; overflow:auto;}
.scrollBoxMo, .scrollBoxWe, .scrollBoxDa {position:absolute; left:0; top:85px; right:0; bottom:35px; padding:0 10px; overflow-y:scroll;}
.scrollBoxUp, .scrollBoxCh {position:absolute; left:0; top:125px; right:0; bottom:35px; padding:0 10px; overflow:auto;}
.scrollBoxSe {position:absolute; left:14%; top:140px; right:0; bottom:70px; padding:0 10px; overflow:auto;}
.scrollBoxAd {position:absolute; left:14%; top:140px; right:0; bottom:35px; padding:0 10px; overflow:auto;}

table.mgrid {width:100%;}
table.mgrid td.holder{vertical-align:top; width:16%; padding:2px;}
table.grid {width:100%; border-collapse:collapse; table-layout:fixed;}
/* table.grid {width:100%; border-collapse:collapse;} */
table.grid .wkColY {width:25px;}
table.grid .wkColM {width:25px;}
table.grid .dcol {border:1px solid #808080; width:14%;}
table.grid tr.monthWeek {height:120px;}
table.grid tr.yearWeek {height:40px;}
table.grid tr.miniWeek {height:28px;}

table.grid th { overflow:hidden; }
table.grid td { overflow:hidden; }
table.grid td.we0 {border:1px solid #808080; background:#FFFFCC;}
table.grid td.we1 {border:1px solid #808080; background:#FFFFBB;}
table.grid td.wd0 {border:1px solid #808080; background:#FFFFEE;}
table.grid td.wd1 {border:1px solid #808080; background:#FFFFDD;}
table.grid td.out {border:1px solid #808080; background:#FEFEFE;}
table.grid td.blank {background:#E0E0E0;}
table.grid td.today {border:3px solid #CC0066;}

table.evtForm {width:100%; padding:5px; margin:0 0 10px 0; border-spacing:4px; background:#FFFFEE;}

.viewhdr {display:inline-block; min-width:350px;}

/* -- view: year/month -- */

.square {
	float:left;
	width:8px;
	height:8px;
	border:1px solid #808080;
}

.miniSquare {
	float:left;
	width:5px;
	height:5px;
	border:1px solid #808080;
}

.event {
	padding:0 2px;
	margin-top:2px;
	font-size:11px;
	display:block;
}

.url {
	padding:0 2px;
	font-size:11px;
	cursor:pointer;
	display:block;
}

.dom {
	text-align:right;
	font-size:11px; /* rass: 10 */
	font-weight:bold;
}

.dom a {
	display:block;
	width:100%;
}

.dom a:hover {
	background:#E0E0E0;
}

.firstDom {
	background:#AAAAFF;
}

.wnr {
	vertical-align:middle;
	background:#FFFFBB;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

.spacer {
	display:inline-block;
	width: 100px;
}

.miniFoot {
	padding:0 5px;
	font-size:8px;
}


/* -- view: week/day/dw_functions -- */

var {
	display:block;
	border-bottom:1px solid #808080;
	color:#888888;
}

.day ul {
	margin:5px;
	padding:0px 15px;
}

.timeCell {
	border-bottom:1px solid #808080;
	text-align:center;
	color:#888888;
}

.timeFrame {
	position:relative;
}

.timeh {
	width:50px;
	border:1px solid #808080; 
}

.timex {
	width:50px;
	border:1px solid #808080; 
	background:#FFFFBB;
}

.dates {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}

.date {
	position:absolute;
	border:1px solid #808080;
	z-index:1;
	overflow:hidden;
}

.inner {
	padding:0px 2px;
	font-size:11px;
}

.dayh {
	margin:-1px;
	border:1px solid #808080; 
	border-collapse:collapse;
}

.day {background:#FFFFEE;}


/* -- view: upcoming / changes -- */

.eventBg {
	width:80%;
	background:#F2F2F2;
	margin:0 40px;
	padding:10px;
}

.headCh, .headUp {
	width:80%;
	margin:20px 40px 0 40px;
}

.lMarginUp {width:120px;}
.lMarginCh {width:100px;}


/* -- add/edit event -- */

div.repBox {
	position:absolute;
	left:40px; bottom:120px;
	width:360px;
	padding:10px;
	border:1px solid #808080;
	background:#C0C0C0;
	z-index:20;
	display:none;
}

/* ---- admin pages ----- */

.error {background:#F0A070;}

.sideBar {
	width:300px;
	border:1px solid #808080;
	background:#FFFFFF;
	margin:0 10px 10px 0;
	padding:5px;
}

.labelFix {
	width:300px;
	cursor:default;
	text-align: right;
	padding:0 6px 0 0;
}

.fieldBoxFix {
	width:100%;
	margin:10px 0;
	padding:15px;
	border:1px solid #888888;
	background:#F2F2F2;
}

.label {
	cursor:default;
	text-align: right;
	padding:0 6px 0 0;
}

.fieldBox {
	margin:10px 0;
	padding:15px;
	border:1px solid #888888;
	background:#F2F2F2;
}

.saveSettings {position:absolute; left:15%; bottom:35px;}

/* ---- log in ----- */

.loginBox {
	width:280px;
	padding:0 30px 30px 30px;
	border:1px solid #888888;
	background:#F2F2F2;
}

.legend {
	float:left;
	margin:-26px 0 0 0;
	font-weight:bold;
	background:#F2F2F2;
}

.legendI {
	float:left;
	margin:-6px 0 0 0;
	font-weight:bold;
	background:#F2F2F2;
}

/* ---- Onmouseover popup Styles (poptext.js) ---- */

#htmlPop{
	position:absolute;
	width:150px;
	padding:4px;
	font-size:11px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888;
	-moz-border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #888;
	visibility:hidden;
	z-index:10;
}

.normal {border:1px solid #808080; background:#FFFFE0;}
.private {border:1px solid #808080; background:#CCFFCC;}
.repeat {border:1px solid #E00060;}


/* ---- Date Picker Styles ----- */

.dpTable {
	width:150px;
	font:12px Tahoma, Arial, sans-serif;
	text-align:center;
	color:#505050;
	background:#F2F2F2;
	border:2px outset white;
}

table.dpTable th {
	background:#AAAAFF;
	border:1px solid #AAAAAA;
	color:#2B3856;
}

.dpTD {
	border:1px solid #F2F2F2;
}

.dpTDHover {
	background:#E0E0E0;
	border:1px solid #888888;
	cursor:pointer;
	color:red;
}

.dpHilight {
	background:#E0E0E0;
	border:1px solid #888888;
	color:red;
	font-weight:bold;
}

.dpTitle {
	font-size:12px;
	color:#2B3856;
	font-weight:bold;
}

.dpButton {
	font:10px verdana, tahoma, sans-serif;
	color:#2B3856;
	background:#E0E0E0;
	font-weight:bold;
	cursor:pointer;
}

/* ---- Time Picker Styles ----- */

.tpFrame {
	width:140px;
	overflow:hidden;
	font:11px tahoma, arial, sans-serif;
	text-align:center;
	color:#505050;
	background:#F2F2F2;
	border:1px solid #AAAAAA;
}

.tpAM {background:#EEFFFF;}
.tpPM {background:#FFCCEE;}
.tpEM {background:#DDFFDD;}

.tpPick:hover {
	background:#A0A0A0;
	color:red;
}

/* ---- Color Picker Styles ----- */

.cpDiv {
	width:156px;
	height:153px;
	overflow:auto;
	font:11px arial, helvetica, sans-serif;
	background:#CCCCCC;
	border:1px solid #666666;
}
.cpCell {
	cursor:pointer;
	width:12px;
	height:12px;
}
.cpButton{
	font:10px arial, helvetica, sans-serif;
	float:right;
	cursor:pointer;
}