/*********************************************************************************  
 *  
 *  These Are your Page Setup Styles
 *  
 *********************************************************************************/

span.bodycopy img.right { text-align: right; }
span.bodycopy img.left  { text-align: right; }
div.bodycopy img.right { text-align: right; }
div.bodycopy img.left  { text-align: right; }

body 
{
	font-size:62.5%;
	text-align: center;
	vertical-align:top;	
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background: #ffffff url(/greensboro/images/home_bg.gif) repeat;
}

#container 
{
		width: 775px;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;	
		text-align: center;	
		border: 1px solid gray;
}

/*********************************************************************************  
 *  
 *  These Are the Styles for the Council Meetings Minutes Pages.
 *  
 *********************************************************************************/

#council label	{width: 100px; float: left;}
#council .divider {width: 15px; float: left;text-align:center;}
#council .agenda, #council .minutes, #council .video, #council .attachments {width: 100px; float: left; text-align:center;}
#council .video { width: 50px; }
#council .attachments { width: 150px; }

#council br {clear:left;}



/*********************************************************************************  
 *  
 *  These Are the Styles for your Console.   ----   DO NOT TOUCH
 *  
 *********************************************************************************/

#theLayer 
{
	LEFT:10px;
	VISIBILITY:visible;
	WIDTH:10px;
	POSITION:absolute;
	TOP:10px
}


/*********************************************************************************  
 *  
 *  These Are the Styles for your Banners.
 *  
 *********************************************************************************/

#banner {
	background-color: rgb(5, 88, 6);
	color: #FFFFFF;
	text-align: right;
	font-weight: normal;
	margin:0px;
	padding: 0px;
	font-size: 10pt;
	padding-bottom: 7px;
	font-weight:bold;
}

	#banner .bg-hometop	{
		background-image: url(/greensboro/images/bg-hometop.gif);
		background-repeat: repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		font-weight: normal;
		padding-right: 10px;
		margin-left: 100px;
	}
	
	#banner A, #banner A:link, #banner A:visited, #banner A:active
	{
		font-family: arial, helvetica, sans-serif;
		text-decoration: none;
		color: #fff;		
		display:inline-block;
		text-align:center;				
		padding: 0px 10px 0px 10px;		
	}



/*********************************************************************************  
 *  
 *  All of these Styles are for your Content Section (IE The middle Section on a
 *  three column page, or the Right column on a 2 column page).
 *
 *  These are also the styles that are used in the Editing windows for Authors
 *
 *********************************************************************************/


