/* cpwBlog default colours: */
/* Purple: RGB: 89 0 89  | HEX: 59 00 59 or #590059;  */
/* Green:  RGB: 74 113 74  | HEX: 4A 71 4A or #4A714A;  */
/* Gold (background): 199 199 170 | HEX: C7 C7 AA or #C7C7AA;  */
/* Gold (cpwBLOG): 144 144 85 | HEX: 90 90 55 or #909055;  */
blockquote {
border-top : 2px dashed #C7AAC7;
border-bottom : 2px dashed #C7AAC7;
/* border : 2px dashed #C7AAC7; */
margin: 20px;
padding: 20px;
background-color: #F1FFF1;
background:url(../QuoteOpen.gif);
background-repeat: no-repeat;
background-position : -10px -10px;
quotes: "\201C" "\201D";
}
.roundedcornr_box_488091 {
   background: #c7c7aa;
}
.roundedcornr_top_488091 div {
   background: url(../dx/roundedcornr_488091_tl.png/$file/roundedcornr_488091_tl.png) no-repeat top left;
}
.roundedcornr_top_488091 {
   background: url(../dx/roundedcornr_488091_tr.png/$file/roundedcornr_488091_tr.png) no-repeat top right;
}
.roundedcornr_bottom_488091 div {
   background: url(../dx/roundedcornr_488091_bl.png/$file/roundedcornr_488091_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_488091 {
   background: url(../dx/roundedcornr_488091_br.png/$file/roundedcornr_488091_br.png) no-repeat bottom right;
}
.roundedcornr_top_488091 div, .roundedcornr_top_488091, 
.roundedcornr_bottom_488091 div, .roundedcornr_bottom_488091 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_488091 { margin: 0 30px; }
/* this sets the over-all font size ratio and family and sets the entire page to be centered */
body
{
	font:80% Georgia, Times New Roman, Times, serif;
	margin:0;padding:0;
	text-align:center;
  background:#f4f4f4 url(../dx/WisemanLaBackground.gif/$file/WisemanLaBackground.gif) repeat;
}
a:link 
{
	color: #590059;   
  text-decoration: none;
	/* border-bottom:1px dashed; */
	background:none; 
}
a:visited {
	color: #4A714A;
  text-decoration: none; 
	/* border-bottom:1px dashed; */
	background:none;  
}
a:hover, a:active {  
  color: #909055;
  text-decoration: none;
  /* border-bottom:#aba195 1px solid; */
  background:#fffaf0;
}
ul	{margin:0; padding:.5em 0 .5em 1.5em;}
ol	{padding:.5em 0 .5em 1.5em;}
li	{margin:0; padding-bottom:.5em; line-height:1.25em;}
/* this controls the styling for the div that contains everything and creates the fixed width for the entire page */
#wrapper
{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
/* ------------------------the following styles control the breadcrumbs on the sub pages ------------------------------------------------------------------------ */
/* this controls the look of the text inside the breadcrumb */
.breadcrumb p
{
	font-size:.9em;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#4A714A;
}
/* this over-rides the color and the underline for the links in the breadcrumb */
.breadcrumb a
{
	font-size:.9em;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#0000CC;
	text-decoration:none;
}
/* this controls the hover behavior for the links in the breadcrumb */
.breadcrumb a:hover
{
	text-decoration:underline;
}
/* ------------------------the following styles control the banner --------------------------------------------------------------------------------------- */
/* this sets the color, width and height of the banner */
#banner
{
	background-color:#C7C7AA;
	padding:5px 5px 5px 10px;
	width:100%;
	height:45px;
}
/* this controls the name in the banner */
#banner h1
{
	font-size:2 em;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	color:#909055;
	padding:0;
	margin:0;
}
/* this controls the description and links in the banner */
#banner p
{
	font-size:1.2em;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	color:#4A714A;
	padding:0;
	margin:0;
	line-height:1.5em;
}
/* this gets rid of the underline on the links in the banner and controls the spacing between the links */
#banner h1 a
{
	text-decoration:none;
font-weight:bold;
color:white;
}
/* ------------------------the following styles control the page content area ----------------------------------------------------------------------------------- */
/* for good measure, this sets the background color of the entire content area */
#content
{
background-color:#FFFFFF;
word-wrap: break-word;
clear:both;
}
/* ------------------------the following styles control the side navigation ------------------------------------------------------------------------------------ */
/* this sets the color, width, height and position of the side navigation */
#sidenavigation
{
	background-color:white;
	float:left;
	width:220px;
	font-size:.8em;
	font-family:Georgia, Times New Roman, Times, serif;
  clear:
}
#sidenavigation li
{
  background: url(../FleurDiLis.gif) left center no-repeat;
  font:70% Verdana, Geneva, sans-serif
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  padding-left: 20px;
  margin-bottom: 10px;
}
/* this controls the positioning of the page navigation menu in the side navigation */
#pagenavigation
{
	margin-top:10px;
	padding:0;
}
/* this controls the styling of the list used to render the page navigation menu */
#pagenavigation li
{
 	list-style:none;
  margin:5px 0 5px 0;
	padding:5px 5px 5px 10px;
	width:100%;
}
/* this gets rid of the underline and sets the color for the links in the list used to render the page navigation menu */
#pagenavigation li a
{
	text-decoration:none;
	color:#000000;
}
/* this sets the style for the selected page in the page navigation menu */
.selected
{
	text-decoration:none;
	font-weight:regular;
	color:#000000;
	background-color:#FFFFFF;
}
/* this controls the hover behavior on the entries in the page navigation menu */
#pagenavigation li a:hover
{
	text-decoration:underline
}
/* this enables tabbing between the entries in the page navigation menu */
#pagenavigation li a:focus
{
	text-decoration:underline
}
/* ------------------------the following styles control the page title/component title header ----------------------------------------------------------------------- */
/* this control the placement of the page header */
.componentheader
{
	background-color:#FFFFFF;
	float:left;
	margin:10px 0 0 20px;
	padding:0;
	width:820px;
}
/* this sets the style for the page title (for example "Team Blog" */
.componentheader h2
{
	color:#909055;
	float:left;
	margin:0 5px 0 0;
	font-size:1.5em;
	font-weight:normal;
	font-family:Georgia, Times New Roman, Times, serif;
}
/* this over-rides the color and underline on the links in the page header */
.componentheader h2 a
{
	text-decoration:none;
	color:#000000;
}
/* this enables the description of the page to be close to the bottom of the page title */
.componentheader p
{
	margin:0;padding-top:3px
}
/* this positions the atom button in the page title */
.atom
{
	padding-top:2px;
	padding-left:5px;
}
/* this sets the title for the action links following the page title and the atom button */
.commands a
{
	color:#4A714A;
	text-decoration:underline;
	font-size:0.9em;
	padding:0;
	margin:0;
}
/* ------------------------the following styles control the main content areas of the component -------------------------------------------------------------------- */
/* this sets the postion and creates the right side border for the first column of page content */
.maincontent
{
	background-color:#FFFFFF;
	float:left;
width:780px;
}
/* this sets the style for the page description */
.pagedescription
{
	color:#999999;
	font-family:Georgia, Times New Roman, Times, serif;
}
/* this creates the bottom rule of each docpost */
.docbody
{
	padding-bottom:10px;
}
/* this controls the hover behavior for the doc header */
.docbody a:hover
{
	text-decoration:underline;
}
/* this enables tabbing to the doc header */
.docbody a:focus
{
	text-decoration:underline;
}
.name{
color:#590059;
	text-decoration:none;
	font-size:0.8em;
	padding:0;
	margin:0;
}
/* this sets the style for the author/owner name of each docpost */
.name a
{
	color:#006600;
	text-decoration:none;
	font-size:0.9em;
	padding:0;
	margin:0;
}
/* this sets the style for the last modified time of each docpost */
.time a
{
	color:#999999;
	text-decoration:none;
	font-size:0.9em;
	padding:0;
	margin:0;
}
/* this controls the styling of the doc body */
.docbody p
{
	font-size:1.0em;
	color:#000000;
	line-height:15px;
	font-family:Georgia, Times New Roman, Times, serif;
}
.side{
	font-size:.9em;
}
/* ------------------------the following styles control the comments section ---------------------------------------------------------------------------------------- */
.commentTable{
border: 1px solid gray;
background-color:#D8D8D8;
}
.commentTableTop{
background-color:#590059;
color:#fff;
font-size:.9em;
font-weight:bold;
margin:5px;
padding:5px;
line-height:20px;
}
.commentbody{
font-size:.9em;
}
.commenttext{
margin-left:30px;
padding-left:2px;
border-left:1px solid silver;
font-size:.9em;
}
.commentauthor{
font-size:.8em;
}
/* ------------------------the following styles control the footer ----------------------------------------------------------------------------------------------------- */
/* this sets the color, height, width and font-size for the footer */
#footer
{
	background-color:#909055;
	font-size:1.0em;
	color:#FFFFFF;
	width:100%;
	height:15px;
	line-height:15px;
	padding:5px 5px 5px 10px;
clear:both;
position: relative;
}
/* this gets rid of the underline, sets the color and controls the spacing of the links in the footer */
.footerlinks a
{
	text-decoration:none;
	color:#4A714A;
	margin-right:10px;
}
/* this controls the hover behavior of the links in the footer */
.footerlinks a:hover
{
	text-decoration:underline;
	color:#C7AAC7;
}
/* this enables tabbing between the links in the footer */
.footerlinks a:focus
{
	text-decoration:underline;
	color:#FFFFFF;
}
h3{
font-size:.9em;
}
a img	{border:0 solid #f00;}
a:hover	{color:#69c; text-decoration:underline;}
/* ------- header treatments ------- */
h2{margin:0; padding:0;}
h2	{font-size:1.6em; font-weight:normal;}
#content-main h2	{margin-top:.5em;}
.portlet-blue,.portlet-white{margin:5px 5px 5px 0; border:1px solid #fff;}
.portlet-blue{background:#C7C7AA;}
.portlet-white	{background:#fff; border:1px solid #ccc; border-top:1px solid #fff;}
.portlet-blue h2,.portlet-white h2{padding:4px 3px 4px 10px; font-size:1.2em;}
h2.portlet-head-blue-med,h2.portlet-head-gray-med{color:#fff; font-size:1.1em; font-weight:bold;}
.portlet-head-blue-med	{background:url(../bg-portlet-head-green-med.gif) repeat-x; border-bottom:1px solid #590059; height:1%;}
.portlet-head-gray-med	{background:url(../bg-portlet-head-gray-med.gif) repeat-x; border-bottom:1px solid #777; height:1%;}
.portlet-icons	{float:right; white-space:nowrap; margin:-1.6em 0 0 0;}
.portlet-icons a	{padding:2px 0 0 0;}
.portlet-head-blue-med .portlet-icons a	{border-left:1px solid #314e6a;}
.portlet-head-blue-med .portlet-icons a img	{border-left:1px solid #cee1f1;}
.portlet-head-gray-med .portlet-icons a	{border-left:1px solid #314e6a;}
.portlet-head-gray-med .portlet-icons a img	{border-left:1px solid #cee1f1;}
h2.portlet-head-gray-med a{color:#fff; font-size:.8em; font-weight:bold;text-decoration:none;}
h2.portlet-head-gray-med a:hover{color:#fff; font-size:.8em; font-weight:bold;text-decoration:underline;}
.portlet-content	{padding:.5em 10px;}
/* Hides from IE-mac \*/
* html .portlet-content {height: 1%;}
/* End hide from IE-mac */
.searchcounter, .searchquery{
font-weight:bold;
}
