﻿/*Created by : Sajna K J
  Created on : 07/10/2012*/




.Container
{
	margin:auto;
	min-height:400px;
	background:#ffffff;
	max-width:500px;
	min-width:500px;
	border:solid 1px #d4d4d4;
	padding:0 20px 20px 20px;
}

.ToolBar
{
	border:solid 1px #d4d4d4;
	padding:10px;
	margin-bottom:20px;
}

.GridContainer
{
	background:#ECF5FB;
	min-height:300px;
	border:solid 1px #d4d4d4;
}


.ModalPopupBG
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.popup_Container {
    background-color: transparent;
    
    height:186px;
    width:554px;
	background-image:url(Images/errormessage.jpg);
	/*border:5px solid Red;*/
	padding: 0px 0px 0px 0px;
}

.popupConfirmation
{
   
	/*width: 300px;
	height: 200px;*/
}

.popup_Titlebar {
	/*background: url(Images/titlebar_bg1.jpg);*/
	height: 29px;


}
.popup_Titlebar1 {
	background: url(Images/titlebar_bg.jpg);
	height: 29px;
}
.popup_Body
{
	padding:15px 15px 15px 15px;
	
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	line-height:15pt;
	clear:both;
	padding:20px;
	text-align:center;
	margin-top:100px;
	
}

#label1
{
    margin-top:50px;
}
#label
{
    margin-top:50px;
}
.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
.TitlebarRight 
{
	background:url(Images/cross_icon_normal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}

.popup_Buttons
{
	margin:10px;
}
/*For registration*/

.ModalPopupBG_reg
{
	background-color: #666699;
	filter: alpha(opacity=50);
	
}

.popup_Container_reg {
	background-color:#fffeb2;
	border:5px solid Green;
	padding: 0px 0px 0px 0px;
}

.popupConfirmation_reg
{
	width: 300px;
	height: 200px;
}

.popup_Titlebar_reg {
	/*background: url(Images/titlebar_bg_reg.jpg);*/
	height: 29px;
    text-align:right;
}
.popup_Titlebar1 {
	background: url(Images/titlebar_bg.jpg);
	height: 29px;
}
.popup_Body_reg
{
	padding:15px 15px 15px 145px;
	padding-top:70px;
	padding-left:190px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	line-height:15pt;
	clear:both;
	margin-top:50px;
	
}

.popup_Body_reg1
{
	padding:15px 15px 15px 145px;
	padding-top:50px;
	padding-left:190px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	line-height:15pt;
	clear:both;
	margin-top:50px;
	
}

.TitlebarLeft_reg 
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
.TitlebarRight_reg 
{
	background:url(Images/cross_icon_normal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}

.popup_Buttons_reg
{
	margin:10px;
}
.labelSucces_reg
{
   margin-top:50px;
}

/*for forgotpassword success*/

.ModalPopupBG_forgot
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.popup_Container_forgot 
{
    background-image:url(Images/MESSAGEBOX.jpg);
	background-color:Transparent;
	padding: 0px 0px 0px 0px;
	width:554px;
	height:186px;
}

.popupConfirmation_forgot
{
	width:554px;
	height:186px;
}

.popup_Titlebar_forgot {
	background: url(Images/titlebar_bg_reg.jpg);
	height: 29px;
}
.popup_Titlebar1 {
	background: url(Images/titlebar_bg.jpg);
	height: 29px;
}
.popup_Body_forgot
{
	padding:15px 15px 15px 15px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	line-height:15pt;
	clear:both;
	padding:20px;
	text-align:center;
	margin-top:50px;
}

.popup_Body_forgot_long
{
	padding:15px 15px 15px 150px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	line-height:15pt;
	clear:both;
	padding:20px;
	text-align:center;
	margin-top:50px;
	padding-top:60px;
	padding-left:145px;
}
.TitlebarLeft_forgot
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
.TitlebarRight_forgot
{
	background:url(Images/cross_icon_normal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}

.popup_Buttons_forgot
{
	margin:10px;
}
#labelErrorStep2
{
    margin-top:50px;
}
#labelErrorStep3
{
    
    margin-top:50px;
    
}
#labelSuccess
{
    margin-left:175px;
    margin-top:50px;
}
.forbuttonpopup
{
	border-style: solid;
    border-color: #949494;
    border-width: 1px;
    border-radius:3px 3px 3px 3px;
    background: #c7c7c7 url('../../images/submit-tail.gif') repeat-x 0 0;
    position:relative;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		src:url(js/PIE.htc);
		font-size:11px;
		color:#2b3755;
		text-transform:uppercase;
		font-weight:bold;
		text-shadow:1px 1px 0 #fff;
		cursor:pointer;
		width:85px;
		text-align:center;
		height:25px;
    top: 0px;
    left: 100px;
}
