/*h1 {
	text-align: center;
	color: #006DCC;
}
*/
.margin3 {
	text-align: center;
}

.legend {
	text-align: center;
	color: #006DCC;
	font-weight: bold;
}

.welcomecolor {
	color: #FFFF00;
}

.my-error-class {
	color: red;
}

.selected {
	background-color: #99FFFF
}

select, input[type="file"] {
	height: 30px;
	/**margin-top: 4px;*/
	line-height: 30px;
}

select {
	width: 140px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

select[multiple], select[size] {
	height: auto;
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus
	{
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.uneditable-input, .uneditable-textarea {
	color: #999999;
	background-color: #fcfcfc;
	border-color: #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	cursor: not-allowed;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	/*margin-bottom: 20px;*/
	margin: 0px;
}

.table th, .table td {
	padding: 8px;
	/*line-height: 20px;*/
	text-align: left;
	vertical-align: top;
	/*	border-top: 1px solid #dddddd;*/
}

.table thead th {
	vertical-align: bottom;
}

/*
.table .table {
	background-color: #ffffff;
}
*/
.table-condensed {
	border-collapse: collapse;
}

.table-condensed th, .table-condensed td {
	padding-right: 20px;
	/*padding-bottom: 10px;*/
}

.table-bordered {
	border: 1px solid #dddddd;
	/*border-top: 1px solid #dddddd;*/
	border-collapse: separate;
	*border-collapse: collapse;
	/*border-left: 0;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table-bordered th, .table-bordered td {
	border: 1px solid #dddddd;
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th
	{
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
	background-color: #f5f5f5;
}

table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"],
	.row-fluid table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}

.table td.span1, .table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0;
}

.table td.span2, .table th.span2 {
	float: none;
	width: 124px;
	margin-left: 0;
}

.table td.span3, .table th.span3 {
	float: none;
	width: 204px;
	margin-left: 0;
}

.table td.span4, .table th.span4 {
	float: none;
	width: 284px;
	margin-left: 0;
}

.table td.span5, .table th.span5 {
	float: none;
	width: 364px;
	margin-left: 0;
}

.table td.span6, .table th.span6 {
	float: none;
	width: 444px;
	margin-left: 0;
}

.table td.span7, .table th.span7 {
	float: none;
	width: 524px;
	margin-left: 0;
}

.table td.span8, .table th.span8 {
	float: none;
	width: 604px;
	margin-left: 0;
}

.table td.span9, .table th.span9 {
	float: none;
	width: 684px;
	margin-left: 0;
}

.table td.span10, .table th.span10 {
	float: none;
	width: 764px;
	margin-left: 0;
}

.table td.span11, .table th.span11 {
	float: none;
	width: 844px;
	margin-left: 0;
}

.table td.span12, .table th.span12 {
	float: none;
	width: 924px;
	margin-left: 0;
}

.table tbody tr.success>td {
	background-color: #dff0d8;
}

.table tbody tr.error>td {
	background-color: #f2dede;
}

.table tbody tr.warning>td {
	background-color: #fcf8e3;
}

.table tbody tr.info>td {
	background-color: #d9edf7;
}

.table-hover tbody tr.success:hover>td {
	background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover>td {
	background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover>td {
	background-color: #faf2cc;
}

.table-hover tbody tr.info:hover>td {
	background-color: #c4e3f3;
}

.bgcolored {
	background-color: #dddddd;
	border: 0px;
	margin-top: 0px;
	position: top;
	padding: 20px;
	outline: 0px;
}

.bgcolored p {
	margin: 0px;
}

.tbbordered {
	border: 1px solid black;
	margin-top: 40px;
}

.header {
	background-color: #dddddd;
}

.leftalign {
	clear: left;
}

.leftalign ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.leftalign li {
	clear: none;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 20px;
}

.leftalign table{
	padding: 0px;
	margin: 0px;	
}

.leftalign select{
	padding: 0px;
	margin: 0px;	
}

.col1 {
	clear: left;
}

.col2 {
	clear: none;
}

.col3 {
	clear: none;
}

.col4 {
	clear: none;
}

.col5 {
	clear: none;
}

.col6 {
	clear: none;
}