table.cw_dbform {
	font-family:		"Trebuchet MS", Arial;
	font-size:			9pt;
	border-top:			1px solid #cccccc;
	border-bottom:		1px solid #cccccc;
	background-color: 	#5555CC;
	padding:				3px;
	border-radius:			8px;
	-moz-border-radius:		8px;
	-webkit-border-radius:	8px;
	-moz-box-shadow: 		2px 2px 2px #bbbbbb;
	-webkit-box-shadow: 	2px 2px 2px #bbbbbb;
	box-shadow: 			2px 2px 2px #bbbbbb;
}

td.cw_dbform_header {
	font-family:		"Trebuchet MS", Arial;
	font-size:			8pt;
	font-weight: 		bold;
	text-align: 		left;
	color:				#ffffff;
	background-color: 	#5555CC;
	text-transform:		lowercase;
	height:				1.5em;
}

td.cw_dbform_row_new {
	font-family:		"Trebuchet MS", Arial;
	font-size:			8pt;
	height:				1em;
}

td.cw_dbform_row_even {
	background-color: 	#eeeeff;
	height:				30px;
	font-family:		"Trebuchet MS", Arial;
	font-size:			8pt;
	border-right:		1px solid #aaaaff;
	height:				1em;
}

td.cw_dbform_row_odd {
	background-color: 	#ddddff;
	height:				30px;
	font-family:		"Trebuchet MS", Arial;
	font-size:			8pt;
	background-color: 	#ddddff;
	border-right:		1px solid #aaaaff;
	height:				1em;
}


a.cw_button {
    background: 		transparent url('http://www.more2create.com/cmswiz/bg_button_a.gif') no-repeat scroll top right;
    color: 				#000055;
    display: 			block;
    float: 				left;
    height: 			24px;
    margin-right: 		6px;
    padding-right: 		18px; /* sliding doors padding */
    margin-top:			5px;
    margin-bottom:		5px;
    text-decoration: 	none;
}

a.cw_button span {
    font: 				bold 12px arial, sans-serif;
	background: 		transparent url('http://www.more2create.com/cmswiz/bg_button_span.gif') no-repeat;
    display: 			block;
    line-height: 		14px;
    padding: 			5px 0 5px 18px;
}

a.cw_button:active {
    background-position: bottom right;
    color: 				 #000000;
    outline: 			 none; /* hide dotted outline in Firefox */
    margin-top:			 5px;
    margin-bottom:		 5px;
}

a.cw_button:active span {
    font: 				 bold 12px arial, sans-serif;
	background-position: bottom left;
    padding: 			 6px 0 4px 18px; /* push text down 1px */
}



/* 
  ====  BORDERS ==== 
*/

td.cw_border-top-left {
	height:				17px;
	width:				16px;
	background:			url('http://www.more2create.com/cmswiz/border-top-left.png') no-repeat;
}

td.cw_border-top {
	height:				17px;
	background:			url('http://www.more2create.com/cmswiz/border-top.png') repeat-x;
}

td.cw_border-top-right {
	height:				17px;
	width:				16px;
	background:			url('http://www.more2create.com/cmswiz/border-top-right.png') no-repeat;
}

td.cw_border-bottom-left {
	height:				17px;
	width:				16px;
	background:			url('http://www.more2create.com/cmswiz/border-bottom-left.png') no-repeat;
}

td.cw_border-bottom {
	height:				17px;
	background:			url('http://www.more2create.com/cmswiz/border-bottom.png') repeat-x;
}

td.cw_border-bottom-right {
	height:				17px;
	width:				16px;
	background:			url('http://www.more2create.com/cmswiz/border-bottom-right.png') no-repeat;
}

td.cw_border-left {
	width:				16px;
	background:			url('http://www.more2create.com/cmswiz/border-left.png') repeat-y;
}

td.cw_border-right {
	width:				16px;
	background:			url('http://www.more2create.com/cmswiz/border-right.png') repeat-y;
}
