body	
{
  background-color: gray;
  padding: 25px;
  margin: 0;
}

#brickup-container
{
    background: #fff url(logo.gif) no-repeat top left;
	text-align:left;
	margin: 0px 0px 15px 0px;
    padding: 90px 0px 0px 0px;
	width: 100%; /*This appears to be fixing the bug where the floating elements disappear.*/
	border: 1px solid black;
	float: left;
font-family:verdana;
font-size:80%
}

li a.selected
{
}


q 
{
  font-style: italic;
}

/* links----------------------------------*/

#brickup-menu a{
color:#3399FF;
font-weight:bold;
text-decoration:none;
}

a{
color:#3399FF;
font-weight:bold;
}

a:hover{
font-weight:bold;
color:#0066FF;
}

a:visited{
color:#336699;
font-weight:normal;
}

a:active{
}

a.external 
{
    background: url(external.gif) center right no-repeat;
    padding-right: 13px;
}

#brickup-tools
{
	/*border: 1px dotted red;*/
}

#brickup-tools ul, #brickup-tools li
{
  display: inline;
  margin-left: 0;
  padding-left: 0;
}

#brickup-menu 
{
	float: left;
	margin: 0px;
	border-right: 1px dotted black;
	padding-right: 1em;
	margin-right: 1em;
    margin-bottom: 2em;
}
li {
padding:2px;
}


#brickup-menu ul
{
	list-style: none;
	padding: 0;
	padding-left: 1.5em;
	margin: 0;
}

#brickup-breadcrumb 
{
  margin:0;
  padding:0;
}

#brickup-breadcrumb ul
{
  display:inline;
  margin:0;
  padding:0;
}

#brickup-breadcrumb ul li
{
  display:inline;
  margin:0;
  padding:0;
}


#brickup-document 
{
	color: #666;
	float: left;
	width: 75%;
	margin-top: 3em;
	margin-bottom: 2em;
}

#brickup-login, #brickup-logout
{
  float:right;
  margin:0px;
  padding:0px;
  margin-right: 2em;
  margin-bottom: 2em;
  display:inline;
}


#brickup-footer 
{
  margin-top: 3em;
  clear:both;
  font-size: 75%;
  border-top: 1px solid black;
  padding: 0.5em;
  padding-left: 1.5em;
}

#brickup-footer ul
{
  display: inline;
  margin-left: 0;
  padding-left: 0;
}

#brickup-footer ul li
{
  display: inline;
  border-left: 1px dotted gray;
  margin-left: 0;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

#brickup-footer ul li.first
{
  border-left: none;
}

#brickup-skiptocontent
{
  position: absolute;
  left: -1000px;
  width: 900px;
}

em.error
{
	color: #f00;
}


/******/
#manual-welcome-shot, 
	#manual-scan-finished-shot
{
	float:right;
	margin-left: 2em;
	margin-bottom: 2em;
}


#manual-scan-finished-headline,
	#manual-updating-headline
{
	clear:both;
	/*border: 3px solid black;*/
}

blockquote
{
    background: url(quote.gif) 0px 10px no-repeat;
	font-style: italic;
    padding-left: 35px;
	padding-top: 0.1em;
}

#virusdefinitiontable tr td
{
	padding-right: 2em;
}


#choose-network-popup,
	#never-dial-a-connection
{
	float:right;
	margin-left: 2em;
	margin-bottom: 2em;
}


/******/

#lifestealing-rogue,
	#ardent-custodian-lifestealing,
	#black-menace-lifestealing,
	#crusader-rogue,
	#ardent-custodian-crusader
{
	float:right;
	margin-left: 2em;
	margin-bottom: 2em;
}

#auto-attack-test
{
	clear:both;
	/*border: 3px solid black;*/
}

/*******/

#googlead
{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#brickup-comments
{
	clear:both;
}

.comment
{
	background-color: #eee;
	margin-bottom: 1em;
}

.comment-headline
{
	background-color: #ddd;
	overflow: hidden;
	padding: 0.25em;
}

.comment-headline h3 
{
	float: left;
	margin-top:0;
}

.thumbs-updown 
{
	float: right;
}

.thumbs-updown img
{
	border:0;
}

.belowthold h3
{
	color: #bbb;
}

.belowthold a
{
	color: #bbb;
}

.comment p
{
	padding:0.25em;
}


pre code span.keyword
{
	color: #00f;
}

pre.code
{
	font-size:120%;
}


.rightcolumn
{
	width: 25%;
	border-left: 1px dotted gray;
	float:right;
	padding-left: 1.5em;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 2em;
	padding-top: 0px;
}

img
{
	border: none;
}

code
{
	font-size:120%;
}

.comment-poll label:hover
{
	cursor: pointer;
}

.comment-poll, .comment-poll form, .comment-poll div
{
	display: inline;
}