@charset "utf-8";
/* CSS Document */

/******************/
/* DEFAULT VALUES */
/******************/
html,body {
	margin: 0;
	padding:0;
	background-color:#CCCCCC;
}

#wrapper {
  margin: 0 auto;
  padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
  padding-bottom: 1em;
}
/* END DEFAULT VALUES */


/**************/
/* SITE SETUP */
/**************/
.workspace {
	width: 920px;
	height: 800px;
}

.header {
	background-image:url(../image/logo.png);
	width: 920px;
	height: 51px;
}

.fooder {
	float:left;
  background-image:url(../image/fill3781EF.png);
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	width: 920px;
	height: 20px;
}

.error {
	color:red;
	background:#000000;
}
/* SITE SETUP */

/************/
/* MENU AREA*/
/************/
.menuarea {
  background-image:url(../image/fill3781EF.png);
	width: 920px;
	height: 20px;
}

.menuarea div {
	background-image:url(../image/fill3781EF.png);
	width: 92px;
	height: 20px;
	float: left;
}

.menuarea div a {
	float: left;
	text-decoration: none;
	text-align:center;
	font-size:12px;
	color:#000000;
	padding : 0 0;
	width: 92px;
	height:20px;
	background-image:url(../image/menubutton.png);
}

.menuarea div a:visited {
  color:#000000;
}

.menuarea div a:hover {
	color: red;
}
/* END MENU AREA*/


/*************************/
/* PAGE NUMBER/SORT LINK */
/*************************/
.pagelink {
	color:#000000;
	font-size:12px;
}
.pagelink a {
	color:#000000;
	font-size:12px;
}

.pagelink a:visited {
  color:#000000;
}

.pagelink a:hover {
	color: red;
}
/* END PAGE NUMBER/SORT LINK */


/***************/
/* LINK BUTTON */
/***************/
.linkbutton {
	border:none;
	padding:0px;
	border-spacing:0px;
	background:none;
}

.linkbutton tr {
	/*background:none;
	padding:0px;
	border-spacing:0px;*/
}

.linkbutton tr td {
	background:none;
	padding:0px;
	border-spacing:0px;
}

.linkbutton tr td.lft {
	background-image:url(../image/linkbutton_lft.png);
	width: 5px;
	height: 20px;
	float: left;
}
.linkbutton tr td {
	color:#000000;
	background-image:url(../image/linkbutton_mid.png);
	font-size:12px;
	height: 20px;
	float: left;
}
.linkbutton tr td.rgt {
	background-image:url(../image/linkbutton_rgt.png);
	width: 5px;
	height: 20px;
	float: left;
}
.linkbutton tr td a {
	color:#000000;
	text-decoration: none;
	font-size:12px;
}
.linkbutton tr td a:visited {
  color:#000000;
}

.linkbutton tr td a:hover {
	color: red;
}
/* END LINK BUTTON */


/********************/
/* MAIN PAGE LAYOUT */
/********************/
.page {
	float:left;
	background-color:#71A5F4;
	width: 920px;
	height: 709px;
	text-align:left;
	overflow: auto;
}

.pagetable {
	border:none;
	padding:0px;
	border-spacing:0px;
	background-color:#CCCCCC;
}

.pagetable tr {
	/* Nothing to set yet, but is here if needed */
}

.pagetable tr th {
	background-color:#003DF5;
	padding:2px;
	border:none;
	font-size:14px;
	font-style:inherit;
	text-align:left;
	color:#FFFFFF;
}

.pagetable tr th.header {
	background-image:none;
	background-color:#002EB8;
	width:auto;
	height:auto;
	font-size:18px;
	/*text-align:center;*/
	font-weight: bold;
}

.pagetable tr td {
	background-color:#3366FF;
	padding:0px;
	border:none;
	font-size:14px;
	font-style:normal;
	text-align:left;
	color:#FFFFFF;
}

.pagetable tr td.none {
	border:none;
	background:none;
}

.pagetable tr td a {
	color:#FFFFFF;
	font-size:14px;
}

.pagetable tr td a:visited {
  color:#FFFFFF;
}

.pagetable tr td a:hover {
	color: #33FF66;
}

.pagetable tr td input {
	color: #000000;
	background-color: #AAC9F8;
	border: 1px solid #002EB8;
}

.pagetable tr td select {
	color: #000000;
	background-color: #AAC9F8;
	border: 1px solid #002EB8;
}

.pagetable tr td textarea {
	color: #000000;
	background-color: #AAC9F8;
	border: 1px solid #002EB8;
}
/* END MAIN PAGE LAYOUT */


/*******************/
/* TINY MCE EDITOR */
/*******************/
.addEditor {
	width:451px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* END TINY MCE EDITOR */