body
{
    background:url("images/cdx_bg.png") repeat-y scroll center center transparent;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    background-color: #f3eee3;
    text-align: center; /* for IE */
    color: #595659; /*#747678*/
}
p.align-right{
  text-align:right;
}

p.align-justify{
  text-align:justify;
}

#container {
  background-color: white;
  border-width: 1px;
  z-index: 0;
  margin-left: auto;
  margin-bottom: 5px;
  margin-right: auto;
  margin-top: 0;
  border-style: solid;
  border-color: #d9e2dc;
  /* text-shadow: 0px 0px;  */
  position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
  width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ /* the auto margins (in conjunction with a width) center the page */
  text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
  width: 980px;
  padding-left: 0px;
  padding-bottom: 0;
  padding-right: 0px;
  padding-top: 0;
  text-decoration: none; /* for IE */
  background-color: #f2cf66;
  background-image: url(images/header_1.jpg);
  height: 145px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header a {
  width: 980px;
  padding-left: 0px;
  padding-bottom: 0;
  padding-right: 0px;
  padding-top: 0;
  text-decoration: none;
}
#mainContent { /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  background-color: white;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  border-right-color: #e0e0e0;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  border-right-style: solid;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  border-right-width: 1px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  border-left-color: #e0e0e0;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  border-left-style: solid;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  border-left-width: 1px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  padding-left: 0px;                                                                                                                                                                                                
  padding-bottom: 0;                                                                                                                                                                                                
  padding-right: 0px;                                                                                                                                                                                                
  padding-top: 0;                                                                                                                                                                                                
  width: 519px;                                                                                                                                                                                                
  margin-left: 230px;                                                                                                                                                                                                
  margin-bottom: 0;                                                                                                                                                                                                
  margin-right: 230px;                                                                                                                                                                                                
  margin-top: 0; /* remember that padding is the space icounside the div box and margin is the space outside the div box */
}
#mainContent{
    height: auto !important;  /* per i browser moderni */
    height: 680px;      /* per IE5.x e IE6 */
    min-height: 1050px;  /* per i browser moderni */
}
#footer {
  padding: 15px;
  margin: 0px;
  background-color: #f6f9f7;
  background-repeat: no-repeat;
  background-position: 0 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height: 10px;
  top: 0px;
  border-style: solid;
  border-right-color: black;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  width: 950px;
  z-index: 500;
  /* text-shadow: 0px -15px;  */
  border-top-color: #e7ecf8;
  border-top-width: 1px;
  font-size: 11px;
  color: #b2b2b2; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
  margin-top:0;
  }
#footer a {
  font-size: 12px;
  color: #448F8B;
  }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */                                                                   
  float: left;
  margin-right: 8px;
}
#sidebar1 {
  left: 0px;
  margin-left: 0px;
  background-position: 0px 0px;
  min-height: 600px;
  z-index: 2;
  border-right-width: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: absolute;
  /* top: 170px; */
  width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /* the background color will be displayed for the length of the content in the column, but no further */ /* padding keeps the content of the div away from the edges */
}

 

#sidebar1 ul#nav li.current a {
        background-color: #F0F0F0;
  color: black;
  
}
#sidebar1 ul#nav ul.subnav li.current a {
  background-color: #F0F0F0;
        font-weight: bold;

}
.structure #mainContent { /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  margin-right: 0px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  border-right-width: 0px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  border-left-color: #e0e0e0;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  border-left-style: solid;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  border-left-width: 1px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  padding-left: 0px;                                                                                                                                                                                                
  padding-bottom: 0;                                                                                                                                                                                                
  padding-right: 0px;                                                                                                                                                                                                
  padding-top: 0;                                                                                                                                                                                                
  width: 749px;                                                                                                                                                                                                
  margin-left: 230px;                                                                                                                                                                                                
  margin-bottom: 0;                                                                                                                                                                                                
  margin-top: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent ul
{
    color: #444444;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 0;
    margin-bottom: 6px;
    margin-right: 0;
    margin-top: 6px;
    line-height: 14px;
    font-size: 11px;
    list-style-type: none;
}
#mainContent li
{
    list-style-position: outside;
    margin-left: 0;
    margin-bottom: 6px;
    margin-right: 0;
    margin-top: 6px;
    line-height: 14px;
    font-size: 11px;
    list-style-type: disc;
    text-align: justify;
}
#sidebar1 ul#nav
{
    padding-top: 0px;
    width: 229px;
    margin: 0;
    list-style-type: none;
}
#sidebar1 ul#nav ul  
{
    margin: 0;
    padding:0;
}

