/*----------------------------------------------------------------------------- 
Atlas D2D Screen Stylesheet

version:   1.0
date:      07/12/07
author:    Lucid Creation Studio
website:   http://www.lucidcreationstudio.com

/* Remove padding and margin */
#header * {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
    font: 62.5%/1.5 Arial, Helvetica, sans-serif;
    background: #c7c7c7 url(/images/bg-gradient-new.jpg) repeat-x;
    color: #000000;    
    text-align: center;
}

#wrapper {
	width:752px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: #FFFFFF url(../images/bg-sides.jpg) repeat-y;
	margin-top: 5px;
}

#header {
	background: url(../images/bg-top.gif) no-repeat;
	padding-top: 10px;
}

#header-top {
	background: url(../images/bg-header-top-new.jpg) no-repeat;
	width: 737px;
	margin-right: auto;
	margin-left: auto;
	height: 51px;
}

#header-top form {
	width: 195px;
	margin-left: 510px;
	margin-top: 5px;
}

#header-top select {
	border: 1px solid #999999;
}

#header-flash {
	background: url(../images/bg-header-flash-new.jpg) no-repeat;
	width: 737px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	width: 737px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	height: 32px;
}
#language {
	margin-top: 7px;
	height: 25px;
	width: 70px;
	display: block;
	float: right;
}
#content {
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content p {
	font-size: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#content td {
    font-size: 1.2em;    
}
#content .txtRed {
	color: #FF0000;
}
#quick_search_header, #detail_search_header, #output_select_header, #result_string {
	font-size: 1.3em;
}
#detail_search_item {
	font-size: 0.9em;
}
#footer {
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
	border-top: #b52231 6px solid;
	font-size: 1.1em;
	color: #3c4b6e;
}
#home #content {
	width: 600px;
}
#home #content p {
	margin-bottom: 0.8em;
}
#search-results #scrollableResults {
	height: 400px;
	width: 738px;
	overflow: auto;
}
