html {
	height: 100%;
}
body {
    padding: 0;
    margin: 0;
    background-color: #FFF;
    font-family: arial,helvetica,verdana,"Lucida Grande",sans-serif;
    font-size: 0.85em;
	/*background-color: #BEBEBE;*/
	height: 100%;
}
h1 {
	margin: 0;
	font-size: 80%;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0;
}
a {

	font-size: 95%;
	padding: 2px;
	color: #0078EF;
}
a:visited {
	color:#0078EF;
}
a:hover {
	text-decoration: none;
	color: #59A5EF;
}
a.link {

	font-size: 99%;
	font-weight: normal;
	padding: 2px;
	color: #4F4F4F;
}
a.link:visited {
	color:#4F4F4F;
}
a.link:hover {
	text-decoration: none;
	color: #000;
}
a.arrow {
	padding:0;
}
a.link-button {
	background: url(../images/button.gif) no-repeat;
	display: block;
	width: 50px;
	height: 24px;
	padding: 4px 5px 5px 5px;
	float: right;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: #FFF;
	text-align: center;
	margin: 6px 5px 0 0;
	font-size: 90%;
}

a.link-button:hover {
	background: url(../images/button_h.gif) no-repeat;
}

a.back-button {
	background: url(../images/back.gif) no-repeat;
	display: block;
	width: 55px;
	height: 24px;
	padding: 4px 0 0 10px;
	float: left;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: #FFF;
	text-align: center;
	margin: 6px 0 0 5px;
	font-size: 90%;
	cursor: pointer;
}

a.back-button:hover {
	background: url(../images/back_h.gif) no-repeat;
}

ul {
	margin: 0;
}

label {
	display: block;
	margin: 8px 0 0 5px;
	font-size: 90%;
	color: #25457F;
}

input.text {
	border: 1px solid #6E83A2;
	padding: 5px;
	width: 99%;
	color: #555;
	font-size: 90%;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	margin-bottom: 4px;
}

input.year {
	width: 50px;
}

input.day {
	width: 30px;
}

input.text:focus {
	background-color: #E8EDF3;
}

select.select{
	border: 1px solid #6E83A2;
	padding: 5px;
	width: 99%;
	color: #555;
	font-size: 90%;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	margin-bottom: 4px;
}

select.month {
	width: 100px;
}
select.time {
	width: 52px;
}

input.button {
	border: 0 none;
	outline: none;
	background: url(../images/submit.gif) no-repeat;
	width: 82px;
	height: 26px;
	font-weight: bold;
	color: #25457F;
	text-align: center;
	font-size: 80%;
	cursor: pointer;
	float: right;
	margin: 5px 10px 5px 5px;
}

input.submit-up {
	border: 0 none;
	background:url(../images/arrow-up.gif);
	width: 32px;
	height: 16px;
	cursor:pointer;
}
input.submit-down {
	border: 0 none;
	background:url(../images/arrow-down.gif);
	width: 32px;
	height: 16px;
	cursor:pointer;
}
input.file {
	background-color: #E8EDF3;
	padding: 5px;
	width: 99%;
	color: #555;
	font-size: 90%;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	margin-bottom: 4px;
}
hr {
	background-color: #C9D7F1;
	color: #C9D7F1;
	height: 1px;
	margin: 8px 0;
}

img {
	border: 0 none;
}

#wrapper {
	position: relative;
	min-height: 95%;
}

#title {
	background: url(../images/title_bg.jpg) repeat-x;
	padding: 2px 0px;
	text-align: center;
}
#tool-bar {
	background: url(../images/toolbar_bg.jpg) repeat-x;
	height: 36px;
}
#content {
	text-align: center;
	padding: 20px;
	min-height: 360px;
}

#foot {
	background: url(../images/foot_bg.jpg) repeat-x;
	font-size: 80%;
	color: #ddd;
	text-align: center;
	width: 100%;
	padding: 4px 0 4px 0;
	clear: both;
}

#copyright {
	margin: 6px 0;
}

#list {
    margin-top: 5px;
}

