﻿/* Index Content */
div.msswcLRSDisclaimer    
{
	content: "Testing css.";
	position: relative;
	overflow: auto;
	padding-right: 5px;	
	color: Red;
	font-weight: bold;
}

/* Top Index Section */
.msswcContent {
	position: relative;
	width: 760px;
	height: 575px;
	text-align: left;		
	background-color: White;
}

.msswcPageTitle 
{
	position: absolute;
	top: 0px;
	left: 100px;
	width: 660px;
	height: 50px;
	overflow: auto;	
	color: #9cd266;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial Black;
	text-decoration: underline;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	z-index: 1;
		
}

.msswcSubHeader 
{
	color: #9cd266;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial Black;	
	text-decoration: underline;	
}

.msswcBodyHeader {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-color: #DDDDDD;	
}

.msswcBodyContent {
	font-size: 11px;
	color: #666666;
	border-bottom: 1px dashed #cccccc;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;	
}

.msswcBodyContentTight {
	font-size: 11px;
	color: #666666;
	border-bottom: 1px dashed #cccccc;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 0px;	
}

.msswcBodyLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 575px;
	overflow: auto;		
	background-image: url(/images/main/leftbackground.gif);
	background-repeat: repeat-x;
	background-position: left;		 
	border-left: solid 1px #CCCCCC;
	padding-left: 5px;
	/*
	Don't put a background color here otherwise the rounded edge will fall behind it.
	*/			
}

/* Bottom Right Index Section */
.msswcBodyRight {
	position: absolute;
	top: 50px;
	left: 110px;
	width: 650px;
	height: 525px;
	overflow: auto;
	padding-right: 5px;
	/*
	Don't put a background color here otherwise the rounded edge will fall behind it.
	*/
}

/* Bottom Right Index Section */
#msswcIndexBodyRight {
	position: absolute;
	top: 0px;
	left: 275px;
	width: 485px;
	height: 575px;	
	overflow: hidden;

	/*
	Don't put a background color here otherwise the rounded edge will fall behind it.
	*/		
}


/* Bottom Left Index Section */


#msswcIndexBodyLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 275px;
	height: 575px;
	overflow: auto;
	border-right: 1px solid #cccccc;
	background-image: url(/images/steppingstool.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/*
	Don't put a background color here otherwise the rounded edge will fall behind it.
	*/			
}
