﻿body
{
	background: rgb(95,95,95);
	margin: 0;
	padding: 0;
	font: 11px Tahoma;
	color: #1e1e1e;
	background: #051a2f url(../img/body_bg.jpg) repeat-x;
}
.headerbg
{
	width: 100%;
	background: #1b5a9d url(../images/head.png) no-repeat;
	height: 80px;
}
.headerbgA
{
	width: 100%;
	background: #1b5a9d url(../images/head2.png) no-repeat;
	height: 80px;
}
.Message
{
	text-align: center;
	padding: 5px;
	font-size: 9pt;
	font-family: Calibri;
	color: #E5215F;
	font-weight: 600;
}
.mainfooter
{
	background: #000;
	background-image: linear-gradient(30 40, rgb(0,0,0) 15%, rgb(5,4,5) 58%);
	background-image: -o-linear-gradient(30 40, rgb(0,0,0) 15%, rgb(5,4,5) 58%);
	background-image: -moz-linear-gradient(30 40, rgb(0,0,0) 15%, rgb(5,4,5) 58%);
	background-image: -webkit-linear-gradient(30 40, rgb(0,0,0) 15%, rgb(5,4,5) 58%);
	background-image: -ms-linear-gradient(30 40, rgb(0,0,0) 15%, rgb(5,4,5) 58%);
	background-image: -webkit-gradient( 	linear, 	30 40, 	50 60, 	color-stop(0.15, rgb(0,0,0)), 	color-stop(0.58, rgb(5,4,5)) );
	font-family: Calibri;
	font-size: 9pt;
	color: #fff;
}
.LblWelcome
{
	color: White;
	font-family: "Tahoma";
	font-size: 10px;
}
.LblWelcome1
{
	color: White;
	font-family: "Tahoma";
	font-size: 12px;
}

.GridHeader, tr.GridHeader th, .gridheaderGrid, .gridheaderGrid th
{
	background: #a8a8a8;
	background-image: linear-gradient(bottom, rgb(196,190,196) 25%, rgb(158,158,158) 68%, rgb(176,176,176) 84%);
	background-image: -o-linear-gradient(bottom, rgb(196,190,196) 25%, rgb(158,158,158) 68%, rgb(176,176,176) 84%);
	background-image: -moz-linear-gradient(bottom, rgb(196,190,196) 25%, rgb(158,158,158) 68%, rgb(176,176,176) 84%);
	background-image: -webkit-linear-gradient(bottom, rgb(196,190,196) 25%, rgb(158,158,158) 68%, rgb(176,176,176) 84%);
	background-image: -ms-linear-gradient(bottom, rgb(196,190,196) 25%, rgb(158,158,158) 68%, rgb(176,176,176) 84%);
	background-image: -webkit-gradient( 	linear, 	left bottom, 	left top, 	color-stop(0.25, rgb(196,190,196)), 	color-stop(0.68, rgb(158,158,158)), 	color-stop(0.84, rgb(176,176,176)) );
	border: solid 1px #1e1e1e;
	border-radius: 2px;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 600;
	color: #1e1e1e;
	padding: 2px;
}
tr.GridHeader a, tr.gridheaderGrid a
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 600;
	color: #1e1e1e;
	text-decoration: underline;
}
.Rowstyle
{
	border: solid 1px #1e1e1e;
	background: #fff;
	color: #000;
	font-family: Tahoma;
	font-size: 8pt;
	transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-ms-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
}
.selectedRowStyle
{
	border: solid 1px #1e1e1e;
	background: #b1c1d2;
	color: #000;
	font-family: Tahoma;
	font-size: 8pt;
	transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-ms-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
}

