﻿/********* BASE STYLES ****************************************************************/

html, body
{
/*
   height: 100%;
   margin: 0;
   padding: 0;
*/
}

body, form, h1, h2, h3, h4, h5, table, tr, td, p, div, span, fieldset, legend, label, input, select, textarea
{
	margin: 0;
	padding: 0;
}

body
{
	/* margin-bottom: 4em; /* min-width:780px; */
	font-family: Tahoma;
	font-size: 0.7em;
	color: #000000;
}

fieldset
{
	margin: 1em;
	padding: 1em;
}

fieldset.popUp
{
	margin: 0; 
	*margin-bottom:1em;
	padding:0;
}

legend
{
	padding: 0 1em 0 1em;
}

/*
a
{
	color: #35587B;
	text-decoration: none;
}
*/

a:link 
{
	font-family:tahoma;
	font-size:11px;
	color:black;
	font-weight: bold;
	text-decoration:none;
	
	
}

a:visited 
{
	font-family:tahoma;
	font-size:11px;
	color:black;
	font-weight: bold;
	text-decoration:none;
}

a:hover 
{
	font-family:tahoma;
	font-size:11px;
	color:black;
	font-weight: bold;
	text-decoration:underline;
}

a:active 
{
	font-family:tahoma;
	font-size:11px;
	color:black;
	font-weight: bold;
	text-decoration:none;
}
a:disabled 
{
	font-family:tahoma;
	font-size:11px;
	color:black;
	font-weight: bold;
	text-decoration:none;
}

/********* INPUT ELEMENTS ************************************************************/
.campoTexto 
{
	border:1px solid black;
	color:black;
	font-family:tahoma;
	font-size:11px;
	height:18px;
	text-align:left;
}

.botao 
{
	background-color:white;
	border:1px solid black;
	color:black;
	cursor:pointer;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:0.2em 0.8em;
}

/********* MASTER PAGE ****************************************************************/

div.Main
{
	float:left;
	/* width:100%; */
	clear:both;
	display:block;
	width:100%;
}

div.mainTopBox
{
	float:left;
	clear:both;
	width:100%;
	display:block;
	height:36px;
	background-image:url(../../Images/sis_topo_center.jpg);
}

div.mainTopBoxLeftArea
{
	float:left;
	width:191px;
	height:36px;
	/*background-image:url(../../Images/sis_topo_left.jpg);	*/
}

div.mainTopBoxRightArea
{
	float:right;
	width:550px;
	height:36px;
	/*background-image:url(../../Images/sis_topo_right.jpg);*/
}

div.mainBottomBox
{
	float:left;
	clear:both;
	height:23px;
	position:fixed;
	width:100%;
	bottom:0; /* stick to bottom */
	left:0;
	/*margin: -35px 0 0 0; */
	background-image:url(../../Images/sis_footer.jpg);
}

.footer 
{
	color:White;
	font-family:tahoma;
	font-size:12px;
}

/********* LOGON PAGE ****************************************************************/

div.LogonContainer
{

	width:350px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10em;
	
	/* background-color:Maroon; */
}

div.LogonContainerInner
{	
	
	float:left;
	width:350px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../Images/fundo_login.gif);
	/* background-color:Aqua; */
}

div.LogonContainerInnerFields
{	
	display:inline;
	float:left;
	width:240px;	
	height:140px;
	margin-left:70px;
	margin-top:45px;	
/*	background-color:Gray; */
}

div.LogonContainer h3
{
	text-align:center;
	font-size:13pt;
	font-weight:bold;	
	
	/* background-color:Blue; */
}

div.LogonContainerInnerFields p
{	
	float:left;
	height:40px;
	width:100%;
	margin-left:0px;
	
	/* background-color:Lime; */
	
}

div.LogonContainerInnerFields label
{	
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-right:0.6em;
	text-align:right;
	width:50px;	
}

div.LogonContainerInnerFields input
{	
	float:left;
	background-color:White;
	background-image:none;	
	width:150px;
}

	div.LogonContainerInnerFields input.botao
	{	
		margin-left:30px;
		margin-top:10px;
	}

/********* MENU ****************************************************************/

div#pnlMenu
{
	float:left;
	width:240px;
/*	height:100%;	 */
/*	background-color:Yellow; */
}