#sidebar1 ul#nav a
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-color: white;
    line-height: 17px;
    margin-left: 0px;
    font-size: 12px;
    color: #e85412;
    text-decoration: none;
    border-bottom: 1px solid #e7ecf8;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-repeat: no-repeat;
    background-position: 216px 10px;
    display: block;
    width: 209px;
}

#sidebar1 ul#nav a:hover
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-color: #F6FAF7;
    line-height: 17px;
    margin-left: 0px;
    font-size: 12px;
    color: #e85412;
    text-decoration: none;
    border-bottom: 1px solid #e7ecf8;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-repeat: no-repeat;
    background-position: 216px 10px;
    display: block;
    width: 209px;
}


#sidebar1 .menunolink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    line-height: 17px;
    margin-left: 0px;
    font-size: 12px;
    color: #e85412;
    text-decoration: none;
    border-bottom: 1px solid #e7ecf8;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-repeat: no-repeat;
    background-position: 216px 10px;
    display: block;
    width: 2209px;
}

.downarrow
{
    background-color: white;
    margin-left: 0px;
    font-size: 100%;
    color: #007C92;
    text-decoration: none;
    background-image: url(images/downarrow.gif);
    background-repeat: no-repeat;
    background-position: 216px 10px;
    display: block;
    width: 229px;
}

.rightarrow
{
    margin-left: 0px;
    font-size: 100%;
    color: #007C92;
    text-decoration: none;
    background-image: url(images/rightarrow.gif);
    background-repeat: no-repeat;
    background-position: 216px 10px;
    display: block;
    width: 230px;
}

#sidebar1 ul#nav a.active
{
    color: #002664;
}
#sidebar1 ul#nav .subnavheader a.active
{
    background-position: 215px 12px;
}

#sidebar1 ul#nav ul.subnav
{
    margin: 0;
    list-style-type: none;
}

#sidebar1 ul#nav ul.subnav a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #747678;
    text-decoration: none;
    border-bottom: 1px solid #e7ecf8;
    padding-left: 35px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #f6faf7;
    background-position: top right;
    display: block;
    width: 194px;
}

#sidebar1 ul#nav ul.subnav a.active
{
    color: #002664;
}

#sidebar1 ul#nav ul.subsubnav
{
    background-color: #f7f9fd;
    margin: 0;
    list-style-type: none;
}

#sidebar1 ul#nav ul.subsubnav a
{
    font-size: 11px;
    color: #146e7e;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-left: 50px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #eff2fa;
    background-image: url(../images/bg-verticalline.gif);
    background-repeat: repeat-y;
    background-position: top right;
    display: block;
    width: 179px;
}

#sidebar1 ul#nav ul.subsubnav a.active
{
    color: #002664;
}


#sidebar1 ul#nav ul.subsubsubnav
{
    margin: 0;
    list-style-type: none;
}

#sidebar1 ul#nav ul.subsubsubnav a
{
    font-size: 11px;
    color: #146e7e;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-left: 60px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #eff2fa;
    background-image: url(../images/bg-verticalline.gif);
    background-repeat: repeat-y;
    background-position: top right;
    display: block;
    width: 169px;
}

#sidebar1 ul#nav ul.subsubsubnav a.active
{
    color: #002664;
}

ul#nav a.active
{font-weight:bold}

ul#nav a:hover
{text-decoration:underline!important;}

#nav
{ margin: 0px; width: 230px; }

ul
{ padding: 0px; margin: 0px; }

il
{ padding: 0px; margin: 0px; }


                                                
/* ---------- leftcolumn styles end ---------- */

#sidebar2 {
  right: 0px;
  margin: 0px;
  min-height: 600px;
  z-index: 4;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: absolute;
  top: 145px;
  width: 229px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ /* the background color will be displayed for the length of the content in the column, but no further */ /* padding keeps the content of the div away from the edges */
}

#sidebar2 a{
  color: #E5703C;
}

#gSearch{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #e85412;
  width: 140px;
   *width: 80px;
  font-size: 12px;
  margin: 4px;
}

input.qstring {
    width: 180px;
}

#gSearchbutt{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #146E7E;
  width: 60px;
  font-size: 12px;
  font-weight: bold;
  margin: 4px;  
}

.intro {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #e85412;
  line-height: normal;
  font-size: 12px;
}

