



a {
	text-decoration:none;
}

.grid {
	border-left:1px solid #ddf;
	border-top:1px solid #ddf;
	border-right:1px solid #ddf;
	background:#fff;
	padding:2px;
}

.grid a {
	text-decoration:none;
}

.row {
	border-bottom:1px solid #ddf;
	width:100%;
	
}

.grid-header {
	border-bottom:1px solid #ddf;
	background:#eef;
}

.column0 {

	float:left;
	height:20px;
}

.column1 {
	float:right;
	/*margin-left:110px;*/
	visibility:hidden;
}

.grid-header .column1 {
	visibility:visible;
}




.form {

}

div.form .label {
	float:left;
	text-align:right;
	width:100px;
	/*border:1px solid #000;*/
}

div.form .elem {
	margin-left:110px;
	float:left;
}

div.form table td {
	vertical-align:top;
}

.input0 {
	margin-top:5px;
	padding:5px;
	background:#D9CCC3;
	border:1px solid #807873;
	
}

.input0 h5 {
	border-bottom:1px solid #807873;

	margin-bottom:5px;
}

.input1 {
	margin-top:5px;
	padding:5px;
	background:#D9CCC3;
	border:1px solid #807873;
}

.input1 h5 {

	border-bottom:1px solid #807873;
	margin-bottom:5px;
}
.block {
	border:1px solid #1f83d7;
	margin-bottom:20px;
}
 
.block-header {
	border-bottom:1px solid #1f83d7;
	padding:5px;
	background:url(../img/blocktop.png);
	text-align:center;
	color:#fff;
}

.block-content {
	background:url("../img/img07.gif") repeat-x top left #fff;
	padding:5px;
	text-align:left;
}

.block-content p {
	margin:0px 0px 0px 0px;
}






/* POPUP MENU*/
#menu {
	padding:10px;
	display:none;
	border:1px solid #000;
	float:left;
	background:#fff;
}

#menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.menuitem {
	float:left;
	clear:both;
	padding:5px 0px 5px 0px;
	vertical-align:middle;
}

div.menuitem a {
	text-decoration:none;
	margin-left:10px;
	
}

div.menuitem img {
	margin:0;
	padding:0;
	border:0;
}

.visible {
	visibility:visible;
}



/****TOOLBAR******************/
.toolbar {
	background:#eef;
	margin-bottom:10px;
}

.tbutton {
	float:left;
	border:1px solid #ccf;
	padding:5px;
	background:#aaf;
	margin-right:10px;
}

.tbutton a {
	text-decoration:none;
	font: bold small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#00f;
}

/* comment */
.comment {
	background:#E6F4FF;
	border:1px solid #66BEFF;
	margin-bottom:10px;
}
.comment p{
	padding:10px;
}

.comment-header {
	padding:5px;
	background:#CFDCE6;
	border-bottom:1px solid #003D6B;
}


/** msg ***/
.msg-status {
	padding:10px;
	border:1px solid #9f9;
	background:#cfc;
	margin-top:5px;
}

.msg-error {
	margin-top:5px;
	padding:10px;
	border:1px solid #f99;
	background:#fcc;
}



#tabs10 {
  float:left;
  width:100%;
  font-size:93%;
  border-bottom:1px solid #2763A5;
  line-height:normal;
  }
#tabs10 ul {
  margin:0;
  padding:10px 10px 0 0px;
  list-style:none;
  }
#tabs10 li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs10 a {
  float:left;
  background:url("../img/tableft10.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabs10 a span {
  float:left;
  display:block;
  background:url("../img/tabright10.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs10 a span {float:none;}
/* End IE5-Mac hack */
#tabs9 a:hover span {
  color:#FFF;
  }
#tabs10 a:hover {
  background-position:0% -42px;
  }
#tabs10 a:hover span {
  background-position:100% -42px;
  }
  
  
table.grid {
	width:100%;
	border:1px solid #555;
}

table.grid  td{
	text-align:left;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	padding:2px 5px 2px 5px;
}

table.grid th {
	border-right:1px solid #eee;
	text-align:left;
	padding:5px;
	font: bold 16px Helvetica, sans-serif;
	background:#ccc;
}

.rd {
	background:#aaa;
}

.edit {
	visibility:hidden;
}



.thumb {
	padding:10px;
	margin-left:10px;
	margin-top:10px;
	border:1px solid #f3f3f3;
	background:#222;
}



.shadow-top{
	height:20px;
	background:#f7f7f7 url(../img/top2.png) no-repeat left top;
}

.shadow-center {
	background:#f7f7f7 url(../img/center2.png) repeat-y;
}

.shadow-bottom{
	background:#f7f7f7 url(../img/bottom2.png) no-repeat left bottom;
}

.wrapper {
	width:970px;margin:0 auto;
}