﻿/* common.css for pmt2007 client web site */

/* Content in columns with CSS instead of tables [[Template:Columns]] */
/*div.columns-2 div.column {
    float: left;
    width: 50%;
    min-width: 300px;
}

div.columns-3 div.column {
    float: left;
    width: 33.3%;
    min-width: 200px;
}

div.columns-4 div.column {
    float: left;
    width: 25%;
    min-width: 150px;
}

div.columns-5 div.column {
    float: left;
    width: 20%;
    min-width: 120px;
}*/
/* @media screen, projection { */
	#column-content {
		width: 100%;
		float: right;
		margin: 0 0 .6em -12.2em;
		padding-top: 0px;
	}
	#content {
		margin: 2.8em 0 0 12.2em;
		padding: 0 1em 1.5em 1em;
		position: relative;
		z-index: 2;
	}
	#column-one {
		padding-top: 60px;
	}
/* } */

#globalWrapper {
	font-size: 127%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.visualClear {
	clear: both;
}
#content {
	background: transparent;
	color: black;
	border: 0px solid #aaa;
	border-right: none;
	line-height: 1.5em;
}

#Search {
	background-color: transparent;
	color: black;
	border: 0px solid #aaa;
	border-right: none;
	line-height: 1.5em;
}

#ProcessBar {
	background-color: transparent;
	color: black;
	border: 10px solid #aaa;
	border-right: none;
	line-height: 1.5em;
}
#SingleNumberSearch {
	background-color: transparent;
	color: black;
	border: 0px solid #aaa;
	border-right: none;
	line-height: 1.5em;
}

#results {
  margin: 1em 1em 1em 0;
  background: transparent;/*#f9f9f9;*/
  /*border: 2px #aaa solid;*/
  border-collapse: collapse;
}


body {
	font: x-small sans-serif;
	background:  url(images/mapbackground.jpg) 0% 0% no-repeat;
	color: black;
	margin: 0;
	padding: 0;
}

/* general styles */

table {
	font-size: 100%;
	color: black;
	background-color: transparent;
}
a {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
a:visited {
	color: #5a3696;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
}
a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
	color: #a55858;
}
img {
	border: none;
	vertical-align: middle;
}
/* @media screen, projection { */
	p {
		margin: .4em 0 .5em 0;
		line-height: 1.5em;
	}
/* } */
p img {
	margin: 0;
}

hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
h1 { font-size: 188%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }

.editsection {
	float: right;
	margin-left: 5px;
}

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

fieldset {
	border: 1px solid #2f6fab;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}
legend {
	padding: .5em;
	font-size: 95%;
}
form {
	border: none;
	margin: 0;
}

textarea {
	width: 100%;
	padding: .1em;
}


#contentSub, #contentSub2 {
	font-size: 84%;
	line-height: 1.2em;
	margin: 0 0 1.4em 1em;
	color: #7d7d7d;
	width: auto;
}
span.subpages {
	display: block;
}

 Some space under the headers in the content area 
#bodyContent h1, #bodyContent h2 {
	margin-bottom: .6em;
}
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
	margin-bottom: .3em;
}
.firstHeading {
	margin-bottom: .1em;
}

/* user notification thing */
.usermessage {
	background-color: #ffce7b;
	border: 1px solid #ffa500;
	color: black;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: .5em 1em;
	vertical-align: middle;
}

/*
** Structural Elements
*/

/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
	border: none;
	margin: 0 0 .5em;
	padding: 0;
	float: none;
	width: 11.6em;
	overflow: hidden;
}
.portlet h4 {
	font-size: 95%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h5 {
	background: transparent;
	padding: 0 1em 0 .5em;
	display: inline;
	height: 1em;
	text-transform: lowercase;
	font-size: 91%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h6 {
	background: #ffae2e;
	border: 1px solid #2f6fab;
	border-style: solid solid none solid;
	padding: 0 1em 0 1em;
	text-transform: lowercase;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}
.pBody {
	font-size: 95%;
	background-color: white;
	color: black;
	border-collapse: collapse;
	border: 1px solid #aaa;
	padding: 0 .8em .3em .5em;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
	margin: 0;
	padding: 0;
}
.portlet ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url(bullet.gif);
	font-size: 95%;
}
.portlet li {
	padding: 0;
	margin: 0;
}

/*
** Logo properties
*/

/* @media screen, projection { */
	#p-logo {
		top: 0;
		left: 0;
		position: absolute; /*needed to use z-index */
		z-index: 3;
		height: 50px;
		width: 12em;
		overflow: visible;
	}
	#p-logo h5 {
		display: none;
	}
	#p-logo a,
	#p-logo a:hover {
		display: block;
		height: 50px;
		width: 12.2em;
		background-repeat: no-repeat;
		/*background-position: 35% 50% !important;*/
		text-decoration: none;
	}
/* } */
/*
** the navigation portlet
*/

/* @media screen, projection { */
	#p-navigation {
		position: relative;
		z-index: 3;
	}
	#p-navigation a {
		display: block;
	}
	#p-navigation li.active a, #p-navigation li.active a:hover {
		display: inline;
	}
/* } */

#p-navigation .pBody {
	padding-right: 0;
}

#p-navigation li.active a, #p-navigation li.active a:hover {
	text-decoration: none;
	font-weight: bold;
}

/*
** the search portlet
*/

/* @media screen, projection { */
	#p-search {
		position: relative;
		z-index: 3;
	}
	#p-search a {
		display: block;
	}
	#p-search li.active a, #p-search li.active a:hover {
		display: inline;
	}
/* } */

#p-search .pBody {
	padding-right: 0;
}

#p-search li.active a, #p-search li.active a:hover {
	text-decoration: none;
	font-weight: bold;
}


table.offering {
  margin: 1em 1em 1em 0;
  background: transparent; /*#f9f9f9;*/
  border: 1px #aaa solid;
  border-collapse: collapse;
}


table.offering th,table.offering td {
  border: 1px #aaa solid;
  padding: 0.2em;
}



table.offering th {
  background: #f2f2f2;
  text-align: center;
}

table.offering thead {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}



table.search {
  margin: 1em 1em 1em 0;
  background: transparent;
  border: 0px #aaa solid;
  border-collapse: collapse;
}
td.search
{
	text-align: left;
}

table.record {
  margin: 1em 1em 1em 0;
  background: transparent; /*#f9f9f9;*/
  /*border: 0px #aaa solid;*/
  border-collapse: collapse;
  width: 100%;
}

table.record thead {
  margin: 1em 1em 1em 0;
  background: transparent; /*#f9f9f9;*/
  border-top: 1px #aaa solid;
  border-collapse: collapse;
  font-weight: normal;
}
table.record td {
  margin: 1em 1em 1em 0;
  background: transparent; /*#f9f9f9;*/
  vertical-align: top;
 /* border: 2px #aaa solid;*/
  border-collapse: collapse;
  font-weight: normal;
}

table.record td.recordheadleft 
{
	width: 120px;
}
table.record td.enterednumber 
{
	width: 120px;
	font-weight: bold;
}
table.record td.recordtitle 
{
	width: 455px;
	font-weight: bold;
}
table.record td.datasource 
{
	visibility:hidden;
	width: 45px;
}
table.record td.numberparse 
{
	width: 500px;
	font-style:italic;
	font-weight:lighter;
}

