body {
  padding: 0;
  margin: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  background-color: #eeeeee;
  text-align: center;
  line-height: 1.5em;
  cursor:				default;
}
a{
	color: blue;
}
a:link,a:visited {
  color: blue;
  text-decoration: none;
}

a img{
	border:		0px;
}
a:hover {
  text-decoration: underline;
  color: #669900;}

#wrapper {
  margin:				0px auto;
  width:				1250px;
  text-align:			left;
  background-color:		#ffffff;
  border:				solid 1px #bbbbbb;
  
}
#content{
	padding:			10px;
	margin:				10px;
	border:				1px solid  #94a4b7;
	min-height:			300px;
}

#menu{
	margin:				5px auto 5px auto;
 	width:				985px;
	border-top:			1px solid #bbbbbb;
	border-bottom:		1px solid #bbbbbb;
	height:				30px;
	background-color:	white;
	text-align:			left;
}
#menu table{
	border:				0px solid white;
}	
#menu table td{
	padding:			1px 10px 1px 15px;
	height:				28px;
	line-height:		28px;
}
#menu table a{
	font-weight:		400;
	font-size:			12px;
	text-decoration:	none;
	line-height:		28px;
	display:			block;
	float:				left;
		
}

div.error{
	width:		300px;
	color:		red;
	margin:		10px auto;
	padding:	10px;
}
div.message{
	width:		300px;
	margin:		10px auto;
	padding:	10px;
	color:		white;
}
table td{
	vertical-align:		top;
}

input[type=submit]{
	padding:			3px 45px;
}




table.grid-view {
	margin:				0px auto;
	border-collapse: 	collapse;
	border:				0px;
	border-color:		white;
}
table.grid-view th {
	padding:			5px;
}
table.grid-view td {
	padding:			2px;
}


table.grid-view tr.w{
	background-color:	white;
}
table.grid-view tr.g{
	background-color:	#F5F5F5;

}




.attachment{
	border:1px solid black;
	margin-bottom:2px;
	background-color:	white;
}
.attachment-drag {
	width:15px;
	background-color:#CFCFCF;
	text-align:center;
	cursor:move;
	vertical-align: middle;
}
.attachment table{
	border-collapse:collapse;
}
.attachment table:after{
	clear:both;
}

.close-attachment{
	float:		right;
	cursor:		pointer;
}
