﻿table, tr, th, td {
    margin: 0;
    padding: 0;
    width:100%;
    border:0;
}

td.outerCell {
    width: 199px;
}

table.percent100 {
    height: 100%;
}

th {
    font-size: 10px;
    text-align: left;
    vertical-align: bottom;
}

th, td {
    height: 15px;
}

td {
    width: 190px;
}

td.right {
    width: 30px;
    text-align: right;
}

/* basic layout structure */
	/* main structure */
	
	.divContentRightNLRegistration {
	    border-top:1px solid #000;
	    padding:20px 10px 0 10px;
	    margin:0 10px 0 10px
	}	
	.divOverviewNews {
	    padding-bottom: 10px;
	}
	#divHead {
        background-image: url(/images/header/header_default.jpg);
        background-position: 0px 50px;
        background-repeat: no-repeat;
        height: 312px;
        width: 700px;
        float:left;
    }
    #divMainContainer {
        background-image: url(/images/main/background_main_content.gif);
        background-repeat:repeat-y;
        min-height:100%;
        _height:100%;
        width:965px;
    }
    *html .divLowerHead {
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/main/background_header_bottom2.png');
        height: 72px;
    }
    .divLowerHead[class] {
        background-image: url(/images/main/background_header_bottom2.png);
        background-repeat: no-repeat;
        min-height: 72px;
        _height: 72px;
    } 
    *html .divContentContainer {
        background-color:#66cc00;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/main/background_content700x900_2.png');
        height: 888px;
        padding:0;
        margin:0;
    }
    .divContentContainer[class] {
        background-image: url(/images/main/background_content700x900_2.png);
        background-repeat: no-repeat;
        min-height:10%;
        _height: 100%;
        padding:0;
        margin:0;
    }
    .divContentRightTop {
        background-image: url(/images/main/background_cloud.png);
        height: 20px;
        margin-top: -20px;
        padding-top: 20px;
    }
    .divRssBlog {
        margin:0 0 15px 0;
        padding:0;
    }
	/* main structure - end */
/* basic layout structure end */
    

