/*
---------------------------------------------------------

	ICONs
	
---------------------------------------------------------
*/

.icon-info {
    background: url("../images/ET004-info.png") no-repeat 0 0 ;
    display: inline-block;
    height: 18px;
    position: relative;
    text-indent: -9999px;
    width: 18px;
    float: none;
    margin-top: 2px;
}




/*
---------------------------------------------------------

	TYPOGRAPHY
	
---------------------------------------------------------
*/

h1 {
	float: left;
	position: relative;
}




/*
---------------------------------------------------------

	TAB STRUCTURE
	
---------------------------------------------------------
*/

ul#new-tabs {
	 margin: 0 0 -21px -20px;
	 float: none;
}

	ul#new-tabs li:first-child {
		border-left: none;
	}

.alert-mod {
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    font-size: 12px;
    margin-bottom: 18px;
    padding: 20px;
    width: 417px;
    min-height: 200px;
}




/*
---------------------------------------------------------

	CUSTOM STRUCTURE
	
---------------------------------------------------------
*/

.last {
	margin-bottom: 0px;
}

.utility-elements h2 {
	font-size: 13px;
}


.utility-elements #report-type {
	padding-top: 8px;
}

.content-row {
    margin-bottom: 18px;
}

label {
	vertical-align: middle;
}

input {
	vertical-align: middle;
}

input#syslog {
    margin-left: 34px;
    width: 230px;
}

input#port {
	margin-left: 89px;
	width: 70px;
}

input#prefix {
	margin-left: 25px;
	width: 180px;
}

input#syslog,
input#port,
input#prefix {
    padding: 0 10px;
}

input.text-field {
    border: 1px solid #DEDEDE;
    font-size: 12px;
    height: 31px;
    text-align: left;
}

.alert-check-boxes ul li {
	display: inline-block;
	float: left;
	width: 100px;
	position: relative;
	padding-bottom: 20px;
}

.outside-grey-frame {
	margin-top: 20px;
}

	.text-link-bar a {
		color: #878D91;
		font-size: 11px;
	}
	
		.text-link-bar a:hover {
			text-decoration: none;
		}
	
	.text-link-bar .directions a {
	    text-decoration: none;
	    font-size: 12px;
	}
	
		.text-link-bar .directions a:hover span {
		    background-position: 0 -18px;
		    color: #324350;
		}
		
		.text-link-bar .directions a:hover {
		    color: #324350;
		}
	
	.text-link-bar ul {
		border-left: 1px solid #878D91;
		border-right: 1px solid #878D91;
		margin: 0 16px;
		padding: 0 7px;
		height: 12px;
	}
	
		.text-link-bar ul li {
			display: block;
			float: left;
			margin: 0 5px;
			padding: 0 5px;
		}







