/*-------------------------------------------------
Title:		featureserv registration wizard styles
Author:		jtr
Updated:	April 18 2007
------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
	}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	}

a:link,
a:visited,
a:hover,
a:active {
	color: #1c4c7d;
	text-decoration: underline;
	line-height: normal;
	}
a:hover {
	text-decoration: none;
	}

img, a img, fieldset {border: none;}

legend {display: none;}

input {line-height: normal;}

abbr {
	border: none;
	cursor: help;
	}


/* structure
------------------------------------------------- */
#wrap {
/*	background: url(/tms/images/bg_wrap.png) repeat-y -1px 0;*/
	width: 78em;
	margin: 1em auto;
	position: relative;
	}

#header {
	background: #1c4c7d;
	color: #fff;
	padding: 1em 1.5em;
	}

#content {
	clear: left;
	border: 1px solid #ccc;
	border-top: none;
	padding: 1.5em;
	}


/* -------------------------------------------------
                                    end structure */





/* header
------------------------------------------------- */
#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	color: #fff;
	}
/* -------------------------------------------------
                                       end header */





/* navigation
------------------------------------------------- */
#nav {
	float: left;
	background: #1b2f54;
	color: #999;
	width: 77em;
	padding: 0 0 0 1em;
	}

#nav li {
	float: left;
	font-size: 1.1em;
	}
#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
	float: left;
	display: block;
	padding: .5em .9em .55em .9em;
	color: #ccc;
	text-decoration: none;
	}
#nav .active a:link,
#nav .active a:visited,
#nav .active a:hover,
#nav .active a:active,
#nav a:hover {
	background: #fff;
	color: #000;
	}
/* -------------------------------------------------
                                   end navigation */





/* buttons
------------------------------------------------- */
.buttons {
	float: left;
	width: 100%;
	margin: 0 0 .8em 0;
	}

.buttons li {
	float: left;
	}

.buttons li a:link,
.buttons li a:visited,
.buttons li a:hover,
.buttons li a:active {
	float: left;
	display: block;
	background: #f4f4f4;
	color: #1b2f54;
	border: 1px solid #ccc;
	margin: 0 6px 0 0;
	padding: .3em .5em;
	text-decoration: none;
	}

.buttons li a:hover {
	background: #1b2f54;
	color: #fff;
	margin: 0 6px 0 0;
	}
/* -------------------------------------------------
                                      end buttons */





/* tables
------------------------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	}

td, th {
	line-height: 1;
	padding: 0;
	text-align: left;
	}

th {
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px 4px;
	}

td {
	font-size: 1.1em;
	padding: 4px 4px 5px 4px;
	}

.odd td {
	background: #f4f4f4;
	}

table.users {
	margin: 0 0 .5em 0;
	width: 50%;
	}

table.users td:last-child {
	text-align: right;
	}

td.action {
	width: 20px;
	text-align: center;
	}

td input {
	margin: 2px 0;
	}

table.subscriptions th {
	padding-top: 10px;
	}
table.subscriptions td.email {
	width: 20px;
	text-align: center;
	}

td.primary,
td.primary a:link,
td.primary a:visited,
td.primary a:hover,
td.primary a:active {
	color: #008000;
	}

td.primary strong {
	color: #333;
	font-weight: normal;
	}

td.suspended {
	color: #cc0000;
	}

td.notes {
	color: #666;
	font-style: italic;
	}

tr.trash * {
	color: #999;
	}

tr.trash *:hover {
	color: #000;
	cursor: help;
	}

#content p.notes {
	font-size: 1.1em;
	font-style: italic;
	text-align: right;
	}

p.notes em.primary {
	color: #008000;
	}
/* -------------------------------------------------
                                       end tables */





/* typography
------------------------------------------------- */
#header h1 {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2;
	}
#header p.tagline {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 1;
	}

#content h2 {
	font-size: 1.8em;
	margin: 0 0 .5em 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	}

#content h3 {
	font-size: 1.4em;
	margin: 0 0 .5em 0;
	}

#content h2 span {
	text-transform: none;
	font-weight: normal;
	}

#content p {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0 0 1em 0;
	}

#content p.warning {
	background: #f5f1ca url(/tms/images/icons/error.png) no-repeat 24px 50%;
	margin: 1em 0;
	padding: 4px 10px 4px 48px;
	border-top: 1px solid #F1D796;
	border-bottom: 1px solid #F1D796;
	font-size: 11px;
	}