tr.Rowstyle > td, tr.gridAlternatingRowStyle > td, tr.GridHeader > td, tr.gridheaderGrid > td
{
	border-width: 1px;
	border-style: solid;
	border-color: #1e1e1e;
	padding:3px;
	padding-left: 4px;
}
tr.Rowstyle td input[type=text], tr.gridAlternatingRowStyle td input[type=text], tr.GridHeader td input[type=text], tr.gridheaderGrid td input[type=text]
{
	width:99%
}
tr.Rowstyle:hover, tr.gridAlternatingRowStyle:hover
{
	border-width: 1px;
	border-style: solid;
	border-color: #1e1e1e;
	background: #f79318;
	transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-ms-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
}
tr.Rowstyle a, tr.gridAlternatingRowStyle a
{
	color: #000;
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: underline;
}
.gridPagerStyle table
{
	text-align: center;
	margin: auto;
}
.gridPagerStyle table td
{
	border: 0px; /*padding around pager numbers */
	display: block;
	float: left;
	padding: 0;
	margin: 1px;
	font-size: 12px;
	list-style: none; /*background: 0;*/
}
.gridPagerStyle td
{
	/*	border-top: #1d1d1d 1px solid; /*top border of pager height: 2px;*/
}
.gridPagerStyle a:hover
{
	background: #05454f;
	color: #fff;
	border: solid 1px #033a42;
}
.gridPagerStyle a, .gridPagerStyle a:visited
{
	font-family: Arial,Helvetica,sans-serif;
	display: block;
	padding: 2px 7px;
	margin: 0 5px 4px 0;
	border: 1px #033a42 solid;
	text-decoration: none;
	background-color: #fff;
	color: #033a42;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-ms-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
}
.gridPagerStyle span
{
	font-family: Arial,Helvetica,sans-serif;
	display: block;
	padding: 2px 7px;
	margin: 0 5px 4px 0;
	background: #05454f;
	border: solid 1px #033a42;
	color: #B1E1F8;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
}
.gridPagerStyle
{
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #fff;
}
.gridAlternatingRowStyle
{
	background-color: #fff;
	color: #000;
	font-family: Tahoma;
	font-size: 8pt;
}
.footer
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: White;
}
.Button, .ButtonStyle
{
	background-color: #dbdbdb;
	color: #305494;
	font: 500 10pt/1.2 tahoma;
	border-style: solid;
	border-width: 1px;
	border-color: #305494;
	height: 25px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	box-shadow: 2px 2px 10px #333333;
	transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-ms-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
}
.Button:hover, .ButtonStyle:hover
{
	background: #688fd1;
	border: solid 1px #305494;
	color: #fff;
	transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-ms-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
}
.LoginButton
{
	background: #688fd1;
	border: solid 1px #305494;
	color: #fff;
	font: 500 10pt/1.2 tahoma;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 25px;
	box-shadow: 2px 2px 10px #333333;
	transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-ms-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
}
.LoginButton:hover,.LoginButton:focus
{
background-color: #dbdbdb;
	color: #305494;
	font: 500 10pt/1.2 tahoma;
	border-style: solid;
	border-width: 1px;
	border-color: #305494;
	transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-ms-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
}
.gridheaderfont
{
	font-family: Tahoma;
	font-size: 9pt;
	color: #383838;
	text-align: left;
}
.displayStyle
{
	display: none;
}
a
{
	color: #1e1e1e;
	text-decoration: none;
	outline: none;
}
a:hover
{
	text-decoration: none;
}
.labelheader
{
	font-family: Arial;
	margin:5px;
	padding:5px;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #1e1e1e;
}
.legend,legend
{
	font-size: 8pt;
	color: #000;
	font-family: Trebuchet MS;
	text-transform:uppercase;
	font-weight: bold;
	margin: 2px;
}
.combo,select
{
	font: 12px Tahoma;
	margin: 1px;
	padding:2px;
	border: solid 1px #3d3d3d;
	color:#0e2f57;
}
.combo:hover,.combo:focus,select:hover,select:focus
{
	border:solid 1px #274c7a;
	background:#d7e7fa;
}
fieldset
{
	border: solid 1px #5f5f5f;
	border-radius: 2px;
}
.aa
{
	display: none;
}
.GlassPanel
{
	background: #000000;
	opacity: 0.5;
	filter: alpha(opacity=70);
	cursor: not-allowed;
	position: absolute;
	left: 0px;
	top: 0px;
}
#divMenuOptoins
{
	margin-left: -40px;
	margin-top: -10px;
}
#divMenuOptoins ul li
{
	margin-top:15px;
}

