@CHARSET "ISO-8859-1";

@font-face {
	font-family: my_arial;
	src: url('../fonts/arial.ttf');
	font-style: normal !important;
}

@font-face {
	font-family: my_times;
	src: url('../fonts/times.ttf');
}

@font-face {
	font-family: my_balloon;
	src: url('../fonts/balloon.ttf');
}

@font-face {
	font-family: my_banff;
	src: url('../fonts/banff.ttf');
}

@font-face {
	font-family: my_comic;
	src: url('../fonts/comic.ttf');
}

@font-face {
	font-family: my_cooper;
	src: url('../fonts/cooper.ttf');
}

@font-face {
	font-family: my_impact;
	src: url('../fonts/impact.ttf');
}

@font-face {
	font-family: my_lucida;
	src: url('../fonts/lucida.ttf');
}

@font-face {
	font-family: my_merlin;
	src: url('../fonts/merlin.ttf');
}

@font-face {
	font-family: my_rockwell;
	src: url('../fonts/rockwell.ttf');
}

@font-face {
	font-family: my_arial_italic;
	src: url('../fonts/arial_italic.ttf');
}

@font-face {
	font-family: my_times_italic;
	src: url('../fonts/times_italic.ttf');
}

@font-face {
	font-family: my_balloon_italic;
	src: url('../fonts/balloon_italic.ttf');
}

@font-face {
	font-family: my_banff_italic;
	src: url('../fonts/banff_italic.ttf');
}

@font-face {
	font-family: my_comic_italic;
	src: url('../fonts/comic_italic.ttf');
}

@font-face {
	font-family: my_cooper_italic;
	src: url('../fonts/cooper_italic.ttf');
}

@font-face {
	font-family: my_impact_italic;
	src: url('../fonts/impact_italic.ttf');
}

@font-face {
	font-family: my_lucida_italic;
	src: url('../fonts/lucida_italic.ttf');
}

@font-face {
	font-family: my_merlin_italic;
	src: url('../fonts/merlin_italic.ttf');
}

@font-face {
	font-family: my_rockwell_italic;
	src: url('../fonts/rockwell_italic.ttf');
}

body{
	font-size: 10pt;
	font-family: Arial;
}

.not_valid{
	border: 2px solid red;
}
.common_back{
}

.inverted_back{
}

#designer_container{
	padding: 20px;
	width: 680px;
	height: 360px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	border: 1px solid #000;
}

#uploaded_image_container{
	padding: 0px !important;
}

#uploaded_image{
	border: 1px dotted #CCCCCC;
	cursor: hand;
}

#canvas{
	width: 546px; 
	height: 360px;
	overflow: hidden;
	margin-bottom: 5px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #000;
	float: left;
}

#help{
	width: 120px;
	height: 360px;
	float: left;
	margin-left: 10px;
}

#help_content{
	width: 100%;
	font-family: Arial;
	font-size: 10pt;
	line-height: 16px;
	padding: 5px;
	white-space: normal;
	margin-top: 5px;
}

#tools{
	margin-top: 1px;
	padding: 5px;
	width: 710px;
	height: 100px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 auto;
	margin-top:5px;
	border: 1px solid #000;
}
#big_preview{
	position:relative;
	margin-top: 1px;
	padding: 5px;
	width: 710px;
	height: 400px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 auto;
	margin-top:5px;
	border: 1px solid #000;
	background-image:url(../envelope.jpg);
}
.arial{
	font-family: my_arial;
}

.times{
	font-family: my_times;
}

.balloon{
	font-family: my_balloon;
}

.banff{
	font-family: my_banff;
}

.comic{
	font-family: my_comic;
}

.cooper{
	font-family: my_cooper;
}

.impact{
	font-family: my_impact;
}

.lucida{
	font-family: my_lucida;
}

.merlin{
	font-family: my_merlin;
}

.rockwell{
	font-family: my_rockwell;
}

.arial_italic{
	font-family: my_arial_italic;
}

.times_italic{
	font-family: my_times_italic;
}

.balloon_italic{
	font-family: my_balloon_italic;
}

.banff_italic{
	font-family: my_banff_italic;
}

.comic_italic{
	font-family: my_comic_italic;
}

.cooper_italic{
	font-family: my_cooper_italic;
}

.impact_italic{
	font-family: my_impact_italic;
}

.lucida_italic{
	font-family: my_lucida_italic;
}

.merlin_italic{
	font-family: my_merlin_italic;
}

