/* Gwinnett-Business.com */
* {
	padding: 0px;
	margin: 0px;
}

/* Basic Structure */
body {
	margin: 18px 0 0 0;
	font-family: verdana, arial, tahoma;
	color: #000000;
	background: #FFFFFF;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #f5f5f5;
}

p {
	margin-bottom: 8px;			/* 2 times table padding */
	margin-top:0px;
	padding-bottom: 0px;
	line-height: 128%
}

h1 {
	font-family: verdana, arial, tahoma;
	font-size: 10pt;
	font-weight: bold;
	line-height: 118%;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 5px;
	padding: 4px 0px 5px 30px;
	background-color: #333366;
	background-image: url("/images/BG-H1.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

h1.city {
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	color: black;
	margin: 0px;
	padding: 6px 0px 6px 0px;
	text-align: center;
	background: #FFFFFF;
}

h2 {
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
	font-weight: bold;
	line-height: 108%;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 5px;
	padding: 3px 0px 3px 4px;
	background-color: #333366;
	border-top: 1px solid #404083;
	border-bottom: 1px solid #404083;
}

/* Search Result - Title */
h3 {
	font-family: verdana, arial, tahoma;
	font-size: 9pt;
	font-weight: bold;
	line-height: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 0px 3px 4px;
	background-color: #333333;
	border: 0px;
}

/* Search Result - Business Type */
h4 {
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	font-weight: normal;
	font-style: italic;
	color: black;
	margin: 0px;
	padding: 0px 0px 2px 2px;
	background-color: #FFFFEE;
	border: 0px;
}

table {
	border-width: 0;
	font-size: 11;
	font-weight: normal;
	line-height: 110%;
	text-align: left;
	width: 100%;
	table-layout: fixed;
}

/* IE Only */
* html table { width: auto; }

tr {
	vertical-align: top;
}

img	{
	border-width: 0px;
}

a {
	text-decoration: none;
	font-weight: normal;
}

a:link,
a:active	{ color: blue; }
a:visited { color: purple; }
a:hover { text-decoration: underline; }

input,
select,
textarea {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	border-width: expression((this.type == "text" || this.type == "password") ? '1px' : '');
	border-style: expression((this.type == "text" || this.type == "password") ? 'solid' : 'none');
	border-color: expression((this.type == "text" || this.type == "password") ? '#7F9DB9' : '');
	padding: 1px 0px 1px 1px;
}

.noborder {	border-width: 0px; }

/* hover img is needed for IE to work, thus removing need of height: 100% which could affect layout */
.rollover a:hover,
a.rollover:hover,
a.rollover:hover img {
	opacity: .70;
	filter: alpha(opacity=70);
}

form {
	margin: 0px;
	padding: 0px;
}

form td {
	vertical-align: middle;
}

/* Border width not considered for float alignment by Firefox, unless surrounded by table */
div.h1 {
	-width: 100%;			/* -- disable in Firefox, enable in IE */
	
	/* cColorBackground */
	background: #F1F1F8;
	/* cBorder */
	border-width: 1px;
	border-color: #404083;
	border-style: solid;
	
	padding: 1px;
	margin-bottom: 8px;
}

th,
div.h1 td,
div.h1 p {
	padding: 4px 2px 4px 4px;			/* cTablePadding */
}

/* Separator and row padding that contains the Submit button */
div.h1 td.button {
	border-top: 1px solid #404083;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

div.h1 td.mandatory {
	font-weight: bold;
}

div.h1 td.top {
	vertical-align: top;
	padding-top: 8px;
}

div.footer {
	font-family: Trebuchet MS, arial;
	font-size: 7pt;
	line-height: 140%;
	text-align: right;
	padding: 0px;	
}

div.footer a:hover { color: red; }

/* Menu */
table.menu td {
	font-size: 8pt;
	border-bottom: 1px solid #404083;
	padding: 1px;
}

/* width: 100% looks perfect on IE, but not Firefox */
table.menu a {
	width: 100%;
	display: block;
	padding: 3px 0px 3px 2px;
}

table.menu a:link,
table.menu a:active,
table.menu a:visited	{	color: #000033; }
table.menu a:hover {
	text-decoration: none;
	background: #FFFFCC;
}

/*****************************/
/* Entire site column layout */
/*****************************/
/* Menu column  */
td.column1 {
	width: 152px;
	padding: 0px;
	margin: 0px;
}

/* Center column */
td.column2 {
	width: 450px;
}

/* Right-most column */
td.column3 {
	width: 150px;
}
/*****************************/

/* Business Listing Maintenance screens */
span.hint,
div.hint,
td.hint {
	font-style: italic;
	font-size: 7pt;
}

/* Basic Address Display */
div.address {
	line-height: 128%;
	background: white;
	padding: 3px;
	margin-bottom: 0px;
}

div.floatright,
span.floatright {
	float: right;
	position: relative;
	text-align: right;
	margin-right: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
}

/****************************************/
/* e.g. Maximize and Minimize 					*/
/* bg = with background color, e.g. map */
a.button {
	background: white;
	font-size: 7pt;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	border: 1px solid black;
	color: black;
}

a.button:hover {
	color: red;
	text-decoration: none;
	background: #DDFFDD;
}

a.button_bg {
	color: white;
	background: #336633;
	padding-bottom: 2px;
}

a.button_bg:visited { color: white }

a.button_bg:hover {
	color: black;
	background: #CCFFCC;
}

/* + and - image */
img.switch {
	width: 9px;
	height: 9px;
}
/****************************************/

/**********************************************/
/* Data count display - on Control Panel etc. */
td.label {
	background: #BBDDFF;
	width: 200px;
}

td.data {
	background: #FFFFCC;
	width: 60px;
	font-weight: bold;
}

td.data a {
	font-weight: bold;
	text-decoration: underline;
}

td.data a:visited { color: blue; }
td.data a:hover { color: red; }
/**********************************************/

/******************************/
/* Business Type link         */
a.bt 					{ text-decoration: underline; }
a.bt:link,
a.bt:active		{ color: black; }
a.bt:visited	{ color: #333333; }
a.bt:hover		{ color: red; }
/******************************/
