body {
    margin: 0;
    background: #e5e5e5 url(/images/c/t1/global/bg-page.png) repeat-x 0 -30px;
    direction: ltr
}

.mainDiv {
	display: block;
	width: 50%;
	margin: 0 auto;
	position: relative;
}

/* all the links inside thr mainDiv should be blue except the license agreement*/
.mainDiv a:link, a:active {
	color: blue;
}

.mainDiv a:visited {
	color: #993399;
}

/* title of the page */


.mainDiv .pageheader {
	FONT-SIZE: 18px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold
}

.mainDiv table {
	/* border: 1px solid black; */
	
}

.mainDiv .maintable {
	background-color: #e6e6e6;
}

.mainDiv TD {
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding: 2px;
}

/* active session highlighted */
.mainDiv .appHeadWhite {
	background: #660099;
	color: #ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Inactive session highlighted */
.mainDiv .appHeadGrey {
	background: #660099;
	color: #999999;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Continue / submit button */
.mainDiv .button {
	FONT-SIZE: 12px;
	BACKGROUND: #660099;
	COLOR: #ffffff;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}

/* validation/dynamic texts in red */
.mainDiv .alertsmall {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #cc0000;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}

.mainDiv .error {
	COLOR: #ff0000
}

/*LICENSE AGREEMENT div with scrolling option   */
.mainDiv .divstyle1 {
	height: 250px;
	border: 1px solid gray;
	overflow: auto
}

/*for the terms and conditions in white background*/
.mainDiv .instd2 {
	border: 0px solid black;
	border-top: 0px;
	FONT-SIZE: 12px;
	FONT-FAMILY: 'Courier New', Helvetica, sans-serif;
	background-color: white;
}

/*table headers with white fonts */
.mainDiv .tableheader {
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding: 6px;
}


/*table with grey background color */
.mainDiv .greytable{
	background-color: #e6e6e6;
}
.mainDiv .gray {
	FONT-SIZE: 12px; COLOR: #9e9e9e; FONT-FAMILY: Arial, Helvetica, sans-serif
}


/* tr ,td specials */

.mainDiv tr.resultsgray {
	height: 30px;
	font-size: 11px;
	background-color:#E6E6E6;
	}

.mainDiv tr.resultswhite {
	height: 30px;
	font-size: 11px;
	background-color:#FFFFFF;
	}

.mainDiv tr.resultsgraysmall {
	height: 15px;
	font-size: 11px;
	background-color:#E6E6E6;
	}

.mainDiv tr.resultswhitesmall {
	height: 15px;
	font-size: 11px;
	background-color:#FFFFFF;
	}

	
	