﻿body, div, h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd, form, img, table, td 
{
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}

body 
{
	background-color: #FFFFFF;
	margin: 3px;
}

/*to hide the default vertical scroll bar*/
html {
	overflow-y: auto;
}


.PushInstallTextBlue
{
	color:#0000cc;
}

.PushInstallTextGreen
{
	color:#006600;
}

.PushInstallElseRed
{
	color:#880000;
}

.HeaderOptions
{
	margin: 16px 0px 0px 12px;
}




.Rd_td
{
	background-color:#FFCC00;
	width:100%;
	font-family:Arial;
	font-size:small;
}


.Rd_td_NormalText
{}

.Rd_td_HighlightText
{}

.Rd_td_List
{}

.HeaderLI
{
	text-transform: lowercase;
	/*margin-right: 10px;*/
	color: #000000;
	display:inline;
}

/*ul li
{

	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 30px;
}
*/

div#header ul li 
{
	display:inline;
	height: 30px;
}

.floatRTL
{
	/*float: right;*/
}

.floatLTR
{
	/*float: left;*/
}


/*
div#header ul li a 
{
	color: #000000;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 5px;
	display: inline-block;
	height: 25px;
}*/



div#header ul li#updates a {
	background: url("Images/icn_updates.gif");
	background-image: url("Images/icn_updates.gif");
	display:none;/**/
}

div#header ul li#support a {
	background-image: url("Images/icn_support.gif");
	/*display:none;*/
}

div#header ul li#help a {
	background-image: url("Images/icn_help.gif");
}

.HeaderTable
{
	width:100%;
}

.ImageHeaderLTR
{
	z-index:-5;
	position:absolute;
	top:10px;
	left:10px;
	border: solid 1px red;
	margin: 0px 10px;
	height: 48px;
	/*width: 450px;*/
	float: left;
}

.ImageHeaderRTL
{
	z-index:-5;
	position:absolute;
	top:10px;
	right:10px;
	border: solid 1px red;
	margin: 0px 10px;
	height: 48px;
	/*width: 450px;*/
	float: right;
}

.HeaderOptionsTD
{
	vertical-align:middle;
	width:100%;
}

div#header {
	height: 57px;
	width: auto;
	clear: both;
	border-bottom: 3px solid #CFDCE0;
	/*background: url("../../../Agent/images/corner-tr.gif") no-repeat top right;*/
}

div#main {
	clear: both;
	width: auto;
	padding: 20px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 390px;
}


div#main div#content {
	width: auto;
	height: auto;
}
div#main div#content div {
	margin-bottom: 10px;
}

div#main div#content h1 
{
	color: #666666;
	margin-bottom: 20px;
	font: bold 20px Arial, Helvetica, sans-serif;
}

div#main div#content h2 {
	color: #666666;
	margin-bottom: 20px;
	font: bold 16px Arial, Helvetica, sans-serif;
}
div#main div#content h3 {
	color: #000000;
	margin-top: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
div#main div#content p {
	margin-bottom: 10px;
}
div#main div#content #idProgressArea {
	border: 1px solid #000000; 
	background-color: #C0C0C0;
	width: 226px;
	padding: 1px;
	/*margin-bottom: 20px;*/
}
div#main div#content #idProgressArea img {
	margin-bottom: -3px;
}
div#main div#content p strong {
	text-transform: uppercase;
}
div#main div#content label {
	font-weight: bold;
	vertical-align: 27%;
}
div#main div#content input {
	font-size: 12px;
}
div#main div#content ul.normal {
	margin-left: 20px;
}

.scroll	{
	height:	210px;
	overflow-y:	auto;
	border:	1px	solid #DCDCA0;
}
div.scroll table.standard {
	margin-right: -20px;
	border: none;
}
table.standard {
	width: 100%;
	border: 1px solid #DCDCA0;
	border-collapse:collapse;
	margin-bottom: 15px;
}
table.standard tbody {
	height: auto;
}
table.standard td, table.standard th {
	padding: 2px;
	height: 10px;
}
table.standard th {
	text-align: left;
	background-color: #F4F4D0;
	height: 10px;
}
table.standard col.checkbox {
	text-align: center;
}
div#buttonRow {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
div#buttonRow input {
	width: 85px;
}
div#main div#content ul.status {
	list-style-type: none;
	margin-left: 8px;
}
div#main div#content ul.status li {
	padding-left: 20px;
	margin-bottom: 12px;
	padding-top: 5px;	
	padding-bottom: 5px;	
	height: 15px;
}

div#main div#content dl {
	margin-bottom: 10px;
}

div#main div#content dl dt 
{
		margin-top: -15px;
	padding-left: 28px;
	margin-bottom: 0px;
	padding-top: 0px;	
	/*background-position: 8px 5px;*/	
	/*height: 15px;*/
		/*font-weight: bold;*/
}
div#main div#content dl dd {
	margin-top: 3px;
	margin-left: 60px;
	/*padding-top: 5px;	
	padding-bottom: 5px;*/	
	/*height: 15px;*/
}

#idInstallButton
{
	text-align:center;
}


/* For Testing */
.float100x100
{
	position:absolute;
	visibility:hidden;
	z-index:2;
	left:100px;
	right:100px;
	width:10px;
	height:10px;	
	border:solid 1px red;
}

.borderTestR
{
	border:solid 1px red;	
}
.borderTestG
{
	border:solid 1px green;	
}
.borderTestB
{
	border:solid 1px blue;	
}

.clsRTLIcon
{
	margin-top:15px;
	margin-left:15px;
	text-transform:lowercase;
	font:12px Arial, Helvetica, sans-serif;
	padding-right:30px;
	display:block;
	float:left;
	height:36px;
	text-decoration:none;
	padding-top:5px;
	background-position: 30px 0px;
	background-repeat:no-repeat;
	color:Black;
}

.clsLTRIcon
{
	margin-top:15px;
	margin-right:15px;
	text-transform:lowercase;
	font:12px Arial, Helvetica, sans-serif;
	padding-left:30px;
	display:block;
	float:right;
	height:36px;
	text-decoration:none;
	padding-top:5px;
	background-position: - 30px 0px;
	background-repeat:no-repeat;
	color:Black;	
}

#idDownloadMgrArea
{
	margin-top:-30px;
}

.downloadMsgLTR
{
	text-align: right; 
	font-size: 125%;
	font-weight: bolder;
}

.downloadMsgRTL
{
	text-align: left; 
	font-size: 125%;
	font-weight: bolder;
}

.progressContainerLTR
{
	width:229px;
	float: left;
	direction:ltr;
}

.progressContainerRTL
{
	width:229px;
	float: right;
	direction:rtl;
}

#StatusTable {
	width: 100%;
	border: 1px solid #DCDCA0;
	border-collapse:collapse;
	margin-bottom: 15px;
	height:auto;
}

#StatusTable tbody {
	height: auto;
}

#StatusTable td, #StatusTable th {
	padding: 2px;
	height: 10px;
}

#StatusTable th {
	text-align: left;
	background-color: #F4F4D0;
	height: 10px;
}

/* End For Testing */	
