.pagestyle
{
 background:url(images/Blue4.jpg) repeat;
}
body
{
	color: #000000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: top left;
	
}
.loginerror 
 {
    font-size:14px;
	font-weight:bold; 
	color:#FF0000;
 }
.menuitemdiv 
{
	position:relative;
	left:0px; 
	top:0px
}
.days_title
{
	position:relative;
	height:20px;
	vertical-align:middle;	
	top:0px;
	width: 601px;
	border-left: 2px solid #003366;
	background-color: #99CC99;
}

.day
{
	width: 85px;
	height:20px;
	border-right: 1px solid #000000;
/*	border-bottom: 1px solid #000000;	*/
	float: left;
	text-align:center;	
}
.cal_head 
{
	height: 44px;
	position:relative;
	vertical-align:top;
	width: 600px;
}
.leftarrow
{
	float: left;
	display:inherit;
	width:47px;
	height:44px;
	background-color:#006699;
}
.rightarrow
{
	float: left;
	display:inherit;
	width:47px;
	height:44px; 
	background-color:#006699;
}
.monthtitle 
{
    float:left;
	display:inherit;
	width:47px;
	height:44px;
	background-color:#0099CC;
	width:506px;
	text-align:center;
	vertical-align:middle;
}
.calendar
{
 position:relative; 
 display: table;
 width:602px; 
 border-top: 1px solid #000000; 
 border-right: 1px solid #000000;
}

.day_tabel
{
  border-left: 1px solid #000066; 
  border: 1px solid;
}
.day_number
{
 border: 1px solid #CCCCCC;
 background: #FFFFFF;
 top: 10px;
}

.day_number_gray
{
 border: 1px solid #CCCCCC;
 background:#CCCCCC;
}

.day_nuberdiv
{
 position:relative;
 top: 1px;
 left: 1px;
 height: 16px; 
 width: 20px; 
}

.respPadding
{
  padding-left: 30px;
}

.day_tabel_gray
{
 width: 85px;
 height: 50px;
 position:relative;
 background-color: #999999;  
}
.day_tabel_normal
{
 width: 85px;
 height: 50px;
 position:relative;
 background-color: #DAE3E7; 
}
.welcome_label
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #990017;
}
.eventstabel
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}
.responder_row
{
  font-size: 10px;
  position: relative;
  text-align: left;
}
.responder_head
{
 font-size: 10px;
 text-align: center;
 height: 16px;
 border-left: 1px solid #001584;
 border-top: 1px solid #001584;
 border-bottom: 1px solid #001584;
}
.blue
{
 color:#0000FF;
}

.dynamicDiv 
{
    position: absolute;
	width:200px;	
	height:100px;
	border:solid 1px #c0c0c0;
/*	background-color:#CCCCCC;*/
	font-size:11px;
	font-family:verdana;
	color:#330066;
	padding:5px;
	left : 0px;
	top: 0px;
}

div.htmltooltip
{
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: 0px;
	top: 0px;
	background: #3F9191;
	border: 2px solid black;
	color: black;
	padding: 3px;
	width: 400px; /*width of tooltip*/
	font-size:10px;
    display: none;
}

.tableheader 
{
 /*background-color:#a8181a; */
  color:#FFFFFF; 
}

#progressbar{
		border:1px solid black;
		width:200px;
		height:35px;
		position:relative;
		color:black;
	}
	/* color bar */
	#progressbar div.progress{
		position:absolute;
		width:0;
		height:100%;
		overflow:hidden;
		/*background-color:#369;*/
	}
	/* text on bar */
	#progressbar div.progress .text{
		position:absolute;
		text-align:center;
		color:white;
	}
	/* text off bar */
	#progressbar div.text{
		position:absolute;
		width:100%;
		height:100%;
		text-align:center;
	}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	/*background-color: #ece9d8;*/
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	/*background-color: #CCCCCC;*/
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	/*background-color: #aca998;*/
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	/*background-color: #CCCCCC;*/
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	/*background: #d8e8ff;*/
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	/*background: #d8e8ff;*/
	font-weight: bold;
	}
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 40%;
    left: 55%;
    
    margin-left: -300px;
    width: 400px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { /*background-color: #000;*/ }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html 
.jqmWindow {
     position: absolute;

}
