/*-------------------------------------------------
Title:		"son of featureserv" prototype styles
Author:		jtr
Updated:	February 18, 2008
------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
	}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	}

a:link,
a:visited,
a:hover,
a:active,
#sources .more a:link,
#sources .more a:visited,
#sources .more a:hover,
#sources .more a:active {
	color: #1c4c7d;
	text-decoration: underline;
	line-height: normal;
	}
a:hover,
#sources .more a:hover {
	text-decoration: none;
	}
#sources a:link,
#sources a:visited,
#sources a:hover,
#sources a:active {
	color: #1B2F54;
	text-decoration: none;
	}
#sources a:hover {
	text-decoration: underline;
	}
	

img, a img, fieldset {border: none;}

legend {display: none;}

input {line-height: normal;}

abbr {
	border: none;
	cursor: help;
	}


/* structure
------------------------------------------------- */
#wrap {
	width: 778px;
	margin: 10px auto;
	position: relative;
	}

.onecolumn#wrap {
	background: none;
	}

#header {
	background: #1c4c7d;
	color: #fff;
	padding: 10px 20px 15px 20px;
	border-width: 1px 1px 0;
	border-style: solid solid none;
	border-color: #CCC;
	}

#header h1 {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 6px 0 0 0;
	}
#header p.tagline {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.2;
	}

#header p.welcome {
	color: #fff;
	clear: right;
	float: right;
	margin: 5px 0 0 0;
	font-size: 10px;
	line-height: 1.2;
	text-align: right;
	}
* html #header p.welcome {
	margin-top: -5px;
	}
*:first-child+html #header p.welcome {
	margin-top: -5px !important;
	}

#header form {
	float: right;
	margin: 2px 0 0 0;
	width: 440px;
	text-align: right;
	font-size: 11px;
	}
#header form select,
#header form input {
	font-size: 11px;
	}
#header form select {
	width: 140px;
	}

#nav {
	background: #1b2f54;
	color: #f1f1f1;
	border-bottom: 1px solid #ccc;
	padding: 6px 20px 7px 20px;
	font-size: 11px;
	border-width: 0 1px 0px;
	border-style: none solid solid;
	border-color: #ccc;

	}
#nav * {
	color: #f1f1f1;
}

.navsearch {
	padding-left: 17px !important;
	padding-top: 1px !important;
}

#search {
	background-color: #1B2F54;
    color: #f1f1f1;
    clear: right;
    text-align: left;
    font-size: 14px;
}

#search a {
	font-size: 11px;	
}

#search .submit,
#search .searchtype, 
#search #inputTextField, 
#search select {
	color: #000;
}

#search fieldset label {
    font-weight: bold;
    margin: 0 3px;
}

#search select, #search input {
    font-size: 0.95em;
}


#content {
	float: left;
	width: 420px;
	padding: 0 10px;
	margin-top: 10px;
	
	height: auto !important;
}

#footer {
	background: #F1F1F1;
	color: #000;
	clear: both;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 11px;
	padding: 6px 0;
	}

#footer * {font-size: 10px;}

#footer p {margin: 0 0 5px 0;}

.sources#content {
	width: 758px;
	height: auto !important;
	}

#sources {
	float: left;
	width: 139px;
	padding: 2px 10px 0;
	margin-top: 10px;
	background: #c3d2e5;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	}
* html #sources {
	width: 136px;
	}

#marketing {
	float: right;
	width: 156px;
	padding: 0 10px 3px;
	margin-top: 10px;
	background: url(/tms/images/bg_wrap.png) repeat-y right;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}

* html #marketing {
	/*position: absolute;
	right: -2px;*/
	width: 158px;
	}

/* -------------------------------------------------
                                    end structure */





/* landing page
------------------------------------------------- */
.landing {
	background: none !important;
	}

.landing #header form {
	display: none;
	}

.landing#wrap #content {
	width: 758px;
	}

.landing #content h2 {
	font-size: 17px;
	font-family: Arial, sans-serif;
	margin: 10px 0 15px;
	border-bottom: 1px dotted #999;
	}

.landing #content h3 {
	clear: both;
	font-size: 14px;
	font-family: Arial, sans-serif;
	margin: 1.5em 0 .5em 0;
	}

.landing #content .column ul {
	}

