@charset "utf-8";
/* CSS Document */

button:hover, .buttons a:hover {
background-image: url(CAL.jpg);
	/*background-color:#CCCCFF;*/
	border:1px solid #006666;
	color:#FFFFFF;
	font-size:80%;
}
.buttons a:active {
	background-color:#006666;
	border:1px solid #cc0000;
	color:#000000;
}
.buttons a, .buttons button {
background-image: url(CAL.jpg);
	/*border:1px solid #DEDEDE;
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;*/
	text-align:center;
	font-family:verdana;
	font-size:80%;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
	padding:5px 10px 6px 7px;
	

}
.buttons button {
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px;
}
.buttons button[type] {
	padding:5px 10px 5px 7px;
	line-height:17px;
}
*:first-child+html button[type] {
	padding:4px 10px 3px 7px;
}
.buttons button img, .buttons a img {
	padding:0;
	border:none;
	width:30px;
	height:30px;
}


.buttons2 a, .buttons2 button {
	display:block;
	float:left;
	/*border:1px solid #DEDEDE;
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;*/
	text-align:center;
	font-family:verdana;
	font-size:80%;
	text-decoration:none;
	font-weight:bold;
	color:#ff0000;
	cursor:pointer;
	padding:5px 3px 6px 3px;
}
button2:hover, .buttons2 a:hover {
	background-color:#fe0000;
	border:1px solid #000000;
	color:#FFFFFF;
	font-size:85%;
}

.buttons2 button2 {
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px;
}
.buttons2 button2[type] {
	padding:5px 10px 5px 7px;
	line-height:17px;
}
*:first-child+html button2[type] {
	padding:4px 10px 3px 7px;
}
.buttons2 button2 img, .buttons2 a img {
	padding:0;
	border:none;
	width:16px;
	height:16px;
}

.buttons3 a, .buttons3 button {
	display:block;
	float:left;
	/*border:1px solid #DEDEDE;
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;*/
	text-align:center;
	font-family:verdana;
	font-size:110%;
	text-decoration:none;
	font-weight:bold;
	color:#BBD1F5;
	cursor:pointer;
	padding:5px 3px 6px 3px;
}
button3:hover, .buttons3 a:hover {
	background-color:#000066;
	border:1px solid #000000;
	color:#FFFFFF;
	font-size:110%;
}
.buttons3 a:active {
	background-color:#000066;
	border:1px solid #666666;
	color:#BBD1F5;
}
.buttons3 button3 {
	width:138px;
	overflow:visible;
	padding:4px 10px 3px 7px;
}
.buttons3 button3[type] {
	padding:5px 10px 5px 7px;
	line-height:17px;
}
*:first-child+html button3[type] {
	padding:2px 2px 2px 2px;
}
.buttons3 button3 img, .buttons3 a img {
	padding:0;
	border:none;
	width:16px;
	height:16px;
}