.rockwell_italic{
	font-family: my_rockwell_italic;
}
#center_div {
	margin:0 auto;
	width:500px;
	height:auto;
}
.input_div{
	min-height: 20px;
	min-width: 100px;
	font-size: 12pt;
	background: transparent;
	border: 0px;
	white-space: nowrap;
	overflow: hidden;
	cursor: hand;
}

pre{
    white-space: pre-wrap;
    background: #EEE;
}

.ret_address_div{
	font-size: 8pt;
	background: transparent;
	white-space: pre;
	overflow: visible;
	text-align: left;
	cursor: hand;
}

#text_tools{
	float: left;
	background: transparent;
	display: block;
	width: 230px;
	height: 75px;
	padding-right: 5px;
}

#text_tools table{
	width: 100%;
}

#text_tools td{
	font-size: 7pt;
	font-family: Arial;
}

#clipart_tools{
	float: left;
	background: transparent;
	display: block;
	width: 230px;
	height: 75px;
	padding-right: 5px;
	margin-left: 30px;
}

#clipart_tools td{
	font-size: 7pt;
	font-family: Arial;
}

#result_preview{
	position: absolute;
	background: #FFFFFF;
	display: block;
	width: 213px;
	height: 115px;
	padding: 0px !important;
	align: left;
	margin-top: 17px;
	margin-left: 20px;
	left: 154px;
	top: 17px;
}

#stamp_preview{
	float: left;
	background: #FFFFFF;
	display: block;
	padding: 0px !important;
	align: left;
	margin-top: 17px;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}
#result_preview_large{
	position:absolute;
	background: #FFFFFF;
	display: block;
	width: 85px;
	height: 55px;
	padding: 0px !important;
	align: left;
	margin-top: 17px;
	margin-left: 20px;
}

#stamp_preview_large{
	position: absolute;
	background: #FFFFFF;
	display: block;
	padding: 0px !important;
	align: left;
	margin-top: 17px;
	left: 392px;
	top: 15px;
	width: 279px;
	height: 117px;
}
#return_address{
	background: transparent;
	padding-left: 10px;
	float: right;
}

#return_address td{
	font-size: 7pt;
	font-family: Arial;
}

#mod_ret_address{
	display: none;
}

#ret_address_textarea{
	resize: none;
	font-size: 8pt;
	font-family: my_lucida;
}

#stamp_preview_image{
	width: 150px;
	height: 75px;
}

#preview_image{
	width: 213px;
	height: 115px;
}

.selectedTextBox{
	border: 1px dotted #0096fd;
}

.selectedImage{
	border: 1px dotted green;
}

.right_aligned{
	text-align: right;
}

.left_aligned{
	text-align: left;
}

.center_aligned{
	text-align: center;
}

#align_left{
	float: right;
}

#align_center{
	float: right;
}

#align_right{
	float: right;
}

#invert_color{
	float: right;
}

#italic_font{
	float: right;
}

#form_header{
	/*background-color: #ddecff;*/
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	padding: 20px;
	font-family: Arial;
	font-size: 8pt;
	width: 560px;
	height:50px;
	margin-bottom: 5px;
	margin:0 auto;
	border:1px solid #000;
}

#form_body{
	/*background-color: #a7c7dc;*/
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	padding: 20px;
	font-family: Arial;
	font-size: 8pt;
	width: 560px;
	height: 500px;
	margin:0 auto;
	border:1px solid #000;
	margin-top:5px;
}

#form_body input    {
width:350px;
display:block;
border: 1px solid #999;
height: 20px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.submit_button{
	height: 35px !important;
}

#login_form_header{
	background-color: #ddecff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	padding: 5px;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	width: 250px;
	height:20px;
	margin-bottom: 1px;
	margin-top: 10px;
}
#form_header p {
	font-size:14px !important;
	text-align:left !important;
	margin-bottom:10px;
	margin-left:20px;
	}
#login_form_body{
	background-color: #a7c7dc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: right;
	padding: 5px;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 250px;
	height: 80px;
}
#form_body p {
	font-size:14px;
	}
#form_fupload_body{
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	padding: 20px;
	font-family: Arial;
	width: 560px;
	height: 280px;
	margin:0 auto;
	border:1px solid #000;
	margin-top:5px;
}
#form_fupload_body input    {
width:350px;
display:block;
border: 1px solid #999;
height: 20px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
input.file {
	width:350px;
display:block;
border: 1px solid #999;
height: 40px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
#logo{
	position:relative;
	width:100%;
	text-align: left;
	padding-bottom:15px;
}

