/*--------------------------------------------Home Page-------------------------------------------------------------*/

table.MarketingHomePageTable1 {
        line-height: 18px;
        width: 758px;
        background: transparent;
	color: Black;
	border: none;
  }

table.MarketingHomePageTable2 {
        background-image: url(//commerce.smythco.com/images/background_border.jpg);
        background-repeat: no-repeat;
        font-size: 11px;
        line-height: 12px;
        width: 758px;
	border: none;
  }

p.MarketingHomePageTagLine {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: Gray;
        background-color: White;
        text-align: center;
  }

a.HomePageLinks:visited {
        text-align: left;
        color: black;
        list-style: circle;
        text-decoration: none;
        background-color: transparent;
  }

a.HomePageLinks:link {
        text-align: left;
        color: black;
        list-style: circle;
        text-decoration: none;
        background-color: transparent;
  }

a.HomePageLinks:hover {
        text-align: left;
        color: #74957D;
        background-color: transparent;
        text-decoration: underline;
  }


/* ------------------------------------------All Other Pages------------------------------------------------ */


h2.MarketingHeader2 {
        font-size: 16px;
        font-weight: bold;
  }

h3.MarketingHeader3 {
        font-size: 12px;
        font-weight: bold;
  }

td.MarketingLeftPaneContent {
        width: 165px;
        vertical-align: top;
  }

td.MarketingCenterPaneContent {
        width: 600px;
        vertical-align: top;
        border-left: thin solid black;
        padding-left: 10px;
        border-right: thin solid black;
        padding-right: 25px;
  }


td.MarketingFormFirstColumn {
        text-align: right;
  }

td.MarketingFormSecondColumn {
        color: #660000;
        font-weight: bold;
        background-color: White;
  }

a.MarketingLink {
        color: #660000;
        background-color: White;
  }

p.BackLink {
        font-size: 9px;
        color: #74957D;
		  background-color: White;
  }

p.Advantage {
        font-style: oblique;
        color: #74957D;
		  background-color: transparent;
  }

h3.Contacts {
	font-size: 14px;
	color: #000000;
	margin-bottom: 0px;
	background: #fff;

  }

/*-----------------------------------------Marketing Footer-------------------------------------------------- */

#MarketingFooter {
        border-top: 1px solid #ccc;
        padding: 25px 0 25px 0;
        margin: 0;
        text-align: center;
        color: #666;}

#MarketingFooter p {
        margin: 0;
        padding: 0 0 6px 0;
}

#MarketingFooter a {
        color: #666;
        text-decoration: none;
        padding: 0 10px 0 10px;
}

#MarketingFooter a:hover {
        text-decoration: underline;
}

#MarketingFooter p#copyright {
        padding-top: 4px;
        color: #999;
}

#MarketingFooter p#phone {
        font-size: 10pt;
        padding-top: 4px;
        color: #660000;
}

/*
 * Style for layout elements
*/

.hidden { display: none; }

#header {
        width: 750px; 
        padding: 0px 0px 0px 0px;
        background-color: transparent;
}
#navbarshadow {
         width:750px;
}
#navbar {
         top: 100px;
         width: 750px; 
	 padding-left: 0; 
         margin: 0 0 0 0;
	 padding-right: 0; 
         background-color: transparent;
}

.input {
        border-style: solid;
        border-width: 1px;
        border-color: #999999;
        background-color: #FFFFE0;
        font-size: 100%;
        color: #000000;
        font-weight: normal;
        text-align: left;
}

input.centeralign {
        border-style: solid;
        border-width: thin;
        border-color: #999999;
        background-color: #FFFFE0;
        font-size: 100%;
        color: #000000;
        font-weight: normal;
        text-align: center;
}

#helptext {
    font-size: 115%;
    padding: 10pt;
} 

select {
   background-color: #FFFFE0;
   color: black;
   font-size: 110%;
}

/* 
 * General header and body defaults 
*/

