 /* **********************   Version 1.1 *******************
 *****
 *****       Custom Tickler Stylesheet:  Qtype (rich UI)
 *****
 *****          FPB     01-20-10
 *****
 ********************************************************** */

/* ********************** Body Style Definitions ************************* */
body.nt_tickler
{
	background-image: url('../images/sand_bkg1a.jpg');
    background-repeat: no-repeat;
}
/* ********************** Navbar Section Definitions ********************** */
div.nt_navbar
{
    background: transparent;
}
div.nt_navbar table td.button button
{
    font-weight: bold;
	background-image: url('../images/sand_btn1.jpg');
}
div.nt_navbar table td.button button[disabled]
{
    font-weight: bold;
	color: #8b7d6b;
}

/* ********************** Display Section Definitions ********************** */
div.nt_display
{
    height: 330px;
}
div.nt_display h4
{
    color: #daa520;
}

/* ******************** Drag & Drop Style Definitions ********************** */
table#target td.q_dragdrop
{
    width: 180px;
}
input.a_dragdrop
{
	width: 160px;
}
/* ********************* Feedback (feedback) Section Definitions *********** */
div.nt_feedback
{
    height: 200px;
