﻿/******************************************/
/* General settings
/******************************************/

body
{
    font-family: Arial;
    font-size: small;
}
textarea
{
    font-family: Arial;
}

.MasterMenuLinks
{
    font-size: 12px;
    text-decoration:none;
    
}

/******************************************/
/* Thread.aspx
/******************************************/
/* Content Page Layout             */
.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}
/* #container {width:80%; border:1px solid gray} */
#container {width:80%;padding:5px;}
#header-middle
{
    width: 100%;
    height: 55px;
    background: #F2F2F2;
}
#header-bottom {width:100%; height:25px; background:#F2F2F2;}
#fixed2 {clear:left; text-align: right; }

.alignleft {
float: left;
}
.alignright {
float: right;
}

/******************************************/
/* PreviewPost.aspx
/******************************************/
.PanelPadding 
{
    padding:20px;
    
}


.ListViewItem 
{
            clear: both;
            width: 100%;
}

.GroupViewItem 
{
            /* i used 200px ,because the main layout width is 600px , and the width for each group is 200px.*/
            width: 45%;
            float: left;
            margin: 3px;
            padding: 2px;
}

#page {
    margin: 0 auto;     /* Causes page to be centered */
    width: 90%;
    background: #fff;
}