/* ---- CONTEUDO --------------------------------------- */

#pnlContent
{	
	float:left;
	/*clear:both; */
	width:100%;
	height:100%;
	margin-bottom:50px;	
}

div#pnlMenuOutside
{
	float:left;
	width:240px;
}


div#pnlContentInner
{
	float:left;	
	display:block;
	width:80em;
	margin-left:10px;
}

#pnlPopUpContent
{
	margin-left: 1em; *margin-left:0;
	*position:absolute;
	*left:1em;
	*top:1em;
}

h3
{
	/*margin-top:0px;*/
	/* *margin-left:-1.4em; */
	padding:1.5em 0 0 4px;
	font-size:1.5em;
	/* background-image:url(Img/h3_seta.gif); */
	background-repeat:no-repeat;
	background-position:04px;	
	
}

h3.FullPage
{
	margin: auto;
	padding: 0;
	margin-top: -2em;
	margin-bottom: 1em;
	width: 18%;
	text-align: center;
	background-image: none;
}

h3.PopUpPage
{
	margin-top: 0; *margin-top:0;

	margin-left:0;

	/* padding:1.5em 0 0 4px; */

	font-size:1.1em;

	background-image:url(Img/h3_seta.gif);
	background-repeat:no-repeat;
	background-position:04px;
}

h3.popUp
{
	margin-left: -0.4em; *margin-top:-6px;
}

h4
{
	padding: 0px;
	margin: 0px;
	margin: 0px 0px 1.6em 0px;
	font-size: 1.1em;
	font-weight: bold;
}


/* ---- HEADER  --------------------------------------- */

h1
{
	display: block;
	width: 100%;
	height: 36px;
	color: White;
	font-weight: normal;
	font-size: 14px;
	/* min-width: 780px; */
	z-index: 100;
	background-color: #3A6086; /* background-image:url(img/bg_header.gif); */
}

h1.popUp
{
	height: 24px;
	font-size: 12px;
}


h1 span.e
{
	float: left;
	padding: 9px 0 0 14px;
	width: 374px;
	height: 20px; /*background-image:url(img/header_MercurySGF.png);*/
}

h1 span.d
{
	float: right;
	width: 411px;
	height: 36px; /* background-image:url(img/bg_header.gif); */
}

div.titlePopUp
{
	height: 3em;
}


/* ---- MENU ESQUERDO  --------------------------------------- */

ul, li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


div.menu
{
	float: left;
	width: 22em;
	margin-top: 1.5em;
	font-size: 0.9em; /*background-color:Aqua;*/
}





/* ---- RODAPE  --------------------------------------- */


#pnlFooter
{
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0.8em 0em 0.8em 0em;
	font-size: 0.9em;
	color: White;
	background-color: #3A6086;
}

#pnlFooter span.e
{
	float: left;
	margin-left: 2em;
}
#pnlFooter span.d
{
	float: right;
	margin-right: 2em;
}

#pnlFooter a
{
	color: white;
	padding: 0.2em;
}

#pnlFooter a:hover
{
	/*color:Black; 		background-color:White; 		text-decoration:none;*/
	padding: 0.2em;
}


/* ---- FORMS  --------------------------------------- */

h5
{
	margin: 2.8em 0em -1.4em 0em;
}


fieldset.Horizontal
{
	margin-left: 0;
	min-width: 44em; /*background-color: Red;*/
}

input.campo_invalido
{
	color: red;
}

input.campo_valido
{
	color: green;
}

input.valCard, input.valNum
{
	text-align: right;
}


fieldset.MainForm
{
	border: 0; /* background-color:Gray;	*/	
}


fieldset.MainForm input.pseudoField
{
	background-color: Transparent;
	border: 0;
	text-decoration: none;
}

fieldset.MainForm div.backcolor
{
	border: 1px solid #B9B7B7;
	background-color: #EEEEEE;
}

fieldset.MainForm div.listOrder
{
	float: left;
	width: 40em;
	height: auto;
	margin-bottom: 0.8em;
	padding: 1em 0em 0.3em 1em; 
	*padding:1em0em0.8em1em;
clear:both;
}
fieldset.MainForm div.listOrder div
{
	float: left;
	width: 100%;
	margin-bottom: 0.5em;
}

