/*#Header {
    height: 50px;
}
#Header a {
    background: url(/action/html/images/topbanner.gif) no-repeat;
    width: 740px;
    height:50px;
}
#SubBanner {
    background: url(/core/img/top_banner.jpg) bottom right no-repeat;
    height: 105px;
    margin-bottom: 5px;
}
*/
#ContentContainer {
  float: left;
  margin-right: 0px;
  width: 580px !important;
}

a:link, a:visited {
   color: #006633;
   text-decoration: none;
}

a:hover, a:active {
   color: #F60;
   text-decoration: none;
}

.description {
   color: #cc6666;
   font-size: 1.1em;
   margin-top: 5px;
   margin-bottom: 5px;
}

.Action {width: 420px;}

/* The following is some generic button look and feel */

input.navigate, div.navigate_button input {
    text-align: center;
    background: transparent;
	background-image: url('/core/img/button-background-green.gif');
	background-repeat: no-repeat;
	background-color: #9BD74F;
	height: 33px;
	border: 1px solid #ccc5aa;
}


#send_letter {
	background-image: url('/core/img/button-background-green.gif');
	background-repeat: no-repeat;
	background-color: #9BD74F;
	width: 152px !important;
	height: 33px;
	border: 1px solid #390;
	font-weight: bold;
	/* font-variant: caps; */
	font-size: 14px;
}

#send_letter:hover {
  border: 3px solid #F96;
}

input#send_letter {
  color: #FFF;
}

.message_box {
	background-color: #EEEDED;
	border: 1px solid #ddd;
	margin-top: 5px;
	padding: 5px;
}

.message_box h2 {
  color: #66cc00;
  font-size: 16px;
  font-weight: bold;
  margin-bottom:5px;
  font-family:Arial, Helvetica, sans-serif;
}

.image-cell {
  width: 130px;
  height: 130px;
}

.action-image {
  width: 123px;
  height: 123px;
  border: 1px solid #e0e0e0;
  line-height:0px;
}

/* cancels out weird spacing gap below main thumbnails */
.action-image a img {
	display:block;
}

.pac_rating_wrapper {
    margin: auto;
    padding: 8px;
}


.action-image a img, .action-image a:visited img 
{
border-top-width: 9px;
border-right-width: 9px;
border-bottom-width: 9px;
border-left-width: 9px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: white;
border-right-color: white;
border-bottom-color: white;
border-left-color: white;
}

a.photo-link  {
  background-image: url("/core/img/photoicon-small.jpg");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  font-weight: bold;
  padding-left: 30px;
  height: 30px;
}

.comment_label {
  min-width: 150px;
  text-align: right;
  font-weight: bold;
}

.pac_controls {
  color: #666;
  font-size: 9px;
}

.pac_top {
    height: 18px;
}

.pac_controls img {
  vertical-align: middle;
}

.pac_photo {
    margin: 20px 10px;
    text-align: center;
}

.pac_buttons {
    float: right;
    color: #666;
    font-size: 9px;
}

.success_description {
    float: right;
    margin: 15px 0;
    width: 500px;
}

@charset "utf-8";
/* CSS Document */

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
Version 0.11.0
*/

.overlay {
	position:absolute;
	display:block;
}

/* original box */
.tt {
	visibility:hidden;
	position:absolute;
	text-align: left;
	color:#333;
	background-color:#FDFFB4;
	font-family:arial,helvetica,verdana,sans-serif;
	padding:2px;
	border:1px solid #FCC90D;
	font:100% sans-serif;
	width:auto;
}

* html body.masked select {
	visibility:hidden;
}

* html div.panel-container select {
	visibility:inherit;
}

* html div.drag select {
	visibility:hidden;
}

* html div.hide-select select {
	visibility:hidden;
}

.mask {
    z-index:0;   
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color:#CCC;
}

.hide-scrollbars * {
	overflow:hidden;
}

.hide-scrollbars textarea, .hide-scrollbars select {
	overflow:hidden;
	display:none;
}

.show-scrollbars textarea, .show-scrollbars select {
	overflow:visible;
}

.panel-container {
	position:absolute;
	background-color:transparent;
	z-index:6;
	visibility:hidden;
	overflow:visible;
	width:auto;
}

.panel-container.matte {
	padding:3px;
	background-color:#FFF;
}