.landing #content .column li {
	line-height: 18px;
	list-style: none;
	margin-bottom: 20px;
	margin-top: 12px;
	}
.landing #content .column li h4 {
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-transform: none;
	
	}

.landing #content .column {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 373px;
	}
.landing #content .column#welcome {
	width: 250px;
	margin-right: 15px;
	padding-right: 18px;
	border-right: 1px dotted #999;
	}
.landing #content .column#account_info {
	width: 220px;
	}


.landing #content .column#domestic {
	clear: both;
	width: 353px;
	margin: 0 20px 20px 0;
	}

.landing #content .column img {
	float: left;
	margin: 3px 6px 6px 0;
	}
.landing #content .column h2 {
	font-size: 14px;
	padding: 0 0 2px 0;
	}



.landing #content .column h4 {
	clear: none;
	font-size: 11px;
	}
.landing #content .column p {
	color: #333;
	font-size: 11px;
	line-height: 1.4;
	}
.landing #content .column#welcome p {
	font-size: 12px;
	line-height: 21px;
	}


.landing #content .column p.more {
	margin: 0;
	text-align: left;
	}

.landing #login {
	float: right;
	margin: 0 0 20px 5px;
	padding: 13px 15px;
	background: #fffcef;
	border: 1px dotted #999;
	width: 200px;
	}

.landing #login h3 {
	font-size: 12px;
	margin: 0 0 5px;
	}

.landing #login dl {
	margin: 4px 0;
	}
.landing #login dd {
	margin: 2px 0 8px 0;
	}
.landing #login dt.checkbox {
	margin: 12px 0 13px 1px;
	}
.landing #login dt.login {
	float: left;
	}
.landing #login dt.login input {
	font-size: 14px;
	padding: 5px;
	margin-top: 2px;
	cursor: pointer;
	}
* html .landing #login dt.login input {
	padding: 5px 2px;
	}
*:first-child+html .landing #login dt.login input {
	padding: 5px 2px;
	}

.landing #login dt.checkbox label,
.landing #login dt.checkbox input {
	cursor: pointer;
	}

.landing #login label,
.landing #login input {
	font-size: 12px;
	}

.landing #login label {
	font-size: 11px;
	}

.landing #login input {
	padding: 2px;
	}

.landing #login p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: right;
	}
	
.landing #login p a {
	line-height: 18px;
	}
/* -------------------------------------------------
                                 end landing page */





/* content
------------------------------------------------- */
#content h2 {
	font-size: 19px;
	margin: 0 0 .5em 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #999;
	}
.results#content h2 {
	margin: 0 0 .1em 0;
	}

#one-shots h3 {
	margin: 0 0 .5em 0;
	text-transform: uppercase;
	}
#content h4 {
	clear: both;
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 5px;
	}
.results#content h4 {
	text-transform: none;
	}

#content p {
	font-size: 12px;
	margin: 0 0 1em 0;
	line-height: 1.4;
	}

#content ul {
	margin: 0 0 1em 0;
	}
#content li {
	font-size: 11px;
	margin: 0 0 .5em 1.5em;
	line-height: 1.3;
	list-style: disc;
	}

#content ol {
	margin: 0 0 1em 0;
	}

#content ol li {
	list-style: decimal;
	}
#content p strong {
	font-weight: bold;
	display: inline;
	}
#content p.emphasized {
	text-trasform: uppercase;
	}
	

#content p.source {
	font-size: 10px;
	margin: -1em 0 1em 0;
	text-align: right;
	}
#content p em.metadata,
#content p.byline {
	color: #666;
	font-size: 10px;
	line-height: 1.2;
	font-style: normal;
	margin: 2px 0 6px 0;
	}
#content p.intro {
	font-size: 11px;
	line-height: 1.3;
	margin: 0 0 2em 0;
	}
#content h3 {
	font-size: 14px;
	margin-bottom: 4px;
	}

#content p {
	word-wrap: break-word;
	}
#content p em {
	line-height: 17px;
	}

.metadata a:link,
.metadata a:visited,
.metadata a:hover,
.metadata a:active {
	color: #666;
	}

#content #actions {
	margin-top: 20px;
	border-top: 1px solid #999;
	border-bottom: 0 none;
	}
