﻿/* ============================================== */
/* Button Classes                                 */
/* ============================================== */
.btnLong,
.btnLongTwoLine, 
.btnDefault, 
.btnMedium, 
.btnShort,
.btnShortLeft
{
	/* font-size: 1em; ---- After debugging, this seems not to be needed*/
    background-repeat:no-repeat;
    background-position:bottom left;
    background-color:Transparent;
	margin:3px 3px 3px 0px;
	color: black;
    text-align:center;    
    outline-style:none;
    border:0;
    text-decoration:none;
    vertical-align:top;
    cursor:pointer;
}

.btnDefault
{
    background-image: url(ButtonImages/btnShort.gif);
    width: 51px;
}
.btnMedium 
{
    background-image: url(ButtonImages/btnMedium.gif);
    width: 100px;
}

.btnShort
{
    background-image: url(ButtonImages/btnShort.gif);
    width: 51px;
}

div#reset input[type="submit"], div#reset input[type="button"]
{
    background-image: url(ButtonImages/btnMedium.gif);
    
    width: 100px;    
    
    background-repeat:no-repeat;
    background-position:bottom left;
    background-color:Transparent;
	margin:3px 3px 3px 0px;
	color: black;
    text-align:center;    
    outline-style:none;
    border:0;
    text-decoration:none;
    vertical-align:top;
    cursor:pointer;
}

.btnShortLeft
{
    background-image: url(ButtonImages/btnShort.gif);
    width: 51px;
}
.btnLong
{
    background-image: url(ButtonImages/btnLong.gif);
    width: 183px;
   
}
.btnLongTwoLine
{
    background-image: url(ButtonImages/btnLongTwoLine.gif);
    width: 179px;
    height: 41px;

}
/* ============================================== */



/* ============================================== */
/* Button Classes                                 */
/* ============================================== */
.submitlong {
	background-image: url(ButtonImages/btnLong.gif);
	background-repeat: no-repeat;
	font-size: .7em;
	text-transform: uppercase;
	height: 18px;
	width: 183px;
	color: #996600;
	display: block;
	text-align: center;
	padding-top: 1px;
}
.submitbookmarks {
	background-image: url(ButtonImages/btnLong_bookmarks.gif);
	background-repeat: no-repeat;
	font-size: .7em;
	text-transform: uppercase;
	height: 18px;
	width: 131px;
	color: #996600;
	display: block;
	padding-left: 30px;
	padding-top: 1px;
}
.submitshort {
	background-image: url(ButtonImages/btnShort.gif);
	background-repeat: no-repeat;
	font-size: .7em;
	text-transform: uppercase;
	height: 18px;
	width: 51px;
	color: #996600;
	display: block;
	text-align: center;
	padding-top: 1px;
}
/* ============================================== */