.bodycopy{
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.bodycopy, .bodytext {
  padding-top: 0px;
  color: #747678;
  /* line-height: 21px; */
  font-size: 12px;
}

.counter {
  padding-top: 0px;
  color: #747678;
  /* line-height: 21px; */
  font-size: 12px;
}

.counter a{
  text-decoration: underline;
  font-weight: bold;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-top: 0px;
  color: #448F8B;
  font-size: 15px;
}

.structure .bodycopy {
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-top: 0px;
  color: #747678;
  line-height: 21px;
  font-size: 12px;
}

.bodycopy P a:, .bodytext P a: {
  text-decoration: underline;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-top: 0px;
  color: #747678;
  line-height: 21px;
  font-size: 10px;
}

.structure .bodycopy H1, bodytext H1 {
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  font-size: 20px;
  color: #e85412;
}

.structure .bodycopy P a, .bodytext P a  {
  color: #595659;
  text-decoration: none;
  font-weight: bold;
}

.structure .bodycopy strong {
  font-size: 13px;
  font-weight: bold;
  color: #a2b844;
}

.tablelinkactive P {
  padding-left: 0px;
  padding-bottom: 5px;
  padding-right: 0px;
  padding-top: 0px;
  margin: 0px;
  color: #a2b844;
}
.languages {
  text-transform: uppercase;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px;
  list-style-type: none;
  font-size: 9px;
  color: #747678;
  padding-top: 10px;
}

.languages a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px;
  list-style-type: none;
  font-size: 14px;
  color: #747678;
  padding-top: 30px;
}

H1 {
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size:20px;
  color: #e85412;
  *padding-top: 18px;


}

H2 {
  line-height: 22px;
  font-size:18px;
  color: #747678;
  *padding-top: 2px;
}

h3 {
  margin: 0px;
  color: #e85412;
  font-size: 14px;
  font-weight: bold;
  font-family: Helvetica, Verdana, Arial, sans-serif;
}

h5 {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #2f1c18;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h7 {
  margin: 0px;
  color: #e85412;
  font-size: 14px;
  font-weight: bold;
  font-family: Helvetica, Verdana, Arial, sans-serif;
}

.sidebartitle, #sidebar2 h1.csc-firstHeader, #sidebar2 div.csc-header h1{
  margin-bottom: 10px;
  font-weight: bold;
  background-color: #a2b948;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-top: 5px;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar2 h1.csc-firstHeader, #sidebar2 div.csc-header h1{
  line-height:normal;
  margin-bottom: 0px;
}

#sidebar2 div.csc-header a {
  color: white;
}

.sidebarbox, #divSearch {
  margin-top: 0px;
  width: 220px;
  padding-left: 5px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-top: 2px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #747678;
}

.sidebarbold {
  padding-left: 10px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 5px;
  margin: 0px;
  font-weight: bold;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #747678;
}

.sidebartext, #sidebar2 p.bodytext, #sidebar2 ul{
  line-height: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-top: 3px;
  margin: 0px;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #747678;
}
#sidebar2 ul{
  margin-left: 15px;
}
 
#latestnews {
  padding-left: 0px;
  padding-bottom: 5px;
  padding-right: 50px;
  padding-top: 5px;
  line-height: 15px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-style: none;
  border-width: 0px;
}

#thetruth {
  border: 1px solid #f2691a;
  background-color: #f9fbfb;
  color: #595659;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-top: 5px;
  line-height: 15px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#thetruth P {
  padding-left: 10px;
  padding-bottom: 3px;
  padding-right: 10px;
  padding-top: 3px;
  margin: 0px;
}

#latestnews P {
  padding-left: 10px;
  padding-bottom: 3px;
  padding-right: 10px;
  padding-top: 3px;
  margin: 0px;
}

#hot {
  background-color: #f9f9f9;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.hotfocus, div#hot div.csc-header h1.csc-firstHeader {
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-top: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
        font-weight: bold;
  color: white;
  background-color: #FF9000;
  font-size: 11px;
  line-height:normal;
  }
div.csc-textpic-text p.bodytext {
  padding-left: 10px;
}

.external-link-new-window {
  font-size: 12px;
  text-decoration: none;
  color: #E85412;
}
.photo {
  margin-right: 10px;
  right: -15px;
  position: relative;
  margin-left: 5px;
  float: right;
  padding: 2px;
  background-color: #f2ba52;
}

                                                
.photo1 {
  right: -15px;
  position: relative;
  margin-left: 5px;
  float: right;
  width: 350px;
  padding: 2px;
  background-color: #f2ba52;
}

/* ---------- topmenu styles start ---------- */
.photocommiteehome {
  margin-right: 10px;
  right: -15px;
  position: relative;
  margin-left: 5px;
  float: right;
  padding: 2px;
  background-color: #f2ba52;
}

