body{
	background-color: #19407A;
}

html{
	background-color: #19407A;
}

/*Header style*/

#header{
	
	vertical-align: middle;
}

#header a:visited{
	color: white;
}

#header a:hover{
	color: white;
}

#header a{
	color: white;
}

#header a:link{
	color: white;
}

#header input{
	border: 1px solid #7d0e0e;
	line-height: 13px;
}

/**
 *	ADMIN
 */
#admin-login-wrapper {
	padding-top: 20px;
}

.page-title {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 25px;
}

.page-content {
	border: 1px solid #e4e5e6;
	background-color: #eff1f2;
	padding: 5px;
	line-height: 16px
}

.form-subject {
	font-weight: bold;
	white-space: nowrap;
}

.column-title {
	white-space: nowrap;
}

/**
 *	CONTROLS OVERRIDED
 */ 

input {
	font-size: 12px;
}


