.bold {font-weight:normal;font-family:arial black;font-size:11px;color:silver;}
body, td {font-family:tahoma,arial;font-weight:normal;font-size:12px;color:black;text-decoration:none;margin-top:0.00em;}
.big {font-family:tahoma;font-weight:bold;font-size:22px;color:black;}
.blue{font-size:12px;color:blue;text-decoration:none;border-bottom:1px dotted red}
a.blue:hover{text-decoration:none;color:red; border-bottom:1px dotted blue}
.tiny{font-family:arial;font-size:9px;text-decoration:none;color:black;}
a.tiny:hover{text-decoration:underline}
.big{font-size:16px;color:black;text-decoration:none;font-family:tahoma,arial,verdana;}
a.white:hover{text-decoration:none;color:black;}
.black{font-size:12px;color:black;text-decoration:none;font-family:tahoma;}
a.black:hover{text-decoration:none;color:black;}
.whitedot{font-size:12px;color:red;text-decoration:none;border-bottom:1px dotted black;}
a.whitedot:hover{text-decoration:none;color:blue; border-bottom:1px dotted red}
.link{font-family:verdana;font-size:10px;font-weight:bold;text-decoration:none;color:black;}
a.link:hover{font-family:verdana;font-size:10px;font-weight:bold;text-decoration:none;color:black;border-bottom:1px solid black;padding-left:2px;font-style:italic;}
.submit-button{color:#fff;background:green;border:1px #000 outset;font-weight:bold;font-family:tahoma}
.reset-button{color:#fff;background:red;border:1px #000 outset;font-weight:bold;font-family:tahoma}
form,select,input,textarea{font-family:tahoma,verdana,arial;font-size:12px;font-weight:normal;border-width:1px;border-color:black;}
.normlink{font-family:tahoma,arial;font-weight:normal;font-size:12px;color:black;text-decoration:none;margin-top:0.00em;}
a.normlink:hover{font-family:tahoma,arial;font-weight:normal;font-size:12px;color:black;text-decoration:underline;margin-top:0.00em;}
images {border: 5px solid #7d6b72;}
/* DON'T EDIT! */
div.PhotoSlice * { padding: 0px; margin: 0px; }
div.PhotoSlice div.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}
div.PhotoSlice img {
	visibility: hidden;
}
/* PHOTO BACKGROUND */
div#PSbackground {
	background: #000;
}
/* PHOTO STAGE */
div#PSstage {
	
}
div#PSstage img {
	border: 6px solid #FFF;
	margin: 0px auto;
}
div#PSstage-replica {
	background: #FFF;
}
/* PANEL */
div#PSmenu {
	text-align: center;
	padding: 4px 0px;
}
div#PSmenu div#PSbuttons {
	height: 38px;
	padding: 5px 10px;
}
div.PhotoSlice a.button {
        cursor: pointer;
	margin: 0px 2px; 
	padding: 10px 20px;
	background: #333;
	border: 2px solid #999;
	color: #FCFCFC;
	font: 13px Trebuchet MS;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
}
div.PhotoSlice a.button:hover {
	border: 2px solid #CCC;
}
div.PhotoSlice a.disabled {
        display: none;
}
div#PScaption {
        font: 13px Trebuchet MS;
}
div#PScaption p {
	color: #FCFCFC;
	text-align: center;
	line-height: 32px;
}
div#PScaption p a {
	border-bottom: 1px dotted #CCC;
	color: #CCC;
	text-decoration: none;
}
div#PScaption p a:hover {
	background: #333;
}
div#PScaption a#PSabout {
	float: right;
	line-height: normal;
	margin: 4px; padding: 0px 14px;
	line-height: 30px;
}
.left-margin{margin-left:10px;}
tabloid{background-color:pink;}
/*Buttons*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
