.maintext {
font-size: 10pt; color: rgb(105,105,105); font-family: Verdana
}

a:link,a:visited,a:active {
	
	color: inherit;
	text-decoration: none;   /* ATU 12.04.2007: remove undeline for HREF */
}

a:visited {
color: inherit;
}
a:hover{
	/* color: #656565; */ 
	text-decoration: underline;
}

p
{
    margin: 0;
    padding: 0;
}
td
{
    font-family: Tahoma;
    font-size: 14px; 
}
.content_title
{
    font-size: 15px; 
    font-weight: bold; 
    padding-left: 17;
    padding-bottom: 10;
}
.content_body
{
    padding-left: 12;
    padding-right: 17;
    padding-bottom: 10;
}
.sidebar_summary
{
/* these properties set the top , right, bottom, and left padding of a box*/
/*	http://www.w3.org/TR/CSS21/box.html */
	width: 200px; margin-bottom:0; margin-left:0; margin-right:0;
	background-color: white; padding-left: 0;
}
.toolbar_pic_button
{
    cursor: pointer; 
    border: 1px solid #808080;
    background-image: url(img/main_block_fade.gif); background-repeat: repeat-x;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 3;
}
.title_div
{
    border-bottom: 1px solid  #00A026;
    border-right: 1px solid  #00A026;
}
.underline
{
    text-decoration: underline;
}
.strikethrough
{
    text-decoration: line-through;
}
.left
{
    text-align: left;
}
.center
{
    text-align: center;
}
.right
{
    text-align: right;
}
.edit_options {
    background-color: rgb(236,233,216);
    position: absolute;
    visibility: hidden;
}
.edit_options td{
    font-family: Tahoma;
    font-size: 12px; 
    font-weight: bold; 
}
.popup_text_td {
    padding-left: 5px;
    padding-right: 5px;
}

