
/* ---- general: site ----- */

* {padding:0; margin:0;}
body, input, textarea, select, td, th {font:12px arial, helvetica, sans-serif;}
body {background:#E0E0E0; color:#2B3856;}
th {background:#AAAAFF;}
/* td, th {vertical-align:top;} */
a {color:#2B3856; text-decoration:none;}
a.urlembed {font-weight:bold; text-decoration:underline;}
hr {margin:10px 0px; height:2px; border-width:0; color:#AAAAFF; background-color:#AAAAFF;display:none;}
p {text-align:justify;}
img {border-style:none;}

h3 {font-size:16px;}
h4 {font-size:15px;}
h5 {font-size:13px;}

.fontS {font-size: .8em;}

.floatR {float:right;}
.floatL {float:left;}
.floatC {margin:auto; text-align:center;}
.spaceL {margin-left:70px;}

.point {cursor:pointer;}
.arrow {cursor:default;}
.button {font:10px arial, helvetica, sans-serif; cursor:pointer;}
.container {padding:30px 0 30px 10%;}
.warning {margin:10px auto; width:50%; text-align:center; background:#F6358A;}


/* ---- canvas ---- */

div.topBar {background:#F2F2F2;}
div.topText {margin:auto; width:95%; line-height:30px;}
div.topBar h4 {text-shadow:grey 0.2em 0.3em 0.2em;}
div.topBar h5 {text-shadow:grey 0.2em 0.3em 0.2em;}
div.navBar, .endBar {clear:both; padding:0px 10px; background:#AAAAFF; border:1px solid #808080;}
div.navBar {line-height:30px;}
div.content {clear:both; padding:10px;}
select.input, select.input option, input.input {padding: 0 0 0 4px;}


/* ---- views: general ----- */
table.grid td, table.settings td {vertical-align:top;}

table.mgrid td.holder{vertical-align:top; width:16%; padding:2px;}
table.grid {margin:5px 0px; width:100%; border-collapse:collapse;}
table.grid th, table.grid td {border:1px solid #808080;}
table.grid th.dcoly {width:13%;}
table.grid th.dcolm {width:14%;}
table.grid tr.monthWeek {height:120px;}
table.grid tr.yearWeek {height:40px;}

table.grid td.we0 {background:#EDECD8;}
table.grid td.we1 {background:#EDECD8;}
table.grid td.wd0 {background:#EDECD8;}
table.grid td.wd1 {background:#EDECD8;}
table.grid td.out {background:#EEEEEE;}
table.grid td.today {border:2px solid #0000FF;}

td.vaTop {vertical-align:top;}


/* -- view: year/month -- */

.square {
	float:left;
	width:8px;
	height:8px;
	border:1px solid #808080;
}

.item {
	padding:2px;
	font-size:11px;
	display:block;
}

.dom {
	text-align:right;
	font-size:10px;
	font-weight:bold;
}

.dom a {
	display:block;
	width:100%;
}

.dom a:hover {
	background:#E0E0E0;
}

.wnr {
	vertical-align:middle;
	color:#888888;
	background:#FFFFBB;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

.textS {
	font-size:11px;
}

.spacer {
	display:inline-block;
	width: 100px;
}


/* -- view: week/day/dw_functions -- */

.day ul {
	margin:5px;
	padding:0px 15px;
}

.cellTop {
	line-height:16px;
	background:#AAAAFF;
	border-bottom:1px solid #808080;
	text-align:center;
}

.cell {
	display:block;
	height:29px;
	border-bottom:1px solid #808080;
	color:#888888;
}

.timeCell {
	height:29px;
	border-bottom:1px solid #808080;
	text-align:center;
	color:#888888;
}

.timeFrame {
	position:relative;
}

.timex {
	width:60px;
	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;
}

table.day {
	width:100%;
	border-collapse:collapse;
}

td.day {background:#EDECD8;}


/* -- view: upcoming -- */

.eventBg {
	width:80%;
	background:#F2F2F2;
	margin:0 40px;
	padding:10px;
}

/* -- add/edit event -- */

div.repbox {
	position:absolute;
	left:40px; top: 240px;
	width:360px;
	padding:10px;
	border:1px solid #808080;
	background:<?=BGND1?>;
	z-index:20;
	display:none;
}

/* -- CSV upload -- */

.sideBar {
	width:300px;
	border:1px solid #808080;
	background:#FFFFFF;
	margin:40px 10px;
	padding:5px;
}

.error {background:#F6358A;}

/* ---- settings ----- */

table.settings td {padding-bottom:6px;}


/* ---- log in ----- */

table.login td.space {padding-left:30px;}


/* ---- 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:170px;
	height:225px;
	overflow:auto;
	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;
}

/* ---- Poptext.js Styles ---- */

#htmlpop{
	position:absolute;
	width:150px;
	border:1px solid #808080;
	padding:2px;
	font-size:11px;
	-moz-box-shadow: 5px 5px 5px #888;
	-moz-border-radius: 5px;
	padding: 5px 5px 5px 15px;
	background:#FFFFE0;
	visibility:hidden;
	z-index:100;
}

/* ---- Color Picker Styles ----- */

.cpDiv {
	width:165px;
	height:145px;
	overflow:auto;
	font:11px arial, helvetica, sans-serif;
	background:#CCCCCC;
	border:1px solid #666666;
}
.cpCell {
	cursor:pointer;
	width:15px;
	height:15px;
}
.cpButton{
	font:10px arial, helvetica, sans-serif;
	float:right;
	cursor:pointer;
}