@charset "utf-8";
/* CSS Document */

@font-face
{
font-family: calibri;
src: url(../resources/fonts/CALIBRI.TTF);
    
}


.displayBlock{
	display:inline-block;
	vertical-align:top;

}


.togleftSel{
	height:30px;
	width:40px;
	background:#c1c0c0;
	border:solid 1px #a1a1a1;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	font-size:14px;
	text-align:center;
	color:#565656;
	line-height:30px;
	cursor: pointer;
}

.togright{
	height:30px;
	width:120px;
	background:#c1c0c0;
	border:solid 1px #a1a1a1;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font-size:14px;
	text-align:center;
	color:#565656;
	line-height:30px;
	cursor:pointer;
}

.togleft{
	height:30px;
	width:120px;
	background:#c1c0c0;
	border:solid 1px #a1a1a1;
	font-size:14px;
	text-align:center;
	color:#565656;
	line-height:30px;
	cursor:pointer;
}
/*
.toggright{
	height:30px;
	width:120px;
	background:#c1c0c0;
	border:solid 1px #a1a1a1;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font-size:14px;
	text-align:center;
	color:#565656;
	line-height:30px;
	cursor:pointer;
}

*/
.toggleft{
	height:30px;
	width:120px;
	background:#c1c0c0;
	border:solid 1px #a1a1a1;
	font-size:14px;
	text-align:center;
	color:#565656;
	line-height:30px;
	cursor:pointer;
}

.toggright{
	height:30px;
	width:120px;
	background:#2a9fdb;
	border:solid 1px #1775a4;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font-size:14px;
	text-align:center;
	color:#ffffff;
	line-height:30px;
	}


