/* first, some rules for the main content area, not strictly to do with the right colum, but necessary to make page play nice */
	#content { 
		margin-right: 195px !important; 
		padding-bottom: 20px; 
	}



/* Rightcol rules */	
#rightcol, #logrightcol {
	position: absolute;
	right: 5px;
	top: 24px;
	width: 200px;
	background: #4040B3 url("../images/BotL-corn-rcol.gif") bottom left no-repeat; 
	margin: 0.5em 0 1em 0.5em;
	z-index: 100;
	color: #fff;
	padding-top: 0;
	padding-bottom: 19px;
	vertical-align: top;
	font-size: 0.9em;
}

#consul-login {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 400;
	width: 180px;
}
#consul-login p {
	margin: -5px 1em 0;
}

#coltop, #logcoltop {
	background: #4040B3 url("../images/TopL-corn-rcol.gif") top left no-repeat;
	margin: 0 0 19px 0;
	padding-top: 19px;
}

#rightcol h2, #logrightcol h2 {
	margin: 0 0 0.2em;
	padding: 0 0.5em 0.3em;
	background-color: #7a7aca;
	color: #fff;
	font-size: 1.15em;
	border-top: 3px solid #b3b3E1;
	border-bottom: none;
}

#rightcol>h2, #logrightcol>h2 { margin-top: 15px;}

#rightcol a { color: #b3b3e1; }
#rightcol a:hover {	color: #c3F;}

#rightcol p, #logrightcol p {
	margin: 0.5em;
}

/* rightcol login table rules */
#logrightcol {
	background: #009 url("../images/150bot-009.gif") bottom center no-repeat;
	margin-bottom: 0;
	color: #fff;
}
#logcoltop {
	background: transparent url("../images/150top-009.gif") top center no-repeat;
}
#logrightcol h2 {
	color: #779AFF;
	border-color: #779AFF;
}
	
	
#logrightcol {
	list-style-type: square;
	font-weight: bold;
}
#logrightcol ul {
	margin-left: 0;
}
#content #logrightcol li {
	padding: 0.5em 0 0;
	line-height: 1em;
}
#content #logrightcol li a {
	text-decoration: none;
}

