﻿h1
{
    font-size:16px;
            
}
h2
{
    font-size:14px;
}
.contentArea
{
     background-color:White;
     width:925px;
     min-width:925px; 
     max-width:925px;
     margin-left:auto;
     margin-right:auto;
     text-align:left;
     vertical-align:top;
     height:100%;
     margin-bottom:0px;
     padding-bottom:0px;
     border-bottom:0px;
}

.LeftArea
{
     height:100%;
     max-width:70%;    
     min-width:70%;
     width:70%;
     vertical-align:top;
}

.rightArea
{
    height:100%;
    max-width:30%;    
    min-width:30%;
    width:30%;
    vertical-align:top;
}

/* Comment's CSS start*/

.commentBox
{
    width:450px;
    min-width:450px;
    max-width:450px;
    min-height:150px;
    background-color:#F4F3F1;
    border: solid 1px black;
}

.CommentUserCell
{
    width:450px;
    min-width:450px;
    max-width:450px;
    min-height:20px;
    max-height:20px;
    height:20px;
}
.commentDateCell
{
    width:450px;
    min-width:450px;
    max-width:450px;
    min-height:20px;
    max-height:20px;
    height:20px;
}
.commentContentCell
{
    width:450px;
    min-width:450px;
    max-width:450px;
    vertical-align:top;
    margin-top: 0px;
    margin-bottom:auto;
    min-height: 25px;
}



/* Comment's CSS end*/


/* ListViewer's CSS start*/

.ListLinkButton
        {
            color:inherit;
            background:inherit;
            background-color:inherit;
        }
        .ListHeaderText
        {
            background-repeat:no-repeat;
            background-image:url(Billeder/headerListViewer.png);
            text-align:center;
            font-size:x-large;
        }
        .ListFooter
        {
            background-repeat:no-repeat;
            background-image:url(Billeder/footerListViewer.png);
            height:40px;
         }
         .ListFooter table  
         {
            margin-left:auto;
            margin-right:auto;
            text-align:center;
            height:40px;
            color:white;
         }

/* ListViewer's CSS end*/


/* Contact's CSS start*/

.Address
{
     vertical-align:top;
}

.ContactImage
{
    width:95px;
    height:119px;
}

/* Contact's CSS end*/

/* News's CSS start*/
.fadedDateText
{
    color:GrayText;
    vertical-align:top;
    width:100%;
}

.responces
{
    width:450px;
    min-width:450px;
    max-width:450px;
    margin-right:auto;
    margin-left:10px;  
}

/* News's CSS end*/