/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

h1, h2, h3, h4, h5, h6 {color:#e69d0e;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;	
}

h2 {
	margin: 1.2em 0em;
	font-size: 1.6em;	
	font-weight: normal;
}
h3
{
    margin: 1.2em 0em;
    font-size: 1.4em;
    font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;	
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;	
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;	
	font-weight: bold;
}

img {border: 0;}

ol, ul, li {
    margin:0.2em 0 0.1em 0;
	line-height: 1.8em;
	font-size: 1.0em;		
}
p
{
    margin: 0.8em 0em;
    line-height: 1.3em;
    font-size: 1.0em;
}

li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

a {
	text-decoration: underline;
	font-weight: bold;
	color:#573323;
}

a:link {}

a:visited {}

a:active {}

a:hover {
	text-decoration:underline;	
	color:#496A8B;
}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
body
{
    text-align: center;
    background-color: #DBE0E3;
    font-family: Tahoma, Palatino, serif;
    font-size: 80%;
    background-image: url(Images/bg_tile.gif);
    padding-right: 450px;
    padding-left: 450px;
    padding-bottom: 0px;
    padding-top: 0px;
}
#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}
#sizer {
	margin: 0 auto;
	width: 60%;
	max-width: 150px;
	padding: 10px 0;
	text-align:left;	
}
#expander {
	position: relative;
	min-width: 900px; /* Critical Safari fix! */
	margin: 0 -450px;	
	background: #FFFFFF;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	background-image:url(Images/content_border.gif);
	background-repeat:repeat-y;
} 



/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#sidebar {
	display: inline; /* IEwin doubled margin bug fix */			
	float: right;
	width: 270px;
	margin-left:-3px; /*IE Win 3px gap fix*/
}

html>body #sidebar {margin-left:0;}

#content {
	padding:0;	
	height:1%;
	margin:0;
}
html>body #content {
	height:auto;
	margin-right:270px;
}
#header
{
 /*   background-color: #a2a1a1; */
    background-image: none;
}
#headertop {	
	position:relative;
	top:0;
	left:0;
	bottom:0;
/*	height:59px; */
	padding-top:2px;
    background-image: url(../../Images/bg.gif);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-color: #ccd4df;
}
#ownername
{
    padding: 5px 20px;
    margin-left: 10px;
    height: 49px;
    letter-spacing: 0.2em;
    color: #573323;
    background-color: #ffcc33;
}
#ownername strong {
	margin-left:-2px;
	font-size:140%;
	font-weight:bold;
	letter-spacing:normal;
}
#ownerinfo
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 46px; /*	background-image:url(Images/topheader_deco_img.jpg); */
    background-repeat: no-repeat;
 /*  background-color: #ccd4df; */
    background-position: 2px 2px;
    background-repeat: no-repeat;
}
#ownerinfo address
{
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
    height: 40px;
    width: 270px;
    color: #003366; /*	background-color:#573323; */
    font-style: normal;
    text-align: center;
    background-image: url(Images/headertop_img_ds.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
    font-style: normal;
    font-family: Tahoma;
    font-variant: small-caps;
}
#topad
{
    /*   background-color: #ccd4df; */
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 5px;
}


#mainmenu {
/*	margin-left:10px; */
	background-color:#a2a1a1;	
}



#mainmenu, #mainmenu tr {height:24px;}

* html #mainmenu {margin-top:-1px;}

#mainmenu a {text-decoration:none;}

/* Adds a height to a button so that IE Win will allow it to be clickable across its full width. */
/* Hide from IE5-Mac \*/
* html #mainmenu a {height: 1%;}
/* end hiding */ 

#mainmenu .normallink {
	padding:0 10px;
	font-weight:bold;
	color:#F0E6D5;
}
#mainmenu .selectedlink {
	padding:0 10px;
	background-color:#573323;/*#F0E6D5;*/
	color:#BC8F5F;	
}
#contentwrapper {
	background-image:url(Images/sidebar_bg.gif);
	background-repeat:repeat-y;
	background-position:top right;	
}

/* Hides from IE5-mac \*/ 
     * html #contentwrapper{height:1%;}
/* End hide from IE-mac */ 

