﻿body 
{
	font-family: Arial;
	font-size: 12px;
}

a, a:visited
{
    color: #c9ae71;    
}
a:hover
{
    color: #000000;   
}

/* Masterpage structure */
#container
{
	background-color: #ffffff;	
	height: 500px;
	width: 850px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header
{
}

#logo
{
	background-image: url('../images/PCCLogo.jpg');
	background-repeat:no-repeat;
	background-position: top left;
	float: left;
	width: 115px;
	height: 115px;
}

#navigation
{
	float: left;	
	width: 735px;
	height: 115px;
}

#navoptions
{
	background-image: url('../images/bordertop.gif');
	background-repeat:repeat-x;
	background-position:bottom left;
	float: left;
	padding-top: 35px;
	height: 33px;
	width: 725px;
	text-align: right;
}
#lowernav
{
	float: left;
	width: 725px;
	height: 47px;
}
#navpadrightupper
{
	background-image: url('../images/topright.gif');	
	background-repeat: no-repeat;
	background-position: bottom left;
	float: right;
	width: 10px;
	height: 68px;
}
#navpadrightlower
{
	background-image: url('../images/borderright.gif');
	background-repeat: repeat-y;
	background-position: top left;
	float: right;
	width: 10px;
	height: 47px;
}
#main
{
	background-image: url('../images/mainbg.gif');
	background-repeat: repeat-y;
	background-position: top left;
	float: left;
	width: 775px;
	min-height: 400px;
	height: auto;
	padding-left: 65px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#maintitle
{
	float: left;
	width: 100%;	
	margin-bottom: 15px;
	margin-left: 10px;
}
#mainmessage
{
	float: left;
	width: 100%;		
}

#maincontent
{
	float: left;
	width: 100%;	
}

#footer
{	
}
#footerleft
{
	background-image: url('../images/bottomleft.gif');
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	width: 65px;	
	height: 12px;
}
#footermiddle
{
	background-image: url('../images/borderbottom.gif');
	background-repeat: repeat-x;
	background-position: top left;	
	float: left;
	height: 12px;
	width: 775px;	
}
#footerright
{
	background-image: url('../images/bottomright.gif');
	background-repeat: no-repeat;
	background-position: top right;	
	float: left;
	width: 10px;	
	height: 12px;	
}
#copyright
{
	clear:both;
	width: 100%;
	height: 20px;
	text-align:right;	
	color: #c9ae71;
	padding-right: 5px;
}



/* Page styles */

#main-one-col
{
    margin-left: 10px;   
}

#main-left-col
{
	width: 480px;
	float: left;
	margin-left: 10px;
}
#main-left-col p
{
	text-align: justify;	
}

#small-right-col
{
	float: right;
	width: 265px;
	margin-left: 10px;
}

.hp-panel
{
	/*margin-bottom: 30px;*/
}
.hp-panel-title
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.hp-panel-body
{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Recent Events on the homepage */
#recenteventslist ul
{
	display:block;	
}

#recenteventslist li
{
	list-style-type:none;
	display: block;	
	float: left;
	background-image: url('../images/recentevent.gif');
	background-repeat: no-repeat;
	background-position: top right;	
	width: 100px;
	height: 75px;
	margin-right: 2px;
}

/* Displaying information on a label */
.titlelabel
{
	font-size: 18px;
	font-weight: bold;	
}

.error-block {
	color: #d67c30;
	background: white;
	border: 1px #d67c30 solid;
	display: block;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.success-block {
	color: Green;
	background: #E3FFE4;
	border: 1px solid Green;
	display: block;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.info-block {
	color: Black;
	background: #fffacd;
	border: 1px solid #DADB00;
	display: block;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Button Styles */
.select-button, .add-button, .save-button, .cancel-button, .delete-button, .excel-button, .left-button, .right-button, .login-button, .request-button, .blank-button {
	font-size: 0.9em;
	padding: 6px 8px 5px 25px;
	border-right: 1px solid #AAA;	
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-decoration: none;
	color: Black;
	font-weight: bold;
	margin: 10px 0;
	display: inline-block;
}
/* Safari/Chrome Hack - text overlapping button image */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .select-button, .add-button, .save-button, .cancel-button, .delete-button, .excel-button, .left-button, .right-button, .login-button, .request-button, .blank-button {
    	padding: 8px 10px 5px 30px;
    }
}
.blank-button {
	padding: 6px 8px 5px 28px;
	background: #EEE;
}
.select-button {
	background: #EEE url(../images/select.gif) no-repeat 7px 5px;
}
.add-button {
	background: #EEE url(../images/add.gif) no-repeat 7px 5px;
}
.save-button {
	background: #EEE url(../images/save.gif) no-repeat 7px 5px;
}
.cancel-button {
	background: #EEE url(../images/cancel.gif) no-repeat 7px 5px;
}
.excel-button {
	background: #EEE url(../images/excel.gif) no-repeat 7px 5px;
}
.delete-button {
	background: #EEE url(../images/delete.gif) no-repeat 7px 5px;
}
.login-button {
	background: #EEE url(../images/key.gif) no-repeat 7px 5px;
}
.request-button {
	background: #EEE url(../images/email.gif) no-repeat 7px 5px;
}
.left-button {
	background: #EEE url(../images/arrow_left.gif) no-repeat 7px 5px;
	width: 100px;
	margin: 0 10px;
}
.right-button {
	background: #EEE url(../images/arrow_right.gif) no-repeat 7px 5px;
	width: 100px;
	margin: 0 10px;
}
