﻿body{
    
}
A:link { 
	color: #00A99D; 
	font-family: Arial; 
	FONT-SIZE: 10pt;
	/*TEXT-DECORATION: none;*/
}

A:visited { 
	color: #00A99D; 
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
    /*TEXT-DECORATION: none;*/
}

A:hover {color: #00A99D; 
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
    /*TEXT-DECORATION: none;*/}


.tableBackgroundGray    {
	background: #FAFAFA; /* Old browsers */
	background: -moz-linear-gradient(top,  #FAFAFA 0%, #E2E2E2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E2E2E2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FAFAFA 0%,#E2E2E2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FAFAFA 0%,#E2E2E2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FAFAFA 0%,#E2E2E2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FAFAFA 0%,#E2E2E2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#E2E2E2',GradientType=0 ); /* IE6-9 */
	margin:50px auto;
	font-family: arial, Geneva, sans-serif;
	font-size: 12px;
	color: #505050;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
/* input dataentry
------------------------------------------------*/
input.dataentry {
	border: 1px solid #999;
	height: 25px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

input.dataentry
{
    width:255px;
}

input.dataentry:hover {
	background:#fff;
	color:#505050;
	border:1px solid #8EC9DF;
}

input.dataentry:focus {
	border:1px solid orange;
}

/* input btn
-----------------------------------------------*/
input.btn {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background:#ccc;
	color:#fff;
	height:30px;
	border: 1px solid #505050;
	font-size:14px;
	padding:5px 20px;
}

input.btn:hover {
	background:#eee;
	color:#2C3E5B;
	border: 1px solid #9CAAC1;
}

input.btn:focus {
	background:#C8F3FF;
	color:#2C3E5B;
	border: 1px solid #9CAAC1;
}

/*lblogin
---------------------------------------------------*/
.lblogin
{
    display:block;
    padding:15px 0;
}


/* label
----------------------------------------------*/
label
{
    font-size:14px;
    margin-top:10px;
    padding-left:3px;
}

/*a 
-----------------------------------------------*/
a
{
    text-decoration:none;
    color:#2F6EFC;
}

a:hover
{
    color:#033ec2;
}

/*
----------------------------------------------*/




/* text style
---------------------------------------------------*/
.textSmall
{
    font-family:Georgia;
    font-size:9px;
    color:#505050;
    padding:10px 0 0 5px;
}

.textMedium
{
    font-family:Arial;
    font-size:12px;
    color:#505050;
}

.textLarge
{
    font-family:Arial;
    font-size:16px;
    color:#505050;
}

.textXlarge
{
    font-family:Arial;
    font-size:20px;
    color:#505050;
    padding:0;
    margin:0;
}
.textItalic
{
    font-family:Arial;
    font-style:italic;
    font-size:12px;
    color:#000; 
}

.textError
{
    font-family:Arial;
    font-size:12px;
    color:#FF0000;
}

.textColor
{
    color:aqua;
}
