/* Default CSS Stylesheet for a new Web Application project */

.middugme
{
	font-weight: normal;
	font-weight: bold;
	font-size: 12px;
	color: darkred;
	font-family: Tahoma;
	background-color: #E0E0E0;
}
.bigdugme
{
	font-weight: normal;
	font-size: 26px;
	color: darkred;
	font-family: Tahoma;
	background-color: #E0E0E0;
}

.smalltitle
{
	font-weight: bold;
	font-size: 14px;
	color: dimgray;
	font-family: Tahoma;
}
.midtitle
{
	font-weight: bold;
	font-size: 20px;
	color: dimgray;
	font-family: Tahoma;
}
.bigtitle
{
	font-weight: bold;
	font-size: 40px;
	color: dimgray;
	font-family: Tahoma;
}
.smalllabel
{
	font-size: 10px;
	color: darkorange;
	font-family: Tahoma;
}
.midlabel
{
	font-size: 12px;
	font-weight: bold;
	color: orangered;
	font-family: Tahoma;
}
.midlabeldata
{
	font-size: 12px;
	color: black;
	font-family: Tahoma;
}
.biglabel
{
	font-size: 20px;
	color: darkorange;
	font-family: Tahoma;
}
.grhead
{
	font-weight: bold;
	font-size: 12px;
	color: dimgray;
	font-family: Tahoma;
	background-color: gainsboro;
	width: 5px;
	height: auto;
}
.grfoot
{
	font-weight: bold;
	font-size: 12px;
	color: dimgray;
	font-family: Tahoma;
	background-color: gainsboro;
}
.grrowst
{
	font-size: 12px;
	color: dimgray;
	font-family: Tahoma;
}
.grrowalt
{
	font-size: 12px;
	color: dimgray;
	font-family: Tahoma;
	background-color: #f0f0f0;
}

.midyazi
{
	font-size: 14px;
	color: dimgray;
	font-family: Tahoma;
}
.helpbanner
{
	font-weight: bold;
	font-size: 20px;
	color: dimgray;
	font-family: Tahoma;
}
.helpbaslik
{
	font-weight: bold;
	font-size: 14px;
	color: darkred;
	font-family: Tahoma;
}
.helpyazi
{
	font-size: 14px;
	color: black;
	font-family: Tahoma;
}
.projtitle
{
	font-weight: bold;
	font-size: 14px;
	color: darkred;
	font-family: Tahoma;
}
