/* ajax_common.css */

/* header, footer background - #dee7ec */
/* outlines, borders - #8cacbb */
/* highlighted text, links - #436976 */
/* lighter background - #eff0f4 */

body {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	background-color: white;
	color: black;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

a {
	text-decoration: none;
        color: black;
	/*color: #436976; old turquoise link colour*/
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 100%;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

img {
	border-style: none;
}

form {
	margin: 0;
	padding: 0;
	width: 100%;
}

input {
	font-family: arial, sans-serif;
	font-size: 100%;
}

textarea {
	font-family: arial, sans-serif;
	font-size: 100%;
	width: 100%;
}

ul {
        color: black;
	/*color: #436976; old turquoise link colour*/
	list-style-type: disc;
	padding-right: 10px;
}

li {
	padding-top: 10px;
}

div.contained {
	padding: 10px;
}

div#top, div#bottom {
	position: relative;
	background-color: #dee7ec;
	overflow: hidden;
}

div#top {
	border-bottom: 1px solid #8cacbb;
	padding: 2 10 2 10;
	font-size: 180%;
}

div#bottom {
	border-top: 1px solid #8cacbb;
	padding: 0;
}

span#cregoLogo {
	color: #436976;
}

div#mainContainer {
	position: relative;
	overflow: hidden;
}

div.whiteblock, div.blueblock
{
	width: 100%;
	border-bottom: 1px solid #8cacbb;
	padding: 2 10 2 10;
}

div.blueblock
{
	background-color: #dee7ec;
}

span.versionTitle {
    font-size: 16px;
}
.hidden {
    display:none;
}
.hiddenImp {
    display:none !important;
}