﻿/*Grid Style*/
.grid
{
    padding: 0;
    margin: 0;
    border: 1px solid #333;
    font-family: "Verdana"; /*, Arial, Helvetica, sans-serif, Trebuchet MS";*/
    font-size: 9pt;
    border: solid 1pt black;
    font-weight: normal;
    border: solid 1px black;
}

.grid tr.header
{
    color: white;
    background-color: #4078A6;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    background-position: center;
    font-size: 10pt;
    border: solid 1pt black;
}



.displayStyle
{
    display: none;
}



.grid tr.Footer
{
    color: white; /*background-color: #2C4E80;*/ /*background-color:	#4471AD;*/
    background-color: #3B90BF;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    text-align: right;
}



.grid tr.normal
{
    color: black; /*	background-color:#A6C4C4;*/
    background-color: #ffffd9;
    height: 25px;
    vertical-align: middle;
    text-align: center;
}

.grid tr.alternate
{
    color: black;
    background-color: #8DBC8F;
    height: 25px;
    vertical-align: middle;
    text-align: center;
}

.grid tr.normal:hover
{
    background-color: #FFBA75;
    color: black;
    font-weight: normal;
}

.grid tr.alternate:hover
{
    background-color: #FFBA75;
    color: black;
    font-weight: normal;
}
.Link:hover
{
    color: Red;
    font-weight: bold;
    font-size: 10pt;
}


/*Hover */


input:hover
{
    border-color: #97bad7;
    border-style: solid;
    background-color: #caffca;
    color: green;
}

input:focus
{
    border-color: #97bad7;
    border-style: solid;
    background-color: #caffca;
    color: green;
}

/* Headings  */


.MainHeading
{
    font-weight: bold;
    font-size: 16pt;
    text-decoration: underline;
    color: #2460B0;
}

.SubHeading
{
    font-family: "Verdana";
    font-size: small;
    color: #363636;
}

.Heading
{
    font-family: "Verdana";
    font-size: 12pt;
    color: #040404;
}

.SortingNote
{
    color: #9D37CE;
    font-weight: normal;
    font-size: 12pt;
}


/* Button Style */

.Button
{
    background-color: #E0E0E0;
    border: solid 2px #4682B4;
    color: #4682B4;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
}

*Link1
{
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}



.loginHead
{
    font-weight: bold;
    font-size: 16pt;
    text-decoration: underline;
    color: #2460B0;
}
.loginPageText
{
    font-size: 12pt;
    font-family: Arial Unicode MS;
    font-weight: normal;
    text-align: justify;
    margin: 0in 0in 0pt;
}
.loginPagehead
{
    font-size: 13pt;
    font-family: Arial Unicode MS;
    font-weight: bold;
    text-align: justify;
    margin: 0in 0in 0pt;
    color: #572B1A;
}



.tableshadow
{
    border-radius: 5px;
    border: solid 0px #525354;
    box-shadow: 2px 2px 5px #353536;
    padding: 8px 10px 2px 10px;
}



.div1
{
    background-color: #ffffd9;
}
.div1 tr.normal:hover
{
    background-color: #FFBA75;
}

.div2
{
    background-color: #8DBC8F;
}
.div2 tr.normal:hover
{
    background-color: #FFBA75;
}

.button1
{
    background-color: #3D3DEF;
    background-image: linear-gradient(bottom, rgb(41,78,227) 29%, rgb(69,122,214) 69%);
    background-image: -o-linear-gradient(bottom, rgb(41,78,227) 29%, rgb(69,122,214) 69%);
    background-image: -moz-linear-gradient(bottom, rgb(41,78,227) 29%, rgb(69,122,214) 69%);
    background-image: -webkit-linear-gradient(bottom, rgb(41,78,227) 29%, rgb(69,122,214) 69%);
    background-image: -ms-linear-gradient(bottom, rgb(41,78,227) 29%, rgb(69,122,214) 69%);
    background-image: -webkit-gradient( 	linear, 	left bottom, 	left top, 	color-stop(0.29, rgb(41,78,227)), 	color-stop(0.69, rgb(69,122,214)) );
    border: solid 1px #1d2f4f;
    border-radius: 6px;
    box-shadow: 3px 3px 5px #1e1e1e;
    height: 30px;
  
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 1.5s ease;
}
.button1:hover
{
    background-color: #3D3DEF;
    background-image: linear-gradient(bottom, rgb(90,107,176) 29%, rgb(0,37,158) 78%);
    background-image: -o-linear-gradient(bottom, rgb(90,107,176) 29%, rgb(0,37,158) 78%);
    background-image: -moz-linear-gradient(bottom, rgb(90,107,176) 29%, rgb(0,37,158) 78%);
    background-image: -webkit-linear-gradient(bottom, rgb(90,107,176) 29%, rgb(0,37,158) 78%);
    background-image: -ms-linear-gradient(bottom, rgb(90,107,176) 29%, rgb(0,37,158) 78%);
    background-image: -webkit-gradient( 	linear, 	left bottom, 	left top, 	color-stop(0.29, rgb(90,107,176)), 	color-stop(0.78, rgb(0,37,158)) );
    border: solid 1px #1d2f4f;
    border-radius: 6px;
    box-shadow: 3px 3px 5px #1e1e1e;
    height: 30px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}