ul.tx-srlanguagemenu-pi1{
  float:right;
}
                                                
#mainNavWrapper {
  color: white;
  background-color: #e85412;
  background-image: url(images/lang-bg.jpg);
  width:981px;
  font-size: 10px;
  position: absolute;
  /*
        right: 0px;
  top: 0px;
  height: 20px;
  */
}
#mainNavWrapper li {
  padding-left: 14px;
  padding-bottom: 2px;
  padding-right: 14px;
  padding-top: 2px;
  border-left-color: white;
  color: white;
  display: inline;
  list-style-type: none;
  float: left;
  border-left: 1px solid;
  text-align: center;
  /*font-size: .750em;*/
}
#mainNavWrapper li.selected {
  background-color: #FFFFFF;
  border: 0;
  color: white;
}
#mainNavWrapper li.noselected {
  border: 0;
  color: white;
}
#mainNavWrapper li.last {
}
#mainNavWrapper li a:link {
  color: #fff;
  text-decoration: none;
}
#mainNavWrapper li a:visited {
  color: #fff;
  text-decoration: none;
}
#mainNavWrapper li a:hover {
  text-decoration: underline;
  color: black;
}

#mainNavWrapper li.selected a.selected:link {
  color: #000066;
  text-decoration: none;
}
#mainNavWrapper li.selected a.selected:visited {
  color: #000066;
  text-decoration: none;
}
#mainNavWrapper li.selected a.selected:hover {
  color: #000066;
  text-decoration: underline;
}

#mainNavWrapper li.selected a:link {
  color: #000066;
  text-decoration: none;
}
#mainNavWrapper li.selected a:visited {
  color: #000066;
  text-decoration: none;
}
#mainNavWrapper li.selected a:hover {
  color: #000066;
  text-decoration: underline;
}
.linked_today_nolink {
  background-color:transparent;
  border: 1px solid #E85412;
}
.linked_today {
  background-color:#A2B948;
  border: 1px solid #E85412;
  color: #fff;

}
.linked_day {
  background-color:#A2B948;
  /* border:1px solid #333333; */
  color: #fff;
}
.columYear, .columPrevious a, .columNext a{
  color: #e85412;
}

.month{
  border-bottom-color: #bf7e2f;
  letter-spacing: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 3px;
  text-align: center;
  color: #e85412;
}

