﻿html, body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family:Arial;
    font-size:90%;
}

label
{
    width:200px;
    display:block;    
}

h1
{
    color: #5EC55A;
}

#pagewidth
{
    clear: both;
    width: 756px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border-right: 1px solid #7C8081;
    border-left: 1px solid #7C8081;
    border-bottom: 1px solid #7C8081;
}

#header
{
    width: 758px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    height: 118px;
    background-color: #FFFFFF;
}

#footer
{
    height: 120px;
    width: 758px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    clear: both;
    font-size: 10px;
    padding-top: 16px;
}

#leftcol
{
    width: 158px;
    float: left;
    position: relative;
    margin-right:0px;
}

#maincol
{
    background-color: #FFFFFF;
    float: right;
    display: inline;
    position: relative;
    width: 76%;
    background-image: url(Content/images/top_bottom_bg.jpg);
    text-align: left;
    padding: 10px;
    border-left: 1px solid #7C8081;
}


/* *** Float containers fix:*** */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */



/*printer styles*/
@media print
{
    /*hide the left column when printing*/
    #leftcol
    {
        display: none;
    }
    #twocols, #maincol
    {
        width: 100%;
        float: none;
    }
}

#menu
{
    padding: 0;
    margin: 0;
    width:158px;
}

#menu li
{
    list-style-type: none;
}

#menu a, #menu a:visited
{
    display: block;
    width: 154px;
    border-bottom: 1px dotted #828282;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    line-height: 25px;
    padding-left: 4px;
}

#menu ul li a:hover
{
    background-color: #FFFFCC;
}

.comment
{
}

.rootComment
{
    
}

.rootComment h2
{
    margin-bottom:0px;
}

p.reply
{
    width:100%;
    text-align:right;
}

.replyComment
{
    margin-left:5px;
    border:solid 1px #CCCCCC;
    background-color:#EDEDED;
    font-size:11px;
    padding:0px 2px 0px 2px;
    margin-bottom:2px;
}

.commentAuthor
{
    width:100%;
    background-color:#FCFFEC;
    padding:2px 0px 2px 2px;
}

.error
{
    color:Red;
    font-family:Arial;
    font-size:11px;
    display:none;
}
.errorInput
{
    border:solid 1px red;
}
