body {
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	line-height:1.6em;
	margin:0;
	padding:0;
	background:url(/img/background.jpg) top left repeat-x #c4cace;
}
input,
select,
textarea {
	font-family:arial, helvetica, sans-serif;
}
input.styled,
textarea {
	width:97%;
	background:#f1f2f3;
	border:none;
	padding:10px;
}
input.bttn {
	background:#e5e5e5;
	border:1px outset #ccc;
}
a, a:link, a:active, a:visited {
	color:#255f82;
}
a:hover {
	color:#254682;
}
form .row {
	margin:0 0 1em;
}
form .row label {
	font-size:10px;
	line-height:12px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
}
span.info {
	font-size:10px;
	line-height:12px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:10px;
}
span.info a {
	text-decoration:none;
}
#login-form input.styled {
	width:340px;
}
div#main {
	width:960px;
	margin:0 auto;
}
#header {
	position:relative;
	height:155px;
}
#header #logo {
	margin:0;
	padding:0;
	position:absolute;
	background: url('../img/logo.gif') no-repeat scroll top left;
	width: 885px;
	height: 92px;
	top:44px;
	left:0;
	text-indent:-9999px;
}
#content {
	width:640px;
	float:left;
}
#content h1,
#sidebar h2 {
	font-size:28px;
	line-height:28px;
	margin:0 0 .75em;
	font-weight:normal;
}
.inside-white {
	background:#fff;
	padding:40px;
}
.inside-white h2 {
	color:#004e7b;
}
.inside-grey {
	background:#f1f2f3;
	padding:40px;
	color:#8b9092;
}
#content h3 {
	font-weight:normal;
	margin:0 0 .5em;
}
#sidebar {
	width:240px;
	overflow:hidden;
	padding:40px;
	float:right;
	height:220px;
	height:auto !important;
	min-height:220px;
	background:#8b9092;
	color:#fff;
	display:inline;
}
#footer, .footer {
	font-size:10px;
	font-weight:bold;
	color:#8b9092;
	padding:0 0;
	text-transform:uppercase;
}
.particpants {
	background:#fff;
}
.particpants h1 {
	padding:40px;
	margin:0 !important;
	color:#004e7b;
}
.participant-row-odd,
.participant-row {
	padding:20px 40px;
}
.participant-row-odd {
	background:#f1f2f3;
}
.participant {
	float:left;
	width:50%;
}
.participant img {
	float:left;
	margin-right:10px;
}
.participant h3 {
	padding:0;
	margin:0 !important;
	font-weight:bold !important;
}
.participant h3 a {
	color:#004e7b !important;
	text-decoration:none;
	font-size:14px;
	line-height:18px;
}
.participant a {
	color:#ba2f4a !important;
	font-size:10px;
	line-height:18px;
	text-decoration:none;
}
.participant p {
	margin:0;
	padding:0;
	color:#989c9e;
	font-size:10px;
}
.participant a.email {
	width: 180px;
	overflow: hidden;
	display: block;
}
.pagination {
	background:#a9adae;
	padding:15px 40px;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	overflow:auto;
}
.pagination ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:-5px;
}
.pagination ul li {
	float:left;
	margin-right:5px;
}
.pagination a {
	color:#fff !important;
	padding:2px 7px;
	text-decoration:none;
	float:left;
}
.pagination a.here {
	background:#004e7b;
}
.pagination a.more {
	background:url(/img/arrow-more.gif) right center no-repeat;
	padding-right:12px;
}
.pagination a.less {
	background:url(/img/arrow-less.gif) left center no-repeat;
	padding-left:12px;
}
.found {
	background-color:#FFFAE4;
}

.account-info img {
	float:left
}
.account-details {
	padding-left:90px !important;
	font-size:12px;
}
.account-details label {
	color:#bdbfbe;
	font-size:10px;
	line-height:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.account-details h3 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:24px;
	line-height:38px;
}
.account-details a {
	color:#fff !important;
	font-weight:bold;
	text-decoration:none;
}
.account-details p {
	margin:0 0 2em;
	padding:0;
}
.profile {
	background:#fff;
	color:#737373;
	padding:40px;
}
.profile h1 {
	margin:0 !important;
	color:#004e7b;
}
.profile h1.underline {
	border-bottom:1px solid #ccc;
	padding:0 0 10px;
	margin:0 0 20px !important;
}
.profile-image {
	float:left;
	width:160px;
}
a#upload-new-profile-image {
	background:#b43b4f;
	color:#fff;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	text-align:center;
	font-size:10px;
	line-height:10px;
	padding:5px 0;
	
}
#UserAvatarEditForm input[type="file"] {
	width: 160px;
}
.profile a.back {
	float:right;
	background:#efefef;
	color:#a4a4a4;
	text-decoration:none;
	padding:5px 10px;
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
}
.profile-general {
	margin:0 0 10px 180px;
	border-bottom:1px solid #ccc;
	padding:0 0 10px;
	position:relative;
}
.profile-general h3 {
	color:#256083;
	font-weight:bold;
	font-size:22px;
	margin:0 0 5px !important;
}
.profile-general a {
	color:#ba2f4a !important;
	text-decoration:none;
}
.profile-general p {
	margin:0;
	padding:0;
}
.profile-details {
	padding-left:180px;
	font-size:12px;
}
a.edit {
	float:right;
	background:#8b9092;
	color:#fff !important;
	font-size:10px;
	line-height:10px;
	padding:5px 7px;
	text-decoration:none;
	text-transform:uppercase;
}
span.edited {
	background:#efefef;
	color:#a4a4a4;
	padding:1px 4px;
	font-size:10px;
}
.awards {
	margin-top:10px;
	color:#444444;
}
ul.tabs {
	margin:0;
	padding:0;
	list-style:none;
}
ul.tabs li {
	float:left;
	margin-right:2px;
	background:#efefef;
	color:#737373;
	padding:10px 20px;
}
ul.tabs li.ui-tabs-selected {
	background:#fff;
	color:#444;
}
ul.tabs li.first {
	padding-left:40px;
}
ul.tabs li h3 {
	font-size:14px;
	line-height:16px !important;
	margin:0 !important;
	padding:0 !important;
	font-weight:bold !important;
}
ul.tabs li span {
	font-size:10px !important;
	line-height:10px !important;
	color:#7c7c7c;
}
.award-details {
	clear:left;
	background:#fff;
	color:#444;
	padding:40px;
}
.award-sidebar {
	float:left;
	width:130px;
	font-size:12px;
	line-height:12px;
}
.award-sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
.award-sidebar ul li {
	padding:0;
	margin:0;
}
.award-sidebar ul li a {
	display:block;
	_height:0;
	padding:4px 10px;
	text-decoration:none;
	color:#444;
}
.award-sidebar ul li a.odd {
	background:#efefef;
}
.award-sidebar ul li.ui-tabs-selected a,
.award-sidebar ul li a:hover {
	background:#256083;
	color:#fff;
}
.award-info {
	margin-left:160px;
	font-size:12px;
	line-height:18px;
}
.award-info h2 {
	margin:0 0 10px;
}
.award-info h3 {
	color:#255f82;
	font-weight:bold !important;
}
.award-group {
	border-bottom:1px solid #ccc;
	padding:0 0 20px;
	margin: 0 0 20px;
}
.add-new {
	background:#b43b4f;
	color:#fff !important;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	font-size:10px;
	line-height:10px;
	padding:5px 10px;
}
div.add-new-div {
	padding: 20px 0px;
}
form div.input label.bold {
	font-weight:bold;
}
form div.text input {
	border:1px solid #ccc;
	width:auto;
}

