﻿/* PCS Train to Gain Style Sheet*/
/* Produced 09-07-07*/

/*** Elements ***/
body
{
	background: #e6e6e6 url(../Images/bg.jpg) repeat-y;
	text-align: center ;
	padding: 0px;
	margin: 5px;
	scrollbar-3dlight-color:#f2eeeb;
	scrollbar-arrow-color:#f2eeeb;
	scrollbar-base-color:#f2eeeb;
	scrollbar-darkshadow-color:#f2eeeb;
	scrollbar-face-color:#b8b0ad;
	scrollbar-highlight-color:#f2eeeb;
	scrollbar-shadow-color:#f2eeeb;
	scrollbar-track-color:#f2eeeb; 
	    margin-left:auto;
    margin-right:auto;

    width:              100%;
    margin:             0 auto;

}
body, p
{
	font-size: small;
	font-family: Arial Narrow, Arial;
}
p
{
 margin-top: 0px;
 margin-bottom: 5px;
 }
p.orangesmall
{
	color: #132454;
	}
p.bold
{
 font-weight: bold;
 }
h1, h2, h3, h4, h5
{
	margin-bottom: 0px;
	color: #9d9693;
	font-weight: lighter;
}
h1
{
	
    font-size: 45px;
}
h1.black
{
	color: #000000;
	font-weight: 300;
}

A:link 
{
	text-decoration: underline;
	color: #7b1d20;
	background-color: transparent;
}
A:visited 
{
	text-decoration: underline;
	color: #7b1d20;
	background-color: transparent;
}
A:active 
{
	text-decoration: underline;
	color: #7b1d20;
	background-color: transparent;
}
A:hover 
{
	text-decoration: underline;
	color: #7b6d6a;
	background-color: transparent;
}	
/*** Form Style ***/
	
INPUT
{
	
}

INPUT.Button
{
	width: 50px
}

/*** Form Elements ***/
.ControlItem 
{
 background-color:#e6e7df;	
border-bottom: 1px solid #132454;
border-right: 0px solid #132454;
border-left: 0px solid #132454;
border-top: 0px solid #132454;
}
.FormElement
 {
 background-color:#FFFFFF;
 border-bottom: 1px solid #132454;
border-right: 1px solid #132454;
border-left: 1px solid #132454;
border-top: 1px solid #132454;
 	
}
.HeadingDV
{
 width: 150px;
text-align: left;
 vertical-align: text-top;
 font-weight: bold;
 color: #132454;
 background-color:#e6e7df;
 border-bottom: 0px none #132454;
border-right: 1px solid #132454;
border-left: 0px none #132454;
border-top: 0px none #132454;
 }
 
 .HeadingItem
{
 width: 100%;
text-align: left;
 vertical-align: text-top;
 font-weight: normal ;
 color: #000000;
 background-color:#DCDCDC;
 border-bottom: 0px none #132454;
border-right: 0px none #132454;
border-left: 0px none #132454;
border-top: 0px none #132454;
 }
	
.Heading
{
text-align: left;
 vertical-align: text-top;
 font-weight: bold;
 color: #132454;
 background-color:#e6e7df;

}
.FooterGV
{
text-align: left;
 vertical-align: text-top;
 color: #132454;
 background-color:#e6e7df;
}
.orange
{
 color: #132454;
  font-weight: bold;	
	}
/*** Layout Style ***/

#PCS_logo {
	position: absolute;
	left: 10px; 
	top: 10px;
	width: 150px;
	height: 150px;
	background:url(../images/WebsiteLogo.gif) no-repeat;
}

#PCS_TitleLayer
{
	position: fixed ; 
	z-index: 5; 
	left: 605px; 
	top: 50px; 
	text-align: center;
	padding: 0px 0px 0px 0px
}



#PCS_LogonImage 
{
	position: absolute; 
	z-index: 1; 
	left: 800px; 
	top: 10px; 
	text-align: center;
	}
#PCS_MenuHolderContainer 
{
	position: absolute;
	left: 130px;
	top: 100px;
	z-index: 10;
	}
#PCS_MenuHolderContainer a
{
	 text-decoration: none;
	}

#PCS_HeaderContainer {
	height: 100px;
	width: 900px;
	background: #ffffff no-repeat -96px 0px;
	border-bottom: 0px solid #dad7c7;
	border-right: 1px solid #dad7c7;
	border-left: 1px solid #dad7c7;
	border-top: 1px solid #dad7c7;
	padding: 0px 0px 0px 0px;
	text-align: right;
	vertical-align: top;
	z-index: 10;
	background:url(../images/top.jpg) no-repeat;

}
#PCS_Container 
{
	text-align: left; 
	position: relative;
	width: 900px;
	padding: 0px 0px 0px 0px;
	    margin-left:auto;
    margin-right:auto;
	
	}

