﻿/****************************************/
/*   PCR Standard Master Page Styles	*/
/****************************************/

div#PCRmasterPage_Body    
{
    /* height: 54px; */
    width: 100%;
    height:100%;

    border-bottom: silver thin solid;
}


div#PCRmasterPage_Header_Left
{
    width:236px;
    float:left;
    
    padding:0px;
}

div#PCRmasterPage_Header_TopLeft
{
    position:relative; 
     
    float:left; 
    background-image:url("http://www.pcreducator.com/images/TopLeft.jpg");
    background-repeat:no-repeat; 
    height:132px; 
    width:237px; 
    padding:0px;         
    
} 

div#PCRmasterPage_Header_BottomLeft
{
    position:relative; 
     
    float:left; 
    background-image:url("http://www.pcreducator.com/images/BottomLeft.jpg");
    background-repeat:no-repeat; 
    /* height:132px;  */
    width:237px; 
    padding:0px;    
}     

div#PCRmasterPage_Header_Right
{
    padding:0px;
    width:413px;
}

div#PCRmasterPage_Header_TopRight
{
    /* float:left;  */
    position:relative;
    background-image:url("http://www.pcreducator.com/images/TopRight.jpg");
    background-repeat:no-repeat;
    padding:0px; 
    height:132px; 
    width:413px;
}

div#PCRmasterPage_Header_BottomRight
{
    position:relative;
    background-image:url("http://www.pcreducator.com/images/BottomRight.jpg");
    background-repeat:no-repeat;
    width:413px;

}



div#PCRMasterPage_Body 
{
    width:656px; 
    border: solid 1px #4e4e4e;
    background-color:white;
}

.PCRmasterPage_Header
{
    height: 15px; 
    background-color:#156587;
}

div#PCRMasterPage_Footer
{
    padding-top: 25px;
    padding-bottom:3px; 
    text-align:center;
    background-color:#0da1d1;
    font-size:12px;
    font-weight:bold;
    width:100%; 
    float:left;
    border-top: solid 1px #4e4e4e;
}



div#ActualContent
{
	height:100%;
	
}

div#Content
{
	float:left;
	height:100%;
	width:100%;
	background-color:white;
}

div#Content
{
	float:left;
	width:100%;
	height:100%;
}

/* Link Button List Stlye */
   
.LnkBtnList 
{
	font-size:8px;	
}

.LnkBtnList table tr td
{
    border:solid 1px #686868;
    margin-left:-1px;
	
}

.Accessed
{
    background-color:#7ed3e7;
    color:Black;
    text-align:center;
}

.Pending
{
    background-color:#e3f8ff;	
    text-align:center;
}
	
.Selected
{
    background-color:#03a7dc;
    color:White;
    font-weight:bolder;
    text-align:center;
}

.Accessed a
{
    color:Black;
    text-align:center;
    text-decoration:none;
}

.Pending a
{
    text-align:center;
    text-decoration:none;
}
	
.Selected a
{
    color:White;
    font-weight:bolder;
    text-align:center;
    text-decoration:none;
}


div#ContentLeft
{
	margin-right:10px;
	float:left;
	width:140px;
	height:100%;
	background-color:#dcf6ff;
	border-right: solid 1px #4e4e4e;
	font-size:12px;
}

div#ContentLeft div img
{
	float:left;
	width:1px;
}

div#ContentLeft ul 
{
	list-style:none;
	margin-top:10px;
	margin-left:3px;
	margin-right:1px;
}

div#ContentLeft ul li
{
	display:block;
	margin:0px;
	padding:0px;
	float:none;
}


div#ContentLeft ul li:hover
{
}

div#ContentLeft ul li a
{
	color:Black;
	text-decoration:none;
}

.MenuItem
{	
	
	padding-left:2px;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
	/*width:120px;*/
	width:98%;
	border-width:1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
}

.MenuItem:hover
{
	text-decoration:underline;
	
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}

div#ContentLeft ul li a:visited
{
	color:Black;
	text-decoration:none;
}



/********************************************************/
/*	Styles for the grid on the application status page	*/
/********************************************************/

.HistoryGrid
{
	padding-top:10px;
	padding-bottom:10px;
	font-family:verdana, arial, helvetica; 
	font-size:11px;	
}

.HistoryGrid table tr th 
{
	color:Black;
	font-weight:bold;
	padding:4px;
	background-color:#cc0000;
	width:200px;
}

.HistoryGrid table tr td
{	
	padding:2px 2px 2px 6px;	
}

.HistoryGrid table tr td a:hover
{
	text-decoration:underline;
	color:Gray;
}

.HistoryGrid table tr td a:link
{
	color:Blue;
	text-decoration:none;
}

.HistoryGrid table tr td a:visited
{
	text-decoration:none;
}

.HistoryGrid table tr td span
{
	
}