body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font: 11px arial,helvetica,sans-serif;
}

#banner {
	width: 100%;
	height: 36px;
	padding: 0px;
	margin: 8px;
	/* background: url(img/bannerbg.png) repeat-x; */
	background: url(img/header.png) no-repeat;
	color: #fff;
	float: none;
	clear: both;
	overflow: hidden;
}

#appTitle {
	width: 133px;
	height: 22px;
	float: left;
	margin: 15px 5px 0px 30px;
	padding: 0px;
	background: url(img/dragondrop_title.png) no-repeat;
}

#appSubTitle {
	width: 253px;
	height: 13px;
	float: left;
	margin: 20px 0px 0px 30px;
	padding: 0px;
	background: url(img/dragondrop_subtitle.png) no-repeat;
}

#btnLogout {
	width: 100px;
	height: 34px;
	float: right;
	margin: 10px 20px 0px 30px;
	padding: 0px;
	background: url(img/btn_logout.png) no-repeat;
	cursor: pointer;
	visibility: hidden;
}

#btnNewDesign {
	width: 145px;
	height: 30px;
	margin: 10px;
	padding: 0px;
	background: url(img/btn_newdesign.png) no-repeat;
	cursor: pointer;
}

#btnApply {
	width: 145px;
	height: 30px;
	margin: 10px;
	padding: 0px;
	background: url(img/btn_apply.png) no-repeat;
	cursor: pointer;
	float: right;
}

#sidebar {
	width: 20%;
	min-width: 160px;
	padding: 8px 0px 10px 0px;
	clear: none;
	float: left;
}

#mainspace {
	width: 80%;
	padding: 0px;
	float: right;
}

IFRAME#detailUI {
	margin-top: 20px;
	width: 90%;
	height: 525px;
	float: none;
	clear: both;
}

IFRAME#designList {
	width: 95%;
	height: 99%; 
	/* // height: 244px; */
	float: none;
	clear: both;
	margin: 3px 0px 0px 0px;
}

#searchBox {
	margin-top: 5px;
	padding: 10px 15px 10px 15px;
	width: 90%;
	text-align: left;
	white-space: normal; 
	font: 10px arial,helvetica,sans-serif;
}

#searchBox INPUT
{
	float: right;
	margin-right: 10px;
	margin-top: -1px;
	font-size: 10px;
}

#searchBox B {
	padding-left: 3px;
	color: #fff;
}

.sideHeading {
	background: #444;
	border: 1px solid #444;
	color: #fff;
	padding: 3px 3px 3px 3px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
}

#countAll {
	background: #0A6373;
	border: 1px solid #2A8393;
	color: #6AC3D3;
	padding: 3px 3px 4px 10px;
	margin: 0px;
}

#countActive {
	background: #51B20C;
	border: 1px solid #71D22C;
	color: #B1FF6C;
	padding: 3px 3px 4px 10px;
	margin: 0px;
}

#countInactive {
	background: #C77B2B;
	border: 1px solid #E79B4B;
	color: #FFDB8B;
	padding: 3px 3px 4px 10px;
	margin: 0px;
}

H1 {
	font-family: "helvetica neue",arial,helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #354966;
}

TD {
	font: 11px arial,helvetica,sans-serif;
	color: #000;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

TD.xField {
	font: 11px arial,helvetica,sans-serif;
	font-weight: bold;
	color: #334;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.xInput {
	font: 11px "lucida grande",arial,helvetica,sans-serif;
	color: #000;
	margin-bottom: 3px;
}

.helpNote {
	font: 10px arial,helvetica;
	color: #9bc;
}

.errorMessage
{
	background: #8B1723;
	border: 4px double #fff;
	color: #fff;
	text-align: center;
	font: 10px "andale mono","courier new",courier,monospace;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.defaultMessage
{
	background: #5AC00E;
	border: 4px double #fff;
	color: #fff;
	text-align: center;
	font: 10px "andale mono","courier new",courier,monospace;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

IMG.preview {
	width: 141px;
	height: 72px;
	margin-top: 0px;
	margin-bottom: 12px;
	cursor: pointer;
	border: 2px solid #9bc;
}

.imageID {
	font: 10px arial,helvetica;
	background-color: #9bc;
	color: #448;
	height: 24px;
	text-align: center;
	width: 145px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	float: none;
	clear: both;
}

BUTTON.darkButton
{
	background: #2C2C2F;
	color: #fff;
	font: 11px "lucida grande",arial,helvetica,sans-serif;
	border: 1px #D1DADE solid;
	cursor: pointer;
	padding: 2px 8px 3px 8px;
	margin: 2px;
	-moz-border-radius: 4px;
}
.smallTemplatePreview
{
	float: left;
margin-left:10px;
}
.sPreviewTemplateTitle
{
	overflow: hidden; 
	width: 95%; 
	height: 12px; 
	font-weight: bold;
}




DIV#previewDesignWind
{
	position: absolute;
	z-index: 13;
	width: 600px;
//width: 605px;
	height: 492px;
	left: 280px;
	top: 240px;
	overflow: auto;
}



DIV.popWindow
{
	font: 11px arial,helvetica,sans-serif;
	position: absolute;
	z-index: 10;
	width: 500px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	border: 2px #334 solid;
	background: #eee;
	color: #000;
	display: none;
}

DIV.popTaskBar
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #44515A;
	background: #000 url(ntmenuback.png);
	cursor: default;
}

DIV.popClosers {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
	border-top: 2px #3D425C solid;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	background: url(ntmenuback.png);
	text-align: right;
	border-top: 1px solid #44515A;
}

DIV.popTaskTitle {
	font: 12px arial,helvetica,sans-serif;
	font-weight: normal;
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
	color: #eef;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	cursor: default;
}

DIV.popTaskItem {
	font: 12px arial,helvetica,sans-serif;
	font-weight: bold;
	float: left;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
	background: #eee url(ntmenuitemback.png);
	color: #eee;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

DIV.popTaskItem:hover {
	color: #fff;
	background: #222;
}

DIV.popClosers {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
	border-top: 2px #3D425C solid;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	background: url(ntmenuback.png);
	text-align: right;
	border-top: 1px solid #44515A;
}