#PCS_ContentContainer	{
	position: relative;
	width: 900px;
	border-top: 0px solid #dad7c7;
	border-bottom: 1px solid #dad7c7;
	border-left: 1px solid #dad7c7;
	border-right: 1px solid #dad7c7;
	background: #ffffff;
	min-height: 500px;
		
}
#PCS_ContentContainerAdmin	{
	position: relative;
	text-align: left;
	width: 900px;
	border-top: 0px solid #dad7c7;
	border-bottom: 1px solid #dad7c7;
	border-left: 1px solid #dad7c7;
	border-right: 1px solid #dad7c7;
	background-color: #FFFFFF;
		
}

#PCS_LeftContentContainer h1,#PCS_LeftContentContainer h2,#PCS_LeftContentContainer h3,#PCS_LeftContentContainer h4,#PCS_LeftContentContainer h5
{
	margin-bottom: 0px;
	color: #ffffff;
	font-weight: lighter;
}


#PCS_LeftContentContainer
{
	float: left;
	width: 150px;
	height: 500px;
	background: url(../images/leftbar.jpg) no-repeat 0% top;

}
#PCS_LeftContent
{
	padding:  1px 2px 10px  6px;
}
#PCS_AdminCenterContent
{
    text-align: center;
	width: 880px;
	float: left;
	padding: 10px 10px 10px 10px;
	background-color: #f1f1f1;

	}
#PCS_CenterContent {
	float: left;
	width: 522px;
	padding: 10px 10px 10px 10px;
	background-color: #a27f6e;
	border-left: 1px solid #dad7c7;
	border-right: 1px solid #dad7c7;
}
#PCS_CenterContentTwo 
{
	float: left;
	width: 729px;
	min-height: 478px;
	border-left: 1px solid #dad7c7;
	border-right: 0px solid #dad7c7;
	border-top: 1px solid #dad7c7;
	border-bottom: 1px solid #dad7c7;	
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;


}

#PCS_CenterContent br {
	clear: both;
}



#PCS_RightContentContainter {
	 float: left;
	left: 721px;
	top: 0px;
	width: 179px;
	padding-bottom: 100px;
	padding: 0px 0px 0px 0px;

}

#PCS_RightContent 
{
	padding: 0px 10px 10px 10px;
}


#PCS_FooterContainer {
	background: #FFFFFF;	
	width: 896px;
	height: 20px;
	text-align:center;
	padding: 2px 2px 2px 2px;
}

/*PCS Menu Style*/
.MenuStyle
{
	color: #000000;
	font-weight:bold;
	font-size: 12pt;

}
.StaticMenuStyle
{
	height: 30px;
}
.StaticMenuItemStyle
{
	color: #000000;
	height: 30px;
	width: 140px;
	border: #7b1d20 1px solid;

}
.StaticMenuItemStyleAdmin
{
	color: #000000;
	height: 30px;
	width: 128px;
	border: #c4bdba 1px solid;
	background-color: #9d9693;
}
.DynamicMenu
{
	color: #000000;
	width: 140px;
	border-right: #c4bdba 1px solid;
	border-top: #c4bdba 1px solid;
	border-left: #c4bdba 1px solid;
	border-bottom: #c4bdba 1px solid;
   z-index: 100;
	
}
.DynamicMenuItemStyle
{
	width: 200px;
	text-align: left ;
}
.HoverDynamicMenuItemStyle
{
	width: 200px;
	text-align: left ;
	color: #132454;
	background-color: #003366;
}

.AccordianHeaderCssClass
{
	font-size:20px;
     background-color: #c4bdba;
     border-bottom: solid 2px #948683; 
	}
.AccordianContentCssClass
{


	border-right: #c4bdba 1px dashed;
	border-top:  #c4bdba 0px dashed;
	border-left:  #c4bdba 1px dashed;
	border-bottom:  #c4bdba 0px dashed;
	overflow: scroll;
}
.AccordianCssClass
{
	
	}
.AccordianHeaderSelectedCssClass
{
	font-size:12px;
     background-color: #948683;
     border-bottom: solid 2px #c4bdba; 

	}
	
	
.PicturePopup
	{
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	min-height: 450px;
	width: 850px;
	background: #FFFFFF;
	border: solid 1px #dad7c7 ;
	}
	
.PopupTopBar
{
  width: 100%;
  padding:  5px 1px 5px 1px;
  text-align:right;
  background-color: #c4bdba;

}
	
	.modalBackground
	{
		background-color:White;
    filter:alpha(opacity=85);
    opacity:0.85;
		}
	
	
