﻿/* global styles.  keep this clean and light! */
/* this is a hack; when applied to a div, it causes the div to expand vertically to include all content, including any floated divs therein */
.clearfix {display: inline-block;}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	background-color:black;
}
/* general styles */
.clearleft
{
	clear: left;
}
.clearright
{
	clear: right;
}
.clear, .clearboth
{
	clear: both;
}
.floatleft 
{
	float:left;
}
.floatright
{
	float:right;
}

body, html {
    font-family: arial,sans-serif;
    font-size: 12px;
    margin: 0px; 
    padding: 0px;
	color:#000;
}
body, td, th {
	font:12px Arial, Helvetica, sans-serif;
	color:#4d4d4d;
}

.tagcloud 
{
    line-height:230%;
}
td {
	vertical-align:top;
}
p a 
{
    padding:0px 1px;
}
p {
	margin-top:0px;
	margin-bottom:1.2em;
	line-height:1.5em;
}
a {
	text-decoration: none;
    color:#00a0c6;
    cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

a.backlit {
    text-decoration: underline;
    
}
a.backlit:hover {
    background-color: #00a0c6; 
    color: white;
}
a img {
	border: none;
}
a.withArrow
{
	padding-left:15px;
	background-image:url("../images/buttons/arrow.gif");
	background-position: 0px 2px;
	background-repeat:no-repeat;
	cursor: pointer;
}
a img {
	border-style:none;
}
hr {
	border-width:0px;
	border-top:1px solid #A8AFB5;
	height:0px;
	padding:0px;
	font-size:1px;
	margin:20px 0px;
}

.uploadbox_button
{
    background-color: #ffc;
    font-family:      Arial, Helvetica, sans-serif ;
    font-size:        12px;
    font-weight:      bold;
    font-style:       normal; 
    height: 22px;	
}

.container
{
	width:940px; 
	text-align:left; 
	padding-left:40px; 
	padding-right: 40px; 
	padding-top:12px; 
	background-color: #ffffff;
}

h1 {
	font:bold 22px Arial, Helvetica, sans-serif;
	color:#7CB3C0;
	padding-top:10px;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
    font:bold 16px Arial, Helvetica, sans-serif;
	color:#7CB3C0;
	padding-top:8px;
	margin-top:12px;
	margin-bottom:6px;
}

h3 {
	margin:1.5em 0 1.0em;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#7CB3C0;
	text-transform:uppercase;
}


h4 {
	font-size:12px;
	margin:1.5em 0 1.0em;
}

h5 {
    font:bold 14px Arial, Helvetica, sans-serif;
	color:#538F25;
	margin: 12px 0px 4px 0px;
}

.dottedBottomBorder
{
    background: url(../images/backgrounds/dotted.gif) repeat-x bottom;
    padding-bottom: 10px; 
}

input.textbox, textarea.textbox
{
    background-color:#ffffd3;
    padding:3px;
    border:1px solid #999999;
}

DIV#contentHeader 
{
	height: 164px; 
	margin-bottom: 10px;
}
DIV#contentHeader IMG
{
	position: absolute;
}
DIV#contentHeader DIV
{
    position:relative;
    top: 30px;
    left: 40px;
    width: 335px;
    height: 95px;
    color: white;
    line-height: 1.5em;
}
DIV#contentHeader DIV H1
{
	padding: 0px;
	margin: 0px 0px 4px 0px;
	color: White;
}

/* for tooltip popups */
DIV.tooltip
{
	 background: #000000;
	  color: white;
	  padding: 10px 14px 10px 14px;
	  width: auto;
	  height: auto;
	  text-align: left;
	  font-size: 11px;
	  z-index: 100000;
}

/* inset green box, appears in : /shop/giftcerts.aspx, /create/print_on_canvas.aspx, /site/GiftCardBalance.aspx */
.box 
{
    border:4px solid #f4ffe5;
}
.box .inner 
{
    border:1px solid #bae97a;
    background-color:#f4ffe5;
    padding:15px 15px;
}
.box h4 
{
    margin-top:2.0em;
}
.box h4.first 
{
    margin-top:0.5em;
}
.box h5 
{
    margin-top:0;
}
.box .inset 
{
    margin:0px;
    padding:20px 10px;
    border:1px solid #bae97a;
    background-color:#f8fdf2;
}


.smallfont {
	font:10px Arial;
	color:#A1A1A1;
}

input.xp, a.xp 
{
    background:url(../images/backgrounds/button.gif) no-repeat;
    width:151px;
    height:31px;
    border-style:none;
    font:14px Arial, sans-serif;
    text-align:center;
}
.center {
	margin-left:auto;
	margin-right:auto;
}

.block {
	background-color:#ebebeb;
	padding:5px 8px;
	margin-bottom:2px;
}
.transparent
{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.error 
{
    border-bottom:1px solid #c16666;
    padding:12px 10px 12px 22px;
    border-top:1px solid #c16666;
    background:#EBF2FA url(../images/icons/stop.gif) 5px 8px no-repeat;
    display:block;
}

.error p 
{
    line-height:normal;
}
.required_red 
{
    color:#f37b7d;
}
.inline_error 
{
    font-weight:bold;
    color:Red;
}

.success 
{
    background-color:#f4ffe5;
    padding:12px 18px 12px 18px;
    border:1px solid #bae97a;
    color:#444;
}

.errMsg {
	font-size: .8em;
	color: #FF0036;
	display: block;
}

.validatorErr 
{
	height: 22px;
	margin: 4px;
	color: #F34610;
	font-weight: bold;
}

DIV.validatorErr 
{
	padding-top: 6px; 
	height: 22px;
	margin: 4px;
	color: #F34610;
	font-weight: bold;
}

DIV.validatorErr IMG 
{
	vertical-align:middle;
	margin-right: 4px;
}


input.textYellow,
textarea.textYellow
{
	display:block;
	border:1px solid #999;
	background-color:#ffffd3;
	color:#538f25;
	font-size:14px; 
	font-weight:bold;
}
input.textWhite,
select.textWhite,
textarea.textWhite
{
	display:block;
	border:1px solid #999;
	background-color:#fff;
	color:#538f25;
	font-size:14px; 
	font-weight:bold;
}


span.required
{
	color:red;
	font-size:18px;
}


.left
{
text-align: left;
}

.center
{
text-align: center;
}

.right
{
text-align: right;
}

.link
{
cursor: pointer;
}

hr {
    background-color: #776655; /* mozilla */
    border: 0px; /* fixes mozilla height */
    clear: left;
    color: #776655; /* ie */
    float: left;
    height: 1px;
    margin: 4px 0px 4px 0px;
    width: 99%;
}

.message 
{
    background-color:#f4ffe5;
    padding:15px;
    border:3px solid #00A0C6;
    color: #00A0C6;
}

INPUT.inputbox, SELECT.inputbox, TEXTAREA.inputbox
{
	background-color: #FFFFD3;
	border: 1px solid #999999;	
}


DIV.validateErr 
{
	padding-top: 6px; 
	height: 22px;
	margin: 4px;
	color: #F34610;
	font-weight: bold;
}
DIV.validateErr IMG 
{
	vertical-align:middle;
	margin-right: 4px;
}

textarea 
{
	border: 1px solid #cccccc;
	padding: 5px;
}

