/*********** STANDARD HTML STYLES ***********/
body{
	font-size: 0.8em;
	color: #7e7e7e;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	background: #eaeaea;
}

img{
	border: 0px;
}

a{
	text-decoration: none;
	color: #46166b;
}

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

hr{
	height: 1px;
	color:#e3e2e1;
}

p{
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

form{
	margin: 0;
}

h1, h2, h3, h4, h5, h6, h7{
	font-weight: bold;
	padding: 10px 0px;
	margin: 0px;
	color: #000;
}

h1{font-size: 18px;}

h2{font-size: 14px;}
/*********** STANDARD HTML STYLES ***********/



/*********** FUNCTION BAR STYLES ************/
#functionBar{
	display: none;
}

/*********** FUNCTION BAR STYLES ************/




/*********** HEADER ************/
div#innerHeader {
	background: #ffffff;
	padding-bottom: 10px;
}

div#innerHeader .strapline{
	float: left;
	padding: 0px 0px 0px 5px
}

div#innerHeader .rouxLogo{
	float: right;
	padding-bottom: 0px;
}

div#innerHeader .headerMenu{
	background: #46166b;
	float: left;
	width: 785px;
	padding-left: 10px;
}

div#innerHeader .headerMenu span a{
	padding: 5px 20px;
	color: #fff;
	font-size: 1.1em;
	display: block;
	float: left;
	text-decoration: none;
	background: #46166b;
}

div#innerHeader .headerMenu span a:hover{
	color: #46166b;
	background: #fff;

}

div#innerHeader .headerMenu .active a{
	color: #46166b;
	background: #fff;
}
/*********** HEADER ************/


/************ CRUMBTRAIL STYLES *************/
div#crumbtrail{
	text-align:right;
	padding: 3px 10px 3px 0px;
	width: 785px;
}
/************ CRUMBTRAIL STYLES *************/


/********** CENTRAL LAYOUT STYLES ***********/
div#innerLeftColumn{
	margin-top:35px;
	padding-bottom: 50px;
}

#innerRightColumn{
	margin-top:35px;
}

div#center{
	padding:0px 0px 0px 0px;
}

div.pageTitle{
	font-weight: none;
	font-size: 1.8em;
	padding: 0px 0px 10px 0px;
	color: #3C434A;
}

div.pageCopy{
	overflow: hidden;
}

.homepage #innerContainer01{
	position: relative;
	width: 775px;
	overflow: hidden;
}

.homepage #innerRightColumn{
	position: absolute;
	right: 10px;
	top: 170px;
	margin-top: 0px;
}

.homepage div.pageCopy{
	overflow: visible;
}
/********** CENTRAL LAYOUT STYLES ***********/



/************** FOOTER STYLES ***************/
div#innerFooter{
	position: relative;
	font-size: 0.8em;
	border-top: solid #fff 10px;
	background: #eaeaea;
	color: #7e7e7e;
	padding-top: 5px;
}

div#innerFooter .ricsLogo{
	width: 795px;
	background: #46166b;
	margin-bottom: 5px;
}

div#innerFooter .printLink{
	float: left;
	padding-right: 10px;
}

div#innerFooter .sitemapLink{
	float: left;
}


div#innerFooter .snapperDetails{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/************** FOOTER STYLES ***************/




/******** GLOBAL ACTIVE FORM STYLES ********/
fieldset, legend{
	border: 0;
	padding: 0;
	margin: 0;
}

form .requiredLabel{
	font-weight: 700;
}

form .errorFlag{
	color: red;
}

.activeForm{
	width:100%;
	float: left;
}

.activeForm .formItemWrapper{
	float:left;
	padding: 0;
	width: 100%;
}

.activeForm .formText{
	padding: 5px 0px 5px 0px;
	float: left;
}

.activeForm .formLabelH{
	padding: 5px 0px 5px 0px;
	float:left;
	width: 38%;
	text-align: right;
}

.activeForm .formItemRequiredFlag{
	padding: 5px 0px 0px 3px;
	float:left;
	width: 2%;
}

.activeForm .formSummaryH{
	padding: 5px 0px 5px 17px;
	float:left;
	width: 57%;
	text-align: left;
}

.activeForm .formInputH{
	padding: 2px 0px 5px 0px;
	width: 57%;
	float:right;
}

.activeForm .formLabelV{
	float: left;
	padding: 0px 0px 5px 0px;
	clear:left;
}

.activeForm .formInputV, 
.activeForm .formSummaryV, 
.activeForm .formButton{
	float:left;
	clear:left;
}
/******** GLOBAL ACTIVE FORM STYLES ********/

/**** CUSTOM STYLES ****/
.tabledContent td{
	border-left: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

.generalTable{
	border-right: #cbcbcb 1px solid;
	border-top: #cbcbcb 1px solid
}

.generalTable td{
	border-left: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

.generalTable .columnHeading{
	background-color: #7e7e7e;
	color: #ffffff;
}
/**** CUSTOM STYLES ****/

.imageBoarder img{
	border:4px solid #7C7C7C;
}
