﻿
/* 
	lista de cores 

	HEX		RGB				Descrição
	
	333333	051 051 051		Cor do texto normal - cinza escuro
	0317FD	003 023 253		Cor do link normal - cinza escuro com saturation
	E5ECF2	229 236 242		Cor da linha de baixo do H1 - cinza-azulado muito claro
	101918	016 025 024		Cor da fonte do h1 parecida com o fundo - cinza quase preto
	DDDAD5	221 218 213		Cor da borda de baixo do H2 - cinza-azulado claro


	4979A8	000 000 000		Cor do texto normal - azul escuro
	35587B	000 000 000		Cor do link normal - azul escuro com saturation
	9DC3E8	000 000 000		Cor da linha de baixo do H1 - cinza-azulado muito claro
	35587B	000 000 000		Cor da fonte do h1 parecida com o fundo - cinza quase preto
	D4E1EF	000 000 000		Cor da borda de baixo do H2 - cinza-azulado claro

*/


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;
}



/* ---- CONTEUDO --------------------------------------- */

#pnlContent
{
	margin-left: 1.5em; /* 22 */ 
	*margin-left:0;
	*position:absolute;
	*left:3em;/* 22 */
	*top:1em;
	/*width:100em;*/
	*width:95%; /* 54 */
		
	/*background-color:#ececec;*/
}

#pnlPopUpContent
{
	margin-left: 1em; *margin-left:0;
	*position:absolute;
	*left:1em;
	*top:1em;
	/* *width:54em; */

	/*background-color:#ececec;*/

}

h3
{
	margin-top:0px;
	*margin-left:-1.4em;
	/*padding:1.5em 0 0 4px;*/
	/*font-size:1.6em;*/
	/* background-image:url(Img/h3_seta.gif); */
	/*background-repeat:no-repeat;*/
	/*background-position:04px;*/
	
	color:black;
	font-family:tahoma;
	font-size:14pt;	
	font-weight:normal;
	line-height:30pt;	
}

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;	*/
	/*width:100%;*/
}

fieldset.MainForm input.PeriodInLine
{	
	width:8em;
}

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;
}

	input.btnRightAlign
	{
		float:right;
	}

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
{
	clear:both;
	float: left;
	width: 95%;
	height: 1.6em;
	margin-bottom: 0.8em; /* background-color: Red; */
}

	fieldset.MainForm p input.button
	{
		width: 15.4em;
		/*margin-left: 1em;*/
	}

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: 10em;
	height: 1em;
	text-align:right;
	margin-right: 1em; /* background-color: Aqua; */
	margin-left:3em;
}

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: 0.7em;
	color: Red;
}

fieldset.MainForm input, fieldset.MainForm select
{
	float:left;
	/*padding: 0.1em 0.2em 0.1em 0.2em;*/
	/*border: 1px solid #8F8F8F;*/
	width: 15.4em;
	/*margin-left:3px;*/
	/*color: #4979A8; */ /*background-color: Green;*/
	/*color: Black;*/
	
	border:1px solid black;
	color:black;
	font-family:tahoma;
	font-size:11px;
	height:18px;
	/*text-align:left;		*/
}

fieldset.MainForm input 
{
    /*
	background-image:url(Img/txtback.gif);
	background-repeat:repeat-x;			*/
}

fieldset.MainForm input.checkBox
{
	float:left;
	padding: 0.1em 0.2em 0.1em 0.2em;
	border: 1px solid #8F8F8F;
	width: 4em;
	margin-left:3px;
	/*color: #4979A8; */ /*background-color: Green;*/
	color: Black;
}

fieldset.MainForm input.btnRightAlign
{
	float: right;
}


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.memoField
{
	width: 24.0em;
	height: 4em; /*background-color: Green;*/
}

fieldset.MainForm span.checkBox
{
	width: 13em;
}

	fieldset.MainForm span.checkBox input
	{
		width: auto;
		border: 0;
	}

	fieldset.MainForm span.checkBox label
	{
		width: 3em;
		text-align: left;
		margin-left: 5px;
	}

