﻿/*'****************************************************************************'* 
'* Copyright 
'* 
'* 
'****************************************************************************
'*
'* System Name: 	Crocodile Social Security
'*
'* Process/Module: 	SocialSecurity
'*
'* Object Name: 	Main.css-IE
'* 
'* Creation Date: 	12/27/2009
'* 
'* Author:			Hemant Salian
'* 
'* Description: 	Style Sheet applied on the Master PAges
'*
'****************************************************************************
'* Implementation Guidelines 
'* 
'* Description:	
'* 
'****************************************************************************
'* Compilation Guidelines 
'* 
'* Description:	(Any details about compile order)
'* 
'****************************************************************************
'* History 
'* 
'* 	Ticket Nbr 	       Author 		    Date Changed 		Description 
'* 
'****************************************************************************
*/
body
{
	font-size: 10px;
	font-family: Verdana, Serif;
	height :800px;
	
}

.loginoutbutton
{
	color: #465239;
	background-color: White;
	border-color: #465239;
	border-width: 1px;
	border-style: Solid;
	cursor :hand;
	position :relative ;
	top:-100px;
}

#header1
{
	background-image: url(../Images/header3a.jpg);
	background-repeat: no-repeat;
	width: 900px;
}
/* Client Master Paged */
/* Profile Master Paged */
/* Secured Master Paged */
/* Admin Master Paged */
.loginbutton
{
	color: #465239;
	background-color: White;
	border-color: #465239;
	border-width: 1px;
	border-style: Solid;
	cursor :hand;
}

.pnlmaster
{
	height :400px;
}

.pnldetail
{
	float:inherit ;
	position: relative;
	top: 150px;
}

.textbox
{
	color: #465239;
	border-color: #465239;
	border-width: 1px;
	border-style: Solid;
}
.text
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	overflow:scroll ;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}



.loginbody
{
    text-align: center;
}
.logtxt
{
    width: 164px;
    height: 55px;
    padding-left: 10px;
}
#wrapper
{
   	margin: 0 auto;
    width: 700px;
    height :50%;
    vertical-align :middle ;
}
        
#content
{
    width: 100%;
    height :50%;
    margin-top :30%;
}