.day {
  color: #595659;
}
.nextmonth {
  text-align: center;
  font-weight: bold;
  color: #e85412;
}
.weekday {
  text-transform: uppercase;
  color: #595659;
  font-weight: bold;
}
.more {
  line-height: 15px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #a2b844;
  padding-right: 3px;
  padding-left: 10px;
}
.more a {
  font-weight: bold;
  text-decoration: none;
  color: #a2b844;
}
#general-principles {
  background-image: url(images/boxback.png);
  border-left-color: #b2b2b2;
  border-bottom-color: #444444;
  border-right-color: #444444;
  border-top-color: #b2b2b2;
  border-left-width: 2px;
  border-bottom-width: 4px;
  border-right-width: 4px;
  border-top-width: 2px;
  position: absolute;
  left: 230px;
  top: 250px;
  width: 505px;
  padding-left: 5px;
  padding-bottom: 20px;
  padding-right: 5px;
  padding-top: 0px;
  line-height: 14px;
  font-size: 11px;
  background-position: 0 0px;
  border-style: solid;
  z-index: 112;
  visibility: hidden;
}
#food-additives {
  background-image: url(images/boxback.png);
  border-left-color: #b2b2b2;
  border-bottom-color: #444444;
  border-right-color: #444444;
  border-top-color: #b2b2b2;
  border-left-width: 2px;
  border-bottom-width: 4px;
  border-right-width: 4px;
  border-top-width: 2px;
  position: absolute;
  left: 230px;
  top: 250px;
  width: 505px;
  padding-left: 5px;
  padding-bottom: 20px;
  padding-right: 5px;
  padding-top: 0px;
  line-height: 14px;
  font-size: 11px;
  background-position: 0 0px;
  border-style: solid;
  z-index: 112;
  visibility: hidden;
}
#contaminants {
  background-image: url(images/boxback.png);
  border-left-color: #b2b2b2;
  border-bottom-color: #444444;
  border-right-color: #444444;
  border-top-color: #b2b2b2;
  border-left-width: 2px;
  border-bottom-width: 4px;
  border-right-width: 4px;
  border-top-width: 2px;
  position: absolute;
  left: 230px;
  top: 250px;
  width: 505px;
  padding-left: 5px;
  padding-bottom: 20px;
  padding-right: 5px;
  padding-top: 0px;
  line-height: 14px;
  font-size: 11px;
  background-position: 0 0px;
  border-style: solid;
  z-index: 112;
  visibility: hidden;
}
.tablelinkactive {
  border-right-color: #bf7e2f;
  border-right-style: solid;
  border-right-width: 1px;
  background-color: white;
  border-top-color: #bf7e2f;
  border-top-style: solid;
  border-top-width: 1px;
  padding-left: 10px;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-top: 5px;
  width: 220px;
  background-position: -1px 2px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #595659;
  line-height: 15px;
  font-size: 11px;
}
.tablelinkactive a {
  text-decoration: underline;
  color: #595659;
  line-height: 15px;
  font-size: 11px;
}
.tabletitle {
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 10px;
  background-color: #e85412;
  margin: 0px;
  font-weight: bold;
  color: white;
  width: 470px;
}
.tabletitlesolo {
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-top: 0px;
  border-color: #bf7e2f;
  border-style: solid;
  border-width: 1px;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 10px;
  background-color: #e85412;
  font-weight: bold;
  color: white;
  width: 455px;
}
.tabletitlesolo a {
  text-decoration: none;
  color: white;
}
 .tablecodex {
  border-collapse: collapse;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px;
  margin-bottom: 15px;
  border-color: #bf7e2f;
  border-style: solid;
  border-width: 1px;
  border-spacing: 0px 0px;
  width: 700px;
}
.boxstructurediv {
  margin-bottom: 15px;
  border-color: #f2ba52;
  border-style: solid;
  border-width: 1px;
  padding-top: 5px;
  background-color: #fefdfb;
  padding-left: 10px;
  border-spacing: 0px 5px;
  width: 688px;
}
.boxesstructure {
  margin-left: 100px;
  margin-right: 150px;
  margin-top: 0px;
  background-color: white;
  text-align: center;
  padding: 0px;
}
.cellstructure {
  margin: 5px;
  border-left-color: white;
  border-bottom-color: white;
  border-right-color: white;
  border-top-color: white;
  border-left-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-left-width: 0px;
  border-bottom-width: 5px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: white;
  background-color: #a2b844;
}
.boxheader {
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 5px;
  height: 16px;
  width: 16px;
  background-color: #f2ba52;
  left: 0px;
  top: 0px;
  position: relative;
}
.active {
  padding-right: 3px;
  padding-top: 1px;
  font-size: 13px;
  color: #399c3b;
}
.sinedie {
  padding-right: 3px;
  padding-top: 1px;
  font-size: 13px;
  color: #f2ba52;
}
.dissolved {
  padding-right: 3px;
  padding-top: 1px;
  font-size: 13px;
  color: #b2b2b2;
}
.bodycopy a {
  /* color: #000; */
  font-size: 12px;
}
.country a {
  /* color: #000; */
  font-size: 11px;
}
.standref a {
  font-size: 11px;
  color: #448F8B;
}

 .stanbodycopylist
{
    FONT-SIZE: 12px;
    COLOR: #222222;
    LINE-HEIGHT: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    LIST-STYLE-TYPE: square;
    TEXT-DECORATION: none
}
 .stanbodycopylist:hover
{
    FONT-SIZE: 12px;
    COLOR: orange;
    LINE-HEIGHT: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    LIST-STYLE-TYPE: square;
  TEXT-DECORATION: none
}

