.columnRight div h4 {
	font-family:Georgia,Times,Times New Roman,serif;
	font-size:1.2em;
	color:#6D6C6A;
	background-image:url(../img/worksheet/nav_down_lo.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:35px;
	padding-bottom:12px;
	text-align:center;
	width:180px;
}
.columnRight div h4:first-child,
.columnRight div h4:first-child.active {
	background-image:none;
	padding-top:1.5em;
}
.columnRight div h4.active {
	color:#FF5F00;
	background-image:url(../img/worksheet/nav_down_hi.gif);
}


.worksheetSaveBox {
	border: 1px solid #cccccc;
	background-color:#f0f0f0;
	margin: 1em 0;
	padding:5px;
	clear:both;
}

/* BUTTONS */
.worksheetButtons {
	margin-top:2em;
	clear:both;
	height:30px;
}
.worksheetButtons a, .worksheetButtons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    /*background-color:#fce3d3;*/
	background-color:#ffffff;
    border:1px solid #FF5F00;
    border-top:1px solid #FF5F00;
    border-left:1px solid #FF5F00;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#FF5F00;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.worksheetButtons a {
	 padding:5px 10px 6px 7px;
}
.worksheetButtons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.worksheetButtons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.worksheetButtons button img, .worksheetButtons a img{
    margin:0 3px -3px 0 !important;
    padding:1px 0 0;
    border:none;
    width:15px;
    height:15px;
}

/* STANDARD */

button:hover, .worksheetButtons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.worksheetButtons a:active{
	background-color:#fce3d3;
    border:1px solid #FF5F00;
    color:#FF5F00;
}

/* POSITIVE */

button.positive, .worksheetButtons a.positive{
    color:#529214;
}
.worksheetButtons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.worksheetButtons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.worksheetButtons a.negative, button.negative{
    color:#d12f19;
}
.worksheetButtons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.worksheetButtons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


/* FORM */
.columnLeft h2 {
	margin-top:1.2em;
	margin-bottom:.8em;
}
#worksheetForm label {
	margin-top:1em;
}
#worksheetForm textarea {
	width:478px;
	height:160px;
	border:1px solid #FCE3D3;
	border-top-color:#f5b691;
}
#worksheetForm textarea:focus {
	/*border:1px solid #c2e1ef; */
	background-color: #F0F0F0;
}

#worksheetForm input {
	width:478px;
	border:1px solid #FCE3D3;
	border-top-color:#f5b691;
}
#worksheetForm input:focus {
	/*border:1px solid #c2e1ef; */
	background-color: #F0F0F0;
}
#worksheetForm input.checkbox {
	width:14px;
	float:left;
	border:0;
	margin-right:.6em;
	margin-left:0;
}

#worksheetForm div.validation-advice {
	font-size:.8em;
	color:#FF0000;
}