table.composerHeader {
	width: 100%;
}
table.composerHeader td a{
	display: block;
	color: #889988;
	font-size: 11px;
	border: 1px solid #ffffff;
}
table.composerHeader td a:hover{
	color: #2F2F94;
	font-size: 11px;
	border: 1px dashed #444444;
}
table.composerHeader td.middle{
	color: #2F2F94;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
}
table.composerHeader td.imgBottom{
	vertical-align: bottom;
}
span.instructions {
	display: block;
	text-align: left;
	color: #2F2F94;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
	text-indent: 8px;
}
table.builderContainer {
	width: 100%;
}
table.builderContainer td.builderTopLeft,
table.builderContainer td.builderTopRight,
table.builderContainer td.builderBottomLeft,
table.builderContainer td.builderBottomRight {
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
}
table.builderContainer td.builderTopLeft {
	background-image: url("../images/builder_topleft.gif");
}
table.builderContainer td.builderTopRight {
	background-image: url("../images/builder_topright.gif");
}
table.builderContainer td.builderBottomLeft {
	background-image: url("../images/builder_bottomleft.gif");
}
table.builderContainer td.builderBottomRight {
	background-image: url("../images/builder_bottomright.gif");
}

table.builderContainer td.builderMiddleLeft,
table.builderContainer td.builderMiddleRight {
	width: 8px;
	background-repeat: repeat-y;
}
table.builderContainer td.builderMiddleLeft {
	background-image: url("../images/builder_middleleft.gif");
}
table.builderContainer td.builderMiddleRight {
	background-image: url("../images/builder_middleright.gif");
}
table.builderContainer td.builderTopMiddle,
table.builderContainer td.builderBottomMiddle {
	height: 8px;
	background-repeat: repeat-x;
}
table.builderContainer td.builderTopMiddle {
	background-image: url("../images/builder_topmiddle.gif");
}
table.builderContainer td.builderBottomMiddle {
	background-image: url("../images/builder_bottommiddle.gif");
}



table.builder{
	width: 100%;
	background-color: #ffffa7;
	/*padding: 10px;*/
	/*border: 3px double #444444;
	-moz-border-radius: 22px;
	border-radius: 22px;*/
}

table.builder td table.lines{
	width: 100%;
}
table.builder td table.lines img{
	cursor: pointer;
}
.vSpacing {
	height: 12px;
	padding: 0;
	margin: 0;
}
.hSpacing {
	width: 12px;
	padding: 0;
	margin: 0;
}
.hSpacingDouble {
	width: 24px;
	padding: 0;
	margin: 0;
}
td#error_width{
	text-align: center;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #ff0000;
	padding-top: 8px;
	font-weight: bold;
}
table.builder td.drawings,
table.builder td.fonts {
	vertical-align: top;
	text-align: left;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
	width: 210px;
}

div.colorOutline {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #888888;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

table.builderCommands td.icon{
	width: 16px;
	height: 16px;
}
table.builderCommands td.link{
	padding-left: 3px;
	padding-right: 8px;
}
table.builderCommands td.link a,
table.builderCommands td.link a:hover{
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
	text-decoration: none;
}
table.builderCommands td.link a{
	color: #2F2F94;
}
table.builderCommands td.link a:hover{
	color: #888888;
}

table.builder td.fonts div.fontsTitle,
div.linesTitle,
table.builder td.drawings div.drawingsTitle {
	text-align: center;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
}
table.builder td.drawings table td.icon {
	width: 16px;
	height: 16px;
}
table.builder td.drawings table td a {
	text-align: left;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2F2F94;
}
table.builder td.drawings table td a:hover {
	color: #888888;
}
table.builder td.drawings table td.icon {
	width: 16px;
	height: 16px;
}
table.builder td.drawings table td.header {
	text-align: center;
	font-weight: bold;
}
table.builder td.outline{
	width: 300px;
	height: 120px;
	background-image: url("../images/outline_background.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-align: center;
}
table.builder td.outline img{
	/*border: 3px double #cccc99;*/
}
td.backgroundsOutline img{
	margin: 3px;
	border: 3px double #CCCC99;
}
input.textLine {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
	width: 120px;
	height: 16px;
	vertical-align: middle;
	border: 1px solid #444444;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-left: 6px;
	padding-left: 18px;
	background-image: url("../images/icon_edit.gif");
	background-repeat: no-repeat;
	background-position: 3px 50%;
}
input.selected {
	border: 1px solid #ff4444;
}

div#infoBox {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 200px;
	/*height: 200px;*/
	padding: 6px;
	border: 1px dashed #444444;
	background-color: #ffffff;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 14px;
}
div#special {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 110px;
	height: 70px;
	border: 3px double #444444;
	background-color: #ffffff;
}

div#special table{
	margin-top: 3px;
}
div#special a{
	cursor: pointer;
	
}
div#special table a{
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal; 
	margin-left: 2px;
	margin-bottom: 2px;
	display: block;
	width: 10px;
	padding: 1px;
	border: 1px solid #444444;
	background-color: #ffffa4;
	cursor: pointer;
}
div#special table a.selected{
	font-weight: bold; 
	border: 1px solid #ff4444;
	background-color: #ffffa4;
	cursor: pointer;
}

div#hyperBox {
	width: 600px;
	height: 430px;
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -215px;
	border: 4px double #444444;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div#hyperBox  div#hyperBoxContent{
	padding: 12px;
	height: 90%;
	width: 90%;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #2F2F94;
}
div#hyperBox  div#hyperBoxContent a{
	text-decoration: none;
	border-bottom: 1px dashed #888888;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
}
div#hyperBox div.commands {
	float: right;
	padding: 1px;
}
div#hyperBox div.commands table.closeButton td.icon{
	width: 16px;
	height: 16px;
	background-image: url("../images/icon_close.gif");
	background-repeat: no-repeat;
}
div#hyperBox div.commands table.closeButton td.link{
	padding-left: 3px;
	padding-right: 3px;
}
div#hyperBox div.commands table.closeButton td.link a{
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #2F2F94;
	text-decoration: none;
	cursor: pointer;
}
div#hyperBox div.commands table.closeButton td.link a:hover{
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #888888;
	text-decoration: none;
	cursor: pointer;
}

div#iconsTabs {
	display: block;
	height: 17px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
div#iconsTabs div.selected {
	font-weight: bold;
	height: 15px !important;
}
div#iconsTabs div.tab {
	float: left;
	display: block;
	height: 14px;
	padding-top: 0;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 10px;
	color: #888888;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	background-color: #ffffcc;
	cursor: pointer;
}
div.iconsContainer {
	display: block;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;	
	background-color: #ffffcc;
}

iframe {
	border: none;
}

div#userPicture,
div#userIcon {
	background-color: #a7ffa7;
	border: 3px double #444444;
	-moz-border-radius: 22px;
	border-radius: 22px;
	padding: 6px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #2F2F94;
}
div#userPicture div.instructions,
div#userIcon div.instructions {
	text-align: left;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #2F2F94;
}
div#userPicture table.uploader {
	width: 100%;
}
div#userPicture table.uploader td {
	vertical-align: bottom;
	padding-bottom: 6px;
}

div.printModels {
	display: none;
}
