/*------------------------------
Base Styles
Version:	17 August 2005
-------------------------------- */

@import url("layout.css");
@import url("button.css");
@import url("table.css");
@import url("toolbar.css");
@import url("popup.css");
@import url("search.css");


/* --- Form Elements --- */

input,select {
	/*height	:13px;*/
	font-size	:10px;
}

#pbody {
    background-color  : #0A94D6;
}

form {
	margin		: 0px;
	padding		: 0px;
	display		: inline;
}

/* --- Images --- */

.img-center {
	vertical-align	: middle;
}

/* --- Links --- */

a,a:visited {
	text-decoration	:none;
	color		:#0099d9;
}

a:hover {
	text-decoration	:underline;
}

a img {
	border-width	: 0px;
}

.disabled {
	text-decoration:none;
	cursor:default;
}

/* -----------------------------------------------
Box containing a message on dark gradient background in body.
----------------------------------------------- */
.body-message {
	color: white;
	text-align:center;
}

/* -----------------------------------------------
Box containing a notice on dark gradient background in body.
----------------------------------------------- */
.body-notice {
	color: white;
	font-size: 11px;
}

/* -----------------------------------------------
Links in context of "body-message" content.
----------------------------------------------- */
*.body-message a, a:visited {
	color: #CCDDFF;
}
*.body-message a:hover {
	color: #CCDDFF;
}
