/*
*{padding: 0; margin: 0;}
*/

.ccm-dialog-window div {
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.ccm-dialog-window a { color: #003C8A; cursor:pointer }

.ccm-dialog-window .ccm-dialog-title-bar-l,.ccm-dialog-window #ccm-dialog-content-wrapper,.ccm-dialog-window .ccm-dialog-title-bar-bl{ z-index:11; position:relative }

.ccm-dialog-window {
	position: fixed;
	color:#333;
	display:none;
	text-align:left;
	top:50%;
	left:50%; 
	z-index:10;
	width:380px;
}

.ccm-dialog-title-bar a.ccm-dialog-close {
	position: absolute;
	top: 8px; 
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 10px;
	color: #666;
	text-decoration: none;
	right: 25px;
	background: transparent url(../images/icons/close.png) no-repeat scroll;
	font-size: 10px !important;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.ccm-dialog-title {
	float:left;
	padding:8px 0 5px 0px;
	margin-bottom:1px;
	color: #666;
	position: relative;
	font-weight: bold !important;
	font-family: "Lucida Grande", Arial, Helvetica;
}


.ccm-dialog-title-bar-l {background: transparent url(../images/bg_dialog_tl.png) no-repeat scroll 0 0; padding-left: 22px;}
.ccm-dialog-title-bar-r {background: transparent url(../images/bg_dialog_tr.png) no-repeat scroll 100% 0; padding-right: 22px}

.ccm-dialog-title-bar {
	background:#eee url(../images/bg_dialog_t.png) right repeat-x;
	height:30px;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

.ccm-dialog-content-b {background: transparent url(../images/bg_dialog_b.png) repeat-x scroll 0 0; height: 27px}
.ccm-dialog-content-bl {background: transparent url(../images/bg_dialog_bl.png) no-repeat scroll 0 100%; padding-left: 22px;}
.ccm-dialog-content-br {background: transparent url(../images/bg_dialog_br.png) no-repeat scroll 100% 100%; padding-right: 22px}

.ccm-dialog-title-bar a.ccm-button-right span {color: #fff; font-size: 10px}

.ccm-dialog-content-l {background: transparent url(../images/bg_dialog_l.png) repeat-y scroll 0 0; padding-left: 22px;}
.ccm-dialog-content-r {background: transparent url(../images/bg_dialog_r.png) repeat-y scroll 100% 0; padding-right: 22px}

.ccm-dialog-content {
	clear:both;
	padding:8px 8px 0px 0px;
	overflow:auto;
	overflow-x: hidden;
	overflow-y: auto;
	text-align:left;
	background-color: #fafafa;
	line-height:1.4em;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 12px;
}


.ccm-dialog-content p{
	padding:5px 0px 5px 0px;
}

.ccm-dialog-content fieldset {
	border:1px solid #efefef;
}


.ccm-dialog-window h1 {background: none}

#ccm-dialog-loader {
	position: fixed;
	display:none;
	height:32px;
	width:32px;
	z-index:300;
	top: 50%;
	left: 50%;
	margin: 16px 0 0 -16px;
}


#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}


/* Help System */
#ccm-supportWrap a { cursor:pointer }
#ccm-supportWrap #answers{border:1px solid #999; height:300px; overflow:scroll; overflow-y:scroll; overflow-x:hidden}
#ccm-supportWrap #answers a {color:inherit}
#ccm-supportWrap #answers a .answer{border-bottom: 1px solid #ccc; padding:12px;}
#ccm-supportWrap #answers a:hover .answer{ background:#eee }
#ccm-supportWrap #answers .answer .title{font-weight:bold}
#ccm-supportWrap .bigButtonWrap{margin: auto; text-align: center; width: 220px;}
#ccm-supportWrap .bigButtonWrap span{width:190px}
#ccm-supportWrap .alertMsg{ border:1px solid #999; background:#ffffaa; padding:4px }
#ccm-supportWrap .ccm-throbber{width:20px; height:20px; background:url(../images/throbber_white_16.gif) center no-repeat; margin:10px; display:none; }
#ccm-supportWrap table.ccm-dataGrid {background:#ddd}
#ccm-supportWrap table.ccm-dataGrid td{ padding:2px; background:#fafafa; }
#ccm-supportWrap table.ccm-dataGrid tr.header td{background:#eee; font-weight:bold}