#Menu
{
	width: 200px;
	background: url(../images/down-arrow-light.gif) no-repeat 52%;
}

#Menu:hover
{
	vertical-align: top;
	background: url(../images/down-arrow-light.gif) no-repeat 52%;
}

.OptionsLinkSpan
{
	font-size: 10pt;
	color: #1e1e1e;
	width: 150px;
	font-weight:bold;
}
.link
{
	padding: 4px;
	margin:8px;
	width:150px;
 	background-color: #1b5a9d;
 	opacity:0.7;
 	/*background-color: #9ED8CB; background-image: linear-gradient(bottom, rgb(117,204,204) 20%, rgb(122,199,199) 71%); 	background-image: -o-linear-gradient(bottom, rgb(117,204,204) 20%, rgb(122,199,199) 71%); 	background-image: -moz-linear-gradient(bottom, rgb(117,204,204) 20%, rgb(122,199,199) 71%); 	background-image: -webkit-linear-gradient(bottom, rgb(117,204,204) 20%, rgb(122,199,199) 71%); 	background-image: -ms-linear-gradient(bottom, rgb(117,204,204) 20%, rgb(122,199,199) 71%); 	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.2, rgb(117,204,204)), color-stop(0.71, rgb(122,199,199)) );


	background-image: linear-gradient(bottom, rgb(140,120,39) 40%, rgb(168,145,61) 70%);
	background-image: -o-linear-gradient(bottom, rgb(140,120,39) 40%, rgb(168,145,61) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(140,120,39) 40%, rgb(168,145,61) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(140,120,39) 40%, rgb(168,145,61) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(140,120,39) 40%, rgb(168,145,61) 70%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.4, rgb(140,120,39)), color-stop(0.7, rgb(168,145,61)) );*/
	font-weight: bold;
	color: #fff;
	
	font-size: 8pt;
	font-family: Arial;
	letter-spacing: 0.01em;
	-webkit-transition: -webkit-transform .4s ease-out 0s;
	-moz-transition: -moz-transform .4s ease-out 0s;
	-o-transition: -o-transform .4s ease-out 0s;
	-ms-transition: -ms-transform .4s ease-out 0s;
	transition: transform .4s ease-out 0s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.link:hover
{
	
	color: #fff;
	opacity:1;
	background-color: #1b5a9d; 	/*background-image: linear-gradient(bottom, rgb(78,181,181) 11%, rgb(110,218,218) 65%); 	background-image: -o-linear-gradient(bottom, rgb(78,181,181) 11%, rgb(110,218,218) 65%); 	background-image: -moz-linear-gradient(bottom, rgb(78,181,181) 11%, rgb(110,218,218) 65%); 	background-image: -webkit-linear-gradient(bottom, rgb(78,181,181) 11%, rgb(110,218,218) 65%); 	background-image: -ms-linear-gradient(bottom, rgb(78,181,181) 11%, rgb(110,218,218) 65%); 	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.11, rgb(78,181,181)), color-stop(0.65, rgb(110,218,218)) );


	background-image: linear-gradient(bottom, rgb(78,66,7) 70%, rgb(110,91,6) 25%);
	background-image: -o-linear-gradient(bottom, rgb(78,66,7) 70%, rgb(110,91,6) 25%);
	background-image: -moz-linear-gradient(bottom, rgb(78,66,7) 70%, rgb(110,91,6) 25%);
	background-image: -webkit-linear-gradient(bottom, rgb(78,66,7) 70%, rgb(110,91,6) 25%);
	background-image: -ms-linear-gradient(bottom, rgb(78,66,7) 70%, rgb(110,91,6) 25%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.7, rgb(78,66,7)), color-stop(0.25, rgb(110,91,6)) );
	-webkit-transform: translatex(5%); /*-moz-transform: translatex(-5%) ;*/
	-o-transform: translatex(5%);
	-ms-transform: translatex(5%);
	transform: translatex(5%);
	-webkit-transition: -webkit-transform .4s ease-out 0s;
	-moz-transition: -moz-transform .4s ease-out 0s;
	-o-transition: -o-transform .4s ease-out 0s;
	-ms-transition: -ms-transform .4s ease-out 0s;
	transition: transform .4s ease-out 0s;
	vertical-align: top;
	box-shadow: 3px 3px 3px #1e1e1e;
}
.text,input[type="text"],textarea
{
	border:solid 1px #3d3d3d;
	border-radius:2px;
	color:#0e2f57;
	padding-left:2px;
}
.text:hover,.text:focus,input[type="text"]:hover,input[type="text"]:focus,textarea:focus,textarea:hover
{
	border:solid 1px #274c7a;
	background:#d7e7fa;
}
.tag
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
}
.progressbarcolor
{
	background-color: green;
}
.progressbar
{
	height: 18px;
	width: 106px;
	opacity: 0.3;
	filter: alpha(opacity=20%);
	color: #464646;
}
.progressbartable
{
	border: 1px solid #787878;
	margin-left: 15px;
	margin-top: 5px;
	height: 18px;
	opacity: 1;
	font-weight: bold;
	font-family: Calibri,Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #1e1e1e;
	background: rgb(193, 193, 193);
	background-image: linear-gradient(left , rgb(232,229,232) 67%, rgb(166,166,166) 96%);
	background-image: -o-linear-gradient(left , rgb(232,229,232) 67%, rgb(166,166,166) 96%);
	background-image: -moz-linear-gradient(left , rgb(232,229,232) 67%, rgb(166,166,166) 96%);
	background-image: -webkit-linear-gradient(left , rgb(232,229,232) 67%, rgb(166,166,166) 96%);
	background-image: -ms-linear-gradient(left , rgb(232,229,232) 67%, rgb(166,166,166) 96%);
	background-image: -webkit-gradient( 	linear, 	left bottom, 	right bottom, 	color-stop(0.67, rgb(232,229,232)), 	color-stop(0.96, rgb(166,166,166)) );
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
td.step1
{
	border: 0;
	background: url( '../images/t1.png' ) no-repeat !important;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
td.step2
{
	border: 0;
	background: url( '../images/t2.png' ) no-repeat !important;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
td.step3
{
	border: 0;
	background: url( '../images/t3.png' ) no-repeat !important;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
td.step4
{
	border: 0;
	background: url( '../images/t4.png' ) no-repeat !important;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
td.step5
{
	border: 0;
	background: url( '../images/t5.png' ) no-repeat !important;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
td.step6
{
	border: 0;
	background: url( '../images/t6.png' ) no-repeat !important;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
td.step7
{
	border: 0;
	background: url( '../images/t7.png' ) no-repeat !important;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
td.step8
{
	border: 0;
	background: url( '../images/t8.png' ) no-repeat !important;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
td.step9
{
	border: 0;
	background: url( '../images/t9.png' ) no-repeat !important;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.popup
{
    border: 1px solid #243440;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 10px 7px rgba(30,30,30,.7);
    -moz-box-shadow: 3px 3px 10px 0 rgba(30,30,30,.7);
    box-shadow: 3px 3px 10px 4px hsla(0,0,12%,0.7);
}
.popclose
{
    right: 0px;
    cursor: pointer;
    text-align: center;
}
.trstyle
{
    background-color: #137888;
    background-image: -webkit-gradient( 	linear, 	left bottom, 	left top, 	color-stop(0.18, rgb(19,120,136)), 	color-stop(0.71, rgb(46,156,164)) );
    color: #fff;
    font-family: Calibri;
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
}