/*
fieldset.MainForm select
{
	float: left;
	margin-left:3px;
	border: 1px solid #8F8F8F;
	width: 15.5em; *width:13.5em;
    comentada -> 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, fieldset.MainForm input.btnOk, 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;		
	height:auto;
}

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 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%;
}

.btnOk
{
	margin-top: 2.1em;
	height: 5em;
}

.btnOk.popUp
{
	margin-top: 1.1em;
	height: 2.5em;
	clear: both;
}



.btnOk.centerAlign
{
	width: 90%;
}

 p.btnOk input, 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;		
	height:auto;
}





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%; *witdh: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; */
	width: 100%;
}


fieldset.MainForm table td.img
{
	text-align: center;
}


fieldset.MainForm table.grid input
{
	float: none;
}

	fieldset.MainForm table.grid th.inputCheck input, fieldset.MainForm table.grid td.inputCheck input
	{
		border: none;		
		width:4em;
	}
	
fieldset.MainForm table.grid input.img, fieldset.MainForm input.img
{
	width: auto;
	height: auto;
	background-image:none;
	background-repeat:no-repeat;
}

fieldset.MainForm div.grid
{
	display: block;
	margin-top: 1em;
}

fieldset.MainForm div.fieldset
{
	display: block;
	width: 100%; 
	/*width:54em;*/
	float:left;
	margin-top:1em;
	clear:both;
}

fieldset.MainForm div.longDesc
{
	display: block;
	width: 100%; 
	/*width:54em;*/
	float:left;
	margin-top:1em;
	clear:both;
}

fieldset.MainForm div.fieldset div
{
	width: 50%; *width:25.5em;
	display:inline;
}

fieldset.MainForm div.fieldset label
{
	/*width: 9em;*/
}

fieldset.MainForm div.fieldset input, fieldset.MainForm div.fieldset select
{
	/*
	width: 12em;
	float: left;
	margin-left:3px;
	margin-right:10px;
	border: 1px solid #8F8F8F;
	*/

	border:1px solid black;
	color:black;
	font-family:tahoma;
	font-size:11px;
	height:18px;
	text-align:left;
}

fieldset.MainForm div.fieldset input
{	
    /*
	background-image:url(Img/txtback.gif);
	background-repeat:repeat-x;	*/
}

fieldset.MainForm div.fieldset input., fieldset.MainForm div.fieldset select
{
	width: 14em;
}

fieldset.MainForm div.longDesc input
{
	width: 20em;
	float: left;
	margin-left:3px;
	border: 1px solid #8F8F8F;
}

fieldset.MainForm div.fieldset input., fieldset.MainForm div.fieldset select
{
	width: 14em;
}


fieldset.MainForm div.button
{
	margin-left:350px;
	/*margin: 0.8em 0 0 0;*/
}



/* INÍCIO - ESTILOS PARA COMPONENTES DE PÁGINAÇÃO */

fieldset.MainForm div.pnlPaging input
{
	float: none;
	color: #000000;
	/*height: auto;*/
}

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.listfdsFilterArea
{
}
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
{
	background-color: #FDFBCD;
	background-image: url(Img/pnlErrorMessage_fd.gif);
	border: 3px solid #B9B7B7;
}

div#pnlErrorMessage p
{
	color: #7A1310;
}

div#pnlHelpMessage
{
	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: 1em !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;
}

table.DropDownList input 
{	
	width:2em !important;	
	border:none !important;
	margin-left:0em;	
}

table.DropDownList label 
{	
	width:10em;		
	text-align:left;			
	margin-left:0em;
}

.EditTextContent
{	
	border:1px solid; 
	width: 495px; 
	height:180px;	
}

#tooltip {
    position:absolute;
    z-index:9999;
    color:#000;
    font-size:10px;
    width:50%;
    height:auto;
}
 
#tooltip .tipHeader {
    height:8px;
    /*background:url(images/tipHeader.gif) no-repeat;*/
    background-color:#FDFBCD;
}
 
/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}
 
#tooltip .tipBody {
    background-color:#FDFBCD;
    padding:2px 2px 2px 2px;
}
 
#tooltip .tipFooter {
    height:8px;
   /* background:url(images/tipFooter.gif) no-repeat;*/
   background-color:#FDFBCD;
}

div#paragraph 
{
	width:80%;
	text-align:left;
	margin-bottom:2em;
}

a 
{
	color:#aaa;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

a:hover 
{
	color:#000;
	text-decoration:none;
}

div#equipmentTypeInfo
{
	width:40%;
	text-align:left;
	float:left;
	margin-top:1em;
}