/***************************************************************************
'
' System :  SHL, P41 phase 3
' Copyright (c) 1999 - 2000 Quidnunc Limited, SHL Group. All rights reserved.
'
' Description:
'   Default stylesheet.
'   - There should not be any STYLE or HTML tags around this file.
'   - All comments should be C-style.
'   - IE 5.5 has a more strict parser which requires a ; at the end of each command line, if
'		there are comments after the end of the command.
' 	- Validate with 	http://jigsaw.w3.org/css-validator/validator
'
' $Workfile: DefaultStyleSheet.css $ Header.inc 
' $Date: 8/29/07 4:47p $   25/08/99
' $Revision: 24 $    1
'
'
' Version History:
' Ver    Date           Author          Comments
' $Log: /Phase 7/Development/Release7/WebPages/ClientInterface/Stylesheets/DefaultStyleSheet.css $ 25/08/99   
'
' 27    3/11/08 4:47p maheshnu
' Updated CSS fro Generic pages
'
' 26    3/11/08 4:47p maheshnu
' Added CSS for Generic Pages
'
' 25    3/3/08 4:47p GuptaDee
' Added CSS for Non-Generic Pages (Login.asp and UserNameLookup.asp)
'  
' 24    8/29/07 4:47p Tuliwish
' Updated:Changed TD.DataItemTitle to TD.DataItemTitle1
' 
' 22    5/17/07 3:25p Kulshrji
' Modified for International Pricing Partial Roll Out Merge Phase 7
' Release 5 & Release 6
' 
' 21    5/15/07 6:30p Singamar
' Q2Phase2 Enhancement
' 
' 20    5/09/07 11:10a Javedira
' Classes added for Q2 Phase2 - Select Instruments
' 
' 19    3/15/07 6:01p Kaurrama
' Modified for Q2 Phase 1 Release
'
' 19    11/29/06 8:01p Singamar
' Modified for IP
' 
' 1     22/04/03 7:47p Saxenama
' 
' 24    7/09/00 14:41 Qnpauld
' Defect 338: Removed PRE.TableData, better to replace vbNewLine with
' <br> to presrve user formatting.
' 
' 23    18/08/00 16:36 Qnpauld
' Added a style for preserving text formatting of TableDate cells.
' Added header and removed style tags. Validated and changed darkblue to
' hex value.
' 
'
' **************************************************************************/

*
{
	margin: 0;
}

html 
{
	width: 100%;
	height: 100%;
}


body
{
	height: 100%;	
	width:72%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 auto;
	font-size:75%;
}

h1 {
	COLOR:#376589;
	FONT-SIZE:1.5em;
	position:relative;
	top:0px;
	margin: 5px 0 10px 0;
	padding: 0 0 2px 15px;
	background: url("../images/icon_magenta_arrow_11x15.gif") no-repeat left center;
	background-color:transparent;
	/*border:1px solid #000000;*/
}

p {
	font-size: 0.95em;
	font-family: Verdana, Arial, Helvetica,  sans-serif;
	padding-left: 5px;
	color:#666666;
	line-height:150%;
	margin:0 0 0 10px;
}

tr
{
	font-size:75%;
}

/* CSS for Generic Pages Start */

#wrapper
{
	width: 99%;
	float:left;
	margin: 0px 0px 90px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	background-image: url(../images/q42_topright_image_curve_1500x150_bak.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}



#outer
{
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
	background-image: url("../images/bg_upper_branding_1000x500.gif" );
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

#cont_top
{
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: none;
	background-repeat: no-repeat;
	background-position: top left;
	display:table-row;
}


#logout
{
	position: absolute;
	text-align: right;
	width: 10%;
	top: 2px;
	right: 30px;
}

#logout a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size:.95em !important;
	font-size: .85em;
}

#helpLink
{
	text-align: right;
	margin-right: 215px;
	margin-bottom:10px;
}

#helpLink a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size:.85em;
}

#helpLink a:visited, #footer a:visited, #left_nav_links a:visited, #cont_mid_cent a:visited, right_nav_links a:visited, logout a:visited
{
	color: #0000ff;
}

