﻿/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

hr 
{
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 100%;
	text-align: left;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
div.user-form label
{
	float:left;
	width:120px;
}

div.user-form p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.field-form label
{
	float:left;
	width:120px;
}

fieldset.field-form input[type="checkbox"] 
{
	float:left;
}

fieldset.upload-logo-form
{
	padding:0 0 .5em 1em;
	margin:0 0 1em 0;
}

fieldset.write-review-form
{
	padding:0 0 .5em 1em;
	margin:0 0 1em 0;
}

fieldset.search-fields-form
{
	padding:0 0 .5em 1em;
	margin:0 0 1em 0;
}

fieldset.search-fields-form label
{
	float:left;
}

fieldset.search-fields-form input
{
	float:left;
}

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 5px 5px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

#FieldName { width: 500px; }
#Address, #Address1, #Address2 { width: 400px; }
#Email { width: 400px; }
#Url { width: 500px; }
#City { width: 200px; }
#Zip, #ZipCode { width: 80px; }
#SearchNameText { width: 230px; }
#SearchZipCode { width: 50px; }


/* TABLE
----------------------------------------------------------*/

/*table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}*/

table.states-list
{
	width: 100%;
}

table.states-list td
{
	vertical-align: top;
}

table.fields-list
{
	width: 100%;
}

table.fields-list td
{
	vertical-align: top;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    color:#ddd;
    font-size:1.1em;
    display:inline;
    text-align:right;
}

#logindisplay a
{
    color:#fff;
}

#logindisplay a:hover
{
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* tab pane styling */
div.tabs-pane {
    padding:15px 10px;
    border:1px solid #999;
    border-top:0;
    font-size:14px;
    background-color:#fff;
}

div.tabs-map-pane {
    border:1px solid #999;
    height:500px;
    border-top:0;
    font-size:14px;
    background-color:#fff;
}

td.note-datetime
{
	background-color:#eee;
	font-size: 0.7em;
	font-style:italic;
	padding:0 0 0 10px;
}

td.note-content
{
	border: 1px solid #ccc;
	font-size: 1em;
	padding-left:10px;
}

table.field-review
{	
	border: solid 1px #aaa;
	width:756px;
	background-color:#ccc;
	border-spacing:0;
	border-collapse:collapse;
}

td.user-name
{
	width:300px;
	padding:0 0 0 .5em;
}

td.review-date
{
	font-size:xx-small;
	text-align:right;
	width:350px;
}

td.field-review-text
{
	background-color:#fff;
	font-size:1em;
	padding:.5em;
}

table.notes
{
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
}
div.field-info
{
	line-height:120%;
	font-size:.8em;
	float:left;
}
div.field-logo
{
	float:right;
}
div.field-logo img
{
	max-height:120px;
}

div.field-details label
{
	font-weight:bold;
	float:left;
	width:120px;
}

.wordNew
{
	font-weight:bold;
	color:Green;
	float:left;
	width:2.5em;
}

.wordUpdated
{
	font-weight:bold;
	color:Blue;
	float:left;
	width:2.5em;
}

.shortDate
{
	float:left;
	width:5em;
}

p
{
	margin:0;
}

#nav { padding: 2px; }
#nav a { border: 1px solid #ccc; background: #fc0; text-decoration: none; margin: 0 5px; padding: 3px 5px;  }
#nav a.activeSlide { background: #ea0 }
#nav a:focus { outline: none; }

a.left-arrow
{
    display: inline-block;
    background: url(/Content/images/left_arrow_icon.png) 0px 0px no-repeat;
    vertical-align: middle;
    text-decoration: none;
    height: 16px;
    width: 20px;
    font-size: 0px;
}
a.right-arrow
{
    display: inline-block;
    background: url(/Content/images/right_arrow_icon.png) 0px 0px no-repeat;
    vertical-align: middle;
    text-decoration: none;
    height: 16px;
    width: 20px;
    font-size: 0px;
}
