/*********** STANDARD HTML STYLES ***********/
body{
	font-size: 0.7em;
	color: #191919;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #dfe7dc;
}

img{
	border: 0px;
}

a{
	text-decoration: none;
	color: #191919;
}

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

hr{
	height: 0px;
	border-top: 1px solid #434343;
	margin-top: 0px;
	background: #191919;
}

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: #191919;
}

h1{font-size: 18px;}

h2{font-size: 14px;}

ol{
	margin: 0px;
	padding: 0px;
	padding-left: 19px;
	font-weight: bold;
}

ol li,
ol li p{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

ol li p{
	font-weight: normal;
	padding-bottom: 15px;
}
/*********** STANDARD HTML STYLES ***********/



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



/*********** HEADER ************/
div#innerHeader{
	padding-bottom: 14px;
}

div#innerHeader .logo{
	float: left;
}

div#innerHeader .headerMenu{
	float: right;
	padding-top: 28px;
}

div#innerHeader .headerMenu .menuItem{
	float: left;
	margin-left: 16px;
}

div#innerHeader .headerMenu .menuItem a div{
	position: relative;
	cursor:pointer;
	cursor:hand;
}


div#innerHeader .headerMenu .homeMenuItem a div{
	width: 35px;
	height: 10px;
	background: url(/images/structure/fbSprite001.gif) no-repeat 0px 0px;
}

div#innerHeader .headerMenu .homeMenuItem a:hover div,
.homePage div#innerHeader .headerMenu .homeMenuItem a div{
	background: url(/images/structure/fbSprite001.gif) no-repeat 0px -14px;
}

div#innerHeader .headerMenu .profileMenuItem a div{
	width: 38px;
	height: 10px;
	background: url(/images/structure/fbSprite001.gif) no-repeat 0px -28px;
}

div#innerHeader .headerMenu .profileMenuItem a:hover div,
.profilePage div#innerHeader .headerMenu .profileMenuItem a div{
	background: url(/images/structure/fbSprite001.gif) no-repeat 0px -42px;
}

div#innerHeader .headerMenu .portfolioMenuItem a div{
	width: 50px;
	height: 10px;
	background: url(/images/structure/fbSprite001.gif) no-repeat 0px -56px;
}

div#innerHeader .headerMenu .portfolioMenuItem a:hover div,
.portfolioPage div#innerHeader .headerMenu .portfolioMenuItem a div{
	background: url(/images/structure/fbSprite001.gif) no-repeat 0px -70px;
}

div#innerHeader .headerMenu .processMenuItem a div{
	width: 42px;
	height: 10px;
	background: url(/images/structure/fbSprite001.gif) no-repeat 0px -84px;
}

div#innerHeader .headerMenu .processMenuItem a:hover div,
.processPage div#innerHeader .headerMenu .processMenuItem a div{
	background: url(/images/structure/fbSprite001.gif) no-repeat 0px -98px;
}

div#innerHeader .headerMenu .contactMenuItem a div{
	width: 45px;
	height: 10px;
	background: url(/images/structure/fbSprite001.gif) no-repeat 0px -112px;
}

div#innerHeader .headerMenu .contactMenuItem a:hover div,
.contactPage div#innerHeader .headerMenu .contactMenuItem a div{
	background: url(/images/structure/fbSprite001.gif) no-repeat 0px -126px;
}


div#innerHeader .headerMenu .menuItem a div span{
	display: none;
}
/*********** HEADER ************/


/************ CRUMBTRAIL STYLES *************/
div#crumbtrail{
	display: none;
}
/************ CRUMBTRAIL STYLES *************/


/********** CENTRAL LAYOUT STYLES ***********/
#innerLeftColumn{
	padding-left: 0px;
	padding-top: 0px;
}

#innerRightColumn {
	display: none;
}

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

#innerContainer10 #center{
	padding: 19px 19px 19px 19px;
	background: #dfe7dc;
	overflow: auto;
	height: 353px;
	width: 235px;
}

.pageTitle{
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#innerContainer10 #center .pageCopy{
	padding-bottom: 0px;
}
/********** CENTRAL LAYOUT STYLES ***********/



/************** FOOTER STYLES ***************/
div#innerFooter{
	color: #191919;
	position: absolute;
	font-size: 0.8em;
	bottom: -25px;
	right: 0px;
	height: 20px;
}

div#innerFooter .snapperDetails{
	display: none;
}
/************** 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 0px;
	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 ********/


/** default tables styles **/
/*****************************************************************************/
.tableContents {
	float: left;
}

.columnTitles {
	clear: left;
	float: left;
}

.columnTitle {
	float: left;
	padding: 4px 4px 4px 4px;
}

.tableData {
	float: left;
}

.tableItem {
	clear: left;
	float: left;
}

.itemDetails, .itemDetails .inlineLabel, .itemDetails .inlineValue{
	float: left;
}

.itemDetails .inlineLabel {
	padding-right: 5px;
}

.itemDetails .cell{
	float: left;
	overflow: hidden;
}

.tableNavigation {
	float: left;
	padding: 0px;
}

.tableNavigation .navCount {
	float: left;
}

.tableNavigation .navLinks {
	float: left;
}

.tableNavigation .navLinks .prevPageLink {
	padding-right: 0px;
}

.tableNavigation .navLinks .pageNumber{
	padding: 0px;
}

.tableNavigation .navLinks .nextPageLink {
	padding-left: 0px;
}
/*****************************************************************************/


.contactPage #innerContainer10 #center{
	background: #dfe7dc url(/images/contents/contact/logo001.jpg) bottom right no-repeat;
}

.assetBrw001{
	padding: 5px 0px 0px 7px;
}

.assetBrw001 .itemDetails{
	padding: 0px 0px 3px 5px;
	width: 200px;
}