#content #actions h3 {
	font-size: 1.15em;
	margin: 30px 0 10px 0;
	text-transform: uppercase;
	margin-top: 2px;
	}

#content div.section-block {
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	}
#content #center:last-child.section-block {
	border-bottom: 0;
	}
#content div#important-messages {
	border-bottom: 0 none;
	padding-bottom: 1px;
	}

#content a.block-final-link {
	padding-left: 6px;
	}

#content img {
	margin-right: 6px;
	margin-bottom: 3px;
	padding: 2px;
	border: 1px solid #1C4C7D;
	float: left;
	}
#content img.align-right {
	float: right;
	}
#content img.icon {
	margin: 0 2px;
	padding: 0;
	border: 0;
	float: none;
	}

.article h3 {
	font-size: 18px;
	margin: 0 0 .15em 0;
	padding: 0 0 4px 0;
	}
#content div.associated {
	float: right;
	width: 142px;
	margin: 0 0 10px 8px;
	padding: 3px;
	border: 1px solid #ccc;
	clear: right;
	}
div.associated#linked h2 {
	font-size: 11px;
	text-transform: uppercase;
	}
#content div.metadata {
	float: right;
	width: 142px;
	margin: 0 0 10px 8px;
	padding: 3px;
	border: 1px solid #ccc;
	}
div.metadata li {
	font-size: 10px;
	line-height: 1.2;
	margin: 0 0 5px 0;
	}
div.metadata li strong,
div.metadata li a {
	font-size: 12px;
	font-variant: small-caps;
	}
div.metadata li:last-child {
	margin: 0 0 2px 0;
	}
#content div.metadata {
	border-bottom: 0 non;
	}
a.email {
	background: url(/tms/images/icons/email.gif) no-repeat 0 1px;
	padding: 0 0 2px 20px;
	}
a.print {
	background: url(/tms/images/icons/printer.gif) no-repeat 0 1px;
	padding: 2px 0 2px 20px;
	}
a.send {
	background: url(/tms/images/icons/arrow_right.gif) no-repeat 0 3px;
	padding: 2px 0 2px 20px;
	}
a.download {
	background:url(/tms/images/icons/disk.gif) no-repeat 0 1px;
	padding: 2px 0 2px 20px;
	}

#prev {
	clear: both;
	border-collapse: collapse;
	margin: 4px 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	}
#prev td {
	font-size: 10px;
	vertical-align: top;
	padding: 3px 4px;
	background: #f1f1f1;
	}
#prev .odd td {
	background: none;
	}
#prev td.date {
	padding-right: 4px;
	}

#prev th {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #e6e6e6;
	color: #333;
	padding: 2px 4px;
	}

#content p.more {
	font-size: 11px;
	text-align: right;
	line-height: 1.3;
	margin: 0 0 30px 0;
	}
.results#content p.more {
	text-align: left;
	line-height: 1;
	margin: 0 0 24px 0;
	padding: 2px 0 0 0;
	border-top: 1px solid #ccc;
	}
/*.results#content p.more a:link,
.results#content p.more a:visited,
.results#content p.more a:hover,
.results#content p.more a:active {
	text-decoration: none;
	}
.results#content p.more a:hover {
	text-decoration: underline;
	}*/

.sidebar#sources p.more {
	text-transform: capitalize;
	margin-bottom: 20px;
	}

#content table {
	border-collapse: collapse;
	}
#content td {
	padding: 0 8px 0 0;
	}
#content td img {
	float: left;
	margin: 0 6px 0 0;
	padding: 2px;
	border: 1px solid #1c4c7d;
	}

#content p.welcome,
#content p.warning,
#content div.notice {
	background: #f5f1ca;
	padding: 4px 10px 4px 10px;
	border-top: 1px solid #F1D796;
	border-bottom: 1px solid #F1D796;
	font-size: 11px;
	}
	
#content div.notice {
	margin-bottom: 10px;
	line-height: 1.4;
	}

/* #content p.warning {
	background: #f5f1ca url(/tms/images/icons/error.png) no-repeat 6px 50%;
	padding: 4px 10px 4px 28px;
	border-top: 1px solid #F1D796;
	border-bottom: 1px solid #F1D796;
	font-size: 11px;
	} */

.results#content p.warning {
	margin-top: 10px;
	}
