* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}

BODY {
	font-family: "Lucida Grande","Arial";
	font-size:	14px;
	background-color:#d3d3d3;
/*	background-image: url('/static/gfx/bg.gif')*/
}

#revisions {
	position:relative;
	width:400px;
	padding:42px 0 72px;
	left:40px;
	float:left;
}

#sidebar {
	position:relative;
	color:black;
	float:left;
	left:80px;
	padding:47px 0px 0px;
	padding-left:0px;
	line-height:22px;
	width:225px
}

#secondSidebar {
	position:relative;
	color:black;
	float:left;
	left:130px;
	padding:47px 0px 0px;
	padding-left:0px;
	line-height:22px;
	width:175px
}

#sidebar a, #secondSidebar a {
	color:black;
	text-decoration: none;
	margin-right:12px;
}

#sidebar a:hover, #secondSidebar a:hover {
	color:red;
}

.sub {
	font-size:11px;

}

#sidebar ul, #secondSidebar ul {
	width:230px;
	margin-bottom:22px;
}

ul.topStories {
	width:400px;
	margin-bottom:22px;
}

ul.topStories a {
	text-decoration:none;
}

#sidebar ul li, #secondSidebar ul li, ul.topStories li {
	list-style: none;
	margin: 0px 0px 0px 0px;
}

#sidebar p, #secondSidebar p {
	margin: 0px 0px 22px;
}

.right {
	float:right;
}

H1, H2 {
	font-size: 28px;
	margin-bottom:10px;
	margin-top:3px;
}

H3 {
	margin-bottom:10px;
	font-size: 17px;
}

P {
	margin-bottom:20px;
	margin-top:10px;
}

INS, ins b span {
	background-color:black;
	color:white;
	text-decoration:none;
}

ins b span {
	background-color: darkgrey;
}

DEL {
	color: #ff0000;
	text-decoration:none;
}

H1 DEL, H2 DEL {
		background: url(gfx/line.gif) repeat-x 0px 18px;
}

H3 DEL {
		background: url(gfx/line_small.gif) repeat-x 0px 10px;
}

DEL, P DEL {
		background: url(gfx/line_small.gif) repeat-x 0px 9px;
}

a {
	color:black;
}

.controls a:hover, a.red{
	color:red;
}

.small {
	font-family: courier;
	font-size:10px;
	color:black;
}

.revision li
{
	list-style-type: none;
	border-top: 1px solid black;
	cursor: pointer;
	width:100%;
}

.bySize a:hover
{
	color:white;
}

li:first-child {
	border-top: none;
}

#topBar {
	position:absolute;
	z-index:1;
	left:100px;
	top:0px;
	height:60px;
}

#topBar select {
	margin-right:19px;
	margin-top:15px;
	background-color: #FFF;
	color: #000;
	font-size:11px;
}

.dateDiv {
	font-family:courier;
	color:black;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;
}

div .revision {
	position:relative;
	margin-bottom:5px;
	margin-top:5px;
	padding:5px 0px 5px;
	background-color:white;
	width:380;
	padding:1px 20px 10px;
}

.revision p {
	width:300px;
}

.date {
	font-family: courier;
	width:100%;
	text-align:center;
	color:black;
}

.nodel del {
	display:none
}

.noins ins {
	display:none
}

.minLi {
	font-size:6px;
	color:lightgrey;
}

.minLi p, .minLi h3{
	display:none;
}

.minLi h2 {
	font-size:20px
}

.minLi h2 del{
	background-position:0px 12px;
}

.hidden {
	visibility:hidden;
	}

.controls {
	width:100%;
	text-align:center;
	margin-top:5px;
	font-size:10px;
}

.controls a{
	text-decoration:none;
}

.removed {
	background-color:white;
	color:red;
}

.added {
	color:black;
}

.red {
	color:red;
}

/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	width: 175px;
 }

.navTable {
	width: 175px;
 }

.navTableText {
	font-size: 9px; 
	font-weight: Normal;
	text-decoration: none;
	color: #003366;
	}

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 17pt;
	text-align: center;
	vertical-align: middle;
	}

/* Month and Year Text Setup */
.monthYearText {

	color: black;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11pt;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesText {
	font-size: 10px; 
	font-weight: Bold; 
	color: black;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-size: 10px;
	color: black;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today {
	color: #CF0000;
    }
