body 
{
	margin: 0px;
}

p,td,li,th 
{
	font-family:	Verdana,sans-serif;
	font-size:		10pt;
}

p.error 
{
	color: red;
}

h1,h2,h3,h4,h5,h6 
{
	font-family:	 Arial, sans-serif;
	font-weight:	normal;
}

h1
{
	font-size:	16pt;
}

h2
{
	font-size:	14pt;
}

/* HEADER *********************************************************/

table.header-table 
{
	background-color: #000040;
	color: White;
}
.back-image
{
	background-image: url(img/dpbackgroundHeader.jpg);
}
.articleback-image
{
	background-image: url(img/articlebackgroundHeader.jpg);
}

table.header-table a:link,
table.header-table a:visited,
table.header-table a:active,
table.header-table a:hover
{
	color: yellow;
}

td.header-title 
{
	color: White;
	padding-left: 2em;
}
.webHeader-title
{
	font-family: Verdana, 'Arial Black';
	color: white;
	font-size: 20px;
}
h1.header-title 
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size : 16pt;	
}

h2.header-title 
{
	font-size : 12pt;	
}

p.logged-in-label 
{
	float: right;
	font-size: 9pt;
}
p.logged-in-label a:link,p.logged-in-label a:visited
{
	color: #EEF;
}

img.header-logo 
{
	margin: 10px;
}

td.body 
{
	padding-top: 0em;
	padding-bottom: 2em;
	padding-left: 1em;
	vertical-align: top;
}

.page-caption
{
	color: Blue;
	font-size: 10pt;
}


/* MENU old *********************************************************/
td.left-menu 
{
	vertical-align:top;
	margin: 0px;
	padding: 0px;
	width: 170px;
}

div.left-menu
{
	background-image: url(img/menutest.jpg);
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	border-right: orange 0px solid;
	padding-top: 0em;
}

img.vert-menu-bottom 
{
}

ul.left-menu 
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
li.left-menu
{
	padding-left: 0px;
	margin-left: 0px;
	font-size: 6pt;
}

ul.left-menu  a:link,
ul.left-menu  a:visited,
ul.left-menu  a:active,
ul.left-menu  a:hover
{
	text-decoration: none;
	color: blue;
	width: 100%;
}
ul.left-menu a:hover
{
	color: slategray;
}



/* MENU 2 *********************************************************/
div.vert-menu-1 {
	color: #CCF;
}
div.vert-haschildren
{
	font-weight: normal;
}
div.vert-menu-1 div.vert-nonfirst {
	border-top: solid 4px white;
}
div.vert-menu-2 div.vert-menuitem {
	padding-left: 1em;
}
div.vert-menu-2 div.vert-nonfirst {
	border-top: 0px;
}
div.vert-menu-3 div.vert-menuitem {
	padding-left: 2em;
}
div.vert-menu-4 div.vert-menuitem {
	padding-left: 3em;
}
div.vert-nonverylast {
}
div.vert-menu-2 
{
	background-image: url(img/menutest.jpg);
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	border-right: orange 0px solid;
	padding-top: 0em;

}
div.vert-menuitem
{
	padding-bottom: 5px;
	padding-left: 12px;
	font-family: Arial, verdana, sans-serif;
	font-size: 9pt;
	padding-top: 3px;
}
div.vert-menu-2 div.vert-menuitem 
{
	font-size: 9pt;
}
a.vert-menuitem:link,
a.vert-menuitem:visited,
a.vert-menuitem:active
{
	color: blue;
	text-decoration: none;
}
a.vert-menuitem:hover
{
	color: slategray;
}
/* Horizontal Top Menu*******************************************/
span.horzTop-nonverylast {
}
div.horzTop-menu 
{
	height: 34px;
}

