/*****************************/
/*** Core html setup stuff *****
********************************
* Copy from here what you need *
* to style.css				   *
********************************
********************************/
html
{
height:100%;
}
*
{
margin:0;
padding:0;
}
body
{
height:100%;
}
/* header elements */ 
h1
{
}
h2
{
}
h3
{
}
h4
{
}
h5
{
}
/* text elements */
p
{
padding:6px 0px;
}
b,strong
{
}
a
{
}
a:hover
{
}

/* list elements */
ul,li
{
list-style-type:none;
}

/* form elements */
form
{
}
fieldset
{
}
input
{
}
textarea
{
}

/* special classes */
.clr
{
clear:both;
height:0;
line-height:0;
font-size:0;
}
.empty
{
font-size:0;
line-height:0;
}



form.editor {
background-color:#CCCCCC;
margin-left:0px;
padding:5px;
width:630px;
}
form.editor fieldset {
padding:5px;
}
form.editor fieldset, .mceEditorContainer {
background-color:#CCCCCC;
}

div.contentpaneopen_edit {
float:right;
margin-right:0px;
}

div.contentpaneopen_edit img {
border:none;
}

div.tool-tip
{
background-color:#CCCCCC;
}
div.tool-tip div.tool-title
{
display:block;
}
div.tool-tip div.tool-text
{
}


dl#system-message
{
}

dl#system-message dd.message
{
}



/*****************************************/
/*** Content specific layout elements ***/
/*****************************************/


div.blog
{
}


div.article_row
{
}

div.article_column 
{
}
div.column1
{
}
div.column2
{
}
div.column3
{
}
div.cols2
{
float:left;
width:49%;
}
div.cols3
{
float:left;
width:32%;
}

div.leading
{
}
	
span.leading_separator
{
}

span.article_separator
{
display:block;
float:left;
width:1%;
}
span.row_separator
{
display:block;
clear:both;
width:100%;
}
h2.contentheading
{
}
h2.icondisplay
{
width:72%;
float:left;
}
div.buttonheading
{
}
div.buttonheading a
{
}
div.buttonheading a img
{
border:none;
}	

div#page
{
}
div.articleinfo
{
}

div.iteminfo
{
}

div.iteminfo span.modifydate
{
}
div.iteminfo span.createdby
{
}
div.iteminfo span.createdate
{
}


div.readmorebox
{
}