body {
	background: #FFFFFF;
	color: #000000;
        margin: 5px 5px;
	font-size: 12px;
	font-weight: normal;
        padding: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, input {
    font-family: Arial, Helvetica, sans-serif, Times, serif;
}

li {
  padding: 2pt;
}

h1 {
	font-size: 125%;
	padding-top: 10px;
}

h2 {
	font-size: 105%;
}

h3 {
	font-size: 100%;
}

h3.statusmessage {
	color: red;
	background-color: transparent;
}


img {
    display: block;
    border: 0;
}

input.leftalign {
        border-style: solid;
        border-width: thin;
        border-color: #999999;
        background-color: #FFFFE0;
        font-size: 100%;
        color: #000000;
        font-weight: normal;
        text-align: left;
}

select.input {
  font-size: 110%;
  color:black;
}
input.rightalign {
	border-style: solid;
        border-width: thin;
        border-color: #999999;
        background-color: #FFFFE0;
        font-size: 100%;
        color: #000000;
        font-weight: normal;
        text-align: right;

}


/*
 * Styles for table elements
 */

td.data {
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

table.thinborder {
	border: solid #000000 .5pt;
}

tr.topborder td {
	border-top: solid #000000 .5pt;
}

tr.list-row-even {
        font-size: 8pt;
	background: #FFFFFF;
}

tr.list-row-odd {
        font-size: 8pt;
	background: #F7F7E7;
}

td.error {
	background: #FFFFFF;
	color: red;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
}

td.label {
	background-color: transparent;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}

td.helplabel {
	background: #FFFFFF;
	color: #000000;
	font-size: 95%;
	font-weight: bold;
	text-align: left;
}

td.totaldata {
	background-color: #FFFFFF;
	border-color: #000000;
	border-top: .5pt solid #000000;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 12pt;
}

tr.header {
	background: #FFFFFF;
	color: #003366;
	font-size: 75%;
	font-weight: bold;
}

th {
	background: #FFFFFF;
	color: #003366;
	border-bottom: #003366 1px solid;
	font-size: 90%;
	font-weight: bold;
}

/* 
* Navigational element styles
*/

a:link {
	color: blue;
	background-color: transparent;
}
*/

/* Following are for a hrefs */


a:active {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

a.blue {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
}

a.navigation {
        color: #00008B;
        background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
}



a.blue:visited {
	color: purple;
	background-color: transparent;
	text-decoration: underline;
}

table.navigation {
	border: solid #000000 thin;
        background-color: #F5F5F5;
	color: black;
}


td.ModuleMenuItem {
	background:  #F5F5F5;
	color: #000000;
	font-size: 100%;
        padding: 4pt;
	font-weight: normal;
}

td.ModuleMenuHeading {
	color: #000000;
	background: #F5F5F5;
	font-size: 100%;
	font-weight: bold;
}

td.ModuleMenuTitle {
	background: #006633;
	color: #FFFFFF;
	font-size: 95%;
	font-weight: bold;
}

td.pageFooterCopyright {
	font-size: 8pt;
}

td.pageFooterText {
	font-size: 9pt;
}

#contact {
background-image: url(//commerce.smythco.com/images/contactus.gif);
background-repeat: no-repeat;
float: right;
width: 143px;
height: 96px;

}

/* 
   Following styles apply to all pages using 
   horizontal navigation tabs
*/	
	
.LeftTabBackSlant{
	background-attachment: scroll;
	background-color: #CCCC99;
	color: #FFFFFF;
	background-image: url(//commerce.smythco.com/images/navigation/leftcurve.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.LeftTabForeSlant{
	background-attachment: scroll;
	background-color: #006633;
	color: #FFFFFF;
	background-image: url(//commerce.smythco.com/images/navigation/leftcurve.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


.RightTabBackCurve {
	background-attachment: scroll;
	background-color: #CCCC99;
	color: #FFFFFF;
	background-image: url(//commerce.smythco.com/images/navigation/rightcurve.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.RightTabForeCurve {
	background-attachment: scroll;
	background-color: #006633;
	color: #FFFFFF;
	background-image: url(//commerce.smythco.com/images/navigation/rightcurve.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.SubTabBackColor{
	background-color: #006633;
        text-transform: uppercase;
        font-family: verdana;
   	color: #FFFFFF;
}

.SubTabBackText{
	color: #FFFFFF;
	background-color: transparent;
	font-size: 10pt;
	font-weight: Normal;
	text-decoration: none;
}

.SubTabForeColor{
	background-color: #006633;
	color: #FFFFFF;
        text-transform: uppercase;
        font-family: verdana;
}

.SubTabForeText{
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}


.SubTabRightCurve {
	background-attachment: scroll;
	background-color: #006633;
	color: #FFFFFF;
	background-image: url(//commerce.smythco.com/images/navigation/subtab_right_curve.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.SubTabSeparator {
	background-attachment: scroll;
	background-color: #006633;
	color: #FFFFFF;
	/*background-image: url(//commerce.smythco.com/images/navigation/subtab_separator.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
}

.TabShadow {
        width:100%;
	background-attachment: scroll;
	background-color: #006633;
	color: #FFFFFF;
	background-image: url(//commerce.smythco.com/images/navigation/oc_shadow.gif);
	background-position: right bottom;
	background-repeat: repeat-x;
}

.TabBackColor {
	background-color: #CCCC99;
	color: #FFFFFF;
}

.TabBackText{
	color: #000000;
	background-color: transparent;
	font-size: 10pt;
	text-decoration: none;
}

.TabForeColor{
	background-color: #006633;
	color: #FFFFFF;
}

.TabForeText{
	color: #FFFFFF;
	background-color: transparent;
	font-size: 10pt;
	font-weight: Bold;
	text-decoration: none;
}

.WelcomeText {
	color: #000000;
	background-color: transparent;
	font-size: 9pt;
	text-decoration: none;
}

.DisabledText {
	color: #999999;
	background-color: transparent;
	font-size: 90%;
}

p.smalltext {
	font-size: 75%;
}

.errormessage {
	color: #FF0000;
	background-color: transparent;
        font-size: 9pt;
}

.smallerrormessage {
	color: #FF0000;
	background-color: transparent;
   font-size:9pt;
}
/* Following for column sort links on report headers
*/
a.columnSort:hover {
        color: #003366;
	background-color: transparent;
	text-decoration: underline;
}

a.columnSort {
	color: #003366;
	background-color: transparent;
	text-decoration: none;
}

a.columnSort:visited {
	color: #003366;
	background-color: transparent;
	text-decoration: none;
}

/* this portion controls the content that is displayed on each of the tabs */
table.TabContent {
	vertical-align: top;
	padding: 2%;
	text-align: left;
	width: 750px;
  }

.buttonGenTable {
	background-color:#f7f7e7;
}

.buttonGenText {
	color:#000000;	
	font-size:10pt;
        vertical-align: text-top;
	text-decoration:none ;
}

#messageBox table { 
   border: 1px solid #336699; 
   background-color: #f7f7e7;
}

#messageBox td.title {
   font-size: 12pt; 
   border-bottom: 1px solid #336699;
   font-weight:bold; 
   color: #336699;
}

#messageBox td.message {
   font-weight:bold; 
   color: #336699;
}

#messageBoxError table { 
   border: 1px solid red; 
   background-color: #f7f7e7;
}

#messageBoxError td.title {
   font-size: 12pt; 
   border-bottom: 1px solid red;
   font-weight:bold; 
   color: red;
}

#messageBoxError td.message {
   font-weight:normal; 
   color: red;
}
.InlineInfoText {font-family:Arial,Helvetica,Geneva,sans-serif;font-size:8pt;color:#336699}
#PrintableLogo { display: none;}