a.horzTop-menuitem:link, a.horzTop-menuitem:visited
{
	padding-left: 1.5em;
	padding-right: 1.5em;
	font-family: arial, Verdana;
	color: blue;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
a.horzTop-menuitem:hover
{
	color: slategray;
}
span.horzTop-menu-1 
{
	height: 34px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 2em;
}

span.horzTop-menuitem 
{
	background-image: url(img/topmenubutton2.jpg);
	background-repeat: no-repeat;
	height: 19px;
	padding: 0px;
	margin: 0px;
}
span.horzTop-after
{
	background-image: url(img/topmenuside2.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
	width: 7px;
	height: 19px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

/***************************************************************/
span.horz-menuitem 
{
	font-family: verdana, sans-serif;
	font-size: 9pt;
	padding: 8px;
}

/* FORM *********************************************************/
table.form 
{
	background-color: white;
	border:	1px outset silver;
}

th.form-caption 
{
	background-color: #0C51AE;
	color: White; 
	/*background-color: Blue; ramon*/
	/*color: Yellow; ramon*/
	border: 1px inset silver;
	padding: 1pt;
}

td.column-height
{
	padding-top: 2.5em;
	padding-left:1em;
}

td.link-description
{
	text-decoration: none;
}

th.form-title
{
	font-weight: bold;
}

th.form-subtitle
{
	font-weight: bold;
	text-align: right;
	
}

th.text-indent
{
	margin-left: 20em; 
	text-indent: -20em;
}

th.form-label 
{
	text-align: right;
	font-weight: normal;
	border: 0px;
	padding: 1pt;
	padding-left: 1em;
	vertical-align: top;
	padding-right: 1em;
}

.form-label-diff 
{
	text-align: right;
	color: Red;
	font-weight: normal;
	border: 0px;
	padding: 1pt;
	vertical-align: top;
}

th.form-label-edit
{
	font-weight: bold;
	background-color: Red;
	font-size:xx-large;
}

tr.form_top_margin 
{
	height:	0.7em;
}

.form-label-ro 
{
	color: #666;
}

th.form
{
	border: 0px;
	padding: 1pt;
	vertical-align: top;
}

td.form-field 
{
	border: 0px;
	padding: 1pt;
	vertical-align: top;
	padding-right: 1em;
}

td.form-buttons 
{
	text-align: center;
	border: 0px;
}

td.radio-buttons
{
	padding-left: 0.5em;
}

input.form-button 
{
	width: 80px;
	border: 1px silver outset;
	/*background-color: #B3CFFF; rac*/
	background-color: #EBEBE3;
	color: darkblue; 
	margin: 0.3em;
}

input.form-button1 
{
	width: 120px;
	border: 1px silver outset;
	/*background-color: #B3CFFF; rac*/
	background-color: #EBEBE3;
	color: darkblue; 
	margin: 0.3em;
}

input.form-button2
{
	width: 80px;
	border: 1px silver outset;
}

input.form-field, textarea.form-field
{
	background-color: #FFF;
	border: 1px silver inset;
}

input.form-field-ro, textarea.form-field-ro 
{
	background-color: #EEE;
	border: 1px silver inset;
}

input.form-field-req, textarea.form-field-req
{
	background-color: #FFC;
	border: 1px silver inset;
}

/* FOOTER *********************************************************/
div.footer 
{
	margin-top: 1em;
	border-top: 2px solid black;
}

p.copyright 
{
	font-family: Georgia, serif;
	font-size: 9pt;
	font-style: italic;
}

table.grid 
{
	width: 100%;
}

tr.grid-header th 
{
	background: #CCC;
	text-align: left;
}	

table.grid th,
table.grid td 
{ 
	padding-right: 0.4em; 
	padding-left: 0.4em ;
	vertical-align:top;
}

tr.grid-pager td
{
	background: #CCC;
}

tr.grid-alt td 
{
	background: #EEEEEE;
}


table.grid a:link,
table.grid a:visited,
table.grid a:active
{
	text-decoration: none;
	color: Blue;
}


div.login-messages 
{
	border: outset 1px silver;
	background: silver;
	margin-top: 2em;
}
div.login-messages li 
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
div.login-messages li.information
{
	color:  #000;
	list-style-image: url(/mbnetapi-img/info12.png);
}
div.login-messages li.failure 
{
	color: #f00;
	list-style-image: url(/mbnetapi-img/error12.png);
}
div.login-messages li.warning 
{
	color: #00f;
	list-style-image: url(/mbnetapi-img/warning12.png);
}

#pleaseWait 
{
	border:		blue 1px solid;
	BACKGROUND:	#eef;
	LEFT:		35%;
	WIDTH:		30%;	
	FONT-FAMILY:tahoma,sans-serif;
	TOP:30%;	HEIGHT:100px;
}