.file-item {
	padding: 0 25px;
	background-repeat: no-repeat;
}
.pdf {
	background-image: url('/img/pdf.png');
}
.word {
	background-image: url('/img/word.png');
}
.excel {
	background-image: url('/img/xcel.png');
}

.message {
	padding: 10px;
	font-weight: bold;
	margin-bottom:10px;
}
.agony {
	color: #7B7900;
	background-color: #FFFAE4;
}
.thrill {
	color: #58941C;
	background-color: #DEF1CA;
}

.left {
	float:left !important;
}
.right {
	float:right !important;
}

/*admin styles*/
div#admin-content {
	background:#fff;
	padding:20px;
}
div#admin-content h2 {
	margin:0 0 20px;
	color:#888;
}
div#admin-content table.admin {
	width:100%;
	border-collapse:collapse;
}
div#admin-content table.admin td,
div#admin-content table.admin th {
	padding:3px;
	text-align:left;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}
div#admin-content table.admin td {
	font-size:11px;
	font-weight:normal;
}
div#admin-content .paging {
	font-size:10px;
	padding:20px 0;
	text-align:center;
	color:#444;
}
div#admin-content .paging div {
	display:inline;
}
div#admin-content .paging div.disabled {
	color:#999;
}
div.actions ul {
	list-style:none;
	margin:0;
	padding:10px 0 30px;
}
div.actions ul li {
	float:left;
	margin:0 10px 0 0;
}
div.actions ul li a {
	background:#254682 !important;
	color:#fff !important;
	padding:2px 10px;
	font-size:11px;
	text-decoration:none;
}
div#admin-content fieldset {
	border:none;
	padding:20px 0 0;
	margin:0;
}
div#admin-content fieldset legend {
	font-size:24px;
	margin: 0 0 20px;
	color:#888;
	font-weight:bold;
	display:block;
}
div#admin-content form div.text,
div#admin-content form div.select {
	clear:left;
	float:left;
	margin:0 0 .5em;
}
div#admin-content form div.textarea {
	clear:left;
}
div#admin-content form div.text label,
div#admin-content form div.select label {
	float:left;
	color:#888;
	text-align:right;
	width:100px;
	margin-right:10px;
}
div#admin-content form div.text input,
div#admin-content form div.select select {
	float:left;
}
div#admin-content div.submit input {
	background:#254682;
	color:#fff;
	font-size:16px;
	padding:5px 10px;
	border:none;
	margin-left:110px;
}

.contents div.submit input {
	margin:10px 10px 0 0;
	float:left;
}
.contents a#delete_button {
	float:left;
	margin:10px 0 0;
	line-height:27px;
	text-decoration:none;
}
div.breadcrumbs {
	color: #7B7900;
	background-color: #FFFAE4;
	border:1px solid #7B7900;
	padding:10px;
}
div.content-select {
	float:left;
	clear:none;
	width:200px;
}
div.content-select a {
	padding:3px 5px;
	background:#254682;
	color:#fff;
	text-decoration:none;
	font-size:10px;
}
fieldset.content-selectors {
	background:#f7f7f7;
	padding:10px !important;
	border:1px solid #ccc !important;
	border-bottom:2px solid #ccc !important;
}
.info-line {
	display:block;
	padding:10px 0 5px;
	margin: 0 0 5px;
	clear:left;
	border-bottom:1px solid #ccc;
}
/* end admin styles*/

.search_form {
	padding: 0 0 40px 0;
}
.search_form form div.input, .search_form form div.submit {
	display: inline;
}
.search-result-info {
	padding: 0 10px 0 90px;
}

/* for jquery ui tabs */
.ui-tabs .ui-tabs-hide {
     display: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */