/* BUTTONS */

.button {
	height: 22px;
	background: url(images/buttonLeft.gif) no-repeat left top;
	float: left;
	margin-bottom: 10px;
	line-height: 20px;
	clear: none;
}

.button a:link, .button a:visited {
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	float: left;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 11px;
	padding-top: 0px;
	font-weight: bold;
}

.button a:hover {
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5DABE0;
	padding-left: 12px;
	padding-top: 0px;
	float: left;
	text-decoration: none;
	padding-right: 11px;
	font-weight: bold;
}

.buttonCap {
	height: 22px;
	width: 2px;
	background-image: url(images/buttonRight.gif);
	float: left;
	background-repeat: no-repeat;
	margin-right: 10px;
	background-position: right top;
	line-height: 0px;
}


.buttonmain {
	height: 22px;
	background: url(images/buttonmainLeft.gif) no-repeat left top;
	float: left;
	margin-bottom: 10px;
	line-height: 20px;
	clear: none;
}

.buttonmain a:link, .buttonmain a:visited {
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 11px;
	padding-top: 0px;
	font-weight: bold;
}

.buttonmain a:hover {
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC33;
	padding-left: 12px;
	padding-top: 0px;
	float: left;
	text-decoration: none;
	padding-right: 11px;
	font-weight: bold;
}

.buttonmainCap {
	height: 22px;
	width: 2px;
	background-image: url(images/buttonRight.gif);
	float: left;
	background-repeat: no-repeat;
	margin-right: 10px;
	background-position: right top;
	line-height: 0px;
}

.buttonsmall {
	height: 22px;
	background: url(../images/buttonsmallLeft.gif) no-repeat left top;
	float: left;
	margin-bottom: 10px;
	line-height: 18px;
	clear: none;
}

.buttonsmall a:link, .buttonsmall a:visited {
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	float: left;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 5px;
	padding-top: 0px;
	font-weight: normal;
}

.buttonsmall a:hover {
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5DABE0;
	padding-left: 6px;
	padding-top: 0px;
	float: left;
	text-decoration: none;
	padding-right: 5px;
	font-weight: normal;
}

.buttonsmallCap {
	height: 22px;
	width: 2px;
	background-image: url(images/buttonsmallRight.gif);
	float: left;
	background-repeat: no-repeat;
	margin-right: 5px;
	background-position: right top;
	line-height: 0px;
}
.arrow {
	clear: right;
	border-bottom-style: none;
	background-image:  url("/css/images/arrow_forward.gif");
	background-repeat: no-repeat;
	background-position: right 4px;
	float: left;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 10px;
	margin-right: 0px;
	font-weight: bold;
}


.arrow a:link, .arrow a:visited {
	color:#CC3300;
	text-decoration:none;
}
.arrow a:hover {
	color:#FF6600;
	text-decoration:none;
}
.arrowback {
	clear: right;
	border-bottom-style: none;
	background-image:  url("/css/images/arrow_back.gif");
	background-repeat: no-repeat;
	background-position: left 4px;
	float: left;
	padding-top: 0px;
	padding-left: 18px;
	padding-bottom: 10px;
	margin-right: 0px;
	font-weight: bold;
}
.arrowback a:link, .arrowback a:visited {
	color:#CC3300;
	text-decoration:none;
}
.arrowback a:hover {
	color:#FF6600;
	text-decoration:none;
}

.arrowtop {
	clear: right;
	border-bottom-style: none;
	background-image:  url("/css/images/arrow_top.gif");
	background-repeat: no-repeat;
	background-position: right 4px;
	float: right;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 10px;
	margin-right: 0px;

}
.arrowtop a:link, .arrowtop a:visited {
	color:#CC3300;
	text-decoration:none;
}
.arrowtop a:hover {
	color:#FF6600;
	text-decoration:none;
}
.print {
	clear: both;
	border-bottom-style: none;
	background-image:  url("/css/images/print_icon.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-right: 0px;
}


.print a:link, .print a:visited {
	color:#CC3300;
	text-decoration:none;
}
.print a:hover {
	color:#FF6600;
	text-decoration:none;
}