/*** layout ***********************/
/* Style the text in the header */
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-hd h2 {
        font-size:12px;
/* somehow without this the box is big and the text is not aligned in the middle */
height:21px;
position:relative;top:-11px;
}
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-hd a:link {
        color:white;
        font-size:12px;
}
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-hd a:visited {
        color:white;
}
/* Set the background color */
.yui-skin-sam .yui-layout {
        background-color: #EDF5FF;
}