.center_aligned_text{
	text-align: center;
}

.ui-button .ui-icon.invert_color {
    background-image: url("../invert.png");
    width: 16px;
    height: 16px;
}

.ui-button .ui-icon.italic {
    background-image: url("../italic.png");
    width: 16px;
    height: 16px; 
}

.ui-button .ui-icon.align_left {
    background-image: url("../align_left.png");
    width: 16px;
    height: 16px; 
}

.ui-button .ui-icon.align_center {
    background-image: url("../align_center.png");
    width: 16px;
    height: 16px; 
}

.ui-button .ui-icon.align_right {
    background-image: url("../align_right.png");
    width: 16px;
    height: 16px; 
}

.slider{
	width: 80px;
}

#tweak_tools{
	float: left;
	background: transparent;
	display: block;
	width: 500px;
	height: 75px;
	padding-right: 5px;
	font-size: 7pt;
	font-family: Arial;
}

#tweak_tools div{
	margin: 10px;
	float: left;
	display: inline;
}

#tweak_tools table{
	width: 100%;
}

#tweak_tools .td_tweak{
	font-size: 7pt;
	font-family: Arial;
	text-align: center;
}

#tweak_tools .td_tweak_header{
	font-size: 8pt;
	font-family: Arial;
	text-align: left;
}

#tweak_tools .td_tweak_buttons{
	text-align: center;
	padding: 10px;
}

.slider_button{
	font-size: .7em !important;
}

#save_tools{
	float: right;
	background: transparent;
	display: block;
	height: 75px;
	padding-right: 5px;
	font-size: 7pt;
	font-family: Arial;
}

#save_tools table{
	width: 150px;
}

#save_tools td{
	font-family: Arial;
	font-size: 7pt;
}

#browsers{
	float: left;
}

#browsers td{
	color: gray;
	font-family: Arial;
	font-size: 7pt;
	text-align: left;
}

.uploads_table {
	margin:0px;
	margin-top: 10px;
	padding:0px;
	width:800px;
	/*box-shadow: 10px 10px 5px #888888;*/
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
	border-bottom-left-radius:9px;
	
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
	
	-moz-border-radius-topright:9px;
	-webkit-border-top-right-radius:9px;
	border-top-right-radius:9px;
	
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	border-top-left-radius:9px;
}

.uploads_table table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.uploads_table tr:last-child td:last-child {
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
}

.uploads_table table tr:first-child td:first-child {
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	border-top-left-radius:9px;
}

.uploads_table table tr:first-child td:last-child {
	-moz-border-radius-topright:9px;
	-webkit-border-top-right-radius:9px;
	border-top-right-radius:9px;
}

.uploads_table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
	border-bottom-left-radius:9px;
}

.uploads_table tr:nth-child(odd){ background-color:#e7e7e7; }
.uploads_table tr:nth-child(even)    { background-color:#e7e7e7; }.uploads_table td{
	vertical-align:middle;
	
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.uploads_table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.uploads_table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.uploads_table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.uploads_table tr:first-child td{
		background:-o-linear-gradient(bottom, #6d6d6d 5%, #6d6d6d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6d6d6d), color-stop(1, #6d6d6d) );
	background:-moz-linear-gradient( center top, #6d6d6d 5%, #6d6d6d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#6d6d6d", endColorstr="#6d6d6d");	background: -o-linear-gradient(top,#6d6d6d,6d6d6d);

	background-color:#6d6d6d;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.uploads_table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #6d6d6d 5%, #6d6d6d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6d6d6d), color-stop(1, #6d6d6d) );
	background:-moz-linear-gradient( center top, #6d6d6d 5%, #6d6d6d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#6d6d6d", endColorstr="#6d6d6d");	background: -o-linear-gradient(top,#6d6d6d,6d6d6d);

	background-color:#6d6d6d;
}
.uploads_table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.uploads_table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

#menu{
	width: 150px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;	
	float: right;
	display: block;
}

#container {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 12px !important;
}

#admin_body_div{
	width: 1000px !important; 
	margin: 0 auto;
	font-size: 12px !important;
}

#admin_body_div table td{
	width: 23% !important;
	font-size: 12px !important;
}

#confirm_dialog{
	font-family: Arial;
	font-size: 10pt;
}

#clipart_table td{
	padding: 10px;
}

.special-class {
  max-width: 600px !important;
  width: auto !important;
}