body     {
	color: #333;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Univers, Helvetica, Geneva, Arial, sans-serif;
	background: white;
	margin: 0;
	padding: 0
	}




p,br,td    {
	color: #333;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Univers, Helvetica, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
	}


h1         {
	color: white;
	font-size: 19px;
	font-weight: bold;
	background-color: #006633;
	background-image: url("../assets/ri-emblem-c.gif");
	background-repeat: no-repeat;
	background-position: 6px 6px;
	text-align: center;
	margin: 0;
	padding: 30px 0 0;
	width: 100%;
	height: 80px;
	vertical-align: middle
	}

h2    {
	font-size: 16px;
	font-weight: normal;
	padding: 20px 20px 0px 20px;
	margin: 0;
	}
h3    {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 20px 0px 20px;
	margin: 0;
	}
.details    {
	font-size: 12px;
	font-weight: normal;
	padding: 6px 20px 0 20px;
	margin: 0;
	}

img {
	border:0
	}
a {
	color: #024C89;
	text-decoration: underline;
	}

a:hover {
	color: #a00;
	text-decoration: underline;
	}

a:active  {
	color: #c00;
	text-decoration: none
	}
.tip {
	color: #900;
	font-size: 11px
	}

/* ----- FROM CODY ----- */

.requiredcontainer{font-size: 0.9em}
p #errorwarning {font-size: 1.2em}
code {font-size: 1.4em}


/* ----- base links ----- */
a:link {color: #CC6633;}
a:visited {color: #CC6633;}
a:hover {color: #999966;}
a:active {color: #CC6633;}
a:focus{color: #CC6633;}

.errorLabel  {
	background-image: url(../assets/error-graphic.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px
	}


.fixedLabel {
	background-image: url(../assets/astrick.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 6px
	}


form  {
	background-color: #eee;
	margin: 20px;
	border-bottom: 1px solid #ccc
	}


form p {
	border-top: 1px solid #ccc;
	padding: 10px;
	margin: 4px 0 4px 0;
	}
	
label {
	color: #592c16;
	font-weight: bold;
	display: inline;
	width: 200px;
	padding: 0 10px 5px 0;
	}

form .addressarea p {
	border-top: none;
	padding: 4px 10px 4px 10px;
	margin: 4px 0 4px 0;
	}


.required{
	color:#FF0000;
}

.errortxt{
	color: #FF0000;
	display:none;
}

#errorwarning{
	color: #FFFFFF;
	padding: 6px 15px;
	background-color: #FF0000;
	margin:5px 0;
	display:none;
}

.requiredcontainer{
color:#999999;
}
#debug {
	display: none
	}
.tableheader {
	font-weight: bold;
	background-color: #ccc;
	border-right: 1px solid #eee; }

table {
	margin: 20px;
	border-collapse: collapse; }
td {
	padding: 10px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.cmstable th, .cmstable td {
	font-size: 10px;
}