.tablemanualbar {
  padding-bottom: 5px;
  padding-top: 5px;
  line-height: 15px;
  padding-right: 3px;
  padding-left: 3px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  background-color: #f2ba52;
}
.tabletext {
  padding: 5px;
  line-height: 14px;
  font-size: 10px;
}
#crumb {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}
#imgdx {
  padding: 0px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 0px;
}
#imgsx {
  padding: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
  margin-right: 10px;
}
#about {
  margin: 0;
        padding: 0;
  text-align:justify;
}
.questions {
  line-height: 15px;
  font-size: 12px;
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #e85412;
}
.answers {
  padding-left: 20px;
  margin-top: 0px;
  padding-top: 0px;
  line-height: 15px;
  font-size: 11px;
  color: #595659;
}
#faq {
        width: 480px;
        left: -25px;
        position: relative;
        letter-spacing: normal;
        padding: 0px;
        margin: 0px;
}
#faq, #faq ul, #faq li {
        margin: 0;
        padding: 0;
        list-style: none;
}
#faq a {
  display: block;
  text-decoration: none;
}
#faq a.span {
        padding-left: 0px;
        padding-bottom: 5px;
        padding-right: 5px;
        padding-top: 20px;
        border-bottom-color: #b2b2b2;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        font-size: 12px;
        font-weight: bold;
        color: #e85412;
  position: relative;
}
#faq a.span img {
  position: absolute;
  top: 2px;
  right: 2px;
  border: 0;
}
#faq li {
        padding: 0px;
        margin: 0px;
}
#faq li ul li {
        line-height: 21px;
        padding-left: 0px;
        padding-bottom: 30px;
        padding-right: 0px;
        padding-top: 10px;
        letter-spacing: 0px;
        text-align: left;
        color: #595659;
        font-size: 12px;
        border: none;
}
#faq li ul li a {
        font-size: 11px;
        text-decoration: underline;
        font-weight: bold;
        color: #595659;
}
.bodylink {
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
  color: #595659;
  text-decoration: underline;
}
#hot ul {
  font-weight: bold;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 12px;
  font-size: 12px;
  list-style-position: outside;
  list-style-type: square;
}
.codenumber {
  width: 100px;
  padding: 3px;
  border-width: 0px;
  border-style: none;
  margin: 0px;
  color: white;
  line-height: 10px;
  font-size: 10px;
  font-weight: bold;
  background-color: #e85412;
}
.placetime {
  background-color: #f4f2eb;
  margin-bottom: 0px;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 5px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #595659;
  line-height: 15px;
  font-size: 10px;
}
.agenda {
  margin-bottom: 0px;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 5px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-top: 5px;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #595659;
  line-height: 15px;
  font-size: 10px;
}
.meetings {
  margin-bottom: 15px;
  border-bottom-color: #e0e0e0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #595659;
  padding: 0px;
}
.meetings P {
  line-height: 15px;
  margin-left: 0px;
  margin-bottom: 5px;
  margin-right: 0px;
  margin-top: 5px;
  padding-left: 10px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.meetingtitle {
  font-size: 14px;
  font-weight: bold;
}
#meetingsidebar {
  padding-right: 5px;
  padding-left: 15px;
  line-height: 16px;
  font-size: 11px;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 70px;
}

.meetingbuttons {
  margin-right: 0px;
  margin-left: 5px;
  padding-left: 5px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-top: 2px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 9px;
  text-transform: uppercase;
  color: white;
  background-color: #a2b844;
  border-style: solid;
  border-width: 0px;
}
.bottomeeting {
  font-size: 11px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: right;
}
#meetingsidebar H5 {
  color: #e85412;
  padding-left: 0px;
  padding-bottom: 2px;
  padding-right: 0px;
  padding-top: 7px;
  margin: 0px;
}
#meetingsidebar H3 {
  font-size: 15px;
  color: #e85412;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 7px;
  margin: 0px;
}
#meetingsidebar P {
  line-height: 17px;
  font-size: 12px;
  color: #595659;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 7px;
  margin: 0px;
}
.latestarchive {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom-color: #e0e0e0;
  border-top-color: #e0e0e0;
  border-bottom-style: solid;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-top-width: 1px;
}
.latestarchive P {
  padding-left: 0px;
  padding-bottom: 3px;
  padding-right: 0px;
  padding-top: 2px;
  margin: 0px;
}
#meetingsidebar .meetingtitle {
  font-size: 12px;
  font-weight: bold;
}
.meetingslinks {
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #a2b844;
  font-size: 9px;
  font-weight: bold;
}
 #meetingsidebar .more {
  font-weight: bold;
  padding-top: 10px;
  line-height: 15px;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #a2b844;
  padding-right: 3px;
  padding-left: 0px;
}
 .searchform {
  margin-top: 50px;
  margin-bottom: 10px;
  width: 440px;
}
.important{
  color:#E85412;
}
/* ---------------------------------------- */
#loginBox input{
  font-size: 11px;
}
div.tx-dynalist-pi1 table {
  margin-top: 0px;
  padding: 5px 5px 5px 5px;
}
div.tx-dynalist-pi1 a.current {
  background:#A2B948 none repeat scroll 0 0;
  border:1px solid #A2B948;
}
div.tx-dynalist-pi1 a.paginate {
  border:1px solid #A2B948;
  color:#000;
  margin-top: 0px;
}
/* latest news start */
div.tx-dynalist-pi1 td {
  border:0;
  padding:0;
        font-size: 11px;
}
div.tx-dynalist-pi1-recordlist {
  border:0;
  padding: 5px 5px 5px 5px;
  margin-top:0px;
}
.tx-dynalist-pi1-recordlist a{
  color: #E85412;
  margin-top: 0px;
}
/* latest news end*/
/* contact details start */
div.dynafef_pi4_title {
  background-color:#EFEFEF;
  color:#676767;
  font-size: 12px;
}
div.dynafef_pi4_value {
  display:inline-block;
  margin-bottom:7px;
}
#dynafef_datadet_title {
    color: #3398cb;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}
