/*
 * Blogsite Stylesheet - blogsite/TheZacTeam/base
 * Copyright (C) 2005 MyST Technology Partners, All rights reserved.
 * $Header: base.css, 6, 6/1/09 1:42:30 PM, Bill French$

 * #017688: Menu bg, H1, footer bg, nav headers
 * #017688: alink 
 * #017688: right/bottom border
 * #017688: top/left border
 * 

 */
@import "../../apps/blog-site/base.css";
@import "../../apps/blog-site/sd-widgets.css";
@import "../../apps/blog-site/legacy-captyx-components.css";
@import "../../apps/nagomatic/core.css";

P
{ 
	font-size: 				10pt;
	font-family: 			verdana, sans-serif;
}

.Item-Description
{
	font-size:        		75%;
	text-align:       		justify;         
	margin-top:       		6px;             
	padding-top:      		6px;             
}

.Blog-Area
{
	width:					99%;
}

.Alert
{
	color: 					#CC3300;  
}

.SiteTitle
{
	color:         			#333333;
	font-weight:   			bold;   
	padding-right: 			10px;   
	text-align:    			right;  
}

.SiteSummary
{
	color:         			#666666;
	font-size:     			80%;    
	font-style:    			italic; 
	padding-right: 			10px;   
	text-align:    			right;  
}

.Content-Body
{
	padding: 				0;
	padding-top: 			0;   
	text-align: 			left;
	background-color:    	#FFFFFF;
}

.ContentTableMain
{
	width:        			100%; 
	margin: 				0 auto;
	text-align: 			left;
	background-color:		transparent;
	padding-top: 			0px;
	border-top:      		0;
	border-left:      		0;
	border-right:     		0;
	border-bottom:      	0;
	/*
	background-image:    	url('images/banner_logo.jpg');
	background-position: 	top center;
	background-repeat:   	no-repeat;                         
	*/
}

.ContentTable
{
	width:        			100%; 
	margin: 				0 auto;
	text-align: 			left;
}

/* ---- HTML Tags ---- */
H1
{
	color:         			#211D1A; 
	font-family: 			verdana, sans-serif;
	font-size:      		110%;  
	font-weight:    		normal;
	margin-top:     		0;   
	margin-bottom:  		0.5em;   
	margin-left:    		0;     
	margin-right:   		0;     
}

.Item-Separator-HR
{
	border:              	1px solid #EFF2F9;                                
	height:              	1px;                              
}

/* ---- Hyperlinks ---- */
A:link,
A:visited
{
	color:           		#017688;
	text-decoration:  		none;
}

A:hover
{
	color:            		#017688;  
	text-decoration:  		underline;
}

A:active
{
	color: 					#017688;
	text-decoration:  		none;
}
/* - - - - - - - - - - - - */
H1.Embargoed A:link,
H1.Embargoed A:visited
{
	font-family: 			verdana, sans-serif;
	color:           		#999999;
	text-decoration: 		none;  
}

H1.Embargoed A:hover,
H1.Embargoed A:active
{
	font-family: 			verdana, sans-serif;
	color:           		#333333;
	text-decoration: 		underline;  
}
/* - - - - - - - - - - - - */
A.MenuLink,
A.MenuLink:link,
A.MenuLink:visited
{
	font-family: 			verdana, sans-serif;
	color:            		#FFFFFF;
	font-weight:			bold;
	font-size:				95%;
	padding-bottom:   		1px;    
	padding-left:     		4px;   
	padding-right:    		4px;   
	padding-top:      		1px;    
	text-decoration:  		none;   
}

A.MenuLink:hover
{
	font-family: 			verdana, sans-serif;
	color:           		#FFFFFF;
	font-weight:			bold;
	font-size:				95%;
	text-decoration: 		underline;   
}

A.MenuLink:active
{
	font-family: 			verdana, sans-serif;
	color:            		#FFFFFF;
	font-weight:			bold;
	font-size:				95%;
	text-decoration: 		none;   
}

/* - - - - - - - - - - - - */
TD.BottomBorder
{
	border:					0;
	background-color:		#FFFFFF;
	border-top:      		0;
	border-left:      		0;
	border-right:     		0;
	border-bottom:      	0;
}

