﻿.myPage
{
	width: 800px;
	margin: 0 auto;
	font-family:Verdana;
	font-size:8pt;
	text-align:left ;
	}
	.commonstyle
	{
font-family:Verdana;
font-size:8pt;
		}
	.rightAlign
	{
		float:right;
		}
		
		.leftAlign
		{
			float:left;
			}
			.centerAlign
			{
				text-align:center;
				}
			.searchCriteria
			{
				width:400px;
				}
				
				.results
				{
					text-align:center;
					}
					
					.updateProgress
					{
						float:right;
						width:80px;
						}
						.titles
							{
								width:180px;
								}
								
								.uc
								{
									width:200px;
									}
									
									.transStockExchangeAndReuter
									{
										width:500px;
										vertical-align:middle;
										}
										
										.radioButton
										{
											width:100px;
											}
											
											.transType
											{
												width:400px;
												}	
												
												.transSearchBtn
												{
													width:320px;
													}
													
													.tabView
													{
														/*width:auto;
														height:auto; 
														border:solid 0px balck;*/
														}	
														
														.displayNone
														{
															display:none;
															}
															
															.displayBlock
															{
																display:block;
																}
																 #AutoComplete /*AutoComplete flyout */ .autocomplete_completionListElement
        {
            visibility: hidden;
            background-color: gray;
            color: yellow;
            border: buttonshadow;
            border-width: 1px;
            border-style: solid;
            margin-left: 0px;
            background-color: gray;
            height: 200px;
            max-height: 250px;
            overflow: auto;
            width: 180px;
        }
        .ListElement
        {
            color: yellow;
            border: buttonshadow;
            margin-left: 0px;
            visibility: hidden;
            height: 100px;
            max-height: 250px;
            overflow: auto;
            width: 180px;
            border-width: 1px;
            border-style: solid;
            border-color: Blue;
        }
        /* AutoComplete highlighted item */.autocomplete_highlightedListItem
        {
            background-color: Yellow;
            color: Blue;
        }
        /* AutoComplete item */.autocomplete_listItem
        {
            background-color: White;
            color: Black;
            font-family: Verdana | Arial;
            font-size: 8pt;
        }
														
														

 /************ PasswordStrength Related Styles ***********************/.TextIndicator_TextBox1
        {
            background-color: Gray;
            color: White;
            font-family: Arial;
            font-size: x-small;
            font-style: italic;
            padding: 2px 3px 2px 3px;
        }
        .BarIndicator_TextBox2_weak
        {
            color: Red;
            background-color: Red;
            height: 5px;
            border-width: 0px;
        }
        .BarIndicator_TextBox2_average
        {
            color: Blue;
            background-color: Blue;
            height: 5px;
            border-width: 0px;
        }
        .BarIndicator_TextBox2_good
        {
            color: Green;
            background-color: Green;
            height: 5px;
            border-width: 0px;
        }
        .BarBorder_TextBox2
        {
            border-style: solid;
            border-width: 1px;
            padding: 2px 2px 2px 2px;
            width: 200px;
            vertical-align: middle;
        }
        .TextIndicator_TextBox3
        {
            background-color: Blue;
            color: Yellow;
            font-size: small;
            font-variant: small-caps;
            padding: 2px 3px 2px 3px;
        }
        .TextIndicator_TextBox3_Handle
        {
            width: 16px;
            height: 14px;
            background-image: url(images/Question.png);
            overflow: hidden;
            cursor: help;
        }
        .TextIndicator_TextBox1_Strength1
        {
            background-color: Gray;
            color: White;
            font-family: Arial;
            font-size: x-small;
            font-style: italic;
            padding: 2px 3px 2px 3px;
            font-weight: bold;
        }
        .TextIndicator_TextBox1_Strength2
        {
            background-color: Gray;
            color: Yellow;
            font-family: Arial;
            font-size: x-small;
            font-style: italic;
            padding: 2px 3px 2px 3px;
            font-weight: bold;
        }
        .TextIndicator_TextBox1_Strength3
        {
            background-color: Gray;
            color: #FFCAAF;
            font-family: Arial;
            font-size: x-small;
            font-style: italic;
            padding: 2px 3px 2px 3px;
            font-weight: bold;
        }
        .TextIndicator_TextBox1_Strength4
        {
            background-color: Gray;
            color: Aqua;
            font-family: Arial;
            font-size: x-small;
            font-style: italic;
            padding: 2px 3px 2px 3px;
            font-weight: bold;
        }
        .TextIndicator_TextBox1_Strength5
        {
            background-color: Gray;
            color: #93FF9E;
            font-family: Arial;
            font-size: x-small;
            font-style: italic;
            padding: 2px 3px 2px 3px;
            font-weight: bold;
        }
        
        .lblHelp
        {
        	display:block;
        	}
        
        
.table th
{
	text-align:left;
	
}


        
.table td
{
	text-align:left;
	
}