/* CSS Document */

.current {
	color: #23a1d1;
	text-decoration: underline;
/*	margin-top: 15px;
	margin-bottom: 15px;*/
}

.btn-primary {
/*	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;*/
	padding: 5px 25px;
	margin: 10px;
	font-size:16px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
/*	background-color: #1f90bb;
	background-position: 0 -15px;
	color: #444;*/
}

input[type='radio'], input[type='checkbox'] {
	margin-left: 0px;
	margin-right: 10px;
}

input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	font-size:14px;
}

table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size:14px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
.bold {
	font-weight: bold;
	color: #000;
}
.form-right {
	text-align: right;
	vertical-align: top;
}
.form-center {
	text-align: center;
	vertical-align: middle;
}
.form-left {
	text-align: left;
	vertical-align: top;
}