.tx-dynalist-pi1-recordlist {
  background-color:#EFEFEF;
  padding: 5px 5px 5px 5px}
.tx-dynalist-pi1-recordlist-row_0{background-color:#FFFFFF;}



div#dyna_fef_page {  
      padding: 0px;  
  }

div.dyna_form_field{
  display:table;
  margin:5px;
}

dynafef_buttons dyna_form_field{
  display:table;
  float:left;
  margin:5px;
}

div.dyna_form_data{
  display:table;
  float:none;
  margin:5px;
}

div.dyna_form_input{
  display:table;
  float:none;
  margin:0px;
}

div.dynafef_actions_box{
  display:table;
  float:none;
  width:20%;
  margin:5px;
  padding-top:0px;
}


dynafef_buttons dyna_form_field{
  display:table;
  float:left;
  margin:5px;
}

/* #dyna_form_data{
  display:table;
} */

div.search_form_input {
    background: url("EXT:dyna_fef/images/inputbg1.gif") repeat-x scroll 0 0 white;
    border: 1px solid #B5B8C8;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 3px;
}

/* contact details end */
div.tx-loginboxmacmade-pi2 input {
  background-color:#C4C4C4;
  background-image:url("/fileadmin/templates/codexalimentarius/images/input_bg.gif");
  border:1px solid #A2B948;
  color:#6F6F6F;
  font-weight: bold;
}

.bigtitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #e85412;
    LINE-HEIGHT: 17px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}


#classes add
.odd{
background-color: #F0F0F0;
}
.even{}

.table_titles {
  background-color : #FF9000;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color: #ffffff;  
  LINE-HEIGHT: 14px;
}
TD.table_titles,TD.table_titles_stand{
  cursor:pointer;
}

TD.table_titles_stand#tsc11, TD.table_titles_stand#tsc11 TD.table_titles{
cursor:default;
}

.table_titles_stand {
  background-color : #FF9000;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color: #ffffff;
  
}


 .bodycopylist
{
    FONT-SIZE: 11px;
    COLOR: #222222;
    LINE-HEIGHT: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    LIST-STYLE-TYPE: square;
    TEXT-DECORATION: none
}
 .bodycopylist:hover
{
    FONT-SIZE: 11px;
    COLOR: orange;
    LINE-HEIGHT: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    LIST-STYLE-TYPE: square;
  TEXT-DECORATION: none
}

 .bodycopylistrep
{
    FONT-SIZE: 11px;
    COLOR: #222222;
    LINE-HEIGHT: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    LIST-STYLE-TYPE: square;
    TEXT-DECORATION: none
}

 .backbutt
{
    FONT-SIZE: 12px;
    COLOR: #00933B;
    LINE-HEIGHT: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    LIST-STYLE-TYPE: square;
    TEXT-DECORATION: none
}

#tsc7 {
  display:none;
}
#tsc9 {
  display:none;
}

#tsc5 {
  display:none;
}
#tsc8 {
  display:none;
}

#sortArrow{
  width: 100%;
  
}

.bodycopybold_sortable
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11px;
    COLOR: #222222;
    LINE-HEIGHT: 14px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.bodycopybold
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11px;
    COLOR: #222222;
    LINE-HEIGHT: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.bodycopybold
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11px;
    COLOR: #222222;
    LINE-HEIGHT: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.bodycopybold:hover
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11px;
    COLOR: #222222;
    LINE-HEIGHT: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.bodycopyboldwhite
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11px;
    LIST-STYLE-IMAGE: url(images/bullet.gif);
    COLOR: #ffffff;
    LINE-HEIGHT: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    LIST-STYLE-TYPE: circle;
    TEXT-DECORATION: none
}

.bigtitleblack
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #000000;
    LINE-HEIGHT: 17px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