#new table {
	font-size: 90%;
}
#edit table {
	font-size: 90%;
}

#msg {
	width:100%;
	float: right;
	color: #3F3F3F;
	font-size: 90%;
	text-align: right;
	padding: 10px 10px 0px 0px;
}

div.err {
	margin: 0 auto;
	width: 80%;
	background-color: #FFFFDD;
	border: 2px solid #FFCC00;
	-moz-border-radius: 8px;
	padding: 10px 4px;
	color: #000;
	font-size: 90%;
}
div.err ul{
	list-style-type: circle;
}

div.info {
	margin: 0 auto;
	width: 80%;
	background-color: #25457F;
	border: 2px solid #FFF;
	-moz-border-radius: 8px;
	padding: 10px 4px;
	color: #FFF;
	font-size: 90%;
}

div.info ul{
	list-style-type: circle;
}

.li {
	border-bottom: 1px solid #E8EDF3;
	padding: 10px;
	cursor: pointer;
}

.li img {
	vertical-align: middle;
	margin-right:10px;
	float:left;
}

div.li:hover {
	background-color: #E8EDF3;
}

.lia {
	font-weight: bold;
	color: #25457F;
	margin-left: 4px;
	float: left;
}

a.sub-link {
	float: right;
	padding: 2px 11px;
	background: url(../images/action2.gif);
	color: #25457F;
	text-decoration: none;
	font-size: 80%;
}
a.sub-link:hover {
	background: url(../images/action2h.gif);
}
a.sub-link:visited {
	color: #25457F;
}

.clear {
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

.attendance-title {
	width: 98%;
	padding: 4px;
	margin: 0 auto 4px;
	background: url(../images/thead.gif) repeat-x;
	border: 1px solid #808080;
	cursor: pointer;
	-moz-border-radius: 3px;
}
.attendance-title input{
	float: left;
}
.attendance-title label{
	float: left;
	color: #555;
	font-weight: bold;
	font-size: 90%;
	margin-top: 3px;
}

.attendance {
	border: 1px solid #c0c0c0;
	padding: 4px;
	width: 98%;
	margin: 0 auto 2px;
	cursor: pointer;
	-moz-border-radius: 3px;
}

.attendance input{
	float: left;
}

.attendance label{
	float: left;
	color: #333;
	font-weight: bold;
	font-size: 90%;
	margin-top: 3px;
	cursor: pointer;
}

.attendance a{
	float: right;
}

div.attendance:hover{
	background-color: #E8EDF3;
}

.attendance-foot {
	width: 98%;
	padding: 6px;
	margin: 0 auto 4px;
	/*background-color: #7C92AA;
	-moz-border-radius: 3px;*/
}

.table {
	border: 1px solid #c0c0c0;
	padding: 4px;
	width: 98%;
	margin: 0 auto 2px;
	cursor: pointer;
	-moz-border-radius: 3px;
}

div.table:hover {
	cursor: pointer;
	background: #E0E0E0 url(../images/table.gif) repeat-x;
}

.ltd {
	float: left;
}
.rtd {
	float: right;
	padding: 10px 0;
}

label.big {
	font-size: 110%;
	font-weight: bold;
	margin: 2px;
}
label.small {
	font-size: 80%;
	color: gray;
	display: inline;
}
label.option {
	font-size: 90%;
	color: #555;
	display: inline;
}

#view {
	border: 1px solid #c0c0c0;
	padding: 6px;
	width: 98%;
	margin: 0 auto;
	margin-top: 5px;
	-moz-border-radius: 3px;
}
#view td {
	border-bottom: 1px dotted #c0c0c0;
}
#view tr:hover {
	background-color: #E8EDF3;;
}

a.record-link {
	padding: 3px 8px;
	background: url(../images/action7.gif);
	color: #25457F;
	text-decoration: none;
	font-size: 80%;
	margin: 2px;
}

a.record-link:visited {
	color: #25457F;
}

a.record-link:hover {
	background: url(../images/action7h.gif);
	color: #25457F;
}

