/****************************/
/* Admin Menu Definition ****/
/****************************/
.adminMenu{
	text-align:center;
	background: #4979AA;
	color:#ffffff;
	font-size: .8em;
	font-family: arial, tahoma, sans-serif;
	padding:5px;
}
.adminMenu a:link{
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color:#ffffff;
	background-color: #4979AA;
	text-decoration:underline;
}
.adminMenu a:visited{
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color:#ffffff;
	background-color: #4979AA;
	text-decoration:underline;
}
.adminMenu a:active{
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color:#ffffff;
	background-color: #4979AA;
	text-decoration:underline;
}
.adminMenu a:hover{
	text-decoration: underline;
	font-size: 100%;
	font-weight: bold;
	color:#ffffff;
	background-color: #4979AA;
	text-decoration:none;
}
/*****************************/
/* End Admin Menu Definition */
/*****************************/

/**********************/
/* Button Definitions */
/**********************/
.btn{
	color:#8B8846;
	font-size:90%;
	font-weight:bold;
	background-color:#E7E48D;
	border:1px solid;
	border-top-color:#ddc8a4;
	border-left-color:#ddc8a4;
	border-right-color:#ba8a38;
	border-bottom-color:#ba8a38;
	padding: 1px;
}
.btnhov{
	color:#B3B06E;
	font-size:90%;
	font-weight:bold;
	border:1px solid;
	border-top-color:#f5deb6;
	border-left-color:#f5deb6;
	border-right-color:#e7ac46;
	border-bottom-color:#e7ac46;
	background-color:#F7F397;
	padding: 1px;
}
.btndisabled{
	background-color:#cdc5b6;
}
/**************************/
/* End Button Definitions */
/**************************/

/***************************/
/* Client Table Definition */
/***************************/
.client_table {
	background-color: #FFFFFF;
	font-family: arial, tahoma, sans-serif;
	font-size: 1em;
	border: 1px solid black;
	padding: .25em;
}
.client_table th {
	padding: .1em;
	background-color: #E7DE21;
	color: #000;
}
.client_table td {
	padding: .1em;
	font-size: 80%;
}
/***************************/
/* End Client Table ********/
/***************************/

/*******************************/
/* Debug Class Definitions *****/
/*******************************/
#debug {
	margin: .5em;
	padding: .5em;
	border: .1em solid black;
	color: black;
	background-color: yellow;
	font-size: 100%;
}
#debug .heading {
	background-color: black;
	color: yellow;
	text-align: center;
	font-size: 120%;
	font-weight: bolder;
	padding: .4em;
	margin-bottom: .5em;
}
#debug .label {
	background-color: black;
	color: yellow;
	text-align: left;
	font-size: 100%;
	font-weight: bolder;
	padding: .4em;
}
/*****************************/
/* end Debug Definitions *****/
/*****************************/

/**********************/
/* Notice Message Div */
/**********************/
.noticeMsg{
	background: #53E808;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}
.notice{
	background: #53E808;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}
/**********************/
/* End Notice Message */
/**********************/

/*********************/
/* Error Message Div */
/*********************/
.errorMsg{
	background: #FF3209;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
}
.error{
	background: #FF3209;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
}
/*********************/
/* End Error Message */
/*********************/