/* CSS Document */

.btnTxt {color:#9E0B0E; font-size:10px; line-height:10px; font-weight:normal; text-decoration:none;}
.btnTxt a:link {color:#9E0B0E; text-decoration:none;}
.btnTxt a:active {color:#9E0B0E; text-decoration:none;}
.btnTxt a:visited {color:#9E0B0E; text-decoration:none;}
.btnTxt a:hover {color:#9E0B0E; text-decoration:underline;}

.btnTxtCaps {color:#9E0B0E; font-size:9px; line-height:10px; font-weight:bold; text-decoration:none;}
.btnTxtCaps a:link {color:#9E0B0E; text-decoration:none;}
.btnTxtCaps a:active {color:#9E0B0E; text-decoration:none;}
.btnTxtCaps a:visited {color:#9E0B0E; text-decoration:none;}
.btnTxtCaps a:hover {color:#9E0B0E; text-decoration:underline;}

.btn {
	padding-left:2px;
	padding-right:2px;
	background-image:url(../images/btn_M.gif);
	background-position:center;
	background-repeat:repeat-x;
	height:17px;
	text-align:center;
}

.btnL {
	padding-left:10px;
	background-image:url(../images/btn_L.gif); 
	background-repeat:no-repeat; 
	background-position:right ; 
	height:17px; 
	width:8px;
}

.btnR {
	background-image:url(../images/btn_R.gif); 
	background-repeat:no-repeat; 
	background-position:left; 
	height:17px; 
	width:8px;
}

.btnFwd {
	background-image:url(../images/btn_ico_fwd.gif); 
	background-repeat:no-repeat; 
	background-position:left; 
	height:17px; 
	width:21px;
}

.btnX {
	background-image:url(../images/btn_ico_x.gif); 
	background-repeat:no-repeat; 
	background-position:left; 
	height:17px; 
	width:21px;
}

.btnEdit {
	background-image:url(../images/btn_ico_edit.gif); 
	background-repeat:no-repeat; 
	background-position:left; 
	height:17px; 
	width:21px;
}

.btnAdd {
	background-image:url(../images/btn_ico_+.gif); 
	background-repeat:no-repeat; 
	background-position:left; 
	height:17px; 
	width:21px;
}

.btnBkwd {
	padding-left:10px;
	background-image:url(../images/btn_ico_bkwd.gif); 
	background-repeat:no-repeat; 
	background-position:right; 
	height:17px; 
	width:21px;
}

.btnWcf {
	padding-left:10px;
	background-image:url(../images/btn_ico_wcf.gif); 
	background-repeat:no-repeat; 
	background-position:right; 
	height:17px; 
	width:21px;
}

.toggleTxt {color:#3D3D3D; font-size:12px; line-height:12px; font-weight:bold; text-decoration:none; padding-bottom:3px;}
.toggleTxt a:link {color:#3D3D3D; text-decoration:none;}
.toggleTxt a:active {color:#3D3D3D; text-decoration:none;}
.toggleTxt a:visited {color:#3D3D3D; text-decoration:none;}
.toggleTxt a:hover {color:#9E0B0E; text-decoration:none;}

.togglebox {
	/*color:#3D3D3D;
	font-size:11px;
	line-height:14px;
	font-weight:bold;*/
	text-align:center;
	background-image:url(../images/btn_squareBase.gif);
	background-repeat:no-repeat; 
	background-position:bottom;
	height:17px;
	width:60px;
}