﻿div.ajax__calendar_days table tr td
{
    padding:0px;
}
.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:650px;
}
/*Reorder List*/
.dragHandle {
	width:16px;
	height:16px;
	cursor:move;
	border:outset thin white;
	background-image:url(../../lib/img/ico/sort.png);
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	color:Black;
}


.reorderList li {
	list-style:none;
	margin:2px;
	background-repeat:repeat-x;
	border-top:solid thin #CCC;
	border-left:solid thin #CCC;
	border-right:solid thin black;
	border-bottom:solid thin black;
	background-color: #EEE
}

.reorderList li a {color:black !important}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	text-align:left;
}


#ctl00_mpContent_ReorderList1__rbl, #ctl00_mpContent_ReorderList1__rbl li { 
	list-style:none;
	margin:0px;
	padding:0px;
}
#ctl00_mpContent_ReorderList1__rbl td { 
	padding:6px 0px 6px 15px;
	background-color:#ededed;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
}