fieldset.MainForm div.listOrder label.item
{
	float: left;
	width: 25em;
	text-align: left;
}

fieldset.MainForm div.listOrder label.itemValuePrefix
{
	float: left;
	width: auto;
	margin-right: 0.6em;
}

fieldset.MainForm div.listOrder label.itemValue
{
	width: 5em;
	text-align: right;
}

fieldset.MainForm div.listOrder input
{
	float: left;
	width: 5em;
}

fieldset.MainForm div.listOrder input.button
{
	float: right;
	width: 15.4em;
	color: #35587B;
	font-size: 8pt;
	font-family: arial;
	font-weight: bold;
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	background-image: url(img/buttonbg.gif);
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
	background-repeat: repeat-x;
	display: inline;
	padding: 0.1em 0.6em 0.1em 0.6em;
	margin: 0 2em 0em 0em; *margin-left:0.4em;


/* border:1px solid black; */
cursor:pointer;
}

fieldset.MainForm div.listOrderTotal
{
	float: left;
	width: 95%;
	height: auto;
	margin-bottom: 0.1em;
	font-weight: bold;
}

fieldset.MainForm div.listOrderTotal label.item
{
	float: left;
	width: 25em;
	text-align: right;
}
fieldset.MainForm div.listOrderTotal label.itemValue
{
	float: left;
	width: auto;
	margin-right: 0.6em;
}
fieldset.MainForm div.listOrderTotal input
{
	float: left;
	width: 5em;
}


fieldset.MainForm div.field
{
	float: left;
	width: 95%;
	height: 1.6em;
	margin-bottom: 0.8em; /* background-color: Red; */
}

fieldset.MainForm div.field div
{
	float: left;
}

fieldset.MainForm div#divKeyControlChild
{
	padding: 0.5em 0px;
	width: 45em;
}

fieldset.MainForm div#divBoxChild
{
	padding: 0.4em 8.0em;
	width: 20em;
}

fieldset.MainForm div.listSelectionBar
{
	float: left;
	width: 30px;
}

fieldset.MainForm div.listSelectionBar input.img
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	float: none;
	display: block;
}

fieldset.MainForm p
{
	float: left;
	width: 95%;
	height: 1.6em;
	margin-bottom: 0.8em; /* background-color: Red; */
}

fieldset.MainForm p.extended
{
	float: left;
	width: 75%;
	height: 1.6em;
	margin-bottom: 1.8em; *margin-bottom:2.9em;
/* background-color: Red; */
}

fieldset.MainForm p.memoField
{
	height: 4.8em;
}

fieldset.MainForm div.horizontalRadioList
{
	float: left;
	width: 95%;
	height: auto;
	margin-bottom: 0.8em;
}

fieldset.MainForm div.horizontalRadioList label.field
{
	float: left;
	width: 12.5em;
	height: 1.6em;
	text-align: right;
	margin: 1.1em 0 0 0.8em; /* background-color: Aqua; */
}

fieldset.MainForm div.horizontalRadioList div.itemRadio
{
	float: left;
	/* margin: 1.2em 0px 0px 0.8em; */
	padding: 0px 0.5em 0px 0.5em;
	width: 8em;
}

fieldset.MainForm div.horizontalRadioList input
{
	width: auto;
	border: 0;
}

fieldset.MainForm div.horizontalRadioList label
{
	margin: 0px 0px 0px 0.4em; *margin:3px0px0px0.4em;
	width:auto;
}


fieldset.MainForm div.noheigthlimit
{
	height: auto;
	float: left;
	margin-bottom: 0.8em;
}


fieldset.MainForm label, fieldset.MainForm span.label
{
	float: left;
	width: 12.5em;
	height: 1.6em;
	text-align: right;
	margin-right: 0.6em; /* background-color: Aqua; */
}

fieldset.MainForm label.extended
{
	float: left;
	width: 100%; /* height: 3.6em; */
	height: auto;
	text-align: left;
	margin-right: 1.6em; /*background-color: Aqua;*/
}

fieldset.MainForm span.valMsg
{
	padding: 0 0 0 0.4em;
	font-size: 1.0em;
	color: Red;
}

fieldset.MainForm input, fieldset.MainForm textarea
{
	float: left;
	padding: 0.1em 0.2em 0.1em 0.2em;
	border: 1px solid #8F8F8F;
	width: 15.4em;
	/*color: #4979A8; */ /*background-color: Green;*/
	color: Black;	
}