/* - - - - - - - - - - - - */
TD.FooterArea
{
	border:					0;
	background-color:		#017688;
	text-align:				center;
	height:					56px;
	border-top:      		0;
	border-left:      		0;
	border-right:     		0;
	border-bottom:      	0;
}

TD.FooterArea A,
TD.FooterArea A:link,
TD.FooterArea A:visited
{
	font-family: 			verdana, sans-serif;
	font-weight:			normal;
	color:           		#FFFFFF;
	text-decoration:		none;
}

TD.FooterArea A:hover
{
	font-family: 			verdana, sans-serif;
	font-weight:			normal;
	color:           		#FFFFFF;  
	text-decoration:		underline;
}

TD.FooterArea A:active
{
	font-family: 			verdana, sans-serif;
	font-weight:			normal;
	color:           		#FFFFFF;
	text-decoration:		underline;
}

/* - - - - - - - - - - - - */
.NavItem,
.IndexHeading
{
	font-size: 				75%;
	font-family: 			verdana, sans-serif;
	color:        			#017688;
}

/* - - - - - - - - - - - - */
TD.NavItem A:link,
TD.NavItem A:visited,
TD.IndexHeading A:link,
TD.IndexHeading A:visited
{
	font-family: 			verdana, sans-serif;
	color:           		#017688;
	text-decoration: 		none;   
}
TD.NavItem A:hover,
TD.IndexHeading
{
	font-family: 			verdana, sans-serif;
	color:           		#017688;  
	text-decoration: 		underline;
}
TD.NavItem A:active,
TD.IndexHeading
{
	font-family: 			verdana, sans-serif;
	color:           		#017688;
	text-decoration: 		none;   
}

/* - - - - - - - - - - - - */
TD.NavSubItem-Title A:link,
TD.NavSubItem-Title A:visited,
TD.IndexItem-Title A:link,
TD.IndexItem-Title A:visited
{
	color:           		#000000;
	text-decoration: 		none;   
}

TD.NavSubItem-Title A:hover,
TD.IndexItem-Title A:hover
{
	color:           		#000000;  
	text-decoration: 		underline;
}

TD.NavSubItem-Title A:active,
TD.IndexItem-Title A:active
{
	color:           		#000000;
	text-decoration: 		underline;
}
/* - - - - - - - - - - - - */
H1 A:link,
H1 A:visited
{
	color:           		#017688;
	text-decoration: 		none;   
	font-family: 			verdana, sans-serif;
}

H1 A:hover
{
	color:           		#017688;  
	text-decoration: 		none;
	font-family: 			verdana, sans-serif;
}

H1 A:active
{
	font-family: 			verdana, sans-serif;
	color:           		#017688;
	text-decoration: 		none;   
}

/* ---- Syndication Links ---- */
.SubscriptionOptions-Text
{
	margin-top:				10px;
	margin-left:			12px;
	height:					18px;
	background-color: 		transparent;
	font-size:        		70%;    
	font-weight:      		normal; 
	text-align:       		center; 
	vertical-align:   		middle; 
	border-bottom:    		0;
}

/* ---- Left and Right Nav Links ---- */
/*      Note: Item index is treated as a variation */

/* ---- Item Properties ---- */
.Item-Date
{
	color:          		#999999;  
	font-size:      		65%;      
	font-weight:    		normal;   
	letter-spacing: 		.4em;     
	margin:         		0;        
	text-transform: 		uppercase;
}

/* ---- Control Row ---- */
/* Note: Absolute column widths are best controlled using spacer
 *       images in the model.  See the "Control Row" rules in
 *       the model.
 */
.Ctrl-Row
{
	height: 				0;
	background-color:    	#D3D8E7;

}

.Ctrl-Row-Left-Nav
{
	width: 					164px;
}

.Ctrl-Row-Left-Vert
{
	width: 					1px;
}

.Ctrl-Row-Main-Content
{
	width: 					99%;
}

.Ctrl-Row-Right-Vert
{
	width: 					1px;
}

