/*yui reset*/
body,div,dl,dt,dd,pre,form,fieldset,input,textarea,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*yui reset ends*/

img { -ms-interpolation-mode:bicubic; }
a img {
	border:0;
}

dl {margin-top:-0.5em;}
dt {
	font-weight:bold;
	margin:0.5em 0 0;
	}
dd {margin:0 0 0 2em;}
dd p {margin:0 0 0.5em;}

code,
kbd,
pre {font-family:Monaco,Courier,"Courier New",Tahoma;}

/* add some basics back in */
b, strong {font-weight:bold;}
i, em {font-style:italic;}


 /* Easy Clearing */

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.clearfix { zoom: 1; } /* proprietary IE-only property that doesn't require a filter and works in both IE6 and 7 */

.left_float, .float_left {
	float:left; 
}
.right_float, .float_right {
	float:right;
}

/* basic styles */
.center {
	text-align:center;
}
.bold {font-weight:bold;}
.strikeOut {text-decoration:line-through;}

.left {
	text-align:left;
}
.right {
	text-align:right;
}
.noborder {border: none;}

.statusCode
{   Color: #9B0000;
	Font-Family: Arial, Sans-Serif;
	Font-Size: 11px;
	font-weight: bold;
}
