﻿
/*p
{
    font-size:16px;
    line-height:1.4;
    margin:0;
    padding:0;
}*/

/****************Common*************************************/
/* Page Numbers */
		.pages {
			font: 83%/1.4 arial, helvetica, sans-serif;
			/*padding: 1em;
    margin: 1em 0;*/
			clear: left;
			font-size: 85%;
			height: 28px;
		}

			.pages a, .pages span {
				color: #003366 !important;
				display: block;
				float: left;
				padding: 0.2em 0.5em;
				margin-right: 0.1em;
				border: 1px solid #fff;
				background: #fff;
			}

				.pages a.aspNetDisabled, .pages a.aspNetDisabled:hover {
					border: 1px solid #2E6AB1;
					font-weight: bold;
					background: #2E6AB1;
					color: #fff;
				}

			.pages a {
				border: 1px solid #9AAFE5;
				text-decoration: none;
			}

				.pages a:hover {
					border-color: #2E6AB1;
					background: #eeeeee;
				}

				.pages a.nextprev {
					font-weight: bold;
				}

				.pages a.nextprevd {
					color: #666;
				}

					.pages a.nextprevd, .pages a.nextprevd:hover {
						border: 1px solid #ddd;
						color: #999;
						background: white;
						font-weight: normal;
					}

			.pages .nextprev-next {
				float: right;
			}

		.txt {
			font-size: 11px;
			color: #000;
			font-family: verdana;
			background-color: #ffffff;
			border: solid 1px #000;
			font-weight: bold;
			width: 200px;
		}

		.gridTable {
			/*background-color: #f90;*/
			border-color: #f90;
			width: 100%;
		}
        .rpt_hdr {
			background-color: #666666;
			background-repeat: repeat-x;
			font-family: Tahoma, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #FFFFFF;
			padding-left: 4px;
			height: 16px;
		}

			.rpt_hdr th {
				height: 25px;
			}

			.rpt_hdr a:link {
				color: White;
			}

		.rpt_itm {
			font-size: 11px;
			color: #000;
			border-bottom: #f90 1px solid;
			font-family: verdana;
			background-color: #FFFFFF;
		}

		.rpt_AltItm {
			background-color: #EEEEEE;
			font-size: 11px;
			color: #000;
			border-bottom: #f90 1px solid;
			font-family: verdana;
		}

		.rpt_HeaderMsg {
			border-collapse: collapse;
			margin: 0 auto;
			width: 80%;
			margin-top: 33px;
		}

		.rpt_HeaderNoData {
			background-color: white;
			padding: 10px;
		}


/****************margeApplication.aspx*************************************/
.margeApplication .blink {
    animation: blink 3s steps(5, start) infinite;
    -webkit-animation: blink 3s steps(5, start) infinite;
    color: #FF0000;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}


/****************Log.aspx*************************************/
.log .gridTable {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    margin-left : 0;
}

/****************AccountInfo.aspx*************************************/

.accountInfo .div-noimage {
    border: solid 2px #A0A0A0;
    color: #F00;
    padding: 0px;
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
}

.accountInfo .AccountPicture input[type="image"] {
    width: 100%;
}

.accountInfo .div-image {
    border: solid 2px #A0A0A0;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
}

.accountInfo img {
    max-width: 100%;
}

.accountInfo .gridTable {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    margin-left : 0;
}

/****************AAAIVRChangeQuestions.aspx*************************************/
.AAAIVRChangeQuestions .pagergrid, .AAAIVRChangeQuestions .pagergrid a {
    color: #333333;
}

.AAAIVRChangeQuestions .pagergrid span {
        color: #AAE;
    }

/****************jetHome.aspx*************************************/

.jetHome .gridTable {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    margin-left : 0;
}

/****************AAAIVRChangeQuestions.aspx*************************************/

.AAAIVRChangeQuestions .gridTable {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    margin-left : 0;
}
/****************************VehiclesOnTelematicsProgram.aspx*********************************/
.VehiclesOnTelematicsProgram .pagergrid, .VehiclesOnTelematicsProgram .pagergrid a {
    color: #333333;
}

.VehiclesOnTelematicsProgram .pagergrid span {
        color: #AAE;
    }

/*******************************Footer Site.master************************/

.footermenu  .style691 {
        color: #FFF;
        font-size: 16px;
    }


