/*
This is the default style for the dropdown. Can be swapped with style.css.
*/
.booktaskbutton .dropdownbutton {
	color: #FC9606;
	background-repeat: no-repeat;
	background-position: 4px 2px; 
	padding: 1px 3px 1px 3px;
	margin: 0px;
	text-decoration: none;
}
.booktaskbutton .dropdownbuttonon {
	color: #FC9606;
	background-repeat: no-repeat;
	background-position: 4px 2px; 
	padding: 1px 3px 1px 3px;
	margin: 0px;
	text-decoration: none;
}
.booktaskbutton .dropdownbuttonon:hover {
	color: #FC9606;
	background-repeat: no-repeat;
	background-position: 4px 2px; 
	padding: 1px 3px 1px 3px;
	margin: 0px;
	text-decoration: none;

}
.booktaskbutton .dropdownbutton:hover {
	color: #FC9606;
	background-repeat: no-repeat;
	background-position: 4px 2px; 
	padding: 1px 3px 1px 3px;
	margin: 0em;
	text-decoration: none;
}
.booktaskbutton .bookbutton {
	color: #FC9606;
	background-repeat: no-repeat;
	background-position: 2px 2px; 
	padding: 2px 3px 2px 3px;
	margin: 0px;
	text-decoration: none;
}
.booktaskbutton .bookbutton:hover {
	color: #FC9606;
	background-repeat: no-repeat;
	background-position: 2px 2px; 
	padding: 2px 3px 2px 3px;
	margin: 0em 0em 0em 0em;
	text-decoration: none;
}
.booktaskbutton {
	margin: 1px 1px 1px 0px;
	padding: 1px;
}
.booktaskbutton:hover {
	margin: 0.1em 0.1em 0.1em 0em;
}
.taskbuttoncontainer {
	margin: 0.3em 0em 0.3em 0em;
	padding: 6px 0px 0px 13px;
	font-size: 14px;
	text-decoration: none;
	background: no-repeat url('icons/bookmarkIt.png');
	height:20px;
}
.bookicons {
	width: 16px;
	height: 16px;
}
.dropmenudiv{
	position:absolute;
	border:1px solid #FC9606;
	padding: 1px;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	z-index:100;
	display: block;
	left: -200px;
	background-color: #000000;
	color: #FC9606;
}
.dropmenudiv .dropcontent{
	width: 100%;
	display: block;
	border-bottom: 1px solid #FC9606;
	padding: 2px;
	margin: 0px;
	text-decoration: none;
	text-align: center;
}
.dropmenudiv .dropcontent p{
	margin: 5px;
}
.dropmenudiv .dropcontent .link img{
	border: 1px solid #FC9606;
	height: 16px;
	width: 16px;
	margin: 0px;
	padding: 1px;
}
.nojavadropcontent p {
	margin: 5px;
	padding: 0px;
}
.nojavadropcontent .link img{
	border: 1px solid #FC9606;
	height: 16px;
	width: 16px;
	margin: 0px;
	padding: 1px;
}
.nojavadropcontent .link{
	margin: 0px 2px 0px 2px;
	padding: 1px;
}
.dropmenudiv .dropcontent .link{
	margin: 0px 2px 0px 2px;
	padding: 1px;
}
.dropmenudiv .dropcontent .link:hover{
	margin: 0px 2px 0px 2px;
	padding: 1px;
}
.dropmenudiv .dropcontent a {
	text-decoration: none;
}
.dropmenudiv .dropcontent a:hover {
	text-decoration: underline;
}