a.attendance-link {
	padding: 3px 8px;
	background: url(../images/action6.gif);
	color: #25457F;
	text-decoration: none;
	font-size: 80%;
	margin: 2px;
}

a.attendance-link:visited {
	color: #25457F;
}

a.attendance-link:hover {
	background: url(../images/action6h.gif);
	color: #25457F;
}

a.enroll-link {
	padding: 3px 8px;
	background: url(../images/action5.gif);
	color: #25457F;
	text-decoration: none;
	font-size: 80%;
	margin: 2px;
}

a.enroll-link:visited {
	color: #25457F;
}

a.enroll-link:hover {
	background: url(../images/action5h.gif);
	color: #25457F;
}

a.del-link {
	padding: 3px 9px;
	background: url(../images/action3.gif);
	color: #722825;
	text-decoration: none;
	font-size: 80%;
	margin: 2px;
}
a.del-link:visited {
	color: #722825;
}
a.del-link:hover {
	background: url(../images/action3h.gif);
	color: #722825;
}

a.edit-link {
	padding: 3px 8px;
	background: url(../images/action4.gif);
	color: #25457F;
	text-decoration: none;
	font-size: 80%;
	margin: 2px;
}

a.edit-link:visited {
	color: #25457F;
}

a.edit-link:hover {
	background: url(../images/action4h.gif);
	color: #25457F;
}

a.schedule-link {
	padding: 4px 11px;
	background: url(../images/schedule.gif);
	color: #25457F;
	text-decoration: none;
	font-size: 80%;
	float: right;
	margin: 8px 2px 0 0;
}

a.schedule-link:visited {
	color: #25457F;
}

a.schedule-link:hover {
	background: url(../images/schedule_h.gif);
	color: #25457F;
}

a.new-link {
	float:left;
	padding: 3px 11px;
	background: url(../images/action1.gif);
	color: #25457F;
	text-decoration: none;
	font-size: 80%;
	margin: 0px 8px;
}

a.new-link:visited {
	color: #25457F;
}

a.new-link:hover {
	background: url(../images/action1h.gif);
	color: #25457F;
}

/*** Validation ***/
label.error {
	color: red;
	font-style: italic;
	font-size: 80%;
	display: inline;
	padding: 0;
}
input.error {
	border: 1px dotted red;
}

/*** Log ***/
a#log-trigger {
	text-decoration: none;
}
a#log-trigger:hover {
	text-decoration: underline;
	background: none;
}
.log{
	font-family: "Courier New";
	font-size: 96%;
	text-align: left;
	width: 99%;
	padding: 6px;
	height: 100px;
	margin-top: 10px;
	display: none;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 4px;
	background-color: #efefef;
	color: #000;
}
a.nav-link{
	text-decoration:none;
}
a.this{
	color:#2F2F2F;
}
.news{
	border: 1px solid #6E83A2;
	width: 99%;
	color: #555;
	font-size: 90%;
	font-weight: bold;
	margin-left:8px;
	display: block;
	width: 40px;
	float:left;
	padding:2px;
}
#menu{
	width:100%;
	padding:3px 0px 8px 0px;
	text-align:right;
	background:#efefef;
	border-bottom:1px solid #c1c1c1;
}
.title{
	color:#555555;
	font-size: 110%;
	font-weight: bold;
	margin:8px;
}
.news_title{
	color: #25457F;
	font-size: 86%;
}

.add-trigger-link {
	display: block;
	margin: 0 6px 10px 6px;
}

.remove-trigger-link {
	display: block;
	margin: 2px 6px 0 6px;
	color: red;
	text-align: right;
}

.import, .export, .vcard{
	text-decoration: none;
}
.vcard{
	margin-right:8px;
}
#student_record
{
		width: 98%;
		margin: 2px;
		font-size: 98%;
		background: #6D859F;
}

#student_record th
{
	padding: 5px 0px;
	color: #fff;
	background: #93ADC9;
}

#student_record td{
	padding: 5px;
	font-size: 90%;
	background: #fff;
}

