/*

----- Calm Database screen stylesheet -----
----- Fuse Digital 2007 -----

----- enjoy. -----

----- Colours -----

	Main grey: #141f19
	Main red: #700000
	Main gold: #ceb643

----- Site Dimensions -----

	Width: 820px

*/

* {
	margin: 0; /* global reset of margin and padding */
	padding: 0;
	outline: none; /* prevent FF from drawing an outline around active links */
}

/* ----- tags ----- */
body {
	background: #83998e url(../images/main_bg.jpg) 0 0 repeat-x;
	text-align: center; /* centre in IE */
	font: small Arial, Helvetica, sans-serif;
	color: #333;
}
ul {
	list-style: none; /* no bullets on lists by default */
}
a img {
	border: none;
}

/* ----- universal styles ----- */
.hide {
	display: none;
}
input.button {
	width: auto;
}

/* ----- containers ----- */
#wrapper {
	width: 100%;
	min-height: 500px;
	background: url(../images/bg_pattern.jpg) 50% 0 no-repeat;
}
#frame {
	width: 820px;
	margin: 0 auto;
}
#content {
	float: left;
	width: 740px;
	padding: 35px 30px;
	border: 10px solid #141f19;
	background: #fff;
	text-align: left;
}

/* ------ header ------ */
#header {
	width: 820px;
	height: 144px;
	position: relative;
}
h1 {
	width: 122px;
	height: 114px;
	position: absolute;
	top: 22px;
	left: 13px;
}
h1 a {
	display: block;
	width: 122px;
	height: 114px;
	text-indent: -1000em;
	background: url(../images/calm_logo.gif) 0 0 no-repeat;
}
h1 a:hover {
	background-position: 0 -200px;
}
#header p {
	width: 237px;
	height: 43px;
	position: absolute;
	top: 101px;
	right: 0;
}
#header p a {
	display: block;
	width: 237px;
	height: 43px;
	text-indent: -1000em;
	background: url(../images/calmzone_link.gif) 0 0 no-repeat;
}
#header p a:hover {
	background-position: 0 -200px;
}
#header ul {
	position: absolute;
	left: 146px;
	bottom: 0;
}
#header ul li {
	float: left;
	margin-right: 14px;
}
#header ul li a {
	display: block;
	color: #ceb643;
	background-color: #141f19;
	height: 13px;
	padding: 10px 14px 7px 14px;
	text-indent: -1000em;
	background-repeat: no-repeat;
	background-position: 50% 10px;
}
#header ul li a:hover {
	background-position: 50% -190px;
}
#nav1 a {
	background-image: url(../images/nav_1.gif);
	width: 64px;
}
#nav2 a {
	background-image: url(../images/nav_2.gif);
	width: 75px;
}
#search-results #nav1 a, #contact #nav2 a{
	background-position: 50% -190px;
}

/* ------ footer ------ */
#footer {
	width: 820px;
	color: #fff;
	font-weight: bold;
	font-size: 0.85em;
	text-align: left;
}
#footer p {
	float: left;
	background: #141f19;
	margin: 0 0 20px 13px;
	padding: 4px 70px 9px 15px;
}
#footer ul {
	float: right;
	margin: 0 22px 20px 0;
}
#footer ul li {
	float: left;
	margin-left: 14px;
}
#footer ul li a {
	display: block;
	background: #141f19;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px 9px 10px;
}
#footer ul li a:hover {
	color: #ceb643;
}

/* ------ heading & text styles ------ */
h2 {
	margin-bottom: 20px;
}
h2.alt {
	margin-bottom: 5px;
}
h3 {
	color: #700000;
	font-size: 2em;
	margin-bottom: 20px;
}
#content p, #content ul, #content ol {
	font-size: 0.85em;
	margin-bottom: 10px;
}
#content ol {
	list-style-position: inside;
}
#content ol li {
	margin-bottom: 10px;
}
#content p a {
	color: #700000;
	font-weight: bold;
	text-decoration: none;
}
#content p a:hover {
	color: #ceb643;
}
p.opt {
	margin-top: 20px;
}
p.opt2 {
	float: left;
	margin-top: 20px;
}
p.opt3 {
	float: right;
	margin-top: 20px;
}

/* ------ login table ------ */
.login {
	width: 100%;
	font-size: 0.85em;
	margin: 10px 0 20px 0;
}
.login th {
	width: 200px;
}
.login th, .login td {
	padding-bottom: 10px;
}
.login input, .login select {
	width: 220px;
}
.login input.button {
	width: auto;
}

/* ------ results table ------ */
#pagination {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #700000;
	margin: 10px 0 0 0;
}
.browse {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	color: #700000;
	margin: 10px 0 0 0;
	font-size: 0.85em;
}
.browse li {
	float: left;
	margin-left: 6px;
}
.browse li a {
	color: #700000;
	text-decoration: none;
}
.browse li a:hover {
	color: #ceb643;
}
.browse li a.current {
	text-decoration: underline;
}
.results {
	clear: both;
	width: 100%;
	font-size: 0.85em;
	margin: 0;
	border-top: 1px solid #1f1f1f;
	border-bottom: 1px solid #1f1f1f;
}

.results tr.national
{
    background-color:#e0e3e2;
}

.results td {
	padding: 10px 0;
	border-bottom: 1px dotted #1f1f1f;
}

.results td.name
{
    padding: 10px 10px;
}

.results td.more
{
    width:90px;
}
.results a {
	color: #700000;
}
.results a:hover {
	color: #ceb643;
}

/* ------ details table ------ */
.details {
	width: 100%;
	font-size: 0.85em;
	margin: 0;
	border-top: 1px solid #1f1f1f;
	border-bottom: 1px solid #1f1f1f;
}
.details th.alt, .details td.alt {
	padding-top: 10px;
}
.details th {
	width: 160px;
	vertical-align: top;
}
.details th, .details td {
	padding-bottom: 10px;
}
.details a {
	color: #700000;
	font-weight: bold;
	text-decoration: none;
}
.details a:hover {
	color: #ceb643;
}

#nationalkey 
{
    background-color:#e0e3e2;
    padding: 0px 6px;
}

#ErrorMessage p
{
    margin-top: 14px;
    font-weight: bold;
}
