#ct_alert_cont {
	position: relative;
}

#codetracker_alert {
	background: url(images/site/codetracker_redarrow.png) no-repeat 0 0 transparent;
	width: 270px;
	height: 110px;
	border: none;
	text-align: center;
	z-index: 99;
	padding-top: 5px;
	left: -75px;
	position: absolute;
}

#codetracker_alert2 {
	background: url(images/site/codetracker_redarrow2.png) no-repeat 0 0 transparent;
	width: 270px;
	height: 110px;
	border: none;
	text-align: center;
	z-index: 99;
	padding-top: 5px;
	left: -75px;
	position: absolute;
}

#codetracker_alert3 {
	background: url(images/site/codetracker_redarrow3.png) no-repeat 0 0 transparent;
	width: 270px;
	height: 110px;
	border: none;
	text-align: center;
	z-index: 99;
	padding-top: 5px;
	left: -75px;
	position: absolute;
}

#codetracker_alert h2 {
	font-weight: 700;
	color: white;
	text-align: center;
    text-shadow: 1px 1px 3px #454545;
    padding: 2px;
    margin: 0;
}

#codetracker_alert2 h2 {
	font-weight: 700;
	color: white;
	text-align: center;
    text-shadow: 1px 1px 3px #454545;
    padding: 2px;
    margin: 0;
}

#codetracker_alert3 h2 {
	font-weight: 700;
	color: white;
	text-align: center;
    text-shadow: 1px 1px 3px #454545;
    padding: 2px 2px 2px 108px;
    margin: 0;
}

#codetracker_alert p {
	line-height: 1;
	padding: 2px;
	text-transform: uppercase;
	color: white;
    text-shadow: 1px 1px 3px #454545;
    font-weight: 700 bold;
    margin: 0;
}

#codetracker_alert2 p {
	line-height: 1;
	padding: 2px;
	text-transform: uppercase;
	color: white;
    text-shadow: 1px 1px 3px #454545;
    font-weight: 700 bold;
    margin: 0;
}

#codetracker_alert3 p {
	line-height: 1;
	padding: 2px 2px 2px 108px;
	text-transform: uppercase;
	color: white;
    text-shadow: 1px 1px 3px #454545;
    font-weight: 700 bold;
    margin: 0px;
}

#codetracker_alert p.cz {
	font-size: .692em;
	font-weight: 700;
}

#codetracker_alert2 p.cz {
	font-size: .692em;
	font-weight: 700;
}

#codetracker_alert3 p.cz {
	font-size: .692em;
	font-weight: 700;
}

p.codetracker {
	font-weight: 700 bold;
	text-align: right;
	font-style: italic;
	font-family: serif;
	margin: 0;
	font-size: 1.250em;
}

h1.codetracker {
	font-size: 3em;
	text-align: right;
	margin: 0;
	border-bottom: 1px dashed #d9d9d9;
}

.codetracker_comment_icon {
	background: url(images/site/codetracker_comment_small.png) no-repeat 0 0;
	width: 20px;
	height: 18px;
	margin: 0;
	position: absolute;
	display: inline-block;	
}

.codetracker_comment {
	background: url(images/site/codetracker_comment_box_bg.png) repeat-x 0 0 #f5f5f5;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
    margin:1.5em 0;
	
	/*Rounded Corners*/
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.2);
	
}

.codetracker_comment_heading  {
	background: url(images/site/codetracker_analysis.png) no-repeat 0 0 transparent;
	min-height: 30px;
	margin: 5px 0;
}

.codetracker_comment p {
	font-size: .923em;
	border-left: 2px solid #708090;
	padding-left: 10px;
	margin-left: 16px;	
}

.codetracker_separator {
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    margin:1.5em 0 -1em 0;
}

#codetracker-table {
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	margin: 10px 0 20px 0;
}

#codetracker-table th {
	font-weight: bold;
	color: #4b4f54;
	padding: 10px 8px;
	border-bottom: 1px solid #4b4f54;
	border-right: none !important;
}

#codetracker-table tr.section {
	font-weight: bold;
	border-top: 3px solid #4b4f54;
	background: silver;
	border-right: none !important;
}

#codetracker-table td {
	border-bottom: 1px solid #ccc;
	border-right: none !important;
	border-left: none !important;
	color: #4b4f54;
	font-weight: normal;
	padding: 5px 2px;
}

#codetracker-table td.dashed {
	border-bottom: 1px dashed #ccc;
	border-right: none !important;
	border-left: none !important;
	color: #4b4f54;
	font-weight: normal;
	padding: 5px 2px;
}

#codetracker-table td.old {
	background: white;
	font-weight: bold;
	color: #714c03;
	text-transform: uppercase;	
}

#codetracker-table td.new {
	background: #e6f3fd;
	color: #1f6cba;
	font-weight: bold;
	text-transform: uppercase;
}

#codetracker-table tbody tr:hover td {
	color: #7b242f;
}