@import url('default.flyout.style.css');

body, html  {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background-color: #CCCCCC;
	color: #333333;
	margin: 0px;
}

a, a.hover {
 	color: #003051;
}

a.visited {
  	color: #333333;
}

div.page_links {
	margin: 10px 0px;
	text-align: center;
}

img {
	border: 0px;
}

form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input, select, textarea {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

ul li ul,
ul li ul li {
	list-style-type: circle !important;
}

.clear {
  	clear: both;
}

.hidden {
  	display: none;
}

#city-photo
{
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

#content-container
{
  float: right;
  width: 690px;
}

#content
{
  min-height: 500px;
  margin: 0 15px 0 15px;
}

#copyright
{
  width: 880px;
  margin: 5px auto 15px auto;
}

#f { clear: both; }

#flash {
  width: 688px !important;
  float: right;
  background-color: #4B7B9C;
}

#footer
{
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
  background-color: #a7a9ac;
}

#footer-background {
	padding: 0px 10px 10px 10px;
	background-image: url('../images/bgshadow-footer.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#header {
  height: 161px;
  background-color: #FFFFFF;
}

#header-background {
	padding: 10px 10px 0px 10px;
	background-image: url('../images/bgshadow-header.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

#logo
{
  text-align: center;
  width: 206px;
  float: left;
}

#main {
 
}

#main-background {
	padding: 0px 10px;
	background-image: url('../images/bgshadow-main.gif');
	background-position: top center;
	background-repeat: repeat-y;
}

#page
{
  position: relative;
  width: 926px;
  margin: 0px auto;
}

#sidebar
{
  width: 212px;
  float: left;
}

/**
 * 	Menu Bar
 */
#menu-bar
{
  height: 30px;
  background-color: #012f51;
}

.menu-bar-link
{
  margin: 0 12px 0 12px;
}

/* Tab stuff */
#tabs li {
	float: left;
	width: 100px;
}

#tabContainer
{
  border-bottom: 1px solid #A7A9AC;
  margin-bottom: 10px;
}

.tabLink
{
  margin: 0 5px 0 5px;
}

.tabLink a
{
  padding: 2px 5px 2px 5px;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.tabLink a.active
{
  background-color: #C8C8C8;
}

/* Admin view stuff */
#adminSidebar
{
  width: 120px;
  text-align: center;
  float: right;
  margin: 20px 10px 0 0;
}

#adminSidebar a
{
  text-decoration: none;
  color: #D3D3D3;
}

#adminSidebar a:hover
{
  color: #FFFFFF;
}

#adminLinksContainer
{
  width: 520px;
  float: right;
  margin-right: 10px;
}

/* Map modal stuff */
.map-modal
{
  width: 750px;
  height: 480px;
}

#small-map
{
  width: 300px;
  height: 225px;
  margin-top: 10px;
  margin-left: 290px;
  border: 1px solid black;
}

#large-map-container
{
  margin-top: 5px;
  width: 750px;
  height: 448px;
  border: 1px solid black;
}

.directions-container
{
  float: left;
  width: 255px;
  height: 420px;
  border: 1px solid black;
  overflow: auto;
}

.map-container
{
  float: right;
  margin-left: 10px;
  margin-right: 0px;
  width: 467px;
}

#map-sub
{
  width: 467px;
  height: 455px;
  border: 1px solid black;
}

#print-link
{
  float: left;
  height: 15px;
  width: 260px;
  text-align: center;
  vertical-align: top;
  margin-top: 5px;
}

#modal_container {  
  padding:5px;  
  background-color:#fff;  
  border:1px solid #666;  
  overflow:none;  
  font-family:"Lucida Grande",Verdana;  
  font-size:12px;  
  color:#333;  
  text-align:center;  
} 

#modal_overlay {  
  background-color:#FFF;  
}  

.modalClose
{
  float: right;
  font-weight: bold;
  border: 1px solid black;
}

.modalClose a
{
  text-decoration: none;
}

/**
 *	Stuff for table-ated admin rows
 */
table.admin {
	width: 490px;
}

table.admin tr.norm {
	padding: 0px 10px;
	background-image: url('/themes/default/images/item-bg.gif');
	background-repeat: no-repeat;
	height: 45px;
}

table.admin tr.tall {
	padding: 0px 10px;
	background-image: url('/themes/default/images/item-bg-tall.gif');
	background-repeat: no-repeat;
	height: 64px;
}

table.admin tr.norm td {
	vertical-align: middle;
	line-height: 1.3;
	height: 38px;
	padding: 0px 5px 7px 5px;
}

table.admin tr.tall td {
	vertical-align: middle;
	line-height: 1.3;
	height: 57px;
	padding: 0px 5px 7px 5px;
}

table.admin td a.edit {
	text-decoration: none;
	color: #333333;
}

table.admin td a.edit:hover {
	text-decoration: underline;
	font-weight: bold;
}

table.admin td.icons {
	width: 110px;
	text-align: center;
}

/*** Link Modal ***/
div.options {
	overflow: auto;
}

div.options a {
	display: block;
	padding-left: 10px;
	text-indent: -10px;
	margin-bottom: 5px;
}

div.selector select {
	margin-top: 5px;
	width: 100%;
}

ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#content li {
	list-style: disc;
	margin: 5px 10px 5px 30px;
}

li.modal_link a {
	text-decoration: none;
}

li.modal_link a:hover {
	text-decoration: underline;
}

#tabLinks {
  border-bottom: 1px solid #333333;
  margin-bottom: 5px;
}

.tabContainer {
  overflow: auto; 
  height: 283px;
}

.link_modal_overlay {
	background-color: #4B7B9C !important;
}

#link_plugin_table td {
	vertical-align: top;
	padding: 5px;
}

.linkSelectorGroup a, .docSelectorGroup a, .pageSelectorGroup a {
  text-decoration: none;
}

.linkSelectorGroup a:hover, .docSelectorGroup a:hover, .pageSelectorGroup a:hover {
  background-color: #c8c8c8;
}

div#modal_container {
  text-align: left !important;
  background-color: #F3F3F3 !important;
  padding: 5px;
}
