﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like to use a different color 
start by replacing all instances of #5c87b2 with your new color.
----------------------------------------------------------*/
body {
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    line-height: normal;
	background-image: url('images/background-0.jpg');
	background-color: #5c87b2;
	background-repeat: no-repeat;
	background-position: top center;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	color: #2e6e9e
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
}

#header h1 {
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
  color: #fff;
  border: none;
  line-height: 2em;
  font-size: 32px !important;
	font-family: cursive;
}

#main {
	background-color: #fff;
	margin-bottom: 15px;
	padding: 10px 10px 0px 10px;
}

#footer {
    color: #999;
	font-size: 0.9em;
}

#footer #contact {
	background-color: White;
	display: inline-block;
	float: right;
	padding: 5px 10px;
	margin: 20px 3px 0px 0px;
}

#footer #androidLink {
	float: left;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] {
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/
table {
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td {
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th {
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.error {
    color:Red;
    font-weight: bold;
}

.succeed {
	color: Green;
	font-weight: bold;
}

div#title {
    display:block;
	/*float:left;*/
    text-align:left;
}

div#title h1 {
	padding-top: 10px;
}

div#title h1 img {
	vertical-align: middle;
	margin-right: 20px;
}

div#title h1 span {
	top: 8px;
	position: relative;
}

#logindisplay {
	position: absolute;
	top: 0px;
	right: 0px;
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link,
#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

#logindisplay .ui-icon {
	background-color: #E8EEF4;
	position: relative;
	top: 3px;
	left: 5px;
	cursor: pointer;
}

#logindisplay a#changePassword {
	color: Silver;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
	text-align: left;
	background: White;
	color: #ff0000;
	padding: 0px 10px;	
}

.validation-summary-errors ul {
	margin-bottom: 0px;
}

.validation-summary-valid {
    display: none;
}

/* ScoreBuddy stiles
-----------------------------------------------------------*/
#updateProgress {
	background-color: #CF4342;
	color: #fff;
	top: 0px;
	right: 0px;
	position: fixed;
	padding-right: 2px;
	display: none;
	z-index: 1001;
}

#updateProgress img {
	vertical-align: middle;
	margin: 2px;
}

#oauthError #main {
	margin-top: 20px;
}

.ui-widget-header {
	padding-left: 5px;
}

.fc-row.ui-widget-header {
	padding-left: 0px;
}

.ui-icon {
	cursor: pointer;
}

/*span.ui-icon {
	display: inline-block;
	position: relative;
	top: 2px;
	right: 3px;
}*/

.ui-button {
	padding: 0.2em 1em;
}

#delete-confirm {
	display: none;
}

#delete-confirm .ui-icon {
	float:left; 
	margin: 0px 7px 20px 0px;
}

#delete-confirm p {
	margin-bottom: 0px;
}

#delete-confirm #sure {
	width: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
	position: relative;
	top: 5px;
}

.delete-confirm {
	padding-top: 10px;
}

.delete-confirm .ui-dialog-buttonset {
	width: 100%;
	text-align: center;
}

.delete-confirm .ui-dialog-buttonset .ui-button {
	margin-left: 10px;
	margin-right: 10px;
}

.delete-confirm .ui-button-text {
	padding: 2px;
}

.tabPanel {
	margin: 10px;
}

.buttonsPanel {
	margin: 0px 20px;
	margin-top: 10px;
	text-align: right;
	white-space: nowrap;
}

.buttonsPanel .cancelButton,
.buttonsPanel .ui-button {
	margin-left: 20px;
}

.buttonsPanel #del {
	margin-left: 0px;
}

.buttonsPanel .checkBoxPanel {
	margin-right: 20px;
}

.buttonsPanel .checkBoxPanel label {
	background: none;
	border: none;
	font-weight: normal;
	vertical-align: top;
}

.linkButton {
	border-style: none;
	color: #505abc;
	background-color:  transparent;
	padding: 0px;
	cursor: pointer;
	margin-left: 15px;
}

a.linkButton {
	color: #2E6E9E;
}

.linkButton:hover {
    color: #1d60ff;
}

.bubbleView {
	padding: 5px 5px 10px 5px;
}

