﻿body 
{
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height: 1.3;
	padding:10px;
	margin:0;
	color:#606060;
	background:url(../images/body-bg.gif) repeat-x;
}

img
{
	border:0;
}

form
{
	margin:0;
	padding:0;
}

h1 
{
	font-weight:normal;
	font-size: 16px;
}

h2 
{
	font-size: 14px;
	font-weight: normal;
}

a:link , a:visited
{
	color:#cbad07;
	text-decoration: underline;
}

a:hover 
{
	text-decoration: none;
}

.clear
{
	clear:both;
}

#container
{
	width:900px;
	margin:0 auto;
}

#header
{
	background:url(../images/header-bg.png);
	height:129px;
	width:900px;
}

#header .inner
{
	margin:0 auto;
	width:750px;
}

#logo
{
	height:77px;
	padding:19px 0 0 267px;
}

#home-box
{
	margin:0 auto;
	width:750px;
	background:url(../images/home-box-bg.gif) repeat-y;
}

#home-box .inner
{
	background:url(../images/home-box-inner-bg.gif) no-repeat;
	padding:10px;
}

#content
{
	margin:0 auto;
	width:750px;
	background:url(../images/content-bg.gif) repeat-y;
}

#content .inner
{
	padding:10px 20px;
	background:url(../images/content-inner-bg.gif) no-repeat center top;
}

#service-menu
{
	text-align:right;
	line-height:16px;
	font-size:11px;
}

#content-separator
{
	background:url(../images/content-separator-bg.gif) no-repeat center;
	height:1px;
	line-height:1px;
}

#footer
{
	margin:0 auto;
	width:750px;
	background:url(../images/content-bg.gif) repeat-y;
}

#footer .inner
{
	background:url(../images/footer-bg.gif) no-repeat center bottom;
	padding:20px;
}

#footer p
{
	margin:0;
	padding:0;
}


/*= Search ----------------------------------------------*/

.paginator
{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #999;
    font-weight: bold;
}

.paginator ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.paginator ul li
{
    display: inline;
    padding-right: 10px;
}

.paginator ul li
{
}

.paginator ul li span
{
}

.paginator ul li span a
{
    text-decoration: underline;
    padding: 0 10px;
    color: #026A9D;
}

.paginator ul li.active
{
}

.paginator ul li.active span
{
    padding: 0 10px;
}


#search-results
{
    
}

#search-results ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#search-results ul li
{
    padding-bottom: 10px;
    font-weight: bold;
}

#search-results ul li a
{
    text-decoration: underline;
}

/*= FAQs --------------------------------------------*/

.tree
{
	
}

.tree ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tree ul ul
{
	padding-left: 20px;
}

.tree ul li
{
	
}

.tree ul li span
{
	padding: 2px 0 2px 0px;
	display: block;
}

.tree ul li span.active a.name
{
    color: #000000;
}

.tree ul li span.active a.name:hover,
.tree ul li span.active a.name:visited:hover
{
    color: #000000;
}

.tree ul li span a.name
{
	font-weight: normal;
	padding: 0 1px;
}

.tree ul li span em
{
	color: Gray;
	font-size: 85%;
	padding-left: 3px;
}

.tree ul li img.icon
{
	cursor: pointer;
}

.tree ul ul ul li span a.name
{
	font-weight: normal;
}

.tree ul ul ul  li span a.name
{
	font-size: 90%;
}

/*= Events -----------------------------------------------*/

.calendar
{
	width: 180px;
}

.calendar .header
{
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}

.calendar .previous
{
	float: left;
}

.calendar .next
{
	float: right;
}

.calendar table.body
{
	font-size: 12px;
	border-collapse: collapse;
	width: 100%;
}

.calendar table.body tr.week
{
}

.calendar table.body tr.week-first
{
}

.calendar table.body tr.week-last
{
}

.calendar table.body td
{
	vertical-align: middle !important;
}

.calendar table.body td.day
{
	text-align: center;
	border: 1px solid #EFEFEF;
	height: 24px;
	color: Gray;
	padding: 0;
	margin: 0;
}

.calendar table.body td.day-first
{
}

.calendar table.body td.day-last
{
	border-right: 1px solid #EFEFEF;
}

.calendar table.body td.day a
{
	display: block;
	background: #eeedec;
	padding: 5px 0;
	color:#650033;
	font-weight:bold;
}


.ticket
{
	width:400px;
	border:solid 1px Gray;
	border-right:0;
}