#quote {
	height:100px;
	padding:10px 10px 10px 20px;
	overflow:hidden;
	font-weight:normal;
	font-size:140%;
	line-height:150%;
	letter-spacing:0.05em;
	color:#F0E6D5;
	background-color:#496A8B;
}

#sidebarcontent {margin:0 10px 1em;}

#sidebarcontent h3
{
    padding: 0.3em 1.5em;
    margin: 10px 0 0;
    line-height: 130%;
    background-color: #e69d0e;
    color: #003366;
    font-size: 110%;
    font-weight:bold;
}

#sidebarcontent .sbcontentcontainer2
{
    border: 1px solid #A48D7C;
    color: #573323;
    background-color: #FFFFFF;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 80%;
}



#sidebarcontent .sbcontentcontainer
{
    color: #573323;
    background-color: #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 80%;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
    border-right: #e69d0e 1px solid;
    border-top: #e69d0e 1px solid;
    border-left: #e69d0e 1px solid;
    border-bottom: #e69d0e 1px solid;
    background-image: url(Images/bg.gif);
    background-repeat: repeat-x;
}

#sidebarcontent .ad1
{

    padding-bottom: 0.3em;
    padding-top: 0.3em;
    margin-top: 3px;
    margin-bottom: 3px;
}

#sidebarcontent .ad2
{

    padding-bottom: 0em;
    padding-top: 0em;
    margin-top: 6px;
    margin-bottom: 3px;
    border-right: #e69d0e 1px solid;
    border-top: #e69d0e 1px solid;
    border-left: #e69d0e 1px solid;
    border-bottom: #e69d0e 1px solid;
    background-image: url(Images/bg.gif);
    background-repeat: repeat-x;
}

#sidebarcontent .sbcontentcontainer p
{
    margin: 0px 0px 1.2em;
    line-height: 1.8em;
}

#sidebarcontent .sbcontentcontainer ol {padding-left:20px;}

#sidebarcontent .sbcontentcontainer ul
{
    list-style-type: square;
    list-style-position: outside;
    margin-left: 5px;
}

#headerimgwrapper
{
    padding-right: 10px;
 /*   margin-right: -8px; 
    background-image: url(Images/header_img_border.gif);*/
    background-repeat: no-repeat;
    background-position: 100% 2px;
    background-color: #496A8B;
 	height:50px;
   
     /*	background-color: #ccd4df; 
	background-image: url(Images/bg.gif); 
    background-repeat: repeat-x;*/
}
#headerimg {
/*	background-image: url(Images/header_img2.jpg);	
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:10px 2px; */
}
#themepicker {
	float:right;
	display:inline;/* IEwin doubled margin bug fix */
	padding: 5px 10px 10px 10px;
	color:#573323;
	font-size:smaller;	
}
#copy
{
    margin-left: 10px;
    color: #333333;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3em;
    padding-top: 2em;
    background-color: white;
}
	
#copy td, #copy th
{
    padding-bottom: 0.2em;
    padding-top: 0.2em;
}

.frontlist
{
    list-style-position: outside;
    margin-left: 15px; 
    list-style-type: circle;
}
    
#copy td {font-family:Tahoma, Arial, Helvetica, sans-serif;}
    
    
#copy img {
	padding:2px;
	border:0px;
}
#copy fieldset {	
	padding:1em;
	border:1px dotted #000000;
	margin-bottom:1em;
}
#copy .txtBox {
	border:1px solid #666666;
	margin-left: 1em;
	background-color:#D7E0EA;	
}
#copy .txtBox:focus {
	border:1px solid #573323;
	background-color:#FFFFFF;	
}
#copy .button {
	border:1px solid #666666;
	background-color:#D7E0EA;	
	color:#333333;	
}
#copy legend {
	padding:0.5em;
	background-color:#FFFFFF;
}
#copy caption {
	text-align:left; 
	font-weight:bold;
}

div#contactForm {margin-left:4em;}

/* Hides from IE5-mac \*/ 
     * html div#contactForm{height:1%;}
