.hide {
display:none;		
}

body {
font:14px Arial, Helvetica, sans-serif;	
color:#333;
width:1300px;	
margin:30px auto 100px auto;
}

@media (max-width: 700px) {

body {
width:auto;	
margin:30px auto 100px auto;
}	
	
}

.logo {
text-align:center;	
}

h1 {
text-align:center;	
color:#E2494B;
}

a {
color:#8C9F20;
font-weight:bold;
text-decoration:none;
}

.clear {
clear:both;	
}

/*** Login ***/
.login {
text-align:center; margin:50px 0 0 0;
}

.login input {
width:120px;
padding:5px;	
}

/*** Forms ***/
.label {
font-weight:bold;
margin:8px 0;	
}

input, select {
font-size:14px;
width:40%;
border:1px solid #CCC;
padding:5px;
}

.submit {
width:100px;
text-align:center;	
background:#8C9F20;
color:#FFF;
font-weight:bold;
border:2px solid #8C9F20;
display:block;
padding:5px;
margin-top:10px;	
cursor:pointer;
}

/*** Menu ***/
.menu {
text-align:center;	
}

.menu li {
list-style:none;
display:inline;
font-size:16px;
font-weight:bold;
margin-right:10px;	
}

.menu a:hover, .menu .active {
text-decoration:underline;	
}

/*** Tables ***/
table {
width:988px;
border-collapse:collapse;	
border:none;
}

table .label {
color:#FFF;	
background:#EF9E57;	
}

table .label2 {
font-weight:bold;	
}

table .bold {
font-weight:bold;	
}

table .time {
font-size:8px;
font-weight:bold;
color:#E2494B;
position:absolute;
top:0;
left:1px;	
}

table .border {
border-right:2px solid black;	
}

table .borderd {
border-bottom:2px solid black;	
}

table .field {
cursor:pointer;
}

table tr:hover {
/*background:#FC3;*/
}

table td {
font-size:11px;	
border:1px solid #CCC;
padding:8px 5px 5px 5px;
position:relative;
}

.row1 {
background-color:#F0F0F0;
}

.row0 {
background-color:#F8F8F8;
}

#desktop input, #desktop select {
color:#333;	
font-size:11px;	
width:35px;	
padding:2px;	
}

#desktop select {
width:65px;	
}

#desktop .submit {
width:auto;	
text-align:center;
margin:0;
}

#desktop .submit:hover {
background-color:#96AA22;
width:auto;
text-align:center;
margin:0;
}

/*** Graph ***/
.groups {
font-weight:bold;
padding-bottom:3px;
border-bottom:1px solid #EEE;	
cursor:pointer;
}

.red, .green {
display:block;
width:8px;
height:8px;
background:#E2494B;
position:absolute;
bottom:1px;
right:1px;
}

.green {
background:#9C0;	
}

.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/*** Attend ***/
.attend {
	max-width:430px;	
	margin:0 auto;
}

.coaches {
	font-size:14px;
	font-weight:normal;
	color:#8C9F20;	
}

.check, .c19 {
	width:12px;
	height:12px;		
}

.suc {
	color:#8C9F20;
	font-weight:bold;
	text-align:center;	
}

.y {
	background:#D4FFD5;	
}

.n {
	background:#FFE2E0;	
}

.reason {
	font-size:11px;
	width:150px;	
}


.months td {
	padding:2px 5px;
}


table .ttitle {
	text-align:center;	
}

table .error {
	color:#E2494B;	
}

table .success {
	color:#8C9F20;	
}


textarea {
	font:14px Arial, Helvetica, sans-serif;	
	color:#333;
}