.ticket th
{
	background:#650033;
	color:#ffffff;
	border-right:solid 1px Gray;
}

.ticket th.price
{
	width:80px;
}

.ticket td
{
	border-top:solid 1px Gray;
	border-right:solid 1px Gray;
}

.ticket td.price
{
	text-align:right;
}

.ticket .quantity
{
	text-align:center;
}

/* Gallery ----------------------------------------------------*/

ul#thumbnails
{
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

ul#thumbnails li
{
    display: inline;
    height: 120px;
    width: 120px;
    float: left;
}

#image-box
{
	width:600px; 
	float:left;
}

#image-box img.large-image
{
	border:solid 1px #646366 !important;
}

#thumbs-box
{
	margin-left:610px;
}

#thumbs-box a
{
	margin:0 0 10px 10px; 
	display:block; 
	width:120px;
	border:solid 1px #646366;
}

/*= Forms -----------------------------------------------------*/

.hint
{
    color: Gray;
    font-size: 85%;
    font-weight: normal;
}

/* Applied to containers with 
.validator
{
    color: Red;
}

/* Applied to containers with asterix inside */
.validator-req
{
}

/* 
    Applied to validator summary div, that contains ul
    By default it has style color: red; so you need to overwrite it somewhere in ul
 */
.validator-summary
{
    background: #fffed6;
    padding: 2px 8px;
    margin-bottom: 10px;
}

.validator-summary ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.validator-summary li
{
    font-weight: bold;
    padding: 3px 0;
    font-size: 90%;
    color: #cc0000;
}


fieldset
{
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
}


legend
{
    display: none;
}

fieldset legend
{
}

.field-row .field-control
{

    padding-left: 7px;
    margin-bottom: 10px;
}

.field-row .field-label
{
    padding-left: 8px;
    font-weight: bold;
}

label
{
    font-size: 90%;
    font-family:Arial;
    color: #555;
}

.field-row .field-control
{
}

/* Simultaneously added to div.field-row */
.submit
{
}

.input-name
{
    width: 400px;
}

.input-address
{
    width: 400px;
}

.input-city
{
    width: 150px;
}

.input-state
{
    width: 10ex;
}


.input-phone
{
    width: 150px;
}

.input-reference
{
    width: 150px;
}

.button-link
{
    text-decoration: underline !important;
}

table.expandable-description tr.row td.details div.details
{
	height:100%;
	cursor:pointer;
}

table.expandable-description tr.row td.details div.expand
{
	background:url(../images/expand.gif) no-repeat left;
}

table.expandable-description tr.row td.details div.collapse
{
	background:url(../images/collapse.gif) no-repeat left;
}

/*= Account -------------------------------------------*/

#keytags-table, #agents-table, #owners-table
{
	border:solid 1px #eeeeee;
	width:100%;
}

#keytags-table tr:hover, #agents-table tr:hover, #owners-table tr:hover
{
	background:#fffeed;
}

#keytags-table thead tr:hover, #agents-table thead tr:hover,  #owners-table thead tr:hover
{
	background:#dddddd;
}

#keytags-table thead, #agents-table thead, #owners-table thead
{
	background:#dddddd;
}

#keytags-table .id
{
	text-align:left;
}

#keytags-table .date,
#keytags-table .activated,
#keytags-table .edit,
#keytags-table .purchase,
#agents-table .remove
{
	text-align:center;
}

#keytags-table .amount
{
	text-align:right;
}

#owners-table .date,
#owners-table .remove
{
	text-align:center;
}


/*= Administration -------------------------------------*/

#tabs
{
	border-bottom:solid 1px #dddddd;
	height:24px;
}

#tabs div
{
	float:left;
	padding:0 10px;
	line-height:24px;
	height:24px;
}

#tabs div a
{
	font-weight:bold;
	font-size:14px;
}

#tabs div.active
{
	background:#dddddd;
}

#tabs div.active a
{
	text-decoration:none;
}

#locations-tree
{
	float:left;
	width:250px;
	padding-top:10px;
}

#agents-list
{
	margin-left:260px;
	padding-top:10px;
}

#breadcrumbs
{
	list-style:none;
	padding:10px 0 0 0;
	margin:0;
	height:30px;
	font-style:italic;
}

#breadcrumbs li
{
	display:inline;
	line-height:30px;
}

#root-location-menu ul, #location-menu ul, #organization-menu ul
{
	list-style:none;
	padding:5px;
}

#root-location-menu ul li, #location-menu ul li, #organization-menu ul li
{
	line-height:24px;
}