/* Style Sheet: Used to control the overall appearance of the page.
	Like, Page Header, title, subtitle, etc.,
*/
body
{
	/*Reset page margin*/
	margin: 0px;
}
.UPageHeader
{
	/* Page Header Table Format*/
	background-color: #7ea0dd;
	width: 100%;
}
.UPageTitle
{
	/* Page Title Format*/
	font-weight: bold;
	font-size: 12pt;
	color: #131fa5;
	font-family: 'Trebuchet MS' , Arial, Tahoma;
}
.UPageSubTitle
{
	/* Page Subtitle Format, if any*/
	font-weight: bold;
	font-size: 11pt;
	color: #0560a6; /*#333333;*/
	font-family: 'Trebuchet MS' , Verdana, Arial;
}
.UPageSubTitle1
{
	/* Page Subtitle Format, if any*/
	font-size: 8pt;
	color: #0560a6; /*#333333;*/
	font-family: Verdana, Arial;
}
.UMainTable
{
	width: 100%;
	height: 94%;
}
.UMainTableLeft
{
	/*Main Workarea table Format */
	width: 10%;
	background-color: #bdd3f9; /*#d3e5fa;*/
}
.UMainTableLeftAd
{
	/*Main Workarea table Format Left -For admin*/
	width: 10%;
	background-color: #7EA1DE; /*#d3e5fa;*/
}

.UMainTableUserLeftAd
{
	/*Main Workarea table Format Left -For admin*/
	width: 10%;
	background-color: #BDD3F9; /*#d3e5fa;*/
}

.UMainTableMiddle
{
	width: 1%;
}
.UMainTableRight
{
	width: 89%;
	vertical-align: top;
}
.UWorkTable
{
	width: 100%;
}
.UWorkTableLeft
{
}
.UWorkTableRight
{
	background-color: #f2f2f2;
}
.TDBackColor
{
	background-color: #F7F3F7;
}

/* status bar to show the error messages  */
.UStatusBar
{
	font-size: 8pt;
	width: 90%;
	color: red;
	font-family: Arial, Tahoma, 'Microsoft Sans Serif' , Verdana;
}
.UStatusBarBlue
{
	font-size: 9pt;
	width: 90%;
	color: blue;
	font-family: Arial, Tahoma, 'Microsoft Sans Serif' , Verdana;
}
.UDDiv
{
	font-size: 8pt;
	font-family: Tahoma, 'Microsoft Sans Serif';
	font-weight: bold;
	color: black;
}
.UDiv
{
	font-size: 8pt;
	font-family: Verdana,Arial, Tahoma, 'Microsoft Sans Serif';
	color: blue;
}

/* Popup menu style sheet*/
.UTopHover
{
	border-right: #2254b1 1px solid;
	border-top: #2254b1 1px solid;
	font-size: 8pt;
	border-left: #2254b1 1px solid;
	border-bottom: #2254b1 1px solid;
	font-family: Arial, Tahoma;
	background-color: #fee197;
}
.UDefaultIsland
{
	font-size: 8pt;
	color: #003399;
	font-family: Arial, Tahoma;
	background-color: #ffffff;
}

.TBarBackGround
{
	font-weight: normal;
	font-size: 8pt;
	background-image: url(../Images/tbbackground.gif);
	font-family: Arial, Tahoma, 'Microsoft Sans Serif' , Verdana;
}
/* added by jp */
.TButton
{
	font-size: 8pt;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
	letter-spacing: 1px;
}
.TButton:hover
{
	text-decoration: underline;
}

.TButtonHome
{
	font-size: 8pt;
	cursor: hand;
	color: blue;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
}
.LabelBackground
{
	background-image: url(..\images\gridtop.png); /*color: #0560a6;*/ /*#333333;*/
	font-size: 10pt;
	font-family: Arial, Tahoma, Verdana;
	height: 15px;
}
.TableBorderColor
{
	border-left-color: #95b7f3;
	border-bottom-color: #95b7f3;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #95b7f3;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #95b7f3;
	border-right-width: 1px;
	border-bottom-style: solid;
}
.ImageHover
{
	cursor: hand;
}
/*Added for email component*/
textarea
{
	behavior: url(..\scripts\maxlength.htc);
}

ToolBar {
	TEXT-DECORATION: underline;
	color: DarkBlue;
	cursor:default;
}