@charset "utf-8";
/* CSS Document */

body {
	font-size: 0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
}

#headerCynnal {
	font-size: 1.2em;
}

#menucontainer, #sideMenu, #headerCynnal {
	border-bottom: 1px #888888 solid;
	margin-bottom: 5px;
}

.borderTop {
	border-top: 1px #888888 solid;
	margin-top: 5px;
}

.menuHeader, .loginBoxHeader {
	font-size: 1.25em;
	font-weight: bold;
}

.leftPane {
	border-bottom: 1px solid #888888;
	margin-bottom: 5px;
	padding-bottom: 15px;
}

table {
	width: 100%;
}

.leftPane table {
	width: 0px;
}

.threeQuarterWidth {
	width: 75%;
}

.halfWidth {
	width: 50%;
}

.thirdWidth {
	width: 33%;
}

.quarterWidth {
	width: 25%;
}

.fifthWidth {
	width: 20%;
}

.sixthWidth {
	width: 16%;
}

.tenthWidth {
	width: 10%;
}

.fifteenPercentWidth {
	width: 15%;
}

.twentyPercentWidth {
	width: 20%;
}

.fortyPercentWidth {
	width: 40%;
}

.eightyfivePercentWidth {
	width: 85%;
}

img {
 border: 0px;
}