#helpLink a:active, #footer a:active, #left_nav_links a:active, #cont_mid_cent a:active, right_nav_links a:active, logout a:active
{
	color: #0000ff;
}

#left_nav_links a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000ff;
}

#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 90px;
	float: left;
	margin: 60px 0px 0px 150px;
	padding: 0px 0px 0px 0px;
	border: none;
	background-attachment: fixed;
	background-color: Transparent;
	text-align: left;
}


#logo img
{
	display: inline;
}

* html
{
	height: 100%;
}

#header1
{
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 72px !important;
	height: 65px;
	text-align: left;
}

#top_nav
{
	position: relative;
	z-index: 900;
	top: -52px !important;
	top: -45px;
	height: 20px;
	width: auto;
	margin: 0px 0px 0px 184px;
	padding: 0px 0px 0px 0px;
}

/* Tabs Start */

#top_nav ul
{
	position: relative;
	top: -15px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	height: 20px;
}

#top_nav li
{
	position: relative;
	top: 63px;
	height: 20px;
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px 3px 0px 0px;
	list-style: none;
	background: url( "../images/norm_right.gif" ) no-repeat top right;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background-color: #330066;
}

#logout a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size:.95em !important;
	font-size: .85em;
}

#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 99px;
	height: 90px;
	float: left; 
	margin: 20px 0px 0px 220px;
	padding: 0px 0px 0px 0px;
	border: none;
	background-attachment: fixed;
	background-color: Transparent;
	text-align: left;
}


#logo img
{
	display: inline;
}

#top_nav li#current
{
	background: url( "../images/norm_right_on.gif" ) no-repeat top right;
	background-color: #ebebeb;
}

#top_nav a
{
	position: relative;
	height: 20px;
	left: 0px;
	float: left;
	display: block;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	line-height: 18px;
	color: #ffffff;
	background-color: transparent;
	font-size: .85em;
}

#top_nav a:hover
{
	color: #cc0066;
}

#top_nav #tasks
{
	background-image: url("../images/tab_left_50x50.gif" );
	background-repeat: no-repeat;
	background-position: top left;
}

li#current #tasks
{
	background-image: url("../images/tab_left_50x50_on_.gif" );
	background-repeat: no-repeat;
	background-position: top left;
	color: #cc0066;
}

#top_nav #users
{
	background-image: url("../images/tab_left_50x50.gif" );
	background-repeat: no-repeat;
	background-position: top left;
}


li#current #users
{
	background-image: url("../images/tab_left_50x50_on_.gif" );
	background-repeat: no-repeat;
	background-position: top left;
	color: #cc0066;
}

#top_nav #project_maintenace
{
	background-image: url("../images/tab_left_50x50.gif" );
	background-repeat: no-repeat;
	background-position: top left;
}

li#current #project_maintenace
{
	background-image: url("../images/tab_left_50x50_on_.gif" );
	background-repeat: no-repeat;
	background-position: top left;
	color: #cc0066;
}


#top_nav #project_history
{
	background-image: url("../images/tab_left_50x50.gif" );
	background-repeat: no-repeat;
	background-position: top left;
}

li#current #project_history
{
	background-image: url("../images/tab_left_50x50_on_.gif" );
	background-repeat: no-repeat;
	background-position: top left;
	color: #cc0066;
}

#top_nav #reports
{
	background-image: url("../images/tab_left_50x50.gif" );
	background-repeat: no-repeat;
	background-position: top left;
}


li#current #reports
{
	background-image: url("../images/tab_left_50x50_on_.gif" );
	background-repeat: no-repeat;
	background-position: top left;
	color: #cc0066;
}


/*In case of swapping comment this code - START*/

#cont_mid
{
	position: relative;	
	/*display:inline-table;*/
	height:70%;
	margin: 0 0 0 0px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-left-style: solid;
	border-left-width: 0px;
	border-left-color: #c4c4c4;
	width:980px;
}

#cont_mid_left
{
	position: relative;
	float:left;
	top: 0px;
	left: 0px;
	width: 180px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}