.user_photo{
	width: 100px;
	height: 100px;
	padding: 3px;
	-moz-border-radius : 3px;
	border: 1px solid #c1c1c1;
}

.lost-password{
	width:98%;
	padding:2px;
	margin: 0 auto;
	border: 1px solid #c1c1c1;
}

.title-bar{
	color: #fff;
	padding:5px 0px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	background: #93ADC9;
}

.heading{
	text-align: center;
	color: #25457F;
	font-size: 98%;
}

/*** Schedule Calendar ***/
#schedule h3, #event h3, #payment h3 {
	text-align: center;
	color: #224477;
}
#schedule-calendar {
	background-color: #9FB0C4;
	width: 100%;
	font-size: 12px;
	border-spacing: 1px;
}

#schedule-calendar td {
	background-color: #fff;
}

#schedule-calendar td.blank-day {
	background-color: #efefef;
}

#schedule-calendar th {
	color: #fff;
}
#schedule-calendar td.day-label {
	font-weight: bold;
	text-align: center;
	background-color: #E8EDF3;
}
#schedule-calendar td.week-end {
	background-color: #F3E8ED;
}

#schedule-calendar td.schedule {
	background-color: #E8FFED;
}

a.event {
	display: block;
	text-decoration: none;
	padding: 4px;
}
a.event:visited {
	/**/
}
a.event:hover {
	background-color: #DDDDFF;
}

#action-bar {
	margin: 4px;
	padding: 4px;
	border: 1px solid #995;
	background-color: #ffe;
	text-align: right;
}
#action-bar a {
	text-decoration: none;
	font-size: 80%;
	color: #955;
}
#action-bar a:hover {
	text-decoration: underline;
}

#checkup .err{
	font-size: 85%;
	color: #CF3838;
}

#ui-datepicker-div {
	display: none;
}

a img:hover {
	opacity: .6;
	filter:alpha(opacity=60);
}

/*** News Course - Start Time Tab Panel  ***/
.tab {
	display: block;
	float: left;
	width: 30px;
	padding: 1px 0;
	text-align: center;
	background-color: #DDD;
	font-size: 75%;
	margin-left: 4px;
	border: 1px solid #c0c0c0;
	margin-bottom: -1px;
	cursor: pointer;
}
span.tab:hover {
	background-color: #EEEEFF;
	border-bottom: 1px solid #EEEEFF;
}

span.selected {
	background-color: #EEEEFF;
	border-bottom: 1px solid #EEEEFF;
}
span.disabled {
	background-color: #c0c0c0;
	color: #DDD;
	cursor: default;
}
span.disabled:hover {
	background-color: #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

.panel {
	clear: both;
	background-color: #EEEEFF;
	margin: 0 4px 4px 4px;
	border: 1px solid #c0c0c0;
	padding: 4px;
	display: none;
}

/*** Custom pop-up list box (new Instructor) ***/
div.pop-up-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: .6;
	filter:alpha(opacity=60);
	text-align: center;
	display: none;
}
div.list-box {
	position: absolute;
	top: 10%;
	left: 5px;
	background-color: #EEEEFF;
	border: 1px solid #c0c0c0;
	width: 99%;
	text-align: left;
	-moz-border-radius: 5px;
	padding: 2px;
	display: none;
}
div.list-box table {
	font-size: 90%;
}

#add-instructor-trigger {
	background: #efefef 2px url(../images/users.jpg) no-repeat;
	padding: 5px 10px 5px 28px;
	border: 1px solid #c0c0c0;
	clear: both;
	margin: 10px 6px;
}
#instructor-panel {
	margin-top: 10px;
}
#list-box-done {
	display: block;
	width: 40px;
	background: 2px url(../images/close.gif) no-repeat;
	padding: 10px 0 10px 28px;
	text-align: left;
}

table.ref {
	font-size: 80%;
	color: gray;
	margin: 5px 0 0 5px;
}
table.ref label {
	font-size: 100%;
	display: inline;
	color: #224477;
	padding: 0;
	margin: 0;
}

