/*
BUSIPlus Style Sheet
Main stylesheet for busiplus interface
Copyright Matthew Manela and Saugata Ghose 2005
*/
body {
	font-size:14px;
	font-family:Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited{
	color:#0000FF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.BUSIPlusLogo {
	height: 60px;
	background: url(images/logo/195.png) no-repeat center center;
	font-size: 44px;
}

.BUSIPlusLogoMaintenance {
	height: 60px;
	background: url(images/logo/maint195.png) no-repeat center center;
	font-size: 44px;
}

.BUSIPlusLogoBUSI {
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
.BUSIPlusLogoPlus {
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
}
.BUSIPlusLogo .BUSIPlusLogoBUSI, .BUSIPlusLogo .BUSIPlusLogoPlus, .BUSIPlusLogoMaintenance .BUSIPlusLogoBUSI, .BUSIPlusLogoMaintenance .BUSIPlusLogoPlus {
	visibility: hidden;
}

#pageTitle {
	font-size:24px;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.mainTitle {
	font-weight:bold;
	font-size:22px;
}

.secondaryTitle {
	font-weight:bold;
	font-size:16px;
}

.note {
	font-size:11px;
	font-weight:normal;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

#logged{
	background:#EFEFEF;
	position:absolute;
	top:0px;
	left:0px;
	padding:5px;
	border:1px solid #000000;
	border-left-width:0px;
	border-top-width:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#logged a{
	font-size:10px;
}

#blog {
	font-weight: normal;
}

#copyright {
	color:#666666;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:13px;
}