#left_nav
{
	position: relative;
	top: 0px;
	left: 0px;
	height:100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#cont_mid_right
{
	position: relative;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 94px;
}

#right_nav
{
	position: relative;
	top: 0px;
	right: 0px;
	padding: 22px 5px 15px 5px;
	margin: 0;
	display: none;
	visibility: hidden;
}


#left_nav_links
{
	position: relative;
	height:100%;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
	width:145px;
}

#cont_mid_cent
{
	position:relative;
	width:85%;
	float:left;
	height:auto;
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

#left_nav h1
{
	position: relative;
	top: 0px;
	padding: 0px 0px 5px 15px;
	background: url( "../images/icon_magenta_arrow_11x15.gif" ) no-repeat left top;
	background-color: transparent;
	margin: 5px 0px 0px 5px;
	text-align: left;
	color: #cc0066;
	font-weight: bold;
	font-size: .95em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height: 15px;
}

#right_nav h1
{
	position: relative;
	top: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: transparent;
	text-align: left;
	color: #cc0066;
	font-weight: bold;
	font-size: .95em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:19px;
	height:19px;
}


#right_nav h2
{
	margin-top: 7px;
	margin-bottom: 4px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
}

#left_nav ul 
{
	list-style-type:none;
	padding:0px;	
}

#right_nav ul
{
	list-style-type:none;
	padding:0px;
}

/*In case of swapping comment this code - ENDS*/	

#page_links
{
	display:none;	
}

#cent_content
{
	position: relative;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	width: auto;
	height: 250px;
		
}

#cont_bot
{
	position: relative;
	padding: 0;
	margin-top: 0;
	width: 100%;
	height:auto;
	display:table-row;
}

#lower_branding
{
	position: relative;
	padding: 0;
	margin-top: 0;
	width: 60%;
	visibility: hidden;
	display: none;
	height:auto;
}

#footer
{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	height:30px;
	width:980px;
	
}

/* Classes */

TD.copyrightNotice
{
	text-align: center;
	padding-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000000;
}

TD.legalNotice
{
	text-align: left;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #0000ff;
}

#txt
{
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 1.2em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD.PageFunctions, P.PageFunctions
{
	color: #0000ff;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .85em;
	padding:0px 0px 5px 0px;
}


.ClientHelp
{
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .75em;
	width:95%;
	line-height:1.1em;
}


TD.TableHead, TD.DataItemTitle1
{
	background-color: #D5DADB;
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .85em;
	font-weight: bold;
	padding:5px;
}

TD.TableSectionHeading
{
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .95em;
	font-weight: bold;
}

SELECT.Items, SELECT.Default
{
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size:.85em;
}

SELECT.Input
{
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .85em;
}

TD.Data
{
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	padding-bottom:15px;
	vertical-align:top;
	font-size: .85em;
}

INPUT.Button
{
	color: #000000;
	font-family: Verdana,Arial, Sans-Serif, Helvetica;
	font-size: .85em;
}

P.NormalText, TD.NormalText
{
	color: #000000;
	font-family: Verdana,Arial, Sans-Serif, Helvetica;
	font-size: .85em;
	padding: 15px 0px 15px 0px;
}

TR.TableDataBlank, TD.TDTableDataBlank
{
	background-color: transparent;
	color: white;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
}

TR.TableData
{
	background-color: #e7e7e7;
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .85em;
}

TR.tableDataEvenRow
{
	background-color: #F2F3F5;
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	padding: 0px 0px 0px 0px;
}

TR.tableDataOddRow
{
	background-color: #D5DADB;
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	padding: 0px 0px 0px 0px;
}

TR.pagination
{
	background-color: #F2F3F5;
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	padding: 0px 0px 5px 0px;
	font-size:.635em;
}

TD.formLevel2header
{
	color: #330066;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: 1.25em;
	padding-top: 15px;
	padding-bottom: 15px;
}

TD.formLevel1Header
{
	position: relative;
	top: 0px;
	padding: 0px 0px 0px 15px;
	background: url( "../images/icon_magenta_arrow_11x15.gif" ) no-repeat left center;
	background-color: transparent;
	margin: 5px 0px 0px 5px;
	text-align: left;
	color: #cc0066;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height: 15px;
}

TD.TableData
{
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .85em;
	padding: 5px;
	text-align:left;
	vertical-align:top;
	
}

TD.DataList
{
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .85em;
	padding: 5px;
	border: solid 1px #ffffff;
}

P.SectionHeading, TD.SectionHeading
{
	color: black;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: bold;
}

P.SubHeading
{
	color: black;
  	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
}

TD.List
{
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .85em;
	padding: 5px;
	border: solid 1px #ffffff;
}

INPUT.Input
{
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	vertical-align:top;
	font-size:.85em;
}

TD.TableTitle
{
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .85em;
	padding-bottom:15px;
}

TD.TableTitleForm
{
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .85em;
	text-align:right;
	padding-right:20px;
	padding-bottom:15px;
}

TR.TableReadOnly
{
	color: #000000;
	font-family: Verdana,Arial;
	font-size: .85em;
}

TD.TableReadOnly
{
	color: #000000;
	font-family: Verdana,Arial;
	font-size: .85em;
}

/* ErrorLabel -- Used to highlight the label of the field with an error */
TD.Error
{
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	color: black;
	font-size: .85em;
	border-width: 1px;
	border-color: Red;
	border-style: solid;
}

TD.ErrorForm
{
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	color: black;
	font-size: .85em;
	border-width: 1px;
	border-color: Red;
	border-style: solid;
	text-align:right;
	padding-right:20px;
	padding-bottom:15px;
}

/* ErrorMessage -- Used to highlight the error message itself*/

P.ErrorLabel, TD.ErrorLabel, TD.ErrorMessage, P.ErrorMessage
{
	color: #ff0000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .95em;
}

/* Confirmation message */

P.ConfirmationMessage, TD.ConfirmationMessage
{
	color: black;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .95em;
	font-weight: bold;
}

P.PageDescription
{
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .95em;
}

TD.TDTableHead
{
	background-color: #D5DADB;
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .85em;
	font-weight: bold;
}

P.ItemTitle
{
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	color: black;
	font-weight: bold;
	font-size: .85em;
}

TD.ItemDesc
{
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .85em;
	color: black;
}

TD.Instrument
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:10pt;
    color:black;
}

TD.InstrumentError
{
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    COLOR: black;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #FFFF00;
}

TD.PageDescription
{
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .85em;
}

.projectDetailsHeader
{
	color: #330066;
	font-size: .7125em;
	cursor: pointer;
}

TD.ProjectDetails
{
	padding-bottom:10px;
}

.projectDetailsItem
{
	display: block;
	margin-left: 20px;
	width: 100%;
}

#img2, #img4, #img6
{
	background: url(../images/plus.gif) no-repeat center left;
	display: none;
	vertical-align:top;
}

#img1, #img3, #img5
{
	background: url(../images/minus.gif) no-repeat center left;
	display: block;
	vertical-align:top;
	
}

P.Title
{
	color: black;
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .95em;
}

P.Message
{
	color: black;
  	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size: .85em;
}

/* Swapping Code - START*/
/*
#cont_mid
{
	position: relative;
	top: 15px;	
	display:inline-table;
	height:100%;
	margin: 0 0 0 4px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #c4c4c4;
	width:980px;
}

#cont_mid_cent
{
	position:relative;
	width:980px;
	float:left;
	height:auto;
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

#cont_mid_left
{
	position: relative;
	float:left;
	top: 0px;
	left: 0px;
	width: 94px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #EAEAEA;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#left_nav
{
	position: relative;
	top: 0px;
	left: 0px;
	height:100%;
	padding: 22px 5px 15px 5px;
	margin: 0px 0px 0px 0px;
	
}
#left_nav_links
{
	position: relative;
	height:100%;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
	width:145px;
}

#cont_mid_right
{
	position: relative;
	float:right;
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

#right_nav
{
	position: relative;
	top: 0px;
	left: 0px;
	height:100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#right_nav h1
{
	position: relative;
	top: 0px;
	padding: 0px 0px 5px 15px;
	background: url( "../images/icon_magenta_arrow_11x15.gif" ) no-repeat left top;
	background-color: transparent;
	margin: 5px 0px 0px 5px;
	text-align: left;
	color: #cc0066;
	font-weight: bold;
	font-size: .95em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height: 15px;
}

#left_nav h1
{
	position: relative;
	top: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: transparent;
	text-align: left;
	color: #cc0066;
	font-weight: bold;
	font-size: .95em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:19px;
	height:19px;
}


#left_nav h2
{
	margin-top: 7px;
	margin-bottom: 4px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
}

*/
/*Swapping Code - END*/



/* CSS for Login & UserNameLookUp pages Starts - Non-Generic */

#wrapper1
{
	width: 99%;
	height:100%;
	min-height:100%;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000;
	background-color:#ffffff;
	border:solid 1px #ffffff;
}

#wrapper1 h1
{
	display: none;
}

#outer1
{
	margin: 15px 15px 15px 15px;
	padding: 0;
}

#cont_top1
{
	height: 90px;
	margin: 0;
}

#header
{
	height: 90px;
	margin: 0;
}

#logo1
{
	position: absolute;
	top: 15px;
	left: 45px; /*background:url(../images/shl_logo_99px_trans_bg.gif) no-repeat; 	width: 99px; 	height: 62px;*/
	margin: 0;
}

#cont_mid1
{
	margin: 0; /*border-top: solid  #330066 1px; 	border-bottom: solid  #330066 1px;*/
}

#cent_content1
{
	background: url(../images/login_header_511x31.jpg) no-repeat left top;
	width: 511px;
	top: 105px;
	left: 15px;
	padding-top: 25px;
	padding-bottom: 15px;
	border: 2px solid #c4c4c4;
}


#footer1
{
	margin-left: 15px;
	margin-top: 15px;
	height: 30px;
	padding: 0;
	color: #0000ff;
}

TD.footer1
{
	font-size: 0.85em;	
}


#footer1 a:visited
{
	font-size: 0.85em;
	color: #0000ff;
}

#footer1 a
{
	font-size: 0.85em;
	color: #0000ff;
}

#lang_sel
{
	display: inline;
	width: 120px;
}


/*Classes*/

#wrapper1 ul
{
}

#wrapper1 SELECT.Items
{
	font-family: verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.85em;
}

#wrapper1 li
{
	list-style: none;
	display: inline;
}

#wrapper1 li a
{
}

#wrapper1 p
{
	padding-top: 15px;
	display: block;
}

#wrapper1 h3
{
	font-size: 0.95em;
	font-weight: bold;
	color: #330066;
	margin-left: 65px;
	padding-top: 20px;
}

#wrapper1 label
{
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 20px;
	display: block;
	font-size: 0.85em;
	color: #000000;
}

#wrapper1 .submit input
{
	font-size: 0.85em;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 20px;
	color: #330066;
}

#wrapper1 .submit1 input
{
	margin-left: 140px;
	font-size: 0.85em;
	font-weight: bold;
	color: #330066;
	font-family: Verdana, Helvetica, sans-serif;
}

#wrapper1 .input-box
{
	width: 130px;
	font-size: 0.85em;
}

.langSel
{
	display: inline;
}

.linkForgotPass
{
	margin-left: 125px;
	padding-top: 15px;
	font-size: 0.85em;
	padding-left: 15px;
	color: #0000ff;
}

.linkForgotPass a
{
	font-size: 0.85em;
	color: #0000ff;
}

.linkForgotPass a:visited
{
	font-size: 0.85em;
	color: #0000ff;
}

.linkHelp
{
	margin-left: 125px;
	font-size: 0.85em;
	padding-left: 15px;
	color: #0000ff;
}

.linkHelp a
{
	font-size: 0.85em;
	color: #0000ff;
}

.linkHelp a:visited
{
	font-size: 0.85em;
	color: #0000ff;
}

/* CSS for Login & UserLookUp pages Ends */
