@charset "utf-8";
/* CSS Document */

.leftcorner{
	display: block; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 39px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../imgs/corner_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

a:link.rightcorner, a:visited.rightcorner, a:hover.rightcorner, a:active.rightcorner{
	color: #333333;
	border: 1px none #0099CC;
}

.rightcorner{
	display: block; /*Set 10px to be equal or greater than'padding-left' value above*/
	background-color: transparent;
	background-image: url(../imgs/corner_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 39px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 2px;
}


.topCorner{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
	width: 100%;
	float: right;
}

.topCorner img, img a{ /* Container you can use to surround a CSS button to clear float */
	padding-right: 3px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

.topCorner a {
	font-weight: bold;
	color: #333333;
	font-size: 10px;
}

.topCorner a:hover {
	font-weight: bold;
	color: #6ca1b1;
	text-decoration: underline;
	font-size: 10px;
}

.spacer{ /* Container you can use to surround a CSS button to clear float */
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cccccc;
	margin-right: 7px;
	margin-left: 7px;
	color: #FFFFFF;
}