#table_committee {
  background-color : #FF952F;
  border : 1px solid #333333;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color: #000000;  
}
#table_meetings {
  background-color : #FFFFFF;
  border : 1px solid #333333;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color: #000000;  
}
#table_standards {
  background-color : #ffffff;
  border : 1px solid #333333;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color: #000000;  
}
#detailUnder {
  border-left : 1px solid #989898;
  border-bottom : 1px solid #989898;
  background : #FEFEFE;
}

.result
{
    FONT-WEIGHT: none;
    FONT-SIZE: 11px;
    LINE-HEIGHT: 18px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none;
    COLOR: #000;
  /*
    border: 1px;
    border-style: solid;
    border-color: #666666;
  */
}

.titlewhite
{
    FONT-WEIGHT: none;
    FONT-SIZE: 11px;
    COLOR: #000000;
    LINE-HEIGHT: 18px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}

#meetings {
  background-color : #ffcc66;
  border : 1px solid #cd853f;
  border-bottom-style: none;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : bold;
  text-align:center;
}
#standards {
  background-color : #ffffff;
  border : 1px solid #333333;
  border-bottom-style: none;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : bold;
  text-align:center;
}

#committee {
  background-color : #FF952F;
  border : 1px solid #000000;
  border-bottom-style: none;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : bold;
  text-align:center;
}

#errorMessage{
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  color: Red;
}

.summary
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

#item_description{
  font-family: Verdana, Helvetica;
  text-align: justify;
  font-size: 7pt;
  font-style: normal;
  font-variant: normal;
}

#item_link{
  font-family: Verdana, Helvetica;
  font-size: 8pt;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color:#000000;
  text-decoration : none;
}

#item_link_selected{
  font-family: Verdana, Helvetica;
  font-size: 8pt;
  font-style: italic bold;
  font-variant: normal;
  font-weight: bold;
  color: #E85412;
  text-decoration: none;
}

.title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000099;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A.title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #000099;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.title:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #000099;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}

#link{
  font-family: Verdana, Helvetica;
  font-size: 7pt;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color:#000000;
  text-decoration : none;
}

#link_page{
  font-family: Verdana, Helvetica;
  font-size: 8pt;
  font-style: italic;
  font-variant: normal;
  font-weight: 100;
  color:#000000;
  text-decoration : underline;
}

#link_page_selected{
  font-family: Verdana, Helvetica;
  font-size: 8pt;
  font-style: italic;
  font-variant: normal;
  font-weight: bold;
  color:#FF9933;
  text-decoration : none;
}
#item_link:hover{
  text-decoration : underline;
}

#link_abstract{
  font-family: Verdana, Helvetica;
  font-size: 8pt;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color:#FF9933;
  text-decoration : none;
}
#link_abstract:hover{
  text-decoration : underline;
}

#title{
  background: #eee;
}
tr.odd{background-color: #EFEFEF;}

#mainContent ul.countries {
  list-style-type:none;
  padding:0;
  width:100%;
  float:left;
}

#mainContent ul.countries a {
  color:#747678;
  margin-top:0;
  font-weight:none;
  font-size:11px;
  line-height: 12px;
  *line-height: 12px;
}

#mainContent ul.countries li {
  float:left;
  width:160px;
  margin-right:12px;
  list-style-type:none;  
  list-style-position:inside;
}

div.tx-dynalist-pi1-pagination {
  border:0;
}
ul.tabsAbove{
  width: 100%;
}
ul.tabsAbove li{
  display: inline;
}

/*
.prevNextbutton {
background-color: #007F05;
border:1px solid #EFEFEF;
color:#000000;
cursor:default;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:2px 6px;
height: 14px;
} */

#lastUpd {
    color: #ccc;
    font-size: 10px;
    margin-right: 5px;
    margin-top: 20px;
    text-align: right;
}

#userLogged {
    background-color: #d7d7d4;
    font-size: 11px;
    padding: 2px;
    align: left;
}







.rgsgcontent .myGallery{border:0;}

#mainContent .bodycopy .csc-default .tx-dropdownsitemap-pi1 li {
    list-style-type: none;
    margin: 0px 0;
    }
    
.tx-dropdownsitemap-pi1 DIV {
    margin-right: 20px;
    margin-top: 2px;
    padding: 2px;
    }    
    
.story {
  border-style: solid;
  border-top-color: #FF9000;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  }

.news-date {
  float: left !important;
}

.exp-vetdrg {
    right: 5px;
    position: absolute;
    top: 5px;
}

.exp-vetdrg:hover{
    cursor:pointer;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#codex50 ul {
    line-height: 12px;
    margin: 5px;
    padding-left: 25px;
}

.csc-textpic {
    width: 100%; 
}
.committee-label{
	font-weight:bold;
}