body {
	padding: 0;
	margin: 0;
	border-top: 3px solid blue;
	font-family: arial, sans-serif;
	background:#f6f9fd url(../images/bg-html.png) 0 0 repeat; 
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

h1 {
	margin: 0px;
	padding: 0px;
}

#login-form {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 14px;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
}

#login-form input:focus {
	border-color: #339933;
}

#container-login {
	margin: auto;
	border:2px solid #ddd;
	box-shadow:6px 6px 9px #aaa;
	padding: 2em;
	border-radius:32px;
}

#container-login #password {
	margin-left: 8px;
}

#login-form input {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 10px;
	padding: 4px 7px;
	margin: 2px;
	outline: 0;
	-webkit-appearance: none;
}

#login-form #password {
	margin-left: 8px;
}

#login-form input:focus {
	border-color: #339933;
}

#login-form #login-form-user-name {
	display: none;
}

.message-wrapper {
		padding: 10px;
}

.messages, .warnings, .errors {
	font-weight: bold;
}

.messages {
	color: green;
}

.warnings, .errors {
	color: red;
}

#wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	background-color: white;
}


#footer {
	margin:5px 10px;
	color: #c0c0c0;
	font-size: 14px;
	background-color: white;
	border-top: 1px solid #E6E6E6;
	padding-top: 5px;
}

#footer a {
	font-size: 14px;
	color: #c0c0c0;
}


hr.header {
	height: 12px;
	border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

.drop-shadow {
	box-shadow: 7px 7px 10px #BCBCBC;
}

.rounded {
	border-radius: 5px;
}

span.required {
	color: red;
	font-weight: bold;
}

span.link {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

.heading1 {
	font-size: 14px;
	font-weight: bold;
}

.blue {
	color: blue;
}

.blue a {
	color: blue;
}

#account-header.impersonating a {
	color: red;
	font-weight: bold;
}

#application-picker {
	margin: 0px 5px 30px 5px;
}

#show-invites {
	margin: 0px 5px 30px 5px;
}

#GlobalContact #form_part_request_text #request_text { width: 500px; height: 200px }

.score-table {
	border-collapse: collapse;
}

.score-table td, .score-table th {
	text-align: center;
	border: 1px solid #000;
	height: 150%;
	line-height: 150%;
	min-width: 120px;
}

.score-table th {
	font-weight: 900;
	background-color: #aaa;
}