﻿body
{
	background-image: url("../Images/Gasbg.jpg");
	background-attachment: fixed;
	background-size: cover;
	color: #333333;
}

.header
{

	font-size:12px;
	padding-left: 15px;
	color: #f2f2f2;
	font-weight: bold;
}

.textbox
{
	width: 358px;
	height: 52px;
	outline: none;
	font-weight: bold;
	padding-left: 20px;
	border: 0;
	color: #a9a9bc;
}
.button
{
	width: 100px;
	height: 40px;
	background: url(../Images/login.png) no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	border: 0;
}
form a
{
	color: #a9a9bc;
}

.girisunuttum a
{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-decoration:none;
	color:#a9a9bc;
	font-size:14px;
	font-weight:bold;
}


canvas
{
	z-index: 100;
}

.labelPercentage
{
	font-size: 20px;
}

.labelText
{
	font-size: small;
	color: #CCCCCC;
}

.labelContainer
{
	display: block;
	text-align: center;
	width: 100px;
	font-family: Helvetica;
}

.accordion
{
	width: 100%;
}

.accordionHeader
{
	border: 1px solid #2F4F4F;
	background-color: #374054;
	color:White;
	padding: 5px;
	margin-top: 2px;
	cursor: pointer;
	height:30px;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	background-color: #374054;
	padding: 5px;
	color:White;
	margin-top: 2px;
	cursor: pointer;
	height:30px;
}

.accordionContent
{
	background-color: White;
	border-top: none;
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: Black;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}