/*********************************
// pittsburghFashion.com - CSS
//
// created by: Kevin Hutchinson
//             khutchinson@cmu.edu
/*************************************/


body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


p {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.area 
{
	margin-top: -3px;
	margin-left: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
}


.default {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




/***************headlines**********************/
h2 {
	font-family: Arial;
	color: #DB0000;
}

h3 
{
	font-family: Verdana;
	color: #DB0000;
}

h3.area 
{
	font-family: Verdana;
	color: #DB0000;
	border-left:6px solid rgb(150,150,150);
    border-top: 1px solid rgb(150,150,150);
    width: 90%;
    margin-bottom: 8px;
}



h4 
{
	font-family: Verdana;
	color: #DB0000;
	font-size: 12;
}



/***************navbar************************/
td.navheader {
	color: #000000;
	background: #CCCCCC;
	padding-left: 3px;
	height: 20px;
	/*font-weight: bold;*/
}

td.selected-navheader {
	color: #FFFFFF;
	background: #DB0000;
	padding-left: 3px;
	height: 20px;
	/*font-weight: bold;*/
}

td.selected-group {
	padding-left: 15px;
}



/***********************button********************/
.button
{
	BORDER-RIGHT: 1px solid; 
	PADDING-RIGHT: 2px; 
	BORDER-TOP: 1px solid; 
	PADDING-LEFT: 2px; 
	PADDING-BOTTOM: 2px; 
	MARGIN: 0px; 
	FONT: smallcaption;
	color: Black; 
	BORDER-LEFT: 1px solid; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: 1px solid; 
	BACKGROUND-COLOR: "white";
}

.button:hover 
{
	BACKGROUND-COLOR: "black";
	color: #FFFFFF;
}

/****************table header********************/
tr.header 
{
	background-color: #DB0000;
	color: White;
}
	
	

/*****************lists************************/
ul 
{
	font-family: Verdana;
	font-size: 11 px;
}

ul.related
{
	margin-left: 25px;
}


/***********************links***************************/
a {
	text-decoration: none;
	color: #DB0000;
}


a:hover {
	text-decoration: underline;
	color: #DB0000;
}

a:visited {
	text-decoration: underline;
	color: #970000;
}

a:visited:hover {
	text-decoration: underline;
	color: #DB0000;
}

a:active {
	text-decoration: underline;
	color: #C43CFE;
}




a.underline
{
	text-decoration: underline;
}

a.underline:visited
{
	text-decoration: underline;
}




a.sidenav {
	text-decoration: none;
	color: #DB0000;
}


a.sidenav:hover {
	text-decoration: underline;
	color: #DB0000;
}

a.sidenav:visited {
	text-decoration: none;
	color: #DB0000;
}

a.sidenav:visited:hover {
	text-decoration: underline;
	color: #DB0000;
}

a.sidenav:active {
	text-decoration: underline;
	color: #DB0000;
}