﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2
{ font-size:11px;
	}
p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a {
	text-decoration: none;
	color: #666;			/* red; DBB94F */ 
}

a:visited {
	color: #C19B28; 
}

a:hover {
	text-decoration: none;
	color: #E6CD84;
}

a:active {
	color: #C19B28;
}

body 
{
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-repeat: no-repeat;
	position:relative;
	width: 860px;
	height: 40px;
	text-align:right;
	background-color:#fff;
}
.tlstopmenu {
	width: 880px;
	height: 40px;
	text-align:center;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	font-size: 11px;
}

.menua {
	text-align:right;
	text-transform: uppercase;
	font-size: 10px;
	background-color:#fff;
}

.menutls {
	text-transform: uppercase;
	font-size: 10px;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
	background-color:#fff;
	color:#000;	 
}

a.ctl00_ctl02_1{color:#666 }

.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: red;
}


/* 2 PAGE */

.page 
{
	float:left;
	margin-right: auto;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 ALL PAGES */

#home, #resume, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details {
	
	position: relative;
	width: 680px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}
#tlspage{	
	position: relative;
	width: 880px;
	padding: 30px 0px;
	padding-top: 30px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}
#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content 
{
	position:relative;
	margin-left:150px;
	width:100%;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}


#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}










.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}









