/* 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; }

/* these may be needed for some designs see item 7 at
http://www.mojoportal.com/creating-skins-from-artisteer-html-templates.aspx 
*/
/*
body
{

}
body.pagebody
{

}
*/

.art-content-layout .art-sidebar2
{
  
  width: 30%;
}


.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 
{ 
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  margin:0;
  color: #000000;
  
}

.leftside a.ModuleEditLink, .rightside a.ModuleEditLink {color:#B6C5CD;}