.OpenDiv
{
	background-color:White;
	background-position: center center;
	color: #5D5D5E;
	border: solid 1px #55688A;
	box-shadow: 1px 1px 1px #535454;
	border-radius:7px !important;
	position: absolute;
	display: none;
	margin-top: 15px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 11000;
	width:38%;
	top: 150px;
	left: 330px;
	border: solid 4px #4F4F4F;
	height:380px;
	
}


.SetTable
{
	background-image:url('../Image/ava7.jpg'); 

	width: 100%;
	 height: 380px; 

            background-repeat: repeat;
}


.tdLink
{font-size: 14px;
 padding:12px 6px 5px 20px;
}


.g-button-submit
{
	border: 1px solid #4F4F4F;
	color: #4F4F4F;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #4d90fe;
	background-image: linear-gradient(right bottom, rgb(173,173,173) 20%, rgb(199,199,199) 60%, rgb(237,237,237) 80%);

height:25px;


background-image: linear-gradient(right bottom, rgb(219,219,219) 20%, rgb(199,199,199) 60%, rgb(207,207,207) 80%, rgb(240,240,240) 90%);
background-image: -o-linear-gradient(right bottom, rgb(219,219,219) 20%, rgb(199,199,199) 60%, rgb(207,207,207) 80%, rgb(240,240,240) 90%);
background-image: -moz-linear-gradient(right bottom, rgb(219,219,219) 20%, rgb(199,199,199) 60%, rgb(207,207,207) 80%, rgb(240,240,240) 90%);
background-image: -webkit-linear-gradient(right bottom, rgb(219,219,219) 20%, rgb(199,199,199) 60%, rgb(207,207,207) 80%, rgb(240,240,240) 90%);
background-image: -ms-linear-gradient(right bottom, rgb(219,219,219) 20%, rgb(199,199,199) 60%, rgb(207,207,207) 80%, rgb(240,240,240) 90%);

background-image: -webkit-gradient(
	linear,
	right bottom,
	left top,
	color-stop(0.2, rgb(219,219,219)),
	color-stop(0.6, rgb(199,199,199)),
	color-stop(0.8, rgb(207,207,207)),
	color-stop(0.9, rgb(240,240,240))
);
cursor:pointer;

	}
.g-button-submit:hover
{
	border: 1px solid #4F4F4F;
	color: #fff;
	cursor:pointer;
height:25px;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #357ae8;
	background-image: linear-gradient(bottom, rgb(156,154,156) 20%, rgb(153,153,153) 60%);
	background-image: -o-linear-gradient(bottom, rgb(156,154,156) 20%, rgb(153,153,153) 60%);
	background-image: -moz-linear-gradient(bottom, rgb(156,154,156) 20%, rgb(153,153,153) 60%);
	background-image: -webkit-linear-gradient(bottom, rgb(156,154,156) 20%, rgb(153,153,153) 60%);
	background-image: -ms-linear-gradient(bottom, rgb(156,154,156) 20%, rgb(153,153,153) 60%);
	background-image: -webkit-gradient( 	linear, 	left bottom, 	left top, 	color-stop(0.2, rgb(156,154,156)), 	color-stop(0.6, rgb(153,153,153)) );
}




select
{
	border-color: #2A84CC;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-mos-border-radius: 5px;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-transition: all .5s ease-in;
	

}

select:focus, select:hover
{
	border-color: #CC753A;
	border-style: solid;
	background-color: #F1DEBF;
	color: Black;
}





.grid tr.normal input[type="file"]:hover,.grid tr.alternate input[type="file"]:hover
{
    border:none;
}


.grid tr.normal a:hover,.grid tr.alternate a:hover
{
   color:blue;
}




