@charset "UTF-8";
/* CSS Document */
body {
	margin-top:14px;
	margin-left:44px;
-x-system-font:none;
background-color:#DCE3EC;
color:#414141;
font-family:"Lucida Sans Unicode","Lucida Sans",verdana,arial,helvetica;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
width:960px;
}
.contentCell{
	border:#ccc 1px solid;
	padding:5px;
	margin:3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#DCE3EC;
}
.contentCellHover{
	border:#ccc 1px solid;
	padding:5px;
	margin:3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#FFFFFF;
	cursor:pointer;
}
.contentCellBooklet{
	border:#ccc 1px solid;
	padding:5px;
	margin:3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#DCE3EC;
	display:inline-block;
	text-align:center;
}
.contentCellBookletHover{
	border:#ccc 1px solid;
	padding:5px;
	margin:3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	text-align:center;
}
.contentCellBooklete{
	border:#ccc 1px solid;
	padding:5px;
	margin:3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display:inline-block;
	text-align:center;
}
.contentCellBookletHovere{
	border:#ccc 1px solid;
	padding:5px;
	margin:3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	text-align:center;
}
.contentCellBox{
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	border-top:#ccc 0px solid;
	padding:5px;
	display:none;
	margin-top:0px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	background-color:#FFF;
}
#back{
	position:relative;
	float:right;
	padding:4px;
	margin-top:25px;
	margin-right:10px;
	display:inline-block;
	border-left:#069 1px solid;
	border-right:#069 1px solid;
	border-bottom:#069 1px solid;
	border-top:#069 1px solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color:#F5F5F5;
	color:#414141;
	cursor:pointer;
	font-variant:small-caps;
	font-size:11px;
}
#prev{
	position:relative;
	float:right;
	padding:4px;
	margin-top:25px;
	margin-right:10px;
	display:inline-block;
	border-left:#069 1px solid;
	border-right:#069 1px solid;
	border-bottom:#069 1px solid;
	border-top:#069 1px solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color:#F5F5F5;
	color:#414141;
	cursor:pointer;
	font-variant:small-caps;
	font-size:11px;
}
.LinkToDetailsClosed{
	font-size:14px;
	color:White;
	padding-left:24px;
	padding-top:4px;
	padding-bottom:4px;
	border:#ccc 1px solid;
	background-color:#069;
	background-image:url(images/arrow_open_prd.png);
	background-position:left;
	background-repeat:no-repeat;
	cursor:pointer;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
.LinkToDetailsOpen{
	background-image:url(images/arrow_close_prd.png);
	/*background-position:left;
	background-repeat:no-repeat;*/
}
.FormFieldName{
	font-size:12px;
	text-align:right;
	padding-right:5px;
	color:#414141;
}
.ReqMsg{
	color:#F00; 
	font-size:14px; 
	font-variant:small-caps;
	padding-left:10px;
}
