
/* -------------------------------------------------------------------------------- */
/* general, global style rules - applied to all pages */


form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;	
}

a img {
	border: 0px;
	border-style: none;
}

a {
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #3A3A3A;
	margin-bottom: 2em;
	line-height: 1.3em;
}

td#welcome h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.0em;
	font-weight: normal;
}

td#welcome h2 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.0em;
	font-weight: normal;
}

td#welcome h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
}

h5 {
	font-size: 0.8em;
}

ul {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #3A3A3A;
	list-style-image: url("bullet.gif");
	margin-left: 30px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 2em;
	line-height: 1.3em;
}

ol {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #3A3A3A;
	margin-left: 30px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 2em;
	line-height: 1.3em;
}

ul li ul {
	font-size:1em;
	margin-bottom: 1em;
}
ul li ol {
	font-size:1em;
	margin-bottom: 1em;
}
ol li ul {
	font-size:1em;
	margin-bottom: 1em;
}
ol li ol {
	font-size:1em;
	margin-bottom: 1em;
}

li {
	margin-bottom: 10px;
}

p.list {
	margin-bottom: 1em;
}

ul.par, ol.par {
	margin-top: 0px;
}

p.byline {
	text-align: right;
	font-style: normal;
}

/* style for the SM (Service Mark) character, &#x2120; */
span.smark {
	font-family: "Lucida Sans Unicode";
	font-size:1.4em;
	line-height: 0;
}

/* -------------------------------------------------------------------------------- */
/* rules for top toolbar */

table#toolbar td {
	vertical-align: bottom;
	white-space: nowrap;
}

form#quicksearch {
	display: inline;
}

input#keywords {
	width: 105px;
	height: 18px;
	margin-bottom: 20px;
}

input#submit {
	font-size: 0.6em;
	color: #FFFFFF;
	margin-bottom: 23px;
	margin-left: 5px;
	padding: 1px;
	background-color: #6488AE;
	border-style: none;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* -------------------------------------------------------------------------------- */
/* global layout rules */

td {
	vertical-align: top;
}

td#left {
	width: 1%;
}

td#menu {
	width: 1%;
}

td#main {
	width: 65%;
	background-image: url("main_bg.gif");
	background-repeat: repeat-x;	
}
body.content td#main {
	/* this one applies only to content-level pages - those pages have body tag with class="content" */
	width: 80%;
	background-image: url("main_bg.gif");
	background-repeat: repeat-x;	
}
td#welcome {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

/* added by m.f.*/
td#pagetools {
	padding-left:28px;
}
td#welcome p {
	color: #FFFFFF;
	margin-top: 4px;
}
td#content {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
body.content td#content {
	/* this one applies only to content-level pages - those pages have body tag with class="content" */
	padding-top: 0px;
	padding-right: 0px;
}

td#content h3 {
	background-color: #E8E8E8;
}
span.nobg {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:17px;
	background-color: #FFFFFF;	
	padding-right: 10px;
}
#new{
  font-weight: bold; 
  font-size:12px;
  font-family:verdana,arial,helvetica,sans-serif;
}
#new1{
  font-weight: bold; 
  font-size:11px;
  font-family:verdana,arial,helvetica,sans-serif;
}
#new2{
  font-size:11px;
  font-family:verdana,arial,helvetica,sans-serif;
}
td#topfeature {
	width: 1%;
}
td#topfeature div#manage {
	background-color: #222222;
	background-image: url("topfeature_bg.gif");
	background-repeat: repeat-y;	
	padding-bottom: 1px;
}
td#topfeature div#manage p {
	color: #FFFFFF;
	font-size: 0.7em;
	
}
td#topfeature div#manage strong {
	font-size: 1.2em;
}

td#right {
	width: 4%;
	background-image: url("right_bg.gif");
	background-repeat: repeat-x;
}

/* -------------------------------------------------------------------------------- */
/* rules for footer */

table#footer {
	border-top: 1px solid #E5E5E5;
	margin: 30px 0px 0px 30px;
}

table#footer p {
	color: #999999;
	margin-top: 20px;
}

table#footer td {
	padding-top: 0px;
	padding-bottom: 30px;
}

table#footer a {
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
table#footer a:visited {
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
table#footer a:hover {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------- */
/* rules for sidebars */

table.sidebar {
	margin-top: 17px;
}

table.sidebar p {
	margin: 10px 10px 15px 10px;
	font-size: 0.7em;
}
table.sidebar h2 {
	margin: 10px 10px 15px 10px;
}
table.sidebar ul {
	font-size: 0.7em;
}
table.sidebar h5 {
	margin-top: 0;
}
td.sidebar-banner {
	padding-bottom: 2px;	
}

td.sidebar-bg {
	background-image: url("sidebar_greybox_bg.gif");
	background-repeat: repeat-y;
	padding: 0px 7px 0px 7px;
}

td.sidebar-readmore {
	vertical-align: bottom;
}

/* -------------------------------------------------------------------------------- */

/* Added by MD 09/26/2005, as per iStudio instructions */

/* style rules for form elements */

td#content form table td {
	vertical-align: middle;
}

td#content form table p {
	margin: 0px;
}

td#content div.shaded {
	border: 1px solid #BEBEBE;
	background-color: #F0F0F0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

td#content label {
	font-weight: bold;
}




.small {
	width: 70px;
}
.medium {
	width: 150px;
}
.large {
	width: 300px;
}

td#content input.button {
	border: 0px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
}

/* -------------------------------------------------------------------------------- */

/* New style for radio buttons as suggested by iStudio 09/29/2005 */
td#content input.noborder {
	border: none;
}
/* -------------------------------------------------------------------------------- */
/* cbh add 2.6.07 for collapse/expand styling */
.expand {
/*
background:url(../img/plus.gif) no-repeat left bottom;
margin-left:10px;
*/
    background: 0 -3px url(plus.gif) no-repeat;
    margin: 0 0 0 0;
    padding-left: 20px;
}
.collapse {
    background: 0 -3px url(minus.gif) no-repeat;
    margin: 0 0 0 0;
    padding-left: 20px;
}
/* -------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------- */
/* isaac added the below 9/13/07 for email titles */
h3#emailtitle {background-color:#e8e8e8;}
/* -------------------------------------------------------------------------------- */

/* added by TD 2/8/08 */
img.inline {
	display:block;
	float:left;
	margin-top:0.3em;
	margin-right:1em;
	margin-bottom:0.7em;
}
