/* Styles common for the front-end and toolkit */

a{
	color:#F7D77F;
}
a:hover{
	color:#eee;
text-decoration:none;
}

a.ad_link {
  margin-bottom: 35px; 
  font-family: Arial, Verdana, sans-serif; 
  font-size: 10px;
  text-decoration: none;
  color: #eee;
}


UL LI.feature {
	font-size: 18px;
	color: #444444;
	font-family: trebuchet ms, georgia, sans-serif;
	list-style-image: url('http://www.couturephotography.com/images/et_li.gif');
	line-height: 22px;
}

.share {
	font-size: 12px;
	color: #444444;
	font-weight: bold;
	font-family: verdana;
	list-style-image: url('http://www.couturephotography.com/images/et_li.gif');
	padding: 5px;
	text-decoration: underline;
}
UL LI.listing {
  margin-left: -10px;
	list-style-image: url('http://www.couturephotography.com/images/et_li.gif');
  margin-bottom: 10px;
  
}

h2 { /* Entry title */
  padding: 0 0 7px 0;
  margin: 0;
  font: arial, sans-serif;
  color: #000; 
  text-transform: uppercase;
  }


a.title {
  font-size: 16px;
	color: #1F277F;
	font-weight: bold;
	font-family: trebuchet ms, georgia, sans-serif;
}

a.promo_link {
  font-size: 24px;
  color: #676767;
  font-family: georgia;
  font-weight: bold;
  text-decoration: underline;
}

a.footer_link, a.topic_title {
  font-family: verdana;
  font-size: 12px;
  color: #676767;
  font-weight: bold;
  text-decoration: underline;
}

a.topic_title {
  font-family: verdana;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

a.ad_title {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 13px; 
  font-weight: bold; 
  color: #F7D77F;
}

#adbox a.ad_title {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 13px; 
  font-weight: bold; 
  color: #F7D77F;
}

span.ad_desc, a.ad_desc {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 13px;
  color: #FFFFCC;
  text-decoration: none;
}

span.ad_link, a.ad_link {
  margin-bottom: 35px; 
  font-family: Arial, Verdana, sans-serif; 
  font-size: 10px;
  text-decoration: none;
  color: #eee;
}

a.ad_link:hover {
  color: #eee;
  text-decoration: none; 
}

a.related {
  font-size: 12px;
  color: #000000;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: underline;
  margin-right: 15px;
}

a.topic {
  font-family: verdana, tahoma, arial;
  font-size: 9px;
  font-style: normal;
  line-height: 13px;
  color: #000000;
  text-decoration:underline;letter-spacing: 0px;
}

a.inline {
  font: normal 12px/1.5em "Lucida Grande", "Verdana", sans-serif;
  color: #333;
	font-size: 12px; 
}

#legend {
    color: #666;
    font-size: 10px;
    font-weight: bold;
    margin-top: -11px;
    padding-left: 5px;
}

#legend a {
  font-family: "Lucida Grande", "Verdana", sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #ccc;
  background: #fff;
}


.calendar_table {
	border: 1px solid black;
	margin: 3px;
	color: black;
	background: white;
}

.calendar_cell {
	padding: 3px;
	color: black;
	background: white;
}

.calendar_header {
	background: #ffc;
	color: black;
	font-size: 11px;
	font-weight: bold;
}

a.calendar_event_day, a.calendar_event_day:visited, a.calendar_event_day:hover, a.calendar_event_day:active, a.calendar_event_day:link,
.calendar_current_day a:visited, .calendar_current_day a:hover, .calendar_current_day a:active, .calendar_current_day a:link {
	color: red;
}

.calendar_current_day {
	border: 1px solid black;
	color: black;
}


.calendar_cell,
.calendar_current_day,

.calendar_event_day,
a.calendar_event_day,
a.calendar_event_day:link,
a.calendar_event_day:visited,
a.calendar_event_day:hover,
a.calendar_event_day:active,

.calendar_navigation,
a.calendar_navigation,
a.calendar_navigation:link,
a.calendar_navigation:visited,
a.calendar_navigation:hover,
a.calendar_navigation:active {
	text-decoration: none;
	font-size: 10px;
}

.calendar_box {
	border: 1px dotted black;
	margin: 3px;
	padding: 1px;
	color: black;
	background: white;
}

.calendar_event_summary {
	font-family: Verdana, Tahoma, sans-serif;
	font-style: italic;
	color: black;
	background: white;
}

.calendar_header {
	text-align: center;
}

.calendar_navigation {
	padding: 0 1em;
}


/* Some common classes */
body, body table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body, html, head, table, img {
	margin: 0;
	padding: 0;
}

.center, .center td {
    text-align: center;
}

p {
	margin-top: 1em;
	margin-bottom: .3em;
}


.pleasewait, #pleasewait, #pleasewait1, #pleasewait2 {
	visibility: hidden;
	color: red;
}

a.inverted {
	font-weight: bold;
}

.inverted, a.inverted:hover {
	background: black;
	color: white;
}


table.left th, table.left td {
    text-align: left;
}

h1 {
    font-size: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/*Content search style*/
.highlight
{
	background-color: #CC0000;
	font-weight: bold;
	color: white;

}

hr.searchContent
{
	color: #330066;

}

td.searchContentTitle
{
	background-color: white;
	text-decoration: underline;
	color: #0000CC;

}

td.searchContentValue
{
	background-color: white;
	font-weight: normal;
}

td.searchContentCaption
{
	font-weight: bold;
	font-size: 14px;
}
td.searchLastUpdated
{
	font-size: 12px;
}


A.searchContentTitleLink:link
{
  	background-color: white;
	text-decoration: underline;
	color: #0000CC;
}

A.searchContentTitleLink:active
{
  	background-color: white;
	text-decoration: underline;
	color: #0000CC;
}

A.searchContentTitleLink:visited
{
  	background-color: white;
	text-decoration: underline;
	color: #0000CC;
}

A.searchContentTitleLink:hover
{
  	background-color: white;
	text-decoration: underline;
	color: #0000CC;
}

A.searchContentValueLink:link
{
  background-color: white;
  text-decoration: none;
  color: Black;
  font-weight: normal;
}

A.searchContentValueLink:active
{
  background-color: white;
  text-decoration: none;
  color: Black;
  font-weight: normal;
}

A.searchContentValueLink:visited
{
   background-color: white;
  	text-decoration: none;
  	color: Black;
	font-weight: normal;
}

A.searchContentValueLink:hover
{
   background-color: white;
  	text-decoration: none;
  	color: Black;
	font-weight: normal;
}
