/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

/* SEE LAYOUT FOR PAGE HEADING TAGES */

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: disc;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

/* =Special styles
--------------------------------------------------------------------------------*/
span.designation { 
	background: url(/common_2010/img/icons/grey-star.png) no-repeat -3px 50%;
	padding-left:12px;
	color:#AAA;
	text-transform:uppercase; 
}

/*old browser message */
.browserMsg {position:relative;border:2px solid #ddd;padding:.8em .8em .8em 4em}
.browserMsg span.msgHide {position:absolute;top:10px;right:5px;cursor:pointer;margin:0 5px 0 20px; border-bottom:1px dotted #FFD324}
.browserMsg {background:#FEEFDA;color:#514721;background-image:url('http://www.ie6nomore.com/files/theme/ie6nomore-warning.jpg');background-position:10px 0;background-repeat:no-repeat;border-color:#D99D83}
.browserMsg a {color:#514721;border-bottom:1px dotted #C06649;text-decoration:none}
.browserMsg a:hover {border-bottom:1px solid #C06649}
.browserMsg h2 { padding: 0 0 0 27px; margin:10px 0 0 5px;}
.browserMsg p { padding: 0 0 0 25px; margin:2px 0 10px 7px; }