html, body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body
{
	background-color: #0e4c66;
	background-color: #f3f3f3;
}

body, table, td, input, select
{
	/*font-family: "lucida grande", arial, helvetica, sans-serif;*/
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

form
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
}

p
{
	margin: 5px 0px;
}

#copyDiv
{
	float: right;
	padding-right: 5px;
	padding-top: 5px;
	white-space: nowrap;
	z-index: 10;
}

#footer
{
	position: absolute;
	right: 0px;
	bottom: 5px;
	width: 100%;
	height: 60px;
}

#logo
{
	position: absolute;
	right: 5px;
	height: 48px;
	width: 142px;
	margin: 0px;
	padding: 0px;
}

#headerDiv, #popupHeaderDiv, #container, .painting, .parameter
{
	border: 1px solid #24bdff;
}

#headerDiv, #popupHeaderDiv
{
	background: #fff;
	color: #000;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 0px;
	margin: 0px;
}

#popupHeaderDiv
{
	padding: 5px;
	font-weight: bold;
}



#headerTable
{
	border: none;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

#headerTable td
{
	margin: 0px;
	padding: 0px 2px;
}

#contentDiv, #popupContentDiv
{
	padding-top: 3px;
	background: transparent url( images/bg2.gif ) repeat-x left top;
}

#popupContentDiv
{
	padding: 5px;
}

#popupContentDiv .txt
{
	width: 200px;
}

#popupContentDiv textarea
{
	width: 300px;
	height: 75px;
}

#container
{
	position: relative;
	width: 600px;
	height: 400px;
	background-color: #fff;
	overflow: hidden;
}

#resizer
{
	position: relative;
	left: 607px;
	width: 12px;
	height: 12px;
	background: url( images/resize.gif ) no-repeat left top;
	overflow: hidden;
	cursor: se-resize;
}

.box
{
	position: absolute;
	line-height: 1px;
	font-size: 1px;
	cursor: move;
}

.parameter
{
	vertical-align: top;
	white-space: nowrap;
	background-color: #f3f3f3;
	padding: 0px 2px;
}

div.param
{
	float: right;
	border: 1px solid #24bdff;
	background-color: #f3f3f3;
	/*padding: 5px;
	padding-bottom: 0px;
	color: #24bdff;*/
}

.code
{
	white-space: nowrap;
	background-color: #f3f3f3;
	margin: 0px 20px;
}

.paint
{
	cursor: pointer;
}

#areaTable
{
	margin: 0px 1px;
	border-collapse: collapse;
	border: none;
	width: 55px;
	height: 55px;
}

#areaTable td
{
	background-color: #999;
	border: 1px solid #000;
	cursor: pointer;
}

#cTable
{
	border-collapse: collapse;
	border-spacing: 0px;
}

#cTable, #cTable td
{
	padding: 0px;
	margin: 0px;
}

#thumbsTable
{
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #24bdff;
	border-left: none;
	border-right: none;
	padding: 0px;
	margin-right: 5px;
}

#thumbsTable td
{
	margin: 0px;
	padding: 7px;
	width: 250px;
	text-align: center;
	vertical-align: top;
}

#info
{
	position: absolute;
	display: none;
	background-color: #fff;
	color: #000;
	width: 690px;
	height: 520px;
	top: 20px;
	left: 2px;
	border: 2px solid #f00;
	z-index: 9999;
	padding: 5px;
	overflow: auto;
}

#bgColors
{
	position: absolute;
	display: none;
	background-color: #fff;
	color: #000;
	width: 690px;
	height: 180px;
	top: 20px;
	right: 5px;
	border: 2px solid #f00;
	z-index: 9999;
	padding: 5px;
	overflow: auto;
}


a
{
	color: #24bdff;
	text-decoration: none;
	font-weight: bold;
}

#info a, #bgColors a, a.emphasize, .emphasize, a.warning, .warning
{
	color: #f00;
	font-weight: bold;
}

a.emphasize
{
	text-decoration: underline;
}

#info a.normal
{
	color: #24bdff;
}

input.gridRadio
{
	position: relative;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

div#bsContainer
{
	position: relative;
	width: 107px;
	height: 28px;
}

div#bsDisplay
{
	position: relative;
	height: 15px;
	margin: 0px 6px;

	color: #000;
	text-align: right;
	border: 1px solid #000;
}

div#bsPointer
{
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 26px;
	width: 12px;
	height: 11px;
	background: transparent url( images/pointer.gif ) no-repeat left bottom;
	cursor: pointer;
	z-index: 10;
}

div#bsBackground, div#bsPartial
{
	position: absolute;
	top: 0px;
	left: 6px;
	height: 17px;
}

div#bsBackground
{
	width: 95px;
	background-color: #fff;
}

div#bsPartial
{
	width: 25px;
	background-color: #999;
}

div.bgBox
{
	width: 12px;
	height: 12px;
	margin: 2px;
	padding: 0px;
	border: 1px solid #24bdff;
	cursor: pointer;
	line-height: 1px;
	font-size: 1px;
}



div#shapeR, div#shapeH, div#shapeV, div#shapeS
{
	border: 1px solid #000;
	background-color: #fff;
	float: left;
	padding: 0px;
	margin: 1px;
	cursor: pointer;
}

div#shapeR
{
	padding: 0px 1px;
	background-color: #999;
}

div#ads
{
	position: relative;
	margin: 0px;
	padding: 0px;
}

span.dimmed
{
	font-weight: bold;
	color: #bbb;
}

span.menuSep
{
	padding: 0px 6px;
}

/* --- */

div#pcAds
{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 470px;
	height: 160px;
	overflow: hidden;
	font-size: 11px;
	white-space: normal;
}

div#pcAds a.pcAd
{
	display: block;
	text-decoration: none;
	margin-left: 10px;
	padding: 0px;
	float: left;
	width: 230px;
	height: 160px;
	overflow: hidden;
	font-weight: normal;
	color: #000;
}

div#pcAds a.first
{
	margin: 0px;	
}

div#pcAds a.pcAd span.title
{
	font-size: 11px;
	font-weight: bold;
	color: #24bdff;
}

div#ads div.adbox
{
	position: relative;
	border: 1px solid #ffaf24;
	/*background-color: #fffbf4;*/
	width: 184px;
	height: 74px;
	padding: 3px;
	float: left;
	margin: 0px 5px 5px 0px;
}

div#ads div.adbox a
{
	color: #ffaf24;
}
