﻿/********************************************************************
 * Project Emerson internet stylesheet.
 * Authors: Rajesh kanna
 * Version: CSS3
 * Date: January 10, 2011, 2:03:23 PM
 *
 * © 2010 Emerson. All Rights Reserved.
 */
/*
************************************* Cequent Global Style ****************************************
*/
body
{
    background-color: #ffffff !important; /*All Pages background style*/
    z-index: 100; /* Browser Compatibility  */
    margin: 0 !important;
    padding: 0 !important;
    font-family: Arial, Helvetica, sans-serif; /*body font style*/
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #000000 !important;
}
a, img /* All a link and img tag */
{
    border: 0px;
    outline: none;
}
/*
************************* Styles related to Login  page**********************************
*/

#bg /* login_penal background image Style */
{
    background-image: url('../image/bg.jpg');
    background-position: center top;
    background-repeat: repeat-x;
    width: 100%;
    height: 104px;
}
#emerson_header_bg /* login_penal background image Style */
{
    background-image: url('../image/emerson_bg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    width: 1000px;
    height: 104px;
}
#emerson_login_bg /* login_penal background image Style */
{
    background-image: url('../image/login_bg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    width: 1000px;
    height: 104px;
}
.wel_message
{
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
/*
************************* Styles related to Buttons**********************************
*/
#button_left /* login_penal background image Style */
{
    background-image: url('../image/red_button_left.png');
    background-position: right center;
    background-repeat: no-repeat;
    width: 10px;
    height: 22px;
}
#button_center /* login_penal background image Style */
{
    background-image: url('../image/red_button_center.png');
    background-position: center center;
    background-repeat: repeat-x;
    height: 22px;
}
#button_right /* login_penal background image Style */
{
    background-image: url('../image/red_button_right.png');
    background-position: left center;
    background-repeat: no-repeat;
    width: 10px;
    height: 22px;
}
/*
************************* Styles related to Login  page**********************************
*/
table.logitable /* Page structure Style width for all table */
{
    width: 100% !important;
    min-width: 900px;
    height: 50px; /*background-color    : Black;*/
}
table.container /* login Page table structure Style */
{
    width: 100% !important;
    height: 400px;
    vertical-align: middle;
}
.login_panel /* login_penal background image Style */
{
    background-image: url('../image/login_panel.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 388px;
    height: 208px;
}
.log_header
{
    font-size: 13px;
    font-weight: bold;
}
.TextBox /* Textbox Style */
{
    width: 170px;
}
.log_label
{
    margin-right: 35px;
}
.new_user /* HyperLink font Style */
{
    font-size: 10px;
    font-weight:bold;
    color: #184896;
    text-decoration: none;
    font-weight: normal;
    margin-left: 25px;
    width:120px;
}

.for_password /* HyperLink font Style */
{
    font-size: 12px;
    color: #184896;
    text-decoration: none;
    font-weight: normal;
    margin-right: 5px;
}
/*
************************* Styles related to Home  page**********************************
*/
table.layout
{
    padding-left: 1px;
    padding-right:1px;
}

.Background
{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=40);
}

.pgHead
{
	font-size: 1.1em;
	text-align: center;
	vertical-align: middle;
	color: #102d69;
	border-top: 0px solid #a0a0a0;
	border-bottom: 2px solid #a0a0a0;
	padding-top: 0px;
	padding-left: 2px;
	background: url(../image/prmsmallbg_2.gif) repeat-x top left;
	margin-bottom: 1px;
}