.buttonbar, .buttonbar-top {
	width: 686px;
	height: 36px;
	background-image: url(Images/photonav.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	text-align: center;
}


/* 3 FOOTER */

.footer 
{
	background-color:transparent;
	margin-top:40px;
	margin-left: 150px;
	padding-bottom: 20px;
	width: 650px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	color: #000;

}

.menub {
	margin: 8px auto 2px auto;
/*	text-transform: uppercase;*/
	font-size: 10px;
}

.menub a:visited {
	color: red;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

/* ---------------- mods ------------*/

ul.leftnav{
	padding:0;
	margin:0;
	list-style: none;
	width: 100%;
	position:relative;
	top:0px;
	left:0px;
	display:block;
	/*border-bottom:1px solid #000;*/
}

ul.leftnav li {
	position: relative;
	/*border-top:1px solid #000;*/
	width:100%;
	/* border-bottom:1px solid #7F7F7F;  */
}

li ul {
	position:absolute;
	left: 131px;
	top: -1px;
	display: none;
	font:Verdana, Arial, Helvetica, sans-serif;
	}

ul.leftnav li a {
	display:block;
	text-decoration: none;
	color: #994013; /*#C66F2A; */

/*	background:#AA9C8F;*/
 /*   background:url(/MOR/images/leftNavBarNoText.jpg) repeat;	 */
	padding: 4px;
}

ul li ul li a
{
	font-weight:300;
	display:block;
	text-decoration: none;
	color: #002C5F; 	
    background:#DDDDDD; /*#D8CCC1; */
	padding: 4px;
}

ul.leftnav li a:hover {
	display:block;
	text-decoration: none;
	color: #135799;			
	background: #DDDDDD;    
	padding: 4px;
}

ul.leftnav li ul.leftnav li a:hover
	{
	   color: #C66F2A;	
	}	

li:hover ul.leftnav, li.over ul.leftnav { 
	display: block; 
}

#leftnav
{	
	position:absolute;
	background-color:#fff;
	width: 150px;
	margin-left:0px;
	text-align:left;
}
	

td.window1
{background:url(http://www.pi-training.org/images/austin1.gif) no-repeat;
	
}

td.window2
{background:url(http://www.pi-training.org/images/cwbweb.gif) no-repeat;
	
}
.bannerwindow
{background:url(http://www.pi-training.org/images/sky.gif) no-repeat; background-color:#fff;

}

.skywindow
{background:url(http://www.pi-training.org/images/sky.gif);

}
.sky2
{background:url(http://www.pi-training.org/images/sky2.jpg);

}
td.chainwindow
{background:url(http://www.pi-training.org/images/chain.gif) no-repeat;
	
}

td.photographer
{background:url(http://www.pi-training.org/images/photographercopy.jpg) no-repeat;
	
}
td.womanreport
{background:url(http://www.pi-training.org/images/womanreport.jpg) no-repeat;
	
}
td.teamwindow
{background:url(http://www.pi-training.org/images/team.gif) no-repeat;

}
td.piglasswindow
{background:url(http://www.pi-training.org/images/piglass.gif) no-repeat;

}
td.piwindow
{background:url(http://www.pi-training.org/images/pi.gif) no-repeat;

}
td.manwindow
{background:url(http://www.pi-training.org/images/man.gif) no-repeat;

}
td.contractorwindow
{background:url(http://www.pi-training.org/images/contractor.gif) no-repeat;

}
td.pgCol
{
	vertical-align:top;
	width:388px;

}

td.studywindow
{background:url(http://www.pi-training.org/images/study.gif) no-repeat;

}

td.lampwindow
{background:url(http://www.pi-training.org/images/lamp.gif) no-repeat;

}

td.label{font-size:8pt;}

input td.label{font-size:5pt;}

td input.label{font-size:4pt;}


#pagecontainer {
	width:880px;
	height:700px;
	text-align:left;
	margin: -20px auto;
  	padding: 0;
  	background-color:#fff;
	padding:10px;
}

#subcontent2 {
	padding:0; 
	float:left;
	width: 100%;
	font-size:12px;
}

#subcontent2 .text {
	margin-left:25px;
	margin-top:10px;
	padding:5px;
	line-height:1.7em;
	width:84%;
	float:left;
	font-size:12px;
	color:#000;
	background-color:#fff;
}

#subcontent2 .text a:link {
	text-decoration:underline;
	color:#002c5f;
	font-size:12px;
}

#subcontent2 .text a:visited {
	text-decoration:underline;
	color:#002c5f;
	font-size:12px;
}

#subcontent2 .text  a:hover {
	text-decoration:none;
	color:#9a4013;
	font-size:12px;
}

#subcontent2 .newstext {
	margin:0 0 0 30px;
	background:white;
	padding:15px 20px 30px 20px;
	height:auto;
	line-height:1.5em;
	width: 70%;
	font-size:12px;
	float:left;
	color:#000;
}

#subcontent2 .newstext a:link {
	text-decoration:underline;
	color:#002c5f;
	font-size:12px;
}

#subcontent2 .newstext a:visited {
	text-decoration:underline;
	color:#002c5f;
	font-size:.95em;
}

#subcontent2 .newstext  a:hover {
	text-decoration:none;
	color:#9a4013;
	font-size:12px;
}


div.level2
{
	 font-weight:bold; font-size:9pt; font-family:Verdana;color:red;	
	}
.level2
{
	 font-weight:bold; font-size:9pt; font-family:Verdana;color:red;
	}
td.level2
	{
	 font-weight:bold; font-size:9pt; font-family:Verdana;color:red;
	}
a.level2
{
	 font-weight:bold; font-size:9pt; font-family:Verdana;color:red;
	}

p.level1
{
	 font-size:8pt; font-family:Verdana;color:red;
	}
		
td.level1
{
	font-size:8pt; font-family:Verdana;color:red;
	}	
	
.boxlink {margin: 5px 10px 5px 5px; color: red; text-align: left; }	
a.boxlink {margin: 5px 10px 5px 5px; color: red; text-align: left; }	


INPUT.buybutton
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    BACKGROUND-COLOR: #df4800
}

TD.crsLabel
{
	font-weight:bold;
	}
	
TD.crsPrice
{
	color:green;
	}
TD.crsDesc
{
	text-align:justify;
	}
	
	 input.buttona {background-color: #8080c0; font-weight: bold; font-size: 12px; color: white;}
	 input.buttonb {background-color: #aaaa00; font-weight: bold; font-size: 12px; color: white;}
     input.buttonc {background-color: #df4800; font-weight: bold; font-size: 12px; color: white;}

