/* CSS Document */

/*************************
 Buttons
 **************************/
a.action:link, a.action:visited {
    background-color: #909090;
    border: 1px solid #000000;
    color: #ffffff;
    height: 16px;
    line-height: 14px;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
    text-decoration: none;
    margin-right: 5px;
	float: left;
}

 .button {
    background-color: #909090;
    border: 1px solid #000000;
    color: #ffffff;
    height: 23px;
    line-height: 14px;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
    text-decoration: none;
    margin-right: 5px;
	float: left;
}

a.action:hover {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
