﻿.checkbox input
{
	margin-bottom: 0px;
	margin-top: 0px;
}


/* ----- 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;
}

.pageLinks a
{
   padding: 0 5px;
}

.selectedPage
{
   font-weight:bold;
}

.linkSelected
{
   font-weight: bold;
}

.radEditor {
   border:solid 1px #959595;
   margin:0px;
   padding:0px;
}

/* clear a few styles */
.sysList .messageBody a
{
   color:Blue;
   display:inline;
   padding:0px;
}

.divPages
{
   padding:5px;
   text-align:center; 
}