html, body, textarea{
	scrollbar-base-color:#FFA900;
  	scrollbar-3dlight-color:#ffffff;
  	scrollbar-arrow-color:#D33200;
 	scrollbar-darkshadow-color:#D33200;
 	scrollbar-face-color:#FFA900;
 	scrollbar-highlight-color:#ffffff;
  	scrollbar-shadow-color:#D33200;
  	scrollbar-track-color:#FFCD6A;
}

body {
	background-color: #FF5400;
	background-image: url(../images/square/bg_orange.jpg);
}

a:link{
	color:#FD5200;
	text-decoration : underline;
	font-weight: bold;
}
a:visited{
	color:#FD5200;
	text-decoration : underline;
	font-weight: bold;
}
a:hover{
	color:#FD5200;
	text-decoration : underline;
	font-weight: bold;
}

#submenuitems{
	background-image:url(../images/square/submenu_bg_orange.gif);
}

div.submenu-no,
div.submenu-act{
	background-image: url(../images/square/submenu_divider_orange.gif);
}

#submenu div.submenu-no a:link, #submenu div.submenu-no a:visited{
	color:#ffffff;
	background-image: url(../images/submenuicons/orange_no.gif);
}

#submenu div.submenu-no a:hover, #submenu div.submenu-act a{
	background-color:#ffffff;
	color:#410000;
	background-image: url(../images/submenuicons/orange_act.gif);
}


#contentheader{
	background-image: url(../images/square/contentheader_orange.jpg);
}

#contentmain{
	background-image: url(../images/square/contentbg_orange.gif);
}

#contentfooter{
	background-image: url(../images/square/contentfooter_orange.gif);
}

div.rightboxheader{
	background-image: url(../images/square/rightboxheader_orange.gif);
}

div.rightboxfooter{
	background-image: url(../images/square/rightboxfooter_orange.gif);
}

/* pager */

td.pagerempty {
	background-image:url(../images/pager/empty_orange.gif);
}

td.pagerset {
	background-image:url(../images/pager/set_orange.gif);
}


/* overview */



#overview div.overview-title a{
	color:#FD5200;
}


/* instructions detail */

div.instruction-count-orange{
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
	color: #FF4F00;
}

div.instruction-links{
	background-image: url(../images/instrurlsbg_orange.gif);
}

div.instruction-link-first-orange{
	margin-left:10px;
	margin-right:10px;
	padding-top:1px;
	padding-bottom:1px;
}

div.instruction-link-orange{
	margin-left:10px;
	margin-right:10px;
	border-top: 1px solid #DC5B33;
	padding-top:1px;
	padding-bottom:1px;
}

div.instruction-link-orange a:link, div.instruction-link-orange a:visited, div.instruction-link-first-orange a:link, div.instruction-link-first-orange a:visited{
	font-weight:bold;
	color: white;
	background-image: url(../images/instrurlsarrow_orange.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size:13px;
	text-decoration:none;
}
