/*******************************************************************************
* 	FILENAME      : /scripts/style.css                                     *
*   DESCRIPTION : Cascading Style Sheet for S.W.A.C.			       *
*                                                                              *
* Copyright (C) IndustrySuite.					               *
*******************************************************************************/


/* General */

BODY      				{ font-family:verdana,geneva,sans-serif;
           				  font-size:11px;}

UL		  				{ font-family:verdana,geneva,sans-serif;
           				  font-size:11px;}

P		  				{ font-family:verdana,geneva,sans-serif;
           				  font-size:11px;}

TD        				{ font-family:verdana,geneva,sans-serif;
            			  font-size:11px;}

TD.subhead 				{ font-family:verdana,geneva,sans-serif;
            			  font-size:12px; 
						  font-weight: bold;
						  color: #666666;}					  

TD.subheader2			{ font-family:verdana,geneva,sans-serif;
            			  font-size:10px; 
						  font-weight: bold;
						  color: #ffffff;}					  
						  
TD.copyright			{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:11px; 
						  font-weight: normal;
						  color: #cccccc;}

TD.content				{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:11px; 
						  font-weight: normal;
						  color: #333333;}  
						  
TD.quote				{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:11px; 
						  font-weight: normal;
						  color: #333333;}  
						  
TD.topnav				{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:11px; 
						  font-weight: normal;
						  color: #999999;}  

TD.presstitle			{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:13px; 
						  font-weight: bold;
						  color: #000000;}  

TD.pressdate			{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:10px; 
						  font-weight: normal;
						  color: #666666;}  

TD.article				{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:11px; 
						  font-weight: normal;
						  line-height: 16px;
						  color: #000000;}  						  

TD.callout				{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:11px; 
						  font-weight: normal;
						  line-height: 16px;
						  color: #ffffff;}  
						  		  						  
TD.sitemap				{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:11px; 
						  font-weight: normal;
						  line-height: 16px;
						  color: #336699;}  
						  
.menurow1 				{ PADDING-RIGHT: 0px;
						  BORDER-TOP: white 1px solid; 
						  PADDING-LEFT: 6px; 
						  PADDING-BOTTOM: 5px; 
						  CURSOR: hand; 
						  PADDING-TOP: 4px; 
						  HEIGHT: 12px; 
						  BACKGROUND-COLOR: #cccccc; 
						  layer-background-color: #999999;}						  

.sitemap 				{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:11px; 
						  font-weight: normal;
						  line-height: 16px;
						  color: #336699;}  		
						  			
SPAN.content				{ font-family:verdana,arial,geneva,sans-serif;
            			 	 font-size:11px; 
						  font-weight: normal;
						  color: #333333;}

SPAN.contentwhite			{ font-family:verdana,arial,geneva,sans-serif;
            			 	 font-size:11px; 
						  font-weight: normal;
						  color: #ffffff;}

SPAN.contentfeatured			{ font-family:verdana,arial,geneva,sans-serif;
            			 	 font-size:11px; 
						  font-weight: normal;
						  color: #000000;}

SPAN.contentwhitelg			{ font-family:verdana,arial,geneva,sans-serif;
            			 	 font-size:12px; 
						  font-weight: normal;
						  color: #ffffff;}
			  						  
SPAN.pressdate			{ font-family:verdana,geneva,sans-serif;
            			  font-size:11px;
						  font-weight:normal;
						  color:#999999;}
						  						  
SPAN.emphasis			{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:11px; 
						  font-weight: normal;
						  color: #22577E;}
						  
SPAN.header				{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:13px; 
						  font-weight: bold;
						  color: #000000;}

SPAN.headerfeatured				{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:11px; 
						  font-weight: bold;
						  color: #000000;}

SPAN.subheader			{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:11px; 
						  font-weight: bold;
						  color: #ffffff;}

SPAN.subheaderblack		{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:11px; 
						  font-weight: bold;
						  color: #000000;}

SPAN.subheaderred		{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:11px; 
						  font-weight: bold;
						  color: #FF0000;}
						  
DIV.emphasis			{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:11px; 
						  font-weight: normal;
						  color: #000000;}						  

.whsm					{ font-family:verdana,arial,geneva,sans-serif;
            			  font-size:9px; 
						  font-weight: bold;
						  line-height: 12px;
						  color: #ffffff;} 
						  
A:link 
	{
		color: #666666;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}

A:active
	{
		color: #666666;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}
A:visited  
	{
		color: #666666;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}	  
A:hover 
	{ 
		color: #666666;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}
A.app:link 
	{
		color: #0000FF;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}

A.app:active
	{
		color: #0000FF;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}
A.app:visited  
	{
		color: #0000FF;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}	  
A.app:hover 
	{ 
		color: #0000FF;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}	
	
A.main:link 
	{
		color: #336699;
		font-weight: bold;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}

A.main:active
	{
		color: #336699;
		font-weight: bold;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}
A.main:visited  
	{
		color: #336699;
		font-weight: bold;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}	  
A.main:hover 
	{ 
		color: #336699;
		font-weight: bold;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}	
A.topnav:link 
	{
		color: #999999;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 10px;
		text-decoration: none;
	}

A.topnav:active
	{
		color: #FFFFFF;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 10px;
		text-decoration: none;
	}
A.topnav:visited  
	{
		color: #999999;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 10px;
		text-decoration: none;
	}	  
A.topnav:hover 
	{ 
		color: #FFFFFF;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 10px;
		text-decoration: underline;
	}

A.white:link 
	{
		color: #ffffff;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}

A.white:active
	{
		color: #ffffff;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}
A.white:visited  
	{
		color: #ffffff;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}	  
A.white:hover 
	{ 
		color: #ffffff;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}


A.copyright:link 
	{
		color: #cccccc;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}

A.copyright:active
	{
		color: #cccccc;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}
A.copyright:visited  
	{
		color: #cccccc;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}	  
A.copyright:hover 
	{ 
		color: #cccccc;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}


A.press:link 
	{
		color: #336699;
		font-weight: bold;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}

A.press:active
	{
		color: #336699;
		font-weight: bold;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}
A.press:visited  
	{
		color: #336699;
		font-weight: bold;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}	  
A.press:hover 
	{ 
		color: #336699;
		font-weight: bold;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}		
A.sitemap:link 
	{
		color: #336699;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}

A.sitemap:active
	{
		color: #336699;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}
A.sitemap:visited  
	{
		color: #336699;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}	  
A.sitemap:hover 
	{ 
		color: #336699;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}		
A.faq:link 
	{
		color: #336699;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}

A.faq:active
	{
		color: #336699;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}
A.faq:visited  
	{
		color: #336699;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: none;
	}	  
A.faq:hover 
	{ 
		color: #336699;
		font-weight: normal;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		text-decoration: underline;
	}
SPAN.messagegood			{ font-family:verdana,geneva,sans-serif;
            			  font-size:10px; 
				 font-weight: bold;
				  color: #008000;}
SPAN.error			{ font-family:verdana,geneva,sans-serif;
            			  font-size:10px; 
				 font-weight: bold;
				  color: #FF0000;}
.red
{
	color: #FF0000
}
.redbold
{
	color: #FF0000;
	font-weight:	bold
}
SELECT
{
	font-size: 11px;
	color: black;
	font-family: verdana,tahoma,geneva,sans-serif
}
INPUT
{
	font-size: 11px;
	color: black;
	font-family: verdana,tahoma,geneva,sans-serif
}
TEXTAREA
{
	font-size: 11px;
	color: black;
	font-family: verdana,tahoma,geneva,sans-serif
}

div.dropmenu
{
  width: 120px;
  border: 1px solid #C8C8CA;
  background: #E5E5E5;
  padding: 3px 3px;
  font-weight: bold;
  color: #3366CC;
}

a.dropmenu
{
  display: block;
  padding: 3px;
}
