/* 
Filename: screen.css
Last Modified on 3-Feb-2006 By Linc Spaulding
For use in TPC website root directory
Purpose: controls styles when web page is viewed on screen.  Works with IE. Netscape ignores
 */
/*
A:Hover  {	background-color :  #993300;
					color : White;
        			text-decoration : none;}
*/
A:Hover  {	background-color : #666666;
					color : White;
        			text-decoration : none;}

A.Button:Hover,A.SmallButton:Hover,A.LargeButton:Hover {font-style:italic;color:white} 

.LargeButton {color:#ffff00;text-decoration:none;letter-spacing:10px;font-size:larger;font-weight:bold}
.Button {color:#ffff00;text-decoration:none;letter-spacing:0px;font-weight:bold}
.SmallButton {color:#ffff00;text-decoration:none;letter-spacing:0px;font-weight:normal;font-size:smaller}

A {
	color: #0000CD;
}					

.ScreenOnly, .displayonly {visibility:visible}

.printOnly {visibility:hidden;
					display:none;
					font-size:0pt;
					width:0pt;
					height:0pt;}

/* This setting controls the overall width of the page content, since
our main template uses a <DIV class="padded"> around the main content */	
/* Should maintain: padding*2 + width = 627 (Since our page design is 760px wide—the sidebar is 133px leaving 627px for the body) */				
.padded {	padding: 10px;	width : 607px; text-align:left} 


/* This setting can be used to suppress top & bottom padding, yet keep content within screen boundaries */
.horiz-padded{padding-top:0;padding-bottom:0;padding-left:2em;padding-right:2em; width:550px;}

/* This setting can be used to justify text, and suppress top & bottom padding, yet keep content within screen boundaries */
.justify-padded{padding-top:0;padding-bottom:0;padding-left:2em;padding-right:2em; width:550px; text-align:justify}

/*  Class added back  by LRS 3/21/05 */
.paddedwide {       padding: 2em;   width : 750px; text-align:left} 