fieldset.MainForm textarea
{
    height:8em;   
    width:40em;
    resize:none;    
}

fieldset.MainForm input.phoneCode
{
	width: 3.5em; /*background-color: Green;*/
}

fieldset.MainForm input.phoneNumber
{
	margin-left: 0.5em;
	width: 10.8em; /*background-color: Green;*/
}

fieldset.MainForm input.FilterDate
{
	width: 3.5em; /*background-color: Green;*/
}

fieldset.MainForm input.FilterHour
{
	margin-left: 0.5em;
	width: 10.8em; /*background-color: Green;*/
}

fieldset.MainForm input.memoField
{
	width: 24.0em;
	height: 4em; /*background-color: Green;*/
}

fieldset.MainForm span.checkBox input
{
	width: auto;
	border: 0;
}

fieldset.MainForm select
{
	float: left;
	border: 1px solid #8F8F8F;
	width: 15.5em; *width:13.5em;
/* color: #4979A8;			 */
}

fieldset.MainForm select.listBox
{
	height: 15em;
	font-size: 1em;
	width: 18em; *width:16em;
}


fieldset.MainForm input.valF1Num, fieldset.MainForm input.valF2Num, fieldset.MainForm input.valF3Num
{
	text-align: right;
}

fieldset.MainForm p.backcolor
{
	background-color: #9DC3E8;
}


fieldset.MainForm p.linkList
{
	width: 62%; /* para centralizar os links junto com os campos do form */
	text-align: center;
	margin-bottom: 2em;
}

fieldset.MainForm p.linkList a
{
	padding: 0em 0.8em 0em 0.8em;
}


fieldset.MainForm p.btnOk
{
	text-align:center; /*background-color:Aqua;*/
}

fieldset.MainForm p.center
{
	text-align: center; /*background-color:Aqua;*/
}

fieldset.MainForm p.text
{
	float: left;
	height: auto;
	width: 90%;
	text-align: left;
	margin: 0.8em;
}

fieldset.MainForm p.text.title
{
	font-weight: bold;
}


fieldset.MainForm p.btnOk input, fieldset.MainForm p.btnOk button, input.btnOk, button.btnOk
{
	background-color: #EFEFEF;
	background-image: none;
	border: 1px solid #999999;
	color: black;
	cursor: pointer;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	padding: 0.2em 0.8em;
	width: auto;
	float: none;
}



fieldset.MainForm input.btnConfirm
{
	color: #35587B;
	font-size: 8pt;
	font-family: arial;
	font-weight: bold;
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	background-image: url(img/buttonbg.gif);
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
	background-repeat: repeat-x;
	display: inline;
	padding: 0.1em 0.6em 0.1em 0.6em; *margin-left:0.4em;

/* border:1px solid black; */
cursor:pointer;
width:7em;
margin:0px0px0px1.5em;
}

fieldset.MainForm input.auxCommand
{
	
	background-color:#EFEFEF;
	background-image:none;
	border:1px solid #999999;
	color:black;
	cursor:pointer;
	float:left;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	padding:0.2em 0.8em;
				
	/* border:1px solid black; */
	width:7em;
	margin-top:0px;
	margin-left:0.3em;
	*margin-left:0.4em;
}

fieldset.MainForm input.auxCommandRed
{
	
	background-color:#EFEFEF;
    color:red;
	background-image:none;
	border:1px solid #999999;
	cursor:pointer;
	float:left;
	font-family:tahoma;
	font-size:11px;
    font-
	font-weight:normal;
	padding:0.2em 0.8em;
				
	/* border:1px solid black; */
	width:7em;
	margin-top:0px;
	margin-left:0.3em;
	*margin-left:0.4em;
}

fieldset.MainForm input.auxCommand.disabled
{	
	color:#B3B1B1;
}

fieldset.MainForm p.btnOk span
{
	display: block;
	margin: auto;
	width: 86%;
}

fieldset.MainForm p.btnOk
{
	margin-top: 2.1em;
	height: 5em;
}

fieldset.MainForm p.btnOk.popUp
{
	margin-top: 1.1em;
	height: 2.5em;
	clear: both;
}

