body
{
	margin: 0px;
	padding-top: 0px;
	color:#666666;
}

a
{
    text-decoration: none;
}

.bleed {
    border: 1px solid #FF0000;
    margin: 0;
    padding: 0;
    position: absolute;
}

#content
{
	position: relative;
	width: 770px;
	height: 95%;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}

.stage_heading, .stage
{
	padding: 5px;
	cursor: pointer;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

.stage_heading
{
	background-color: #261D52;
	color: #FFFFFF;
	font-weight:600;
}

.stage
{
	position: relative;
	background-color: #F5F5F5;
	color: #000000;
	clear: both;
}

.stage_heading:hover, .stage:hover
{
	background-color: #D8D8D8;
	color: #000000;
}

.stage_heading_selected
{
	background-image: url(../images/selected.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.stage_selected
{
	background-color: #D8D8D8;
	color: #000000;
}

.stage .stage_name
{

}

.stage .stage_count
{
	float: right;
	width: 25px;
	text-align: center;
}

table#list, table#template_layers_list
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

table#list tr, table#template_layers_list tr
{
	border-style: none;
	border-color: #000000;
	border-width: 1px;
}

table#list td, table#template_layers_list td
{
	padding: 2px;
	border-style: none;
	border-color: #000000;
	border-width: 1px;
	border-top: none;
}

table#list td.title, table#template_layers_list td.title
{
	border-top-style: none;
	border-top-color: #000000;
	border-top-width: 1px;
	font-weight: bold;
}

table#list .list_row, table#template_layers_list .list_row
{
	background-color: #FFF9F9; 
	color: #000000;
}



table#list .list_row_header, table#template_layers_list .list_row_header
{
	background-color: #013E7D;
	color: #FFFFFF;
}



table#list .list_row_alternate, table#template_layers_list .list_row_alternate
{
	background-color: #F5F5F5;
	color: #000000;
}

table#template_layers_list .list_row:hover
{
	background-color: #000000;
	color: #FFFFFF;
}

#editor
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 75px;
	visibility: hidden;
	text-align: right;
	z-index: 100;
}

#image_editor
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 215px;
	background-color: #e4e3ed;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CFCFCF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CFCFCF;
	visibility: hidden;
	z-index: 100;
}

#image_upload_iframe
{
	display: none;
}

#template
{
	position: relative;
	margin: 0 auto;
	padding: 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	text-align: left;
	overflow: hidden;
}

#template_image
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
/*
#template_layers
{
	position: absolute;
	top: 240px;
	left: 47px;
	padding: 5px;
	width: 180px;
	background-color: #FFFFFF;
	-moz-user-select: none;
}
*/
#card_layers
{
	position: absolute;
	top: 220px;
	left: 48px;
	padding: 5px;
	width: 150px;
	background-color: #FFFFFF;
}

#template_layers_old
{
	position: absolute;
	top: 200px;
	left: 200px;
	border-style: solid;
	border-width: 2px;
	border-color: #c53131;
	padding: 5px;
	width: 250px;
	background-color: #FFF9F9;
	-moz-user-select: none;
	cursor: move;
}

.template_area
{
	position: absolute;
	padding: 0px;
	margin: 0px;
	border-style: dashed;
	border-width: 1px;
	border-color: transparent;
/*
	filter: alpha(opacity=10);
	opacity: 10;
	-moz-opacity: 0.1;
*/
/*	background-color: white;*/
	background-image: url(images/transparent.gif);
	background-repeat: repeat;
}
/*
.template_area:hover
{
	border-style: dashed;
	border-width: 1px;
	border-color: #E5E5E5;
}
*/
.template_area_selected
{
/*	background-color: #4CFF00;*/
}

.template_area_locked
{
/*	background-color: #CCCCCC;*/
}

.template_area .content
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: move;
	-moz-user-select: none;
	z-index: 1;
}

.template_area .lock
{
	position: absolute;
	top: -25px;
	left: -15px;
	cursor: pointer;
	z-index: 2;
	visibility: hidden;
}

.template_area .remove
{
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
	z-index: 2;
	visibility: hidden;
}

.template_area .edit
{
	position: absolute;
	bottom: -15px;
	left: -15px;
	cursor: pointer;
	z-index: 2;
	visibility: hidden;
}

.template_area .select
{
	position: absolute;
	bottom: -15px;
	left: -15px;
	cursor: pointer;
	z-index: 2;
	visibility: hidden;
}

.template_area .resize
{
	position: absolute;
	bottom: -10px;
	right: -10px;
	cursor: pointer;
	z-index: 2;
	visibility: hidden;
}

.popup_window
{
	position: absolute;
	left: 25px;
	top: 25px;
	width: 300px;
	height: 250px;
	background-color: #261D52;
	padding-top: 29px;
	padding-bottom: 29px;
	padding-left: 2px;
	padding-right: 2px;
	visibility: hidden;
	display: none;
	border-style: solid;
	border-width: 2px;
	border-color: #261D52;
	z-index: 100;
}

.popup_window .popup_window_header
{
	position: absolute;
	left: 0px;
	top: 2px;
	width: 100%;
	height: 25px;
	background-color: #261D52;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.popup_window .popup_window_close
{
	position: absolute;
	right: 5px;
	top: 2px;
}

.popup_window .popup_window_content
{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

.popup_window .popup_window_footer
{
	position: absolute;
	left: 0px;
	bottom: 2px;
	width: 100%;
	height: 25px;
	background-color: #F5F5F5;
}

.popup_window .popup_window_resize
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

