﻿/* This style sheet is reserved for the COMMON ELEMENTS between DesignerDuds.css and HomePage.css. These
   common elements are mainly the SignIn/SignOut links at the top right hand corner of every page, as
   well as the footer information at the bottom of every page.  */


body {background-color:#eeeeee}
td {font-family: Verdana; font-size:small; 
color:#0055A5
}  /* This style will be overridden when used in HomePage.css for the 
                                                             Home Page because the home page redefines the td{} style. This 
                                                             style is the default for ALL pages */

.PageTitle { font-family:Verdana; font-size:medium; 
color:#0055A5; font-weight:bold
}
.PageSubTitle { font-family:Verdana; font-size:14px; color:#0055A5; font-weight:bold;}
.CopyRight { font-family:Verdana; font-size:12px; color:White }

.tinyText {	font-size: 10px; }
.UnderlineText {text-decoration: underline; }  /* 1285   */
.BlinkText {text-decoration: blink; }          /* 1285   */ 

.style4 {
	font-size: x-small;
	font: xx-small Verdana;
	text-align: center; 
}	

		
/* The following is to format the User SignIn at upper right of title bar */
.HeaderSignIn {
 	background:	white;
	background-color:white;
    text-decoration:underline;
}

.HeaderSignIn:active {
 	background:	white;
	background-color:white;
    text-decoration:underline;
}

.HeaderSignIn:link {
 	background:	white;
	background-color:white;
    text-decoration:underline;
}

.HeaderSignIn:hover {
 	background:	white;
	background-color:white;
    text-decoration:underline;
}

.HeaderSignIn:link:hover {
 	background:	white;
	background-color:white;
    text-decoration:underline;
}

.HeaderSignIn:visited {
 	background:	white;
	background-color:white;
    text-decoration:underline;
}

.HeaderSignIn:visited:hover {
 	background:	white;
	background-color:white;
    text-decoration:underline;
}


/* The following is to format the footer hyperlinks on page */
.FooterLink {
 	background:#E8FFE9;
	background-color:#E8FFE9;
    text-decoration:none;
}

.FooterLink:link {
 	background:#E8FFE9;
	color: #666666;
} 

.FooterLink:active {
 	background:#E8FFE9;
	color: #666666;
} 

.FooterLink:link:hover {
 	background:#E8FFE9;
    font-weight:bolder;
	color: #666666;
} 

.FooterLink:visited {
 	background:#E8FFE9;
	color: #008080;
} 

.FooterLink:visited:hover {
 	background:#E8FFE9;
    font-weight:bolder;
	color: #008080;
} 


/* Section from Ben's original work */
.VolumePricingOutline { border-color:#0055A5; border-width:1px; border-style:solid }
.VolumePricingHeader { background-color:#0055A5; color:White; text-decoration:underline }
.VolumePricingRow { }
.VolumePricingAlternatingRow { background-color:#D8E4F8 }

.SoftwareHeader { background-color:#0055A5; color:White; white-space:nowrap; font-weight:bold }
.FaxServiceHeader { background-color:#0055A5; color:White; white-space:nowrap; font-weight:bold; text-decoration:underline }

.Cart { background-color:#666666; border-color:#ffffff; border-style:solid; border-width:1px }
.CartHeader { background-color:#0055A5; color:White; font-weight:bold; font-size:medium; text-decoration:underline }
.CartText { color:White; font-weight:bold }

.AdminGroupHeader { background-color:#0055A5; color:White; white-space:nowrap; font-weight:bold }
.AdminPageTitle { font-size:large }
/* End of Ben's original work */