#content 
{
	color: #000000;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	margin:0px;
	background: #ffffff;
}

	#content .inputlabel
	{
		width: 100px;
	}

	#content span.right 
	{
		float:right;
		margin-left:15px;		
		margin-bottom:15px;
		margin-right:15px;
	}

	#content span.left 
	{
		float:left;
		margin-left:15px;		
		margin-right:15px;		
		margin-bottom:15px;
	}

	#content .bg-graybar	{
		background-image: url(/greensboro/images/bg-graybar.gif);
		background-repeat: repeat-x;
	}

	/*
	#content th 
	{
		background-color:#CCCCCC;
		font-size: 10pt;
	}

	#content td.row 
	{
		color: Purple;
		font-size: 10pt;
	}

	#content td.alt_row
	{
		color:Maroon;
		font-size: 10pt;
	}
*/
	



	/* 
	*  Here we are setting up the Font Family and any Default Settings
	*/
	#content .bodycopy, #content span.bodycopy p, #content span.bodycopy, #content .h3, #content .sub_heading, #content .bodycopy_small, #content .bodycopy_form,
	#content div.bodycopy p, #content div.bodycopy, #content .h3
	{
		text-decoration: none;
	}
	
	#content span.bodycopy_form 
	{
		display: inline;
	}

	/*
	*  This is the Colored Bold in The CSS Drop Down
	*/
	.color_Bold
	{
		font-weight:bold;
		color: #0066cc;
		
	}

	/*
	*  This is the Colored Bold in The CSS Drop Down
	*/
	.color_Highlight
	{		
		color: #0066CC;
	}
	
	/*
	*  This is the Colored Bold in The CSS Drop Down
	*/
	.color_Red
	{		
		color: red;
	}	

	/* 
	*  This is a normal Bold, via clicking the "B" Button
	*/ 

	.bodycopy strong
	{
		font-weight:bold;
	}

	/* 
	*  This is a normal italic, via clicking the "I" Button
	*/
	.bodycopy em
	{
		
		font-style: italic;
	}

	/* 
	*  This is the default Header Rule, via clicking the "HR" Button
	*/
	.bodycopy hr 
	{	
		color: #DCDCDC;
		text-align:center;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	/* 
	*  This is the default Header Rule, via clicking the "HR" Button
	*/
	.hr2
	{	
		color: #DCDCDC;
		text-align:center;
		padding-left: 10px;
		padding-right: 10px;
	}
	

	/*
	*  This is a default spacing for images.
	*  -- Got to think of a better way as this effects the Editing Toolbar
	*/
	span.bodycopy img, div.bodycopy img
	{
		margin:0px;
		padding:0px;
	}


	/*
	*  This is for all links embedded in a content area. 
	*/

	#content span.bodycopy A, #content span.bodycopy A:link, #content span.bodycopy A:visited, #content span.bodycopy A:active,
	#content div.bodycopy A, #content div.bodycopy A:link, #content div.bodycopy A:visited, #content div.bodycopy A:active
	{
		font-family: arial, helvetica, sans-serif;
		text-decoration: underline;
		color: #006600;
		font-weight: normal;
	}

	#content span.bodycopy A:hover, #content div.bodycopy A:hover
	{
		font-family: arial, helvetica, sans-serif;
		text-decoration: none;
		color: #006600;
		font-weight: normal;
	}



	/* Data Table Setup */
	table.Style1
	{
		background: #FFFFFF;
	}
	
	table.Style1 th
	{
		background-color: #006600;
		color:#ffffff;
	}

	table.Style1 td
	{
		background-color:#ffffff;
		color: black;
		text-align:center;
	}

	
	table.Style1 td.alt
	{
		background-color: #ededed;
	}
	
	
	/* Text Table Setup */
	table.Style2
	{
		background: #FFFFFF;
	}
	
	table.Style2 th
	{
		background-color: #DCDCDC;
		color:#006600;		
	}

	table.Style2 td
	{
		color: black;
		text-align:left;
	}

	table.Style2 td.alt
	{
		background-color: #ededed;
	}
	


	/* Budget Table Setup */
	table.Budget
	{
		background: #FFFFFF;
		font-size: 1em;
	}
	
	table.Budget th
	{

		font-weight: bold;
		background-color: #ededed;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-decoration: none;			
	}

	table.Budget td
	{
		background-color:#ffffff;
		color: black;
		text-align:left;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;		
	}



	.table_format
	{
		border:1px solid gray;
		font-size: .9em;
	}
	
	/* White on a Green Background */
	.table_style_1
	{
		background-color:#006600;
		color:#ffffff;
	}
	
	/* Green on Grey Background */
	.table_style_2
	{
		background-color: #DCDCDC;
		color:#006600;		
	}	
	
	/* Black on Grey Background */
	.table_style_3
	{
		background-color: #DCDCDC;
		color:#000000;		
	}		
	
	.alt_row
	{
		background-color: #ededed;
	}	
	
	.callout 
	{
		display:block;
		border: 1px solid #006600;
		padding: 10px;
		font-weight:300;
		/* background-color: #DFFFDF; */
		background-color: #cce0cc;
	}	

#callout 
{
	display:block;
	border: 1px solid #006600;
	padding: 10px;
	font-weight:300;
	background-color: #cce0cc;
	text-align:left;
	width:450px;
}			

/*********************************************************************************  
 *  
 *  All of these Styles are for your Left Hand Navigation Section 
 *
 *********************************************************************************/



#Left_Nav 
{
	width:150px;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 4px 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;			
}


#Left_Nav A:link, #Left_Nav A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;	
	display:block;		
	padding-bottom:10px;
}

#Left_Nav A:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	display:block;		
	padding-bottom:10px;
}



/********************/
.linktext	{
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 4px 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.linktitle	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 2px;
	padding: 2px 2px 2px 8px;
}

.linktitle a:link, .linktitle a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.linktitle a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.sidebar-a {
	background-image: url(/greensboro/images/bg-vertbar.gif);
	background-repeat: repeat-x;
	color: #000000
}

.sidebar-a p	{
	color: #000000;
}



/*********************************************************************************  
 *  
 *  All of these Styles are for your Right Hand News Section
 *
 *********************************************************************************/ 

.sidebar-b {
	background-image: url(/greensboro/images/bg-vertbar-rt.gif);
	background-repeat: repeat-x;
}
	#news .news_title	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 0px;
		padding-left: 10px;
		color: green;
	}

	#news .news_date	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #666666;
		padding-left: 10px;
		padding-bottom: 5px;
		padding-top: 0px;
	}

	#news a, #news a:link, #news a:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		text-decoration: underline;
	}

	#news a:hover	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
		color: #000;
	}
	
	/* This is Used for The "NEWS" title */
	h6	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #000000;
		padding-top: 2px;
		padding-bottom: 2px;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-top-color: #666666;
		border-right-color: #666666;
		margin-top: 10px;
		margin-bottom: 10px;
	}	



/*********************************************************************************  
 *  
 *  All of these Styles are for your Footer Section
 *
 *********************************************************************************/ 
