body, textarea {
	margin:0px;
	font-family:arial;
	font-size:12px;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
	margin:0px 0px 10px 0px;
  color:#D11241;
}

a {
	color:#2647a0;
}

p {
  margin:0px 0px 10px 0px;
}

a.report {
  float:right;
}
a.report img {
  border:0px;
}

table.login {
  border-collapse: collapse;
}
table.login td {
  padding: 6px 5px;
  vertical-align: middle;
}
table.login td:first-child {
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
table.login input[type="text"],
table.login input[type="password"] {
  width: 210px;
  padding: 4px 6px;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-size: 13px;
  box-sizing: border-box;
}
table.login input[type="text"]:focus,
table.login input[type="password"]:focus {
  border-color: #5b9bd5;
  outline: none;
  box-shadow: 0 0 3px rgba(91,155,213,0.4);
}

/* Login dialog polish */
#loginDialog {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.35);
}
#loginDialog .bd {
  padding: 16px 20px 8px;
}
#loginDialog .ft .button-group button,
#loginDialog .yui-button button {
  padding: 4px 16px;
  font-size: 13px;
  cursor: pointer;
}

div.level {
  float:left;
  margin-right:20px;
  padding-top:10px;
}

div.panel {
  float:left;
  margin:0px 20px 20px 0px;
  padding:10px;
  border:1px solid #19232C;

}

.unpaid {
	color:darkred;
}



#breadcrumbs {
  background:#D11241;
  font-weight:bold;
  font-size:14px;
  line-height:36px;
  height:36px;
  padding-left:5px;
}
#breadcrumbs a {
  padding:0px 5px 0px 0px;
  float:left;
  color:white;
  text-shadow: 0.05em 0.05em 0.05em black;
  text-decoration:none;
}
#breadcrumbs .divider {
  float:left;
  font-size:16px;
  padding-right:5px;
}


.calendar_popup form {
  float:left;
}



.bd form {clear:left}

.yui-skin-sam .yui-calcontainer {
  border:0px;
}




table.privateLessonDates td {
  padding-bottom:2px;
}

table.privateLessonDates td.calButton {
  padding-right:5px;
}


.yui-skin-sam .yui-navset .yui-content {
    background:white; /* content background color */
}

.yui-skin-sam .yui-navset .yui-content,
.yui-skin-sam .yui-navset .yui-navset-top .yui-content {
    border:0px; /* content border */
    border-top-color:#243356; /* different border color */
    padding:0px; /* content padding */
}



a.add {
	text-decoration:none;
	font-weight:bold;
	color:#d11241;
	font-size:20px;
	position:relative;
	top:2px;
	line-height:12px;
	float:right;
  margin-left:10px;
}

.yui-pe-content {
	display:none;
}


div #studentNameContainer {
  width:200px;
  height:20px;
  margin-top:5px;
}

div#searchContainer {
	position:absolute;
  right:10px;
  top:88px;
	height:40px;
	width:200px;
}
#searchInput {
	background:white url('../image/search.gif') no-repeat center right;
	border:1px solid black;
}



    .datefield button  {
        padding:0 5px 0 5px;
        margin-left:2px;
				top:-5px;

    }

    .datefield button img {
        padding:0;
        margin:0;
        vertical-align:middle;
    }


label.above {
	display:block;
	clear:both;
	padding:10px 0px 2px 0px;
}


textarea {
	width:400px;
  height:100px;
}


#infoContainer {
	margin-bottom:10px;

}

#infoContainer .name {
	font-size:16px;
  font-weight:bold;
  display:block;
  margin-bottom:5px;
}

#infoContainer table {

}

#infoContainer table td {
  padding:0px 5px 5px 0px;
}

ul.dashboard {
  list-style:none;
  margin:0px;
  padding:0px;
  color:#D11241;
  font-weight:bold;
  font-size:14px;
  line-height:20px;

}

ul.dashboard a {
  color:#D11241;

}

fieldset {
	margin-bottom:10px;
}

fieldset p {
	margin-bottom:0px;
}

div#header {
	background:#19232c;
	width:100%;
	height:80px;
}

img#logo {

	float:left;
}

ul#main-menu {
	float:right;
	margin:0px;
	padding:0px;
	list-style:none;
	height:30px;
	line-height:30px;
}

ul#main-menu li {
	float:left;
	margin:0px;
	padding:0px;
}

ul#main-menu li a {
	float:left;
	color:white;
	padding:0px 10px;

	font-weight:bold;
}

ul#main-menu li a.selected, ul#main-menu li a:hover {
	text-decoration:none;
}


div#content {
	clear:left;
	margin:20px;

}

table.new {
	margin-bottom:20px;
}