.Ctrl-Row-Right-Nav
{
	width: 					164px;
}

/* ---- Row 0: Header ---- */
.Header-Left-Nav
{
	height: 				140px;
	background-color:    	transparent;
	text-align:				left;
	vertical-align:			middle;
}

/* ---- Row 1: Spacer ---- */
.Row-1
{
	background-color:    	transparent;
	height: 				0;
	border:      			0;
	border-left:      		0;
	border-right:     		0;
}

.Main-Menu
{
	color:            		#FFFFFF;
	background-color: 		#818181;
	border:           		0;      
	border-bottom:    		0;
	border-top:    			0;
	border-left:      		0;
	border-right:      		0;
	font-family:      		"Arial Narrow", "Futura Medium", Verdana, Arial, Helvetica, sans-serif;
	font-size:        		12px;    
	font-weight:      		bold;   
	padding-top:     		1px;    
	padding-left:     		12px;    
	padding-right:    		12px;    
	padding-bottom:     	6px;    
	text-align:       		center;   
	margin-top:       		1px;    
	margin-bottom:    		1px;    
	vertical-align:   		bottom;    
	height:					26px;
}

.FooterMenuCell
{
	font-family: 			verdana, sans-serif;
	background-color: 		transparent;
	color:          		#FFFFFF;
	font-size:      		65%;    
	padding-left:  			2em;    
	padding-right:  		2em;    
	vertical-align: 		middle; 
	border:		      		0;
}

/* ---- Row 3: Content Area ---- */
.Left-Content
{
	color:					#FFFFFF;
	background-color: 		transparent;
	border-left:      		0;
	vertical-align:   		top;    
	padding-top:     		10px;    
	background-image:    	url('images/pattern_bg.gif');
	background-position: 	0 0;
	background-repeat:   	repeat;                         
}

.Main-Content
{
	padding-top:    		0px;    
	background-color: 		#FFFFFF;
	border-bottom:    		0;
	padding-bottom: 		0.5em;
	padding-left:   		0em;  
	padding-right:  		0em;  
	vertical-align: 		top;  
}

.Right-Content
{
	background-color: 		transparent;
	border-right:     		0;
	vertical-align:   		top;    
	padding-top:     		10px;    
	background-image:    	url('images/pattern_bg.gif');
	background-position: 	0 0;
	background-repeat:   	repeat;                         
}

.Left-Content-Image,
.Right-Content-Image
{
	margin-bottom: 			2em;   
	margin-top:    			3em;   
	text-align:    			center;
}

/* ---- Vertical Lines ---- */
.Left-Vert-0,
.Left-Vert-1,
.Left-Vert-2,
.Left-Vert-3,
.Right-Vert-0,
.Right-Vert-1,
.Right-Vert-2,
.Right-Vert-3
{
	background-color: 		transparent;
	width:            		1px;    
}

.Left-Vert-0,
.Left-Vert-1,
.Right-Vert-0,
.Right-Vert-1
{
	background-color: 		transparent;
}

.Left-Vert-1,
.Right-Vert-1
{
	background-color: 		transparent;
	border-bottom:    		0;
}

.Left-Vert-2,
.Right-Vert-2
{
	background-color: 		transparent;
	border-bottom:    		0;
}

/* ---- Vertical Lines ---- */
.Left-Vert-3,
.Right-Vert-3
{
	background-color: 		#FFFFFF;
	width:            		1px;    
}

/* ---- Signature Bar ---- */
.Item-Signature-Table
{
	background-color:    	#F3F3F3;
	border-top:      		1px solid #C5C5A9;
	border-left:      		1px solid #C5C5A9;
	border-right:     		1px solid #C5C5A9;
	border-bottom:     		1px solid #C5C5A9;
	padding-left:			6px;
	font-size:      		100%;   
	text-align:     		left; 
	vertical-align: 		middle;
}
.Item-Signature-Intro
{
	background-color:    	#F3F3F3;
	padding-left:			6px;
	font-size:      		70%;   
	text-align:     		left; 
	vertical-align: 		middle;
}

/* ---- End ---- */