#footer {
	clear: both;
	padding: 0px 0px 5px;
	margin-top: 0px;
	width: 775px;
	background-color: rgb(5, 88, 6);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

	#footer p	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #CCCCCC;
		line-height: 10px;
		padding: 0px;
		margin: 0px;
	}

	#footer .bg	{
		background-image: url(/greensboro/images/dot-gray.gif);
		background-repeat: repeat-x;
		background-position: center;
	}

	#footer a, #footer a:link, #footer a:visited	{
		color: #FFF;
		text-decoration: underline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:normal;
	}

	#footer a:hover	{
		color: #FFF;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:normal;
	}





.bulletlist UL
{
	list-style-position: outside;
	font-size: 10pt;
	font-family: verdana;
	list-style-type: disc;
	text-decoration: none;
}
.bulletlist LI
{
	list-style-position: outside;
	font-size: 10pt;
	font-family: verdana;
	list-style-type: disc;
	text-decoration: none;
}
.bulletlist LI LI
{
	list-style-position: outside;
	font-size: 10pt;
	text-indent: 10pt;
	font-family: verdana;
	list-style-type: circle;
	text-decoration: none;
}
.numberlist UL
{
	list-style-position: outside;
	font-size: 10pt;
	font-family: verdana;
	list-style-type: decimal;
	text-decoration: none;
}
.numberlist LI
{
	list-style-position: outside;
	font-size: 10pt;
	font-family: verdana;
	list-style-type: decimal;
	text-decoration: none;
}
.numberlist LI LI
{
	list-style-position: outside;
	font-size: 10pt;
	text-indent: 10pt;
	font-family: verdana;
	list-style-type: lower-roman;
	text-decoration: none;
}



/*********************************************************************************  
 *  
 *  This is used for the Breadcrumb Area
 *
 *********************************************************************************/ 
#breadcrumb 
{
	height:16px; 
	vertical-align:bottom;	
}

h5
{
	font-weight: normal;
	font-size: 11px;
	vertical-align: baseline;
	color: #000000;
	padding-top: 10px;
	border-bottom: #ededed 5px solid;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}


h5 .breadcrumb
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
}

h5 .breadcrumb A, h5 .breadcrumb A:link, h5 .breadcrumb A:visited, h5 .breadcrumb A:active
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000;
	text-align: right;
}
h5 .breadcrumb A:hover
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	text-align: right;
}

/*
.breadcrumb
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.breadcrumb A, .breadcrumb A:link, .breadcrumb A:visited, .breadcrumb A:active
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000;
}
.breadcrumb A:hover
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
*/

/* used in NewsSummary control */
.continuationlink
{
	font-weight: bold;
	font-size: 7pt;
	color: gray;
	font-family: arial, sans-serif;
	text-decoration: none;
}
.continuationlink A
{
	font-weight: bold;
	font-size: 7pt;
	color: gray;
	font-family: arial, sans-serif;
	text-decoration: none;
}
.continuationlink A:hover
{
	font-weight: bold;
	font-size: 7pt;
	color: gray;
	font-family: arial, sans-serif;
	text-decoration: none;
}
.continuationlink A:visited
{
	font-weight: bold;
	font-size: 7pt;
	color: gray;
	font-family: arial, sans-serif;
	text-decoration: none;
}


.newstitle
{
	font-weight: bold;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
}
.newstitle A
{
	font-weight: bold;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
}
.newstitle A:hover
{
	font-weight: bold;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}
.newstitle A:visited
{
	font-weight: bold;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
}
.newssummary
{
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}
.byline
{
	font-size: 9pt;
	font-style: italic;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

/* used on missingperson and wantedperson templates */

.missingheading
{
	font-weight: bold;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}
.missingdata
{
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}



.rbleft 
{
	text-align:left;
}

.rbleft label
{
	text-align:left;
	width: 75px;
}






/* Used in text console, not in toolbar */

.console_head
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial, Sans-serif;
	text-decoration: none;
	padding-left:10px;
	padding-bottom: 3px;
}

.console
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Sans-serif;
	text-decoration: none;
}
.console a:link
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Sans-serif;
	text-decoration: none;
}
.console a:hover
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Sans-serif;
	text-decoration: underline;
}






.ImageButton 
{
    BORDER-RIGHT: #808080 1px solid; 
    PADDING-RIGHT: 1px; 
    BORDER-TOP: #808080 1px solid; 
    PADDING-LEFT: 1px; 
    FONT-WEIGHT: bold; 
    FONT-SIZE: 9pt; 
    BACKGROUND: url(/greensboro/images/btnbgGray.gif); 
    PADDING-BOTTOM: 1px; 
    BORDER-LEFT: #808080 1px solid; 
    CURSOR: hand; 
    COLOR: darkblue; 
    PADDING-TOP: 1px; 
    BORDER-BOTTOM: #808080 1px solid; 
    FONT-FAMILY: MS Sans Serif, Tahoma,Helvetica; 
    HEIGHT: 20px; 
    TEXT-ALIGN: center 
}
