/* coremetrics plugin admin css */

#icon-coremetrics {
background:url("../images/diagram_32.png") no-repeat scroll transparent;
}

.error_input {
    border-color: #ff0000 !important;
}

p.previewCode {
    font-family: courier;
    padding: 5px;
    border: 2px solid #D1D1D1;
    background: #fff;
    display: block;
    width: 66%;
}

.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
        z-index: 10000;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

/* from 1.1 */

.customEventTable {
    width: 98%; 
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.customEventTable td {
    border-top: 1px solid #ccc; 
    padding: 2px 0px 2px 0px;
}

td.cm_delete {
    width: 15%;
}

td.cm_edit {
    width: 10%;
}

th {text-align: left;}

span#add_field {
    background: url("../images/plus_16.png") no-repeat scroll transparent;
    height: 16px;
    min-width: 16px;
    margin-right: 10px;
    display: inline-block;
    text-indent: -10000px;
}

span#remove_field {
    background: url("../images/block_16.png") no-repeat scroll transparent;
    height: 16px;
    min-width: 16px;
    margin-right: 10px;
    display: inline-block;
    text-indent: -10000px;
    text-decoration: none;
}

form#cm_addEvent_ID label {
    font-weight: bold;
    width: 200px;
    display: block;
    float: left;
}

table#singleEvent th label {
    display: block;
    float: left;
}

/* I don't know why you're looking at this file. It won't tell you anything you probably don't already know... but hello anyway. */