.dsp_BIGPICTURE {
margin-top: 15px;	
}
iframe{
width:600px;
height:400px;
margin:20px 0px 0px -2px;

}

.TOPICS_floatedPixR{
margin-top:0px;
}


#leftpage{
float:left;
width:440px;
height:auto;
margin:0px 0px 10px 0px;
}

#leftpage h3{
margin:0px;
}


#rightpage{
float:right;
width:260px;
height:auto;
margin:0px 0px 0px 0px;
}

/* basic control using default layout and removing borders */
div.cf_tabcontrol {
padding: 0;
font-size:12px;
border-right:0px;
border-left:0px;
border-top:0px;
border-bottom:0px;
min-height:400px;
}
div.cf_tabcontrol ul.ui-tabs-nav {
font-size: 13px;
margin: 0 !important;
padding: 0 !important;
background:white;
border-right:0px;
border-left:0px;
border-top:0px;

-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
div.cf_tabcontrol > ul.ui-tabs-nav > li {
margin: 2px 5px -1px 2px !important;
padding: 0 !important;
border-bottom:1px solid #aaa;
}

div.cf_tabcontrol > ul.ui-tabs-nav > li.ui-tabs-active {
border-bottom:1px solid white;
}

/* removed to not use small tabs */
/* 
div.cf_tabcontrol > ul.ui-tabs-nav > li > a {
padding: 0.5em;
}
div.cf_tabcontrol > div.submitButtons {
margin-left: 1em !important;
} */

/* this puts a box around the tabs */
/* 
div.cf_tabcontrol {
padding: 0;
min-height: 400px;
}
div.cf_tabcontrol > ul.ui-tabs-nav {
font-size: 0.7em;
margin: -1px !important;
padding: 0 !important;
background: white;
border-right: 1px solid white;
border-left: 1px solid white;
border-top: 1px solid white;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
*/


/*  controls the home page ol items */

#bigdot{}
#bigdot div > ol {
counter-reset:li; /* Initiate a counter */
margin-left:0; /* Remove the default left margin */
padding-left:0; /* Remove the default left padding */
}
#bigdot div > ol > li {
position:relative; /* Create a positioning context */
margin:0 0 22px 40px; /* Give each list item a left margin to make room for the numbers */
padding:4px 8px; /* Add some spacing around the content */
list-style:none; /* Disable the normal item numbering */


}
#bigdot div > ol > li:before {
content:counter(li); /* Use the counter as content */
counter-increment:li; /* Increment the counter by 1 */
/* Position and style the number */
position:absolute;
top:0px;
left:-40px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
border-radius: 100px;
width:34px;
height:34px;
/* Some space between the number and the content in browsers that support
generated content but not positioning it (Camino 2 is one example) */
margin-right:8px;
padding:4px;
border-top:0px solid #666;
/* color:#646263;
background:#8AD6D2; */
background:#cccccc;
color:#ffffff;
font-weight:bold;
font-size:22px;
font-family:"Helvetica Neue", Arial, sans-serif;
text-align:center;
}
#bigdot li ol,
li ul {margin-top:6px;}
#bigdot ol ol li:last-child {margin-bottom:0;}

#bigdot li > ol > li {
margin-left:0px;

}

/* NEW LABEL STYLES TO SIMULATE BOOTSTRAP STYLES */
.label-primary {
    background-color: #003f81;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	top:-2px;
	position:relative;
}



