/* this is needed because the artisteer buttons otherwise looke enabled even when disable */
input.art-button[disabled="disabled"] { background-color: #ccccff !important; color: #9999cc !important; }

body
{
  background-color: #ffffff;
  color: #000000;
}

body.pagebody 
{ 
  margin: 0 auto;
  padding: 0;
  background-color: #5598B4;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #1C2D35;
  line-height:1.4em;
}

.art-content-layout .art-sidebar2
{
  background-color: #346179;
  width: 25%;
}


.linksmodule  ul li
{
	background-position: 0px 7px;
}


.art-blockcontent-body ul li
{
	background-position: 0px 7px;
}

.art-block { margin-top: 13px }

.art-logo h1 a { text-decoration: none;}

.leftside h2.moduletitle, .rightside h2.moduletitle 
{ 
  color: #B6C5CD;
  text-align:left;
  font-variant: small-caps;
  font-size: 14px;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  white-space: nowrap;
  line-height: 38px;
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

.leftside a.ModuleEditLink, .rightside a.ModuleEditLink {color:#B6C5CD;}