fieldset.MainForm p.btnOk:first-child
{
	margin-left: 20%;
}

fieldset.MainForm p.btnOk.centerAlign
{
	width: 90%;
}

fieldset.MainForm ul.fieldset li
{
	width: 50%;
}

fieldset.MainForm ul.fieldset label
{
	width: 8em;
}

fieldset.MainForm ul.fieldset input, fieldset.MainForm ul.fieldset select
{
	width: 8em;
}


fieldset.MainForm ul.optionList
{
	width: 100%; *width:98%;
list-style-type:none;
}

fieldset.MainForm ul.optionList li
{
	width: auto;
}

fieldset.MainForm ul.optionList li label
{
	width: auto;
	text-align: left;
	margin-left: 5px;
}

fieldset.MainForm ul.optionList li input.radioButton
{
	width: auto;
	border-style: none;
}


fieldset.MainForm table.grid
{
/*	margin-top: 0em; */
	clear: both;
/*	border: 1px; */
}


fieldset.MainForm table td.img
{
	text-align: center;
}


fieldset.MainForm table.grid input
{
	float: none;
}

fieldset.MainForm table.grid input.img, fieldset.MainForm input.img
{
	width: auto;
	height: auto;
}

fieldset.MainForm div.grid
{
	display: block;
	margin-top: 1em;
}

fieldset.MainForm div.fieldset
{
	display: block;
	width: 100%; 
	/*width:54em;*/
	float:left;
	margin-top:1em;
	/* display:none; */
}
fieldset.MainForm div.fieldset div
{
	width: 50%; *width:25.5em;
	display:inline;
}

fieldset.MainForm div.fieldset label
{
	width: 10em;
}

fieldset.MainForm div.fieldset input, fieldset.MainForm div.fieldset select
{
	/* width: 14em; */
	width: 14em;
}

fieldset.MainForm div.fieldset input.doubleSize, fieldset.MainForm div.fieldset select.doubleSize
{
	/* width: 41.3em;*/
	width: 41.3em;
}


fieldset.MainForm div.fieldset input., fieldset.MainForm div.fieldset select
{
	width: 14em;
}


fieldset.MainForm div.button
{
	margin: 0.8em 0 0 0;
}



/* INÍCIO - ESTILOS PARA COMPONENTES DE PÁGINAÇÃO */

fieldset.MainForm div.pnlPaging input
{
	float: none;
	color: #000000;
}

fieldset.MainForm div.pnlPaging td
{
	color: Black;
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	word-spacing: normal;
}

fieldset.MainForm div.pnlPaging table
{
	clear: both;
}


/* FIM - ESTILOS PARA COMPONENTES DE PÁGINAÇÃO */

p.list
{
	/* margin-bottom:5em !important; */
}

span.list
{
}
span.list span
{
	display: inline;
	margin: 0px 0px 0px 3px; *margin:1px0px0px3px;
	position:absolute;
}

span.list table
{
	width: auto;
	display: inline;
}

span.list input
{
	width: auto;
	border: 0px none;
}

span.list label
{
	width: 5em;
	margin: 0px 0px 0px 3px; *margin:1px0px0px3px;

float:left;
height:auto;

text-align:left;
width:6.0em;
}



div.list
{
	display: block;
	float: left;
	width: 14em; /* height:5em; */
	margin-left: -42%; /*background-color:Aqua;*/
}

div.list input
{
	margin: 0.2em 0.4em 1em 0; *margin:0;

/* width:10%; */
width:20%;
border:0px;
}

div.list label
{
	font-size: 0.8em;
	text-align: left;
	margin: 0.2em 0 1em 0.3em; /* width:86%; */
	width: 20%;
}


fieldset.Subscribe p
{
	width: 95%;
}

fieldset.Subscribe p label
{
	width: 51.2%;
}


button.icoBtn, input.icoBtn, a.icoBtn
{
	border: 0;
	width: 18px !important;
	height: 18px;
	display: block;
	background: no-repeat center center;
	border: 0px solid transparent !important;
	cursor: pointer;
}

a.icoBtn:hover
{
	text-decoration: none !important;
}

input.addToCart
{
	background-image: url(Img/Icons/ico_add_cart.png);
}

button.remFromCart
{
	background-image: url(Img/Icons/ico_rem_cart.png);
}