/* End hide from IE-mac */ 

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 0.5em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 0.5em 0.25em 0;
}
#footer {
	clear:both;	
	position:relative;
	bottom:0;
	left:0;
	right:0;
	height:50px;	
	border-top:2px solid #496A8B;
	margin-left:10px;	
	padding-left:10px;
	padding-top:2px;
	margin-bottom:0;
	background-color:#a2a1a1;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#F0E6D5;		
	font-size:smaller;
	letter-spacing:0.25em;
}
#sidebarfooter {
	position:absolute;
	top:0;
	right:0;
	width:270px;
	height:52px;
	background-color:#BC8F5F;
}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:10pt;
		line-height:12pt;		
		background:#FFFFFF !important;
	}
	#sizer {
		margin:0; 
		width:auto !important;
	}
	#expander {
		position:static;
		margin:0 !important;
	}	
	#headertop, #ownerinfo {
		position:static; 
		height:auto;
	}	
	#ownerinfo address {
		position:static; 
		height:auto !important; 
		margin-bottom:2em;
	}	
	#header {
		border-bottom:1px solid #000000; 
		margin-bottom:2em;
	}	
	#wrapper, #header, #headertop, #ownername, #ownerinfo, #ownerinfo address, #mainmenu, #maimenu .selectedlink, #contentwrapper, #quote, #copy .txtBox, #copy .button, #copy legend, #footer, #sidebarfooter {
		background:none !important;
	}
	h1, h2, h3, h4, h5, h6, #ownername, #mainmenu {
		font-family:Georgia, Palatino, serif;
		font-weight: bold;
	}	
    #sidebar, #themepicker, #headerimgwrapper, #sidebarfooter {
		display:none !important;
	} 
    #copy {
		margin:0;
		padding:0;
	}

	#copy fieldset{border:none;}

	#copy legend{color:#496A8B;}

	#footer {
		position:static;
		margin-top:2em;
		font-size:1em;
	}

	#content{width:100%;}

	html>body #content{
		width:85%;
		margin-left:2em;
	}
}

/* Transfered from old css */
.standard_bold {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: right;
}

.paddeddiv
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 5px;
    padding-top: 5px;
}

.standard_normal
{
    font-family: tahoma, verdana, arial;
    font-size: 12px;
    color: #414141;
    text-align: right;
  
}

.standard
{
    font-family: tahoma, verdana, arial;
    font-size: 14px;
}


.padding_5
{
    padding-left: 5px;
}

.padded
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.padded_3
{
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.graycell {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	background-color: #f2f2f2;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: normal;
}
.standard_bold_top_leftalign {
	font-family: tahoma, verdana, arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	padding-right:5px;
	background-color: #f2f2f2;
border-bottom-color:#dcdcdc; 
border-bottom-width:1px; 
border-bottom-style:solid; 
background-image:none;

}
.beige_title
{
    font-family: tahoma, verdana, arial;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 5px;
    border-bottom: #a9a9a9 2px solid;
   
}

.small_title
{
    font-family: tahoma, verdana, arial;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: #a9a9a9 2px solid;
}



.standard_bold_top_leftalign_nowidth {
	font-family: tahoma, verdana, arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	background-color: #f2f2f2;

}
.shadedbodyborder
{
    border: 1px solid;
    border-color: #dcdcdc;
    background-color: #f2f2f2;
    margin: 10px 5px;
}


.bodyborder
{
    border: 1px solid;
    border-color: #dcdcdc;
    background-color: #ffffff;
    margin: 10px 5px;
}
.tabcontainerdiv
{
    margin: 10px 5px;
}

.greytitle
{
background-color: #f2f2f2; 
border-bottom-color:#dcdcdc; 
border-bottom-width:1px; 
border-bottom-style:solid; 

}

.bodyborder_nowidth {
	border: 1px solid;
	border-color: #dcdcdc;
	background-color: #ffffff;
	clear:left;

}
.usertitle
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffcc66;
    background-image: none;
}

TD.title
{
    font-weight: bold;
    font-size: 18px;
    color: black;
    font-family: Tahoma;
}