table#best-bets p {
	float: left;
	}
table#best-bets a {
	display: block;
	}


#content #adv_links {
    border-bottom: thin solid;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 6px;
    width: auto;
    _word-spacing: 7px;
}

#content #adv_links a{
    padding-right: 10px;
    white-space: nowrap;

}
/* -------------------------------------------------
                                      end content */



/* advanced search - criteria
------------------------------------------------- */
#typelist,
#typelist ul li ul,
ul#providerlist li ul {
	display: none;
	}


#typelist ul li,
#typelist ul li ul li,
ul#providerlist li, 
ul#providerlist li ul li {
    list-style: none outside none;
    vertical-align: middle;
}

/* styling for the "+" plus signs in advanced search */
#providerlist a {
    background-color: #FFFFE0;
    border: 1px dotted #333333;
    color: #333333;
    padding: 0 2px;
    text-decoration: none;
}



#advanced-search fieldset {
    font-size: 0.9em;
    margin: 15px 0;
    padding: 10px 0;
    line-height: 1.4em;
}

	#advanced-search fieldset table {
	    margin: 0;
	    padding: 0;
	}

	#advanced-search fieldset legend {
	    border-top: 1px dotted #999999;
	    font-size: 1.1em;
	    font-weight: bold;
	    padding: 4px 0 0;
	    width: 100%;
	    display: block;
	}
	
#advanced-search label, 
#advanced-search input {
    vertical-align: middle; 
}

/* -------------------------------------------------
                   end advanced search - criteria */
                   
.results p.modify a:link, 
.results p.modify a:visited, 
.results p.modify a:hover, 
.results p.modify a:active {
    border-bottom: 1px dotted #CC0000;
    color: #CC0000;
    text-decoration: none;
}                 
                   
/* int'l
------------------------------------------------- */
.intl#wrap #content p.byline {
	color: #333;
	font-size: 11px;
	line-height: 1.2;
	font-style: normal;
	}
/* -------------------------------------------------
                                        end int'l */





/* "leigh"
------------------------------------------------- */
.sectionfront {
	border-bottom: 1px solid #999;
	margin: 0 0 10px 0;
	}

.sectionfront table {
	clear: both;
	border-collapse: collapse;
	margin: 5px 0;
	}
.sectionfront td {
	padding: 0 5px 5px 0;
	vertical-align: top;
	}
.sectionfront img {
	float: left;
	margin: 0 4px 4px 0;
	border: 1px solid #1c4c7d;
	padding: 1px;
	}

#content .sectionfront h3 {
	font-size: 14px;
	margin: 0 0 4px 0;
	}
#content .sectionfront p {
	font-size: 11px;
	}

#content .sectionfront td p {
	font-size: 11px;
	line-height: 1.2;
	}
/* -------------------------------------------------
                                        end "leigh" */





/* search results
------------------------------------------------- */
.results#content form label,
.results#content form input,
.results#content form select {
	font-size: 11px;
	}
.results#content form select {
	width: 140px;
	}
.results#content form .label {
	display: block;
	margin: 0 0 2px 0;
	}

#content p.results-count,
#content p.nav {
	font-size: 11px;
	margin: 0 0 4px 0;
	}
#content p.nav {
	margin: 0 0 1.5em 0;
	padding: 4px 0 5px 0;
	line-height: 1;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#content p.results-count strong {
	color: #669966;
	font-size: 10px;
	text-transform: uppercase;
	}

.results form {
	margin: 12px 0 4px 0;
	padding: 10px;
	background: #f1f1f1;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#all {
/*lfk	margin-top: 50px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 0 -8px;
	padding: 6px 6px 0 6px;*/
	}

#content #all p.warning {
	background: #f4d0d1/*#f1c1c3*/ no-repeat 6px 50%;
	border-top: 1px solid #fc979b;
	border-bottom: 1px solid #fc979b;
	}

#all h4 a {
	background: url(http://dr.tmsblender.com/tms/images/icons/page_red.gif) no-repeat 100% 0;
	padding: 0 22px 3px 0;
	line-height: 1.3;
	}
* html #all h4 a {
	display: inline;
	display: inline-block;
	}
*:first-child+html #all h4 a {
	display: inline;
	display: inline-block;
	}