.bubbleView .ui-widget-content {
	padding: 10px 15px;
}

.bubbleView h2,
.ui-widget h2 {
	background-color: #e8eef4;
	font-size: 1.2em;
	padding: 3px 7px;
}

.bubbleView h3,
.ui-widget h3 {
	font-size: 1.1em;
}

.bubbleView h4,
.ui-widget h4 {
	font-size: 1.1em;
	font-weight: normal;
}

a.rsvp {
	font-weight: bold;
}

label.title {
	color: #2E6E9E;
	font-size: 1em;
	font-weight: bold;
}

ul.editor li {
	margin-top: 7px;
	white-space: nowrap;
}

ul.editor label {
	display: inline-block;
	text-align: left;
}

input.datePicker {
	width: 80px;
	text-align: center;
}

input.timePicker {
	width: 65px;
	text-align: center;
}

span.version {
	position: relative;
	left: 820px;
	font-weight: bold;
	color: White;
}

.loginForm {
	margin-bottom: 20px;
}

.loginForm,
.loginForm .ui-widget-content {
	color: #2E6E9E;
}

.loginForm p {
	font-style: italic;
}

.loginForm div.ui-widget-content {
	padding: 10px 15px 0px 15px;
}

.loginForm h4 {
	margin-bottom: 5px;
}

.loginForm ul li {
	margin-bottom: 5px;
}

.loginForm ul li.label {
	margin-bottom: 0px;
}

.loginForm .wrapper {
	overflow: hidden;
	margin-bottom: 20px;
}

.loginForm #or,
#registerPanel .or {
	font-size: 15px;
	color: #2E6E9E;
	float: left;
	margin: 50px 10px;
}

.loginForm #mvcLoginPanel {
	float: left;
	width: 100%;
}

.loginForm #oauthLoginPanel {
	float: right;
	width: 390px;
	margin-left: 10px;
}

.loginForm #oauthLogin .oa-panel {
	margin-top: 0px;
}

.loginForm #oauthLogin .oa-panel-note {
	margin-top: 0px;
	font-weight: normal;
	font-size: 1.1em;
}

.loginForm #oauthLogin .oa-panel .oa-panel-list b {
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #2E6E9E;
}

#registerPanel {
	overflow: hidden;
}

#registerPanel li p {
	font-size: 0.8em;
	margin-top: 10px;
}

#registerPanel #newAccount {
	float: left;
}

#registerPanel #existingAccount {
	float: left;
	width: 270px;
}

#registerPanel #existingAccount #mvcLoginPanel {
	float: left;
	width: 270px;
}

#registerPanel #existingAccount #mvcLoginPanel h4 {
	margin-bottom: 20px;
}

#registerPanel #mvcNewLoginPanel {
	float: left;
	width: 300px;
}

#registerPanel #oauthLoginPanel {
	float: left;
	width: 250px;
}

#registerPanel #oauthLoginPanel .ui-widget-content {
	padding-top: 0px;
	border: none;
}

#registerPanel #oauthLoginPanel .oa-panel-note {
	font-family: Arial, Helvetica, sans-serif;
}

#linkToSocialPanel {
	display: none;
	width: 400px;
	position: absolute;
	right: 5px;
	z-index: 1001;
}

#linkToSocialPanel  #oauthLogin .oa-panel-note {
	font-size: 1em;
}

#linkToSocialPanel #oa_action span {
	font-size: 0.9em;
}

#rinksContent .editor-label {
	font-weight: bold;
}

#rinksContent .editor-field {
	margin-bottom: 8px;
}

#rinksContent .editor-field input[type='text'] {
	width: 400px;
}		

.rinkView {
	min-height: 400px;
}

.rinkView .map {
	margin-bottom: 15px;
}

.textCounterHolder {
	width: 100%;
	text-align: right;
}

.textCounter {
	color: #2E6E9E;
	font-weight: normal;
}

.textCounter.tcAlert { 
	color: orange; 
}

.textCounter.tcWarn { 
	color: red; 
}

.ui-tabs .ui-tabs-panel {
	padding: 1em 1em;
}

#errorAlert {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}

#errorAlert p {
	padding: 0.7em 1.5em;
	margin-bottom: 0;
}