.usertitle_inside
{
    font-family: Tahoma, Verdana, Arial;
    background-color: #ffcc66;
}
.userbody 
{
    font-family: Tahoma, Verdana, Arial;
    font-weight:  bold;
    font-size: 13px;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.usercomments_bodyborder
{
    border: 1px solid;
    border-color: #ffcc66;
    background-color: #ffffff;
    margin: 5px;
}
.commentbox
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    font-weight: normal;
    border-top-style: none;
    font-family: Tahoma;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.standard_form_input_reg {
	background-color: #ececec;
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	border: 1px solid;
	border-color: #dcdcdc;
	font-weight: normal;
	color: #000000;
	
}


.reg_link
{
    text-decoration: none;
     padding: 0 2px 0 2px;  
    }




/* Rating */
.ratingStar_large
{
    font-size: 0pt;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar_large
{
    background-image: url(Images/FilledStar_large.png);
}

.emptyRatingStar_large
{
    background-image: url(Images/EmptyStar_large.png);
}

.savedRatingStar_large
{
    background-image: url(Images/SavedStar_large.png);
}

.ratingStar_small
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;

}

.filledRatingStar_small
{
    background-image: url(Images/FilledStar.png);
}

.emptyRatingStar_small
{
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar_small  
{
    background-image: url(Images/SavedStar.png);
}

.dynamicPopulate_Updating
{
    background-image: url(../../Images/loading.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding: 2px;
    margin: 5px;
    width: 250px;
    height: 30px;
    vertical-align: middle;
}


/* transfer from spl.css */


h1.Warning {
    margin-top: 0pt;
    margin-bottom: 4pt;
	text-align: center;
	text-indent: 1em;
}
	
h1.Highlights {	
	display: inline;
	text-align: center;
	margin-bottom: 0ex;
	margin-top: -1.5ex;			
	background-color: white;
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
	height: 100%;
	white-space:nowrap;
	text-indent: 0em;
	margin-left: 4em;
	margin-right: 4em;		
}

h1.toc {	
	text-indent: 0em;
	margin-top: 0ex;
	margin-bottom: 0ex;
	text-align: left;
    padding-left:.25in;
	padding-right: .25in;
/* commented out by Brian Suggs. the FDA has requested that we see the title as is instead of transforming it */
/* this is going back in for the PLR per FDA request on 05/03/2006 */
	text-transform: uppercase;
}

h2.toc {	
	/*padding-left: 1em;*/
	margin-top: 0ex;
	font-weight: normal;
	margin-bottom: 0ex;
	text-align: left;
    padding-left:.40in;
	padding-right: .40in;
}

h3.toc {	
/*	padding-left: 2em;*/
	font-size: 100%;
	font-weight: normal;
	margin-top: 0ex;
	margin-bottom: 0ex;
	text-align: left;
    padding-left:.55in;
	padding-right: .55in;
}

h4.toc {	
	padding-left: 3em;
	margin-top: 0ex;
	margin-bottom: 0ex;
	text-align: left;
	font-style: italic;
    padding-left:.70in;
	padding-right: .70in;
}

span.SectionNumber {
	position: absolute;
	left: 10pt;
	top: auto;
}

div.DotleaderTop {
	text-align: center;
	height: 2ex;
	border-bottom: 1px solid;
}

div.DotleaderBot {
	height: 1ex;
}

.titleCase {
	text-transform: capitalize;
}

.lowerCase {
	text-transform: lowercase;
}

.Italics {	
	font-style: italic;
}
.Bold {	
	font-weight: bold;
    font-style: normal;
}
.Underline {
 	text-decoration: underline;
    font-style: normal;
}
.Italics .Bold {	
	font-weight: bold;
    font-style: italic;
}
.Bold .Italics {	
	font-weight: bold;
    font-style: italic;
}
.Italics .Underline {	
	text-decoration: underline;
    font-style: italic;
}
.Underline .Italics {	
	text-decoration: underline;
    font-style: italic;
}
.Italics .Bold .Underline {	
	text-decoration: underline;
        font-style: italic;
	font-weight: bold;
}
.Italics .Underline .Bold {	
	text-decoration: underline;
        font-style: italic;
	font-weight: bold;
}
.Bold .Italics .Underline {	
	text-decoration: underline;
        font-style: italic;
	font-weight: bold;
}
.Bold .Underline .Italics {	
	text-decoration: underline;
        font-style: italic;
	font-weight: bold;
}
.Underline .Bold .Italics {	
	text-decoration: underline;
        font-style: italic;
	font-weight: bold;
}
.Underline .Italics .Bold {	
	text-decoration: underline;
        font-style: italic;
	font-weight: bold;
}

.BoldItalics {	
	font-weight: bold;
	font-style: italic;
}
.BoldItalicsUnderline {	
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.ItalicsUnderline {	
	font-style: italic;
	text-decoration: underline;
}
.BoldUnderline {	
	font-weight: bold;
	text-decoration: underline;
}
.Insert {
	color: green;
    border-bottom: 3px double;
}
.Delete {
       text-decoration: line-through;
}
.InsertItalics {	
	color: green;
    border-bottom: 3px double;
	font-style: italic;
}
.BoldInsert {	
	color: green;
    border-bottom: 3px double;
	font-weight: bold;
}
.BoldInsertItalics {	
	color: green;
    border-bottom: 3px double;
	font-weight: bold;
	font-style: italic;
}
.BoldInsertItalicsUnderline {	
	color: green;
    border-bottom: 3px double;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.InsertItalicsUnderline {	
	color: green;
    border-bottom: 3px double;
	font-style: italic;
	text-decoration: underline;
}
.BoldInsertUnderline {	
	color: green;
    border-bottom: 3px double;
	font-weight: bold;
	text-decoration: underline;
}
.InsertUnderline {
	color: green;
    border-bottom: 3px double;
	text-decoration: underline;
}
.DeleteItalics {	
	color: red;
    text-decoration: line-through;
	font-style: italic;
}
.BoldDelete {	
	color: red;
    text-decoration: line-through;
	font-weight: bold;
}
.BoldDeleteItalics {	
	color: red;
    text-decoration: line-through;
	font-weight: bold;
	font-style: italic;
}
.BoldDeleteItalicsUnderline {	
	color: red;
    text-decoration: line-through;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.DeleteItalicsUnderline {	
	color: red;
    text-decoration: line-through;
	font-style: italic;
	text-decoration: underline;
}
.BoldDeleteUnderline {	
	color: red;
    text-decoration: line-through;
	font-weight: bold;
	text-decoration: underline;
}
.DeleteUnderline {
	color: red;
    text-decoration: line-through;
	text-decoration: underline;
}



/* use <span class="sub"> to avoid ugly uneven line spacing in IE */
.Sub { 
	font-size: 80%;
	position: relative;
	bottom: -3px;
}
.Sup {
	font-size: 80%;
	position: relative;
	top: -5px;
}

table	{
	
/*
font-size: 80%;
	white-space: wrap;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;

	margin-top: 3ex;
	margin-bottom: 3ex;
	border-collapse: collapse;
	border-color: black;
	border-width: thin;*/
}

table caption {	
	margin-top: 10px; /* Gecko needs this, IE doesn't add any extra */
	text-align: center;
	font-weight: bold;
	font-size: 110%
}

				
th, td { 
/*
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
*/
	border-collapse: collapse;
	border-color: #d3d3d3;
	border-width: thin;
	/*padding-top: 1px;
	padding-bottom: 1px;
*/
}

td.Warning {
	border: 1px solid black; 
	margin-top: 2ex;
	margin-bottom: 2.2ex;
	padding-left: 2em; 
	padding-right: 2em;
	padding-top: 0ex;
	padding-bottom: 2ex;
}

/* the preferred way to rules in tables */

tr.Botrule td, 
tr.Botrule th,
th.Botrule, 
td.Botrule { 
	border-bottom-style: solid;
	border-bottom-width: thin;
}

thead tr.First td,
thead tr.First th,
thead tr.FirstLast td,
thead tr.FirstLast th {
        border-top-style: solid;
/* changed by Brian Suggs 11-16-05.  changed 'medium' to 'thin' */
	border-top-width: thin;
}

thead tr.BotruleFirst td,
thead tr.BotruleFirst th {
        border-top-style: solid;
/* changed by Brian Suggs 11-16-05.  changed 'medium' to 'thin' */
	border-top-width: thin;
        border-bottom-style: solid;
	border-bottom-width: thin;
}

thead tr.Last td, 
thead tr.Last th {
  /* rule here might fail with rowspan headers */
} 

tbody tr.First td, 
tbody tr.First th  { 
        border-top-style: solid;
	border-top-width: thin;
}	 

tbody.Headless tr.First td, 
tbody.Headless tr.First th  { 
        border-top-style: solid;
/* changed by Brian Suggs 11-16-05.  changed 'medium' to 'thin' */
	border-top-width: thin;
}	 

tbody tr.Last td,
tbody tr.Last th { 
	border-bottom-style: solid;
/* changed by Brian Suggs 11-16-05.  changed 'medium' to 'thin' */
	border-bottom-width: thin;
}	 

tbody tr.FirstLast td,
tbody tr.FirstLast th { 
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
/* changed by Brian Suggs 11-16-05.  changed 'medium' to 'thin' */
	border-bottom-width: thin;
}	 

tbody tr.BotruleFirst td, 
tbody tr.BotruleFirst th { 
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
}	 


/* begin of combinatorics of individual rules */

/* one rule only */
th.Lrule, td.Lrule { 
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-left-width: thin;
}

th.Rrule, td.Rrule { 
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-right-width: thin;
	border-left-style: none;
}

th.Toprule, td.Toprule { 
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}

th.Botrule, td.Botrule { 
	border-top-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: thin;
}

/* combo of two */
th.LruleRrule, td.LruleRrule { 
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-right-width: thin;
	border-left-style: solid;
	border-left-width: thin;
}

th.BotruleToprule, td.BotruleToprule { 
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-right-style: none;
	border-left-style: none;
}

th.LruleToprule, td.LruleToprule { 
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-left-width: thin;
}

th.RruleToprule, td.RruleToprule { 
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: solid;
	border-right-width: thin;
}

th.BotruleLrule, td.BotruleLrule { 
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-left-width: thin;
}

th.BotruleRrule, td.BotruleRrule { 
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-style: none;
	border-left-style: none;
	border-right-style: solid;
	border-right-width: thin;
}

/* combo of 3 */
th.LruleRruleToprule, td.LruleRruleToprule { 
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: none;
	border-right-style: solid;
	border-right-width: thin;
	border-left-style: solid;
	border-left-width: thin;
}

th.BotruleLruleRrule, td.BotruleLruleRrule { 
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-left-style: solid;
	border-left-width: thin;
}

th.BotruleLruleToprule, td.BotruleLruleToprule { 
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-right-style: none;
	border-left-style: none;
}

th.BotruleRruleToprule, td.BotruleRruleToprule { 
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-left-style: none;
}

/* combo of 4 */
th.BotruleLruleRruleToprule, td.BotruleLruleRruleToprule { 
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-left-style: solid;
	border-left-width: thin;
}

/* end of the combinatorics */



hr.Footnoterule {
	margin-top:2ex;
	width: 30%;
	text-align: left;
	/* FIXME: make a normal line, not a grey 3d effect */		
}
dl.Footnote {
	margin-left:0em;
	margin-bottom:0ex;
	margin-top:0ex;
}

dl.Footnote dt {
	font-size:90%;
}

dl.Footnote dd {
	margin-left:1em;
	font-size:90%;
}

dl.FootnoteContents {
	text-align: right;
	margin-left:0em;
	margin-bottom:0ex;
	margin-top:0ex;
}
dl.FootnoteContents dt {
	font-size:100%;
}
dl.FootnoteContents dd {
	margin-left:1em;
	font-size:90%;
}

p.Footnote {
	text-indent:-1em;
	margin-left:1em;
	font-size:90%;
}

p.Footnotesize {
	margin-bottom:0ex;
	margin-top:0ex;
	font-size:90%;
}

img {
/*	display: block; */
	margin-top: 0ex; 
	margin-bottom: 0ex;
/*	text-align: center; */ 
}
							
p img {
	display: inline;
	margin-top: 0ex; 
	margin-bottom: 0ex;
}
							
div.Figure {
	margin-top: 4ex; 
	margin-bottom: 4ex;
}

div.Warning
{
    border: 1px solid black;
    margin-top: 2ex;
    margin-bottom: 2.2ex;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0ex;
    padding-bottom: 2ex;
    background-color: lightgrey;
}

/*  changed by Brian Suggs on 11-13-05.  this will highlight the subject better. */
div.Subject {
	margin-top: 1ex;
	margin-bottom: 1ex;
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-left: .5em;
	padding-right: .5em;
	font-size: 80%;
	line-height: 2.1ex;
	background-color: #E0E0E0;
	cursor: pointer;
}

.contentTable {
	border: 1px solid #999999;
	background-color: #EAEAEA;
}
.contentTableTitle {
	border-bottom: 1px solid #999999;
	background-color: #CCCCCC;
	font-size: 140%;
	font-weight: bold;
}
.formTable {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
}
.formTitle {
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	font-size: 125%;
	font-weight: bold;
}
.formTableRow {
	background-color: #FFFFFF;
}
.formTableRowAlt {
	background-color: #F2F2F2;
}
.formLabel {
	border: 1px solid #FFFFFF;
	background-color: #DDDDDD;
	font-size: 115%;
	font-weight: bold;
}
.formItem {
	border: 1px solid #CCCCCC;
	font-size: 110%;
}
.formTitle a:link {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
.formTitle a:visited {
	/*font-family: "Arial Unicode MS"; Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
.formTitle a:active {
	/*font-family: "Arial Unicode MS"; Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	/*color: #000000;*/
	text-decoration: none;
}
.formTitle a:hover {
	/*font-family: "Arial Unicode MS"; Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	/*color: #000000;*/
	text-decoration: none;
}


.textHighlights {
	font-size: 90%; 
/*    color: #000000; */
    font-family: "Times New Roman", Times, serif;
	padding-left:   .25in;
	padding-right:   .25in;
}

.xmChange {
	text-indent: 0em;
	margin-top: 1.5ex; 
	margin-bottom: 0ex;
	line-height: 2.2ex;  

	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
	position: absolute;
	left: 2em;
	padding-left: 2em;
}
 /* end @media screen */
 
 
 .spl_img
 {
    margin:auto;  
    }
 
 
 /* trials */
 
 #dmsections
 {
 padding: 10px;
 }
 #dmsections li
{
    display: inline;
    line-height:35px;
}
#dmsections a
{    display: inline;

}
.tabbutton
{
    background-color: White;
    background-image: url(Images/bg.gif);
    background-repeat:repeat-x;
    background-position: top left;
    background-repeat:repeat-x;
    padding: 4px 4px 4px 0px;
    font-weight: bold;
}





/* tab container */

/* rounded tabs */



#navigation
{
    cursor: hand;
}

#navigation a
{
color: #000;
background: url(Images/tab.gif) repeat-x;
text-decoration: none;
padding-right: 0px;
    cursor: hand;

}

#navigation .selected_tab a
{
color: #000;
background: url(Images/tab-active.gif) repeat-x;
text-decoration: none;
padding-right: 0px;
}

#navigation a span
{ 
background: url(Images/tab-right2.gif) right top no-repeat;
padding-right: 8px;
}
#navigation .selected_tab a span
{ 
background: url(Images/tab-active-right.gif) right top no-repeat;
padding-right: 8px;
}


#navigation a span.ss1
{
    background: url(Images/tab-left2.gif) left top no-repeat;
padding-left: 0px;
margin-left: 0px;
}
#navigation .selected_tab a span.ss1
{
    background: url(Images/tab-active-left.gif) left top no-repeat;
padding-left: 0px;
margin-left: 0px;
}

#navigation a, #navigation a span, #navigation a span.ss1, #navigation .selected_tab a, #navigation .selected_tab a span, #navigation .selected_tab a span.ss1
{
    display: block;
    float: left;
    clear: none;
}

/* Hide from IE5-Mac \
#navigation a, #navigation a span
{
float: none
}*/
/* End hide */

#navigation a:hover
{
background:  url(Images/tab-hover.gif) repeat-x;
padding-left: 0px
}

#navigation a:hover span
{
background: url(Images/tab-hover-right2.gif) right top no-repeat;
padding-right: 8px
}
#navigation a:hover span.ss1
{
background: url(Images/tab-hover-left2.gif) left top no-repeat;
padding-left: 0px
}

#navigation ul
{
    list-style: none;
    margin: 0;
}

#navigation li
{
    list-style: none;
float: left;
padding:  1px 1px 1px 1px;
margin: 0;
}

.backtotop
{
    padding:2px;
    font-size: 10px;
}