
h1.top{
    margin-top:26px;
	margin-left:0;
	padding-left:3px;
}
root {
    display: block;
}

img{
    border:0;
}
div.context ol{
    margin:0 0 0 22px;
    padding:0;
}
div.context ol li{
    padding:5px;
}
body,html {
    margin:5px;
    padding:0;
    background:#fff;
    color:#000;
    font-family:verdana;
    font-size:10px;
    line-height:14px;
    text-align:center;
    }
select, input{
    font-size:10px;
}
form{
	margin:0;
}
a{
    color:rgb(187, 100, 23);
}
a:active
{
  outline: none;
}

h1,h2,h3{
  margin-bottom:0;
  }

h1{
    padding-top:10px;
    font-size:10px;
  }
h2{
    font-size:10px;
  }
#menu td h2{
      font-weight: normal;

}

h3{
    font-size:10px;
  }
h3.orange{
    color:rgb(187, 100, 23);
}
table{
    border-collapse:collapse;
}
table td{
    vertical-align:top;
}
table th{
    text-align:left;
}
/******** Header section  */
#header,.header{
    font-size:9px;
}
#header{
    height:100px;
    text-align:right;
    width:940px;
}
#header div#logo {
    display:inline-block;
    width:160px;
    height:98px;
    cursor:pointer;
}
table#topmenu{
    width:100%;
    }
table#topmenu ul{
    list-style:none;

    margin:75px 0 0 0;
    padding:0;
}
table#topmenu ul li.spacer{
    padding:0 5px;
    color:white;
    font-size:11px;
    }
table#topmenu ul li{
    float:left;
    }
table#topmenu td.colleft{
    width:320px;
    text-align:left;
}
table#topmenu td.colmiddle{

}
table#topmenu td.colright{
    text-align:right;
    width:120px;
}
#header a{
    color:white;
    text-decoration:none;
}
#articlesMenu a{
    font-weight:normal;
}
#container {
    margin:0 auto;
    width:940px;
    text-align:left;
    }
#menu {
    margin-left:26px;
    margin-top:20px;
    width:285px;
    }

#menu h1{
    color:rgb(187, 100, 23);
    text-decoration:none;
    font-weight:bold;
    text-transform:uppercase;
    margin-top: 6px;
}
#menu ul{
    list-style:none;
    margin:0;
    padding:0;
}
#menu a{
    font-size:0.9em;
    color:black;
    font-weight:bold;
    text-decoration:none;
}
#menu a:active{
    border:0;
    outline: none;
}
:focus
{
  -moz-outline-style: none;
}
:-moz-any-link:focus {
  outline: none;
}

#content {
    float:right;
    width:620px;
    padding:0 10px;
    }
div.context{
    width:450px;
}
ul.images{
    margin:0;
    padding:0;
    list-style:none;
    }
ul.images li{
    padding-bottom:10px;
    text-align: left;
}
ul.images a{
    text-decoration:none;
    }

input{
    border:1px solid lightgrey;
}
input.disable{
    background-color:#F0F0F0;
}
#rightcontent p {
    font-size:10px;
    margin-left:0px;
}

div#articlesSubMenu{
    border-top:1px solid #bc4b00;
    border-left:1px solid #bc4b00;
    padding:10px;
}
div#articlesSubMenu ul{
    margin:0;
    padding:0;
}
table.article{
    width:100%;

}
table.article td.col2{
    text-align:right;
    vertical-align:top;
}
table.article td.col1{
    padding-right:0px;
    width:520px;
}
table.article tr.header td{
    padding-top:10px;
}
table.article tr.header td, table.article tr.header a{
    color:lightgrey;
    font-weight:normal;
}

/* tables */
table.tablesorter {
	font-family:arial;

	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
        border: 1px solid #ccc;
}
table.tablesorter .start{
    width:280px;
}
table.tablesorter .end{
    width:60px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #ccc;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/image/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/image/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/image/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
table.tablesorter tr{
    border-bottom:1px solid #ccc;
}