.imgCss, .imgCss a:link img, .imgCss a:visited img, .imgCss a:hover img{

}

.container {
	/*width: 700px center;*/
	/*height: 768px;*/
	padding: 15px;
	margin: 10px 10 10 10;
	/*border: 1px solid #ccc;*/
	/*background: center;*/
	position: center;
}


input.groovybutton
{
	font-size:12px;
	font-family:Verdana,sans-serif;
	/*color:#9FB1BC;*/
	color:#312E2E;
	background-color:#EEEEEE;
	border-style:solid;
	border-color:#BBBBBB;
	border-width:1px;
}

textarea.style1{
	font-size:11px;
	font-family:Verdana,sans-serif;
	/* font-weight:bold;
	color:#3366FF;*/
	color:#312E2E;
	background-color:#ffffff;
	border-style:solid;
	border-color:#9FB1BC;
	border-width:1px;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#9FB1BC;
	scrollbar-track-color:#ffffff;
}
.TextField {
	background-color: #9FB1BC;
	color: #ffffff;
	font-size: 7pt;
	width: 90px;
}


.head{
	color: #000000;
	font-size: 10pt;
	font-family:Verdana,sans-serif;
	font-weight:bold;
}

.normalText{
	color: #000000;
	font-size: 9pt;
	font-family:Verdana,sans-serif;
} 

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	/*filter:alpha(opacity: 15);*/
	opacity: 0;
	z-index: 2;
}

/*- Menu Tabs 10--------------------------- */

#tabs10 {
	float:left;
	width:100%;
	font-size:93%;
	border-bottom:1px solid #2763A5;
	line-height:normal;
}
#tabs10 ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabs10 li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs10 a {
	float:left;
	background:url("../images/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("../images/tabright10.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs10 a span {float:none;}
/* End IE5-Mac hack */
#tabs9 a:hover span {
	color:#000;
}
#tabs10 a:hover {
	background-position:0% -42px;
}
#tabs10 a:hover span {
	background-position:100% -42px;
}

#tabs10 .current a {
	background-position:0% -42px;
}
#tabs10 .current a span {
	background-position:100% -42px;
}