/* -------------------------------------------------
                               end search results */





/* sidebar
------------------------------------------------- */
.sidebar h2 {
	font-size: 12px;
	margin: 4px 0 .5em 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #999;
	}
#marketing.sidebar h2 {
	text-transform: uppercase;
	}
#sources.sidebar ul h3 {
	margin: 1em 0 .5em .5em;
	font-size: 11px;
	}
.sidebar h4 {
	font-size: 11px;
	margin: 0 0 .25em 0;
	}

#sources h4,
#sources.sidebar ul h3 {
	color: #1B2F54;
	font-style: italic;
	}

.sidebar p {
	font-size: 11px;
	line-height: 1.1;
	margin: 0 0 1em 0;
	}

.sidebar ul {
	margin: 0 0 1em 0;
	}
#sources.sidebar ul ul {
	margin-left: 1em;
	}

.sidebar li {
	font-size: 11px;
	line-height: 1.1;
	margin: 0 0 4px 0;
	list-style-position: outside;
	}
.sidebar li em {
	color: #cc0000;
	font-style: normal;
	}
/*.sidebar li a {
	display: block;
	width: 190px;
	}*/

.sidebar li .new {
	background: url(/tms/images/icons/refresh.png) no-repeat 100% 1px;
	padding: 1px 18px 3px 0;
	/*padding: 0 0 0 14px;
	width: 176px;*/
	}

.sidebar li em.new {
	background: none;
	color: #669966;
	font-size: 10px;
	line-height: 1.2;
	padding: 0;
	}


p.note {
	color: #666;
	font-size: 11px;
	font-style: italic;
	line-height: 1.2;
	margin: 20px 0;
	}

p.note em.new {
	background: none;
	color: #669966;
	font-size: 10px;
	font-style: normal;
	padding: 0;
	}

.note img {vertical-align: middle;}

/* -------------------------------------------------
                                      end sidebar */





/* marketing
------------------------------------------------- */
.marketing {
	border-bottom: 2px solid #ebebeb;
	margin: 0 0 10px;
	padding: 0;
	}
.marketing h2 {
	color: #FFF;
	font-size: 11px;
	margin: 0 -10px 4px;
	background: #1C4C7D;
	padding: 3px 10px;
	}
.marketing h4 {color: #000;}
.marketing p {
	color: #000;
	line-height: 1.2;
	}
.marketing img {
	display: block;
	margin: 0 0 2px 2px;
	float: right;
	}
.marketing .more {
	text-align: right;
	line-height: 1.3;
	}

.marketing cite {
	display: block;
	text-align: right;
	margin-top: 6px;
	}

/* -------------------------------------------------
                                    end marketing */





/* sources
------------------------------------------------- */
.sources#content table {
	border-collapse: collapse;
	width: 100%;
	}

.sources#content th,
.sources#content td {
	text-align: left;
	font-size: 11px;
	padding: 1px 3px 1px 3px;
	}
.sources#content th.email,
.sources#content th.rss,
.sources#content td.email,
.sources#content td.rss {
	background: none;
	text-align: center;
	}

.sources#content .odd td {
	background: #f1f1f1;
	}
.sources#content th {
	border-bottom: 1px solid #999;
	padding-top: 12px;
	}

.sources#content th.source,
.sources#content th.email,
.sources#content th.rss {
	border: none;
	padding: 2px;
	text-transform: uppercase;
	}

.sources#content .submit td {
	padding: 20px 0;
	}
.sources#content .submit td input {
	font-weight: bold;
	}
.sources#content td img {
	float: none;
	border: none;
	margin: 3px;
	padding: 0;
	}
/* -------------------------------------------------
                                      end sources */





/* update account
------------------------------------------------- */
.update dt {
	float: left;
	font-size: 12px;
	text-align: right;
	width: 90px;
	clear: left;
	padding-right: 5px;
	}
#changepassword.update dt {
	width: 120px;
	}
#changeemail.update dt {
	width: 140px;
	}

.update dd {
	margin: 0 0 6px 96px;
	}

.update .submit a:link,
.update .submit a:visited,
.update .submit a:hover,
.update .submit a:active {	
	font-size: 11px;
	}

.update label,
.update input {
	vertical-align: middle;
	}


/* -------------------------------------------------
                               end update account */













