/* CSS Document */
.CB_callSign {font-size:1.5em;font-weight:bold;padding-bottom:5px;}
.CB_header {font-weight:bold; background-image:url(../appimages/graydot.gif); background-repeat:repeat-x; background-position:bottom;}
.CB_headerCellSpacing { width:20px; border-bottom:thin; background-image:url(../appimages/graydot.gif); background-repeat:repeat-x; background-position:bottom;}
.CB_content {font-size:0.85em;font-weight:normal;vertical-align:top;padding-left:5px;padding-top:5px;}
.CB_lable {font-size:0.85em;width:20px; font-weight:bold; padding-left:5px;padding-top:5px;}
.CB_lable1 {font-size:0.85em;width:30px; font-weight:bold; padding-left:5px;padding-top:5px;}
.CB_lable2 {font-size:0.85em;color:#888888;width:30px; font-weight:bold; padding-left:5px;padding-top:5px;}
.CB_cellSpacing {width:10px; padding-top:5px; background-image:url(../appimages/graydot.gif); background-repeat:repeat-y; background-position:top;}
.CB_evenrow {
	background-color:#FFFFFF;
	padding-top:4px;
	padding-left:5px;
	cursor:pointer;
}
.CB_oddrow {
	background-color:#CCCCCC;
	padding-top:4px;
	padding-left:5px;
	cursor:pointer;
}
.CB_evenrow:hover {
	background-color:#999999;
}
.CB_oddrow:hover {
	background-color:#999999;
}

div#callbookView {
	position: fixed;
	z-index:10000;
	top:30px;
	left: 0px;
	width:100%;
	text-align:left;
}

.callbookLookupBox {
	padding-top:3px;
	padding-bottom:3px;
}

.callbookHeader {
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	border-top:thin;
	border-top-color:#000000;
	border-top-style:solid;
	border-right:thin;
	border-right-color:#000000;
	border-right-style:solid;
	border-left:thin;
	border-left-color:#000000;
	border-left-style:solid;
	background-image:url(../appimages/bluedot12.gif);
	background-position:top;
	background-repeat:repeat;
}

.callbookLoginHeader {
	color:#ffffff;
	font-weight:normal;
	font-size:0.7em;
	text-align:left;
	padding-left:3px;
	border-top:thin;
	border-top-color:#000000;
	border-top-style:solid;
	border-right:thin;
	border-right-color:#000000;
	border-right-style:solid;
	border-left:thin;
	border-left-color:#000000;
	border-left-style:solid;
	background-image:url(../appimages/bluedot12.gif);
	background-position:top;
	background-repeat:repeat;
}


.callbook {
	border: thin solid #000000;
}

.callbookImage {
	text-align:center;
}

.callbookBox {
	z-index:10000;
	text-align:left;
}

.callbookButton {
	font-size:10px;
}

.callbookTableHeader {
	height:30px;
	background-color:#0000FF;
	text-align:right;
	vertical-align:middle;
	padding-right:5px;
}

#callbook_overlay {
	position: fixed;
	z-index:9999;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.callbook_overlayHack {background: url(../appimages/macFFBgHack.png) repeat;}
.callbook_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #callbook_overlay { /* ie6 hack */
	position: absolute;
 	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	z-index:9999;
}

.maptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-left:10px;
}

.smallText {
	color: #000000;
	font-size:0.8em;
	text-decoration: none;
	margin-bottom:10px;
}