#content form {
	clear: both;
	margin: 0 0 2em 0;
	}

#content form input {
	font-size: 1.2em;
	}

#content form fieldset {
	background: #f4f4f4;
	margin: 0 0 1em 0;
	padding: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#content form.export fieldset {
	background: none;
	margin: 2em 0 0 0;
	padding: 0;
	border: none;
	}

#content dl#optional {
	clear: left;
	margin: 3em 0 0 0;
	}

#content dt {
	float: left;
	clear: left;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
	text-align: right;
	width: 15em;
	margin: 0 6px .75em 0;
	}

#content dt.show {
	font-weight: normal;
	}

#content dt:last-child,
#content dd:last-child {
	margin-bottom: 0;
	}

#content dt label {
	vertical-align: middle;
	}

#content dd {
	font-size: 1.1em;
	line-height: 1.2;
	margin: 0 0 .75em 15.5em;
	}

.error {
	color: #cc0000;
	}

dd em.note {
	color: #cc0000;
	padding-left: 6px;
	}	
		
#content dd input {
	font-size: 1em;
	vertical-align: middle;
	width: 15em;
	}

#content dd.submit {
	margin-top: 3em;
	}

#content dd.radio input,
#content dd.checkbox input,
#content dd.submit input {
	width: auto;
	}
#content dd.submit input {
	margin-right: 10px;
	}

#content dd.publishing_responsibility {
	padding: 1.25em 0;
	}
#content dd.publishing_responsibility label {
	margin-right: 1.5em;
	font-size: 1.1em;
	}

#content dd select {
	font-size: 1em;
	vertical-align: middle;
	width: 15.35em;
	margin: 0 0 .65em 0;
	}

#content dd p.note {
	float: right;
	color: #666;
	font-size: 1em;
	font-style: italic;
	line-height: 1.4;
	width: 31.5em;
	padding: 0 2em 0 0;
	}

#content p.required {
	float: right;
	color: #333;
	font-size: 1.1em;
	font-style: italic;
	}

#content dd.checkbox table {
	/*table-layout: fixed;*/
	border: 0 none;
	}

.required strong {
	color: #cc0000;
	font-size: 95%;
	font-weight: normal;
	}

div.check-all {
	margin: 0 0 10px 5px;
	padding: 13px 20px;
	background: #fffcef;
	border: 1px dotted #999;
	float: left;
	width: 350px;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	}
div.check-all input {
	margin-right: 2px;
	}
div#content-list {
	clear: left;
	margin-bottom: 15px;
	margin-left: 5%;
	}
div#content-list:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
	}
* html div#content-list {
	display: inline;
	display: inline-block;
	height: 1%;
	}
*:first-child+html {
	height: 1%;
	}
div#content-list ol {
	float: left;
	width: 45%;
	}
div#content-list ol li {
	margin: 10px 0;
	}


div.registration-scrolling {
	margin: 25px 0 20px;
	width: 375px;
	height: 150px;
	overflow: auto;
	text-align: left;
	border: 1px solid #999;
	background: #FFF;
	padding: 8px;
	clear: left;
	}
div.registration-scrolling h5 {
	margin: 10px 0 4px;
	font-size: 1.2em;
	}
div.registration-scrolling h4 {
	margin: 10px 0 15px;
	font-size: 1.4em;
	}
div.registration-scrolling li {
	font-size: 1.2em;
	margin-left: 20px;
	list-style: square outside;
	padding-bottom: 8px;
	}
	
#content p.important-login-link {
	margin: 20px 0;
	}
#content p.important-login-link a {
	font-weight: bold;
	}
	
#content p.last-paragraph {
	margin: 0;
	}
/* -------------------------------------------------
                                   end typography */





/* search
------------------------------------------------- */
.search legend {
	display: inline;
	background: #fff;
	border: 1px solid #ccc;
	padding: .1em .6em .2em .6em;
	}

#content form.search fieldset {
	position: relative;
	margin: 1.5em 0 1em 0;
	}

#content p.query {
	color: #000;
	}

#content p.query span {
	font-size: 90%;
	color: #333;
	}
	
#content p.query strong {
	font-size: 95%;
	color: #008000;
	}

#content p.results {
	font-size: 1em;
	line-height: 1.3;
	margin: -.25em 0 1.25em 0;
	}
/* -------------------------------------------------
                                       end search */








