a:link			{ color: #2666B9; font-size: 11px; font-family: Verdana, Helvetica; text-decoration:none; }
a:active		{ color: #2666B9; font-size: 11px; font-family: Verdana, Helvetica; text-decoration:none; }
a:visited		{ color: #2666B9; font-size: 11px; font-family: Verdana, Helvetica; text-decoration:none; }
a:hover			{ color: #16427a; font-size: 11px; font-family: Verdana, Helvetica; text-decoration:none; }

.bgcolor1		{background-color: #e5e3ca}
.bgcolor2		{background-color: #d8d6af;}
.bgcolor3		{background-color: #336633;}
.bgcolor4		{background-color: #336633;}
.sort			{background-color: #D1D8EC;}

.title			{ background: none; color: #2666B9; font-size: 18px; font-weight: bold; font-family: MagistralC, Verdana, Helvetica; text-decoration: none; }
.bodyline		{ background-color: #FFFFFF; border: 1px #D1D8EC solid; }
.blockline		{ background-color: #FFFFFF; border: 1px #D1D8EC solid; border-top: none; }
.titleline		{ color: #2666B9; font-size: 11px; font-weight: bold; font-family: MagistralC, Verdana, Helvetica; text-decoration: none; }
.boxtitle		{ font-family: Verdana, Helvetica; font-size: 11px; color: #FF5500; font-weight: bold; }
.content		{ background: none; color: #000000; font-size: 11px; font-family: Verdana, Helvetica; }
.block-title	{ background: none; color: #2666B9; font-size: 11px; font-weight: bold; font-family: Verdana, Helvetica; }
.storytitle		{ background: none; color: #2666B9; font-size: 11px; font-weight: bold; font-family: Verdana, Helvetica; text-decoration: none; }
.storycontent	{ color: #16427a; font-size: 11px; font-family: Verdana, Helvetica; text-decoration: none; }
.storycat		{ background: none; color: #2666B9; font-size: 11px; font-weight: bold; font-family: Verdana, Helvetica; text-decoration: none; }
.option 			{ background: none; color: #2666B9; font-size: 11px; font-weight: bold; font-family: Verdana, Helvetica; text-decoration: none; }
.tiny			{ background: none; color: #000000; font-size: 11px; font-weight: normal; font-family: Verdana, Helvetica; text-decoration: none; }
.small			{ background: none; color: #000000; font-size: 10px; font-weight: normal; font-family: Verdana, Helvetica; text-decoration: none; }
.middle			{ padding-left:12; padding-right:12; padding-top:0; padding-bottom:3; }
.copyright		{ background: none; color: #000000; font-size: 11px; font-weight: normal; font-family: Verdana, Helvetica; text-decoration: none; }
.code			{ color: #0000BB; font-size: 11px; font-family: Verdana, Helvetica; }
.red			{ color: red; font-size: 11px; font-family: Verdana, Helvetica; }
.yellow		{ color: #ffe600; font-size: 12px; font-family: Verdana, Helvetica; }

.leftblock		{ vertical-align: top; width: 100%; }
.rightblock		{ vertical-align: top; width: 165px; }

legend			{ color: #2666B9; font-family: Verdana,Helvetica; font-size: 11px; color:#2666B9; font-weight: bold; }
fieldset			{ border: solid #2666B9 1px; }
font, td, p		{ color: #2666B9; font-size: 11px; font-family: Verdana, Helvetica; }
hr				{ height: 0px; border: solid #D1D8EC 0px; border-top-width: 1px; }
code				{ background: none; color: #0000FF; font-size: 11px; font-family: Verdana, Helvetica; }

th {
	color: #2666B9;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/cellpic.gif);
	border: 1px #FFFFFF solid;
}

body1 {
	margin: 0px;
	background: #f6faff;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #F0F0F0;
	scrollbar-highlight-color: #F0F0F0;
	scrollbar-arrow-color: #D1D8EC;
	scrollbar-base-color: #D1D8EC;
	scrollbar-darkshadow-color: #D1D8EC;
}

body {
  margin: 0 auto;
  padding: 0;
  color: #0F1419;
  background-color: #B2C2D1;
  background-image: url('Bottom_t.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
}

input, textarea, select {
	background: #FAFAFA;
	color: #2666B9;
	border: 1px #D1D8EC solid;
	font-size: 11px; font-family: Verdana, Helvetica; text-decoration: none;
}

.editor {
	margin: 0px 0px 1px 0px;
	width: 400px;
	height: 21px;
	border: 1px #D1D8EC solid;
	background-image: url(../../images/editor/bg.gif);
	background-repeat: repeat-x;
}

.editorbutton {
	float: left;
	cursor: pointer;
	padding: 2px 1px 0px 5px;
}

/* begin Box, Sheet */
.art-sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 39px;
  min-height: 39px;
}

.art-sheet-body
{
  position: relative;
  padding: 4px;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
  position: absolute;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
  width: 50px;
  height: 50px;
  background-image: url('sheet_s0.png');
}

.art-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 25px, 25px, auto);
}

.art-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 25px, 25px);
}

.art-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(25px, 25px, auto, auto);
}

.art-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(25px, auto, auto, 25px);
}

.art-sheet-tc, .art-sheet-bc
{
  left: 25px;
  right: 25px;
  height: 50px;
  background-image: url('sheet_h0.png');
}

.art-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 25px, auto);
}

.art-sheet-bc
{
  bottom: 0;
  clip: rect(25px, auto, auto, auto);
}

.art-sheet-cr, .art-sheet-cl
{
  top: 25px;
  bottom: 25px;
  width: 50px;
  background-image: url('sheet_v0.png');
}

.art-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 25px);
}

.art-sheet-cl
{
  left: 0;
  clip: rect(auto, 25px, auto, auto);
}

.art-sheet-cc
{
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  background-color: #F9FAFB;
}

.art-sheet
{
  top: 5px !important;
  margin-bottom: 5px !important;
  cursor:auto;
  width: 1000px;
}


/* end Box, Sheet */
