﻿body
{
    margin: 0px;
    background: #141414 url(../Images/Telerik/dataBG.png) repeat-x 0 0;
    color: #FFFFFF;
    line-height: 1.2;
    font-family: Tahoma;
    font-size: 12px;
    text-align: center;
}
.TableHeading1
{
	background-color: #0E0E0E;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
}
.TableHeading2
{
	background-color: #6F6F6F;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
}
.TableText
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
}
input
{
	font-family: Tahoma;
	font-size: 12px;
}
.appVersion
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 9px;
}
.button
{
	background-color: #013c4a;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	border: solid 1px #999999;
	padding: 3px;
	cursor: pointer;
}
.header
{
	background-image: url(../Images/Telerik/headerBg.png);
	height: 45px;
	width: 100%;
	margin: auto;
	position: fixed;
}
.footer
{
	background-image: url(../Images/Telerik/footerBg.png);
	height: 30px;
	width: 100%;
	margin: auto;
	bottom: 0px;
	position: fixed;
	text-align: center;
}
.heading
{
	font-family: Tahoma;
	font-size: 18px;
	color: #81E83A;
	border-bottom: solid 1px #81E83A;
    margin-bottom: 25px;
}
.heading2
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #81E83A;
}
.validator
{
	font-family: Tahoma;
	font-size: 16px;
	color: #FF9900;
}
.message
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #006666;
	padding: 5px;
	margin-bottom: 5px;
	border: solid 1px #FFFFFF;
}
.CommandRow
{
	background:#3D3D3D 0 -2099px repeat-x url('../Images/Telerik/CommandRow.gif');
	color:#000;
}
.Background
{
	background:#3D3D3D;
	color:#fff;
}
.DefaultText
{
    color:#000;
}