#articles
{
    font-family: arial, verdana, helvetica;
    position: relative;
    overflow: no-display;
}

#articles #articleList
{
    width: 635px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
}

#articles #sideColumn
{
    position: absolute;
    right: 0px;
    width: 220px;
}

#articles .articleListSmall
{
    padding-top: 10px;
}

#articles .articleItemSmall
{
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

#articles h3, #articles h3 a
{
    margin-top: 5px;
    padding: 0px;
}

#articles .warning
{
    font-weight: bold;
    color: red;
}

#articles .articleItem
{
    border-bottom: 1px solid whitesmoke;
    margin-bottom: 10px;
    padding-bottom: 20px;
    min-height: 150px;
}

#articles .articleImageSmall
{
    width: 200px;
}

#articles .articleImageSmallWrapper
{
    width: 200px;
    height: 150px;
    margin: 0px 15px 0px 0px;
    float: left;
    position: relative;
    overflow: hidden;

}

#articles .articleSummary
{
    padding: 0px;
    overflow: hidden;
}

#articles .articleSummary .text
{
    margin-top: 5px;
    margin-bottom: 5px;
}

#articles .articleSummary .text p
{
    margin: 0px;
}

#articles h2, #articles h2 a
{
    margin-bottom: 10px;
    padding: 0px;
}

#articles .titleFont,
#articles .titleFont a
{
    font-size: 2em;
    font-family: inherit;
    line-height: 1.2;
    font-weight: bold;
}

#articles .titleSmallFont,
#articles .titleSmallFont a
{
    line-height: 1.2;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
}

#articles .subtitleFont
{
    font-size: 11px;
    line-height: 1.5;
    color: gray;
}

#articles .bodyFont
{
    font-size: 12px;
    font-family: inherit;
    line-height: 1.7;
}

#articles .subtitle
{
    margin: 5px 0px 5px 0px;
}

#articles .text
{
    margin-top: 10px;
    margin-bottom: 14px;
    overflow: hidden;
}

#articles .text img
{
    max-width: 100%;
    height: auto;
    *width: expression(this.width > 800 ? "800px" : true); /* ie hack */
}

form.articleEdit
{
	display: block;
	clear: both;
	font-size: 12px;
}



#articleEditTable td
{
    vertical-align: top;
    line-height: 2em;
}

#articleEditTable col.left
{
    width: 150px;
}

#articleEditTable #textIntro
{
    height: 150px;
}

#articleEditTable .article_editor
{
    height: 600px;
}

#articles #articleDetail
{
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
    width: 635px;
}

#articles .stretch
{
    width: 100%;
}

#articlesTable
{
  border: 1px solid black;
  border-collapse: collapse;
  margin: auto; 
}

#articlesTable th
{
  text-align: center;
  font-weight: bold;
  padding: 7px;
  border: 1px solid black;
  background-color: #D1D7DC;
}

#articlesTable td
{
  padding: 7px;
  border: 1px solid black;
}

#articlesTable tr.odd
{
  background-color: #ffffff;
}

#articlesTable tr.even
{
  background-color: rgb(221, 238, 255);
}

#articles .editArticleImage {
    background-color: gray;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
}

#articles #cke_textFull img {
    max-width: 100%;
}