﻿.checkbox input
{
	margin-bottom: 0px;
	margin-top: 0px;
}

/* ==========   sys TABLE   ========== */

.sysTable
{
  border-collapse: collapse;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 0px 0px 20px 0px;
}

.sysTable th,
.sysTable td
{
  padding: 3px 5px 4px 5px;
  text-align: left;
  line-height: 1em;
  border-right: 1px solid #333;
  vertical-align: top;
}

.sysTable td
{
  line-height: 1.4em;
  padding: 2px 5px 2px 5px;
}

.sysTable th.last,
.sysTable td.last
{
  border-right: none;
}

.sysTable a
{
  display: block;
  text-decoration: none;
}

.sysTable a:hover
{
  text-decoration: underline;
}

.sysTable .link
{
  padding: 0px 0px 0px 20px;
}

.sysTable span
{
  display: block;
}

.sysTable .center
{
  text-align: center;
}

.sysTable .right
{
  text-align: right;
}

/* ----- TYPOGRAHPHY ----- */


p.title
{
  font-weight: bold;
}

p.abstract 
{
	font-weight: bold;
	margin: 0px 0px 14px 0px;
}

.date
{
	margin: 0px 0px 14px 0px;
}

.reply_author
{
	color: Blue;
}

.author
{
	margin: 0px 0px 14px 0px;
}

.time
{
	margin: -14px 0px 14px 0px;
}

.last
{
	margin-top: -14px;
}

/* ------ Aligment add width ------- */ 

.center
{
	text-align: center;
}

.sizeOneTwoThird
{
  width: 480px;
}

.sizeThreeQuarter
{
  width: 210px;
}

.sizeTwoThird
{
  width: 185px;
}

.sizeHalf
{
  width: 135px;
}

/* --------------- */
.wizOdd
{
  background-color: #eee;
}

.wizEven
{
  background-color: #fff;
}

.wizContentBar
{
  background-image: url('/sitecore modules/MSS/WebEngine/Images/contentbar.gif');
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

.wizListIcon
{
  background-image: url('/sitecore modules/MSS/WebEngine/Images/pointer.gif');
  background-repeat: no-repeat;
  background-position: 6px 4px;
}
/* ---------- */
.sysLink
{
  display: block;
  padding: 0px 0px 0px 20px;
  text-decoration: none;
}

.MssTextLink
{
  font-weight:bold;
  color:#333333;
  text-decoration:none;
  margin:2px 0px 0px 0px;
}

.sysDeleteButton
{
  font-family: Verdana, Sans-Serif;
  height: 17px;
  font-size: 1em;
  border: 0px;
  cursor: pointer;
  text-align: left;
  padding: 0px 0px 0px 20px;
  background-color: Transparent;
  background-image: url('/sitecore modules/MSS/WebEngine/Images/delete.gif');
  background-repeat: no-repeat;
  background-position: 2px 1px;
  margin: 0px 0px 3px 0px;
}

.pageLinks
{
	padding: 0px 0px 0px 0px ;
	font-weight: normal;
}

.divPages
{
   padding:5px;
   text-align:center; 
}

.replyBody
{
   padding-top:10px;
   padding-bottom:10px;
}

.replyAuthor
{
   padding-right:5px;
}