.panel-container.matte .underlay {
	display:none;
}

.panel-container.shadow {
	padding:0px;
	background-color:transparent;
}

.panel-container.shadow .underlay {
	visibility:inherit;
	position:absolute;
	background-color:#CCC;
	top:3px;left:3px;
	z-index:0;
	width:100%;
	height:100%;
    -moz-opacity: 0.7;
    opacity:.70;
    filter:alpha(opacity=70);
	zoom:1;
}

.panel {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	font:1em Arial;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

.panel .hd {
	background-color:#3d77cb;
	color:#FFF;
	font-size:100%;
	line-height:100%;
	border:1px solid #FFF;
	border-bottom:1px solid #000;
	font-weight:bold;
	overflow:hidden;
	padding:4px;
}

.panel .bd {
	overflow:hidden;
	padding:4px;
}

.panel .bd p {
	margin:0 0 1em;
}

.panel .close {
	position:absolute;
	top:5px;
	right:4px;
	z-index:6;
	height:12px;
	width:12px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

.panel .close.nonsecure {
	background-image:url(http://us.i1.yimg.com/us.yimg.com/i/nt/ic/ut/alt3/close12_1.gif);
}

.panel .close.secure {
	background-image:url(https://a248.e.akamai.net/sec.yimg.com/i/nt/ic/ut/alt3/close12_1.gif);
}

.panel .ft {
	padding:4px;
	overflow:hidden;
}

.simple-dialog .bd .icon {
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-right:10px;
	float:left;
}

.dialog .ft, .simple-dialog .ft {
	padding-bottom:5px;
	padding-right:5px;
	text-align:right;
}

.dialog form, .simple-dialog form {
	margin:0;
}

.button-group button {
	font:100 76% verdana;
	text-decoration:none;
	background-color: #E4E4E4;
	color: #333;
	cursor: hand;
	vertical-align: middle;
	border: 2px solid #797979;
	border-top-color:#FFF;
	border-left-color:#FFF;
	margin:2px;
	padding:2px;
}

.button-group button.default {
	font-weight:bold;
}

.button-group button:hover, .button-group button.hover { 
	border:2px solid #90A029;
	background-color:#EBF09E;
	border-top-color:#FFF;
	border-left-color:#FFF;
}

.button-group button:active { 
	border:2px solid #E4E4E4;
	background-color:#BBB;
	border-top-color:#333;
	border-left-color:#333;
}

/* test box - brandi 9/13/07 */


.photoBox {
	background-image:url(/css/boxes/yui-box/box_head.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:151px;
}

.photoBoxFoot {
	padding-top:29px;
	width:151px;
}

.photoBoxBody {
	background-image:url(/css/boxes/yui-box/box_tile.png);
	background-position:center top;
	background-repeat:repeat;
	padding:0px 15px 0px 15px;
	width:121px;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.photoBox p {
	line-height:14px;
	margin-top:0px;
	margin-bottom:0px;
}

.photoBox a:link, .box a:visited {
	color:white;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}

.photoBox a:hover {
	color:#CCCCCC;
}


/* Photo Action Center */
.action-image a:hover img {
    border-top-width: 9px;
    border-right-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 9px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e0e0e0;
    border-right-color: #e0e0e0;
    border-bottom-color: #e0e0e0;
    border-left-color: #e0e0e0;
}

.flickrPix img {
	margin:0px 8px 12px 0px;
	padding:3px;
    border: 1px solid #e0e0e0;
}

.flickrPix p img {
	margin:0px;
	border:none;
	padding:0px;
}

.fotoContWrap {
	margin:10px 0;
	padding:3px 0;
	color: #a0a0a0;
	border-bottom: 1px solid #dedede;
}

.fotoCont {
	margin:20px 0px 0px 0px;
}

.fotoCont, .fotoCont a, .fotoCont a:visited {
	color:#a0a0a0;
	font-size:11px;
}

.fotoCont a {
	text-decoration:underline;
}

.leftCont {
	text-align:left;
}

.rightCont {
    float: right;
	text-align:right;
}

.action-image-table {
	margin: 10px 0 0 0;
}

.rule {
	border-bottom:1px solid #dedede;
	margin:5px 0px 5px 0px;
	padding:0px;
}

.Action p {
	color:#4c4c4c;
	font-size:11px;
}
