
#mask		{ width:1000%;}
.box		{ width:10%;}

.adminEdit {position:absolute;top:-25px;right:0;}
.titleEdit {position:absolute;top:-20px;left:400px;border:1px solid #000;background:#fff;padding:5px;}
.halfBox{float:left; width:48%;height:84%;margin:4px;font-size:0.8em;overflow:auto;}
div.halfHeading{
color:#000;
font-weight:bold;
font-size:1.3em;
width:90%;
height:25px;
border:0;
margin-bottom: 1px;
}
.palm{z-index: -1;}

#contactContain {height:75%;margin-right:10px;}
table.email_head {width:98%;}
td.shortHead {width:5%;border:1px solid #fff;padding:1px;color:#000;font-weight:bold;text-align:center;font-size:0.7em;}
td.longHead {width:18%;border:1px solid #fff;padding:1px;color:#000;font-weight:bold;text-align:center;font-size:0.7em;}
#contactTable {width:100%;height:100%;overflow:scroll;border:1px solid #0054A6;text-align:center;}
#contactTable table {border:1px solid #fff; color: #0054A6;font-size: 0.7em;width:100%;}
td.short {width:5%;border:1px solid #000;padding:1px;}
td.long {width:18%;border:1px solid #000;padding:1px;}

#emailToolbar td{
padding: 5px;
}
#emailToolbar td:hover{
background-color:#FFFF00;
}

.dbl_admin_edit {
min-height: 20px;
}

a.tooltip_u{
    position:relative; /*this is the key*/
    color:#000;
    text-decoration:none}

a.tooltip_u:hover{z-index:25; background-color:#ff0}

a.tooltip_u span{display: none}

a.tooltip_u:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:-6.5em; width:15em;
    border:1px solid #0cf;
	color:#000;
    text-align: center;
	background:#fff;
	}
a.tooltip_img{
   /* position:relative; this is the key*/
    color:#000;
    text-decoration:none}

a.tooltip_img:hover{z-index:25; background-color:#ff0}

a.tooltip_img span{display: none}

a.tooltip_img:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:400px; left:200px; width:400px;
    border:1px solid #0cf;
	color:#000;
    text-align: center;
	background:#fff;
	}

.loginBox{
float:left; margin:10px; padding:10px;
}
.toggler1, .toggler2,.toggler3,.toggler4,.toggler5,.toggler6,.toggler7,.toggler8,.toggler9{
padding: 6px;
margin-bottom: 1px;
border: 2px solid #93BEF9;
background:#B7D3FA;
}
.notoggle {
padding: 6px;
margin-bottom: 1px;
border: 2px solid #93BEF9;
background:#B7D3FA;
}
span.tabText {
background: url('/images/admin/tabRight.png') no-repeat center right;
height:25px;
float:left;
margin:0;
padding: 0 10px 0 0;
min-width:35%;
}

.switchWarning {
color:#FF0000;
font-weight:bold;
font-size:1.4em;
position:absolute;
bottom: 10px;
left: 10px;
margin: 0 auto 0 auto;
}

.warning {
color:#FF0000;
font-weight:bold;
font-size: 1.1em;
}

.adminList {
width: 98%;
}

#staff-logins {
max-height:50%;
overflow:auto;
}
.adminList thead {
font-weight: bold;
text-align: center;
}
table#staffLogs {
width:100%;
}
table#staffLogs td {
border:1px solid #fff;
padding:2px;
}
table#staffLogs th {
border:1px solid #fff;
padding:2px;
font-weight:bolder;
}
div.rowWrap {
height:30px;
clear:left;
width:100%;
}
div.priv {
border: 1px solid #fff;
text-align: center;
width:8.25%;
min-width:8.25%;
float:left;
}
div.privBig {
text-align: center;
width:11%;
min-width:11%;
float:left;
}
div.privBigger {
text-align: center;
width:15%;
min-width:12%;
float:left;
}
img.deleter {
cursor: pointer;
cursor: hand;
}

li.pageName {
position:relative;
}
#imgUpload {
width: 96%;
height:50%;
overflow:auto;
padding: 6px;
margin-bottom: 1px;
border: 2px solid #93BEF9;
background:#B7D3FA;
}
#thumbNails {
width: 96%;
height:50%;
overflow:auto;
padding: 6px;
margin-bottom: 1px;
border: 2px solid #93BEF9;
background:#B7D3FA;
}

#thumbNails dl {
margin:2px;
border: 1px solid #B7D3FA;
float:left;
width: 110px;
height: 150px;
text-align:center;
font-size: 0.7em;
position:relative;
}
#thumbNails dl:hover {
background: #fff;
border: 1px solid #93BEF9;
}
#thumbNails img {
border:1px solid #fff;
}
div.imgControls {
visibility:hidden;
position:absolute;
width:100%;
text-align:center;
bottom:1px;
}
#thumbNails dl:hover div.imgControls{
visibility:visible;
}
.delete_page {
cursor:pointer;
cursor:hand;
position:absolute;
top:25px;
left:-7px;
}
.inactive_box_list {
cursor:pointer;
cursor:hand;
position:absolute;
bottom:25px;
left:2px;
}
.sep {
border:1px solid #fff;
text-align:center;
 }
 
 
/*rota calendar*/
.rotaMonth {
margin: 0 auto 0 auto;
text-align: center;
}
table#rota {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 1em;
}
#rota td {
	width: 81px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	background: url('/images/cal/cells.png');
	color: #444;
	position: relative;
}

#rota th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background: url('/images/cal/day.png');
	color: #444;
	position: relative;
}
#rota td:hover, #rota th:hover {
	background-position: 0px -45px;
	color: #222;
}
#rota td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
#rota td.date_has_event:hover {
	background-position: 162px -45px;
}
#rota td.padding {
	background: url('/images/cal/calpad.jpg');
}
#rota td.today {
	background-position: 81px 0px;
	color: white;
}
#rota td.today:hover {
	background-position: 81px -45px;
}

.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 999999999999;
	padding: 15px;
	background: url('/images/cal/popup.png') no-repeat;
	color: white;
	border: 0;
	font-size: 15px;
	width: 200px;
	list-style: none;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
	margin-left:10px;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

#icalnext, #icalprev{
    position:relative;
	font-size:1.6em;
	cursor: pointer;
	cursor: hand;
	color:#024F9D;
}
#icalnext{left: 40px;}
#icalprev{right: 40px;}
#icalprev:hover, #icalnext:hover{
	color:#CC0000;
}

#currentmonth, #currentyear{
    font-weight:bold;
}
#display_sRotaDate {
font-size: 1.3em;
color:#0054A6;
font-weight:bold;
}
.edit_rota {
margin-left:0;
cursor: pointer;
cursor: hand;
}

#pageInactive, #pageActive, #admin-permissions {
overflow:auto;
height: 250px;
width:96%;
}

#forgotLogin {
clear:both;
float:left;
}
