@charset "utf-8";
/* ------------------------- MEYERWEB RESET CSS ---------------------------- */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, lh, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1em;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*--------------------- end MEYERWEB RESET CSS------------------ */


/* ----------------------------- GLOBAL CSS --------------------- */


body{
	background-color:#cococo;
	color:#363636;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:link,
a:visited{
	text-decoration:none;
}

a:hover,
a:active{
	text-decoration:underline;
}

ol,
ul,
li{
	margin:0;
	padding:0;
	list-style-type:none;
}

.inputText{
	border:1px solid #dfdfdf;
	border-top:2px solid #dfdfdf;
	border-right:2px solid #dfdfdf;
	color:#292929;
  	font-size:11px;
	padding-left:5px;
}

strong{
  font-weight:bold;
}

.clear{
	clear:left;
}

/*for breadcrumbs*/
#breadcrumbs{
	color: #363636;
	text-align:right;
	font-size:10px;
	margin-right:10px;
	margin-top:6px;
	/*border: 1px dotted #9999FF;*/
}

/*for breadcrumbs*/
#breadcrumbs a{
	color: #003E7E;
}



/* ------------------------ end GLOBAL CSS -------------------------- */


.validation-advice{
	display:none !important;		
}
.validation-failed{
	border:1px solid #a00;
	background-color:#FFdddd;
	color:#000;
}

.validation-passed {
}

