/*MODAL*/

/* Alternative layout for the message box - used by one of the messages */

.modalDialog_transparentDivs{	
	filter:alpha(opacity=80);	/* Transparency */
	opacity:0.8;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}

.modalDialog_hardwareCamera{
	border: 1px solid #BBB;	
	padding: 2px;
	z-index: 100;/* Always needed	*/
	position: absolute;	/* Always needed	*/
	background-color: White;	/* White background color for the message */
	font_family: Verdana;
	font-size: 12px;
	color: Black;
}

.modalDialog_siteDetail{
	border:1px outset #BBB;	
	z-index: 100;/* Always needed	*/
	position: absolute;	/* Always needed	*/
	background-color: White;	/* White background color for the message */
	color: Black;
	font-family: Verdana;
	font-size: 12px;
	
}

.rosterDivTitle {
padding: 3px;
border: 1px outset #BBB;
background-color: #6B696B;
color: White;
text-align: left;
}

.rosterDivSpace {
padding: 4px;
text-align: left;
}

a.rosterOptsStyle {

font-family: Verdana;
font-size: 12px;
color: White;
background-color: #546F91;
text-decoration: None;
padding: 2px;
}

a.rosterOptsStyle:hover {

font-family: Verdana;
font-size: 12px;
color: Orange;
background-color: #546F91;
text-decoration: None;
padding: 2px;
}

.rosterSpanText {
font-family: Verdana;
font-size: 12px;
font-weight: bold;
color: Black;
padding: 2px;
}


.rosterDivText {
border: 1px outset #BBB;
padding: 3px;
color: Black;
text-align: left;
}

/*MODAL*/
