@charset "utf-8";
/* CSS Document */

body
{
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size:12px;
}

input,select,textarea
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}
/*
a:link,a:active,a:visited
{
	color:#F3F;
	text-decoration:none;
}

a:hover
{
	color:#000;
	text-decoration: underline;
}
*/
.input
{
	width:250px;
}

.borders
{
	border: 1px solid #D3D3D3
}
#errorContainer
{
	color: red;
	list-style: none outside none;
	text-align: center;
	font-weight:bold;
}

.DataTables_sort_wrapper{color:  #00F; font-weight:bold;}





.inputwidth {
  /*width:142px; */
  width:222px; 
  margin: 0; padding: 5px 0 5px 5px;
}

.selectwidth {
  width:150px; 
  margin: 0; padding: 5px 0 5px 5px;
}