a.icoDel
{
	background-image: url(Img/Icons/delete_icon.png);
}

a.icoDetails
{
	background-image: url(Img/Icons/ico_card_list.png);
}

input.icoUpdate
{
	background-image: url(Img/Icons/ico_add_cart.png);
}



/* ---- DIV DE MENSAGEM  --------------------------------------- */




div.pnlMessage
{
	width: 96%;
	margin: 1.2em 0.4em 0.4em 0.4em;
	background-position: left bottom;
	background-repeat: repeat-x;
}

div.LoginMessage
{
	/* margin:-3.6em 1em 4em 1.4em; */
}

div.pnlMessage p
{
	font-size: 0.8em;
	padding: 0.8em;
}

div#pnlErrorMessage
{
	float:left;
	background-color: #FDFBCD;
	background-image: url(Img/pnlErrorMessage_fd.gif);
	border: 3px solid #B9B7B7;
}

	div#pnlErrorMessage p
	{
		color: #7A1310;
	}

div#pnlHelpMessage
{
	float:left;
	background-color: #EEFAFE;
	border: 1px solid #AAE5E7;
}

	div#pnlHelpMessage p
	{
		color: #325F69;
	}

	div#pnlHelpMessage p a
	{
		color: #366BC3;
		font-weight: bold;
	}



li.sel
{
	color: Red;
}

/* Números */

/* As classes "pos" e "neg" podem estar num span ou numa td */

span.pos:before, span.neg:before, td.pos:before, td.neg:before, span.C:before, span.D:before, td.C:before, td.D:before /* símbolo "R$" */
{
	content: "R$";
	margin-right: 0.4em;
	color: #999;
	font-size: 0.8em;
}


span.rs:before, td.rs:before /* símbolo "R$" */
{
	content: "R$";
	margin-right: 0.4em;
	color: #999;
	font-size: 0.8em;
}

span.pos, td.pos, span.C, td.C /* números positivos */
{
	color: #5064D0;
}

span.neg, td.neg, span.D, td.D /* números negativos */
{
	color: #D15353;
}

span.pos:after, td.pos:after, span.C:after, td.C:after
{
	content: "+";
	margin-left: 0.3em;
	font-size: 0.6em;
}

span.neg:after, td.neg:after, span.D:after, td.D:after
{
	content: "-";
	margin-left: 0.3em;
	font-size: 0.6em;
}

/* tabela de lista ---------------------------------------------- */


table.list
{
	width: 44em;
	margin: 2em 1em 3em 1em; /*border:1px solid #333;*/
}

table.list tbody td
{
	padding: 0.8em 0.4em 0.8em 0.4em;
}

table.list thead td
{
	font-weight: bold;
	font-size: 0.8em;
	color: #999;
	padding: 0.4em 0.4em 1em 0.4em;
}

table.empty, tr.empty
{
	width: 43.1em !important;
}

table.empty tbody tr td, tr.empty td
{
	padding: 3em !important;
	text-align: center !important;
	background-color: #FBFCE6 !important;
	border: 1px solid #ececec !important;
}

table.empty tfoot tr td, table.empty thead tr td
{
	display: none;
}

table.list td.val
{
	text-align: right;
}

table.list td button
{
	cursor: pointer;
}

table.list tfoot td.label
{
	padding-top: 1.6em;
	text-align: right;
	font-size: 0.8em;
}

table.list tfoot td.totalvalue
{
	padding-right: 0.4em;
}








.datePicker
{
	position: absolute;
	float: left;
	width: 205px;
	margin-left: 0.5em;
	height: 220px;
	background-color: white;
	border: 1px solid #5880A4;
	z-index: 1000;
}

.datepicker_icon
{
	cursor: hand;
	position: relative;
	left: 0px;
	top: 4px; *top:3px;
}

.help
{
    position:absolute;
    right:20px;
    top:60px;
    padding-left:27px;
    background-image:url(Img/help.png);
    background-repeat:no-repeat;
    line-height:24px;
    height:24px;
    cursor:pointer;
}

.EditTextContent
{	
	border:1px solid; 
	width: 305px; 
	height:180px;	
}

.ChkUpdateAllDocuments {
    margin-left:-8em;
    margin-top:10em;
}

.pdng 
{
     padding-left:70px;
}