.index1 {
	background:url('/i/index1.gif') top left no-repeat #ae2224;
	position:fixed;
	_position:absolute;
	left:50px;
	top:35px;
    z-index:1000;
}

.index {
	position:fixed;
	background:#ae2224;
	color:white;
	left:50px;
	top:35px;
    z-index:1000;
	padding:5px 8px;
	font-family:Arial, sans-serif !important;
	font-size:14px !important;
	font-weight:normal !important;
	line-height:20px;
    border-radius: 5px 5px;
    -ms-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
}

.index2 {
	background:url('/i/index2.gif') top right no-repeat;
}

.index3 {
	background:url('/i/index3.gif') bottom right no-repeat;
}

.index4 {
	background:url('/i/index4.gif') bottom left no-repeat;
	padding:5px 8px;
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height:20px;
}


.index4 a:link, .index4 a:visited,
.index a:link, .index a:visited {
	color:#fff;
	font-family:Arial, sans-serif !important;
	font-size:14px !important;
	font-weight:normal !important;	
}

.index4 a:hover, .index4 a:active,
.index a:hover, .index a:active {
	font-family:Arial, sans-serif !important;
	font-size:14px !important;
	font-weight:normal !important;
	color:#fff;
}

span.inside  {
	color:#0055CC;
	text-decoration:none;
	border-bottom:1px dotted #0055CC;
	line-height:1.4em;
	cursor:pointer;
}

span.inside-selected,
span.noinside {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #fff;
	line-height:1.4em;
	cursor:default;
}	

span.inside-selected {
	font-weight:bold;
}

a:link {color: #0055CC; text-decoration:underline;}
a:hover {color:#CC0000; text-decoration:none;}

a.new:link {color: #C00; text-decoration:underline;}
a.new:visited {color: #C00; text-decoration:underline;}
a.new:hover {color:#C00; text-decoration:none;}
a.new:active {color: #C00; text-decoration:none;}

.full-width {
	width:100%;
}

.r {
	position:relative;
}

.a {
	position:absolute;
}

.nowrap {
	white-space:nowrap;
}
