body{
	margin: 0;
	padding: 0;
	border-top: 2px solid #D02849;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
}

div {
	margin: 0;
}

/* --- Title Bar --- */

div#title{
	height: 42px;
	padding: 10px;
	border-bottom: 1px solid #F1EEE6;
}

img#logo {
	float: left;
}

img#tool {
	float: right;
	margin-top: 10px;
}

/* --- Menu Bar --- */

div#toolbar{
	height: 33px;
	background: #F0F0F0;
	border-bottom: solid 1px #CAC6C2;
	border-top: solid 1px #F7F4EB;
	vertical-align: bottom;
}

div#toolbar table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	font-size: 0.8em;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
}

div#toolbar td {
	vertical-align: middle;
}

#tool-idea-cell {
	width: 165px;
	text-align: right;
}

#tool-cat-cell {
	width: 165px;
	text-align: right;
}

#help-print-btn-cell {
	text-align: right;
}

#btn-add-idea {
	background: url('add-idea.gif') no-repeat;
	border: none;
	height: 30px;
	width: 90px;
}

#btn-finish {
	background: url('../img/finish.gif') no-repeat;
	border: none;
	height: 30px;
	width: 90px;
}

#btn-add-cat {
	background: url('add-category.gif') no-repeat;
	border: none;
	height: 30px;
	width: 110px;
}

#btn-help, #btn-help1 {
	background: url('../img/help.gif') no-repeat;
	border: none;
	height: 30px;
	width: 60px;	
}

#btn-print, #btn-print1 {
	background: url('../img/print.gif') no-repeat;
	border: none;
	height: 30px;
	width: 66px;	
}

div#status-bar {
		position:fixed;
		bottom: 0;
		left: 0;
		font-size: 8pt;
		font-family: Verdana;
		height: 20px;
		background: #ececea;
		width: 100%;
		border-top: 1px solid #999;
}

div#status-bar a {
	text-decoration:none;
	color:#192a72;
	font-weight:normal;
}

div#status-bar a:visited {
	color:#192a72;
}

div#status-bar a:hover {
	color:#b33;
}

div#div-br {
	position: absolute;
	top: 160px;
	padding: 8px;
	}

div#div-br div {
	float: left;
	width: 196px;
	height: 96px;	
	background: url('post-it.gif') no-repeat;	
	margin: none;
	text-align: center;
	font-family: verdana;
	font-size: 0.75em;
	cursor: move;
}

div#div-br textarea {
	padding: 3px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	width: 159px;
	height: 50px;
	border:none;
	text-align: center;
	background: #FCF8B1;
	overflow: hidden;
}

textarea.textarea-focus{
	background: #FFF4DC !important;
}

p#par-theme-name {
	text-align: center;
}

input#inp-theme-name {
	border: none;
	text-align: center;
	width: 40%;
	font-size: 1.1em;
	font-family: Verdana;
	color: #0d0d0d;
}

div#div-af {
	position: absolute;
	top: 140px;
	padding: 0em;
	margin: 10px;
}

#ul-cats {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#ul-cats li {
	background: url('category.gif') no-repeat;	
	float: left; 
	cursor: move;
 	padding: 0em; 
	width: 196px;
	height: 43px;
	text-align: center;
	margin-left: 0em;
	margin-bottom: 0.5em;
	margin-right: 0px;
}

#ul-cats input {
	background: #DDFC88;
	border: none;
	margin-top: 9px;
	margin-right: 6px;
	padding: none;
	text-align: center;
	width: 140px;
	height: 1.2em;
}

input.input-focus{
	background: #E6E6E6 !important;
}

div#div-br a.cross {
        height: 20px;
        width: 20px;
        background: url('../img/dis-cross.gif') no-repeat;
        text-decoration:none;
        font-size:1px;
        padding: 3px;
		text-decoration: none;
		display: inline;
		float: right;
}

div#div-br a.cross:hover{
        height: 20px;
        width: 20px;
        background: url('../img/cross.gif') no-repeat;
        text-decoration: none;
}

div#div-af a.cross {
        height: 16px;
        width: 16px;
        background: url('../img/dis-cross.gif') no-repeat;
        text-decoration:none;
        font-size:0px;
        padding: 10px;
        color: white;
}

div#div-af a.cross:hover{
        height: 16px;
        width: 16px;
        background: url('../img/cross.gif') no-repeat;
        text-decoration: none;
}
