/**************************************
 * THEME NAME: learn_singing
 *
 * Files included in this sheet:
 *
 *   learn_singing/colors.css
 *   learn_singing/fonts.css
 *   learn_singing/layout.css
 **************************************/

/***** learn_singing/colors.css start *****/

a {
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
}

a.autolink.glossary:hover {
  cursor: help;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

body {
  background-color:#6B83B8;
  color: white;
}

table, th, td, hr, .content {
	border-color:#4B649E;
}
th, .header, .cal_popup_caption, .accesshide {
  background-color:#DCDCDC;
  color: #6B83B8;
}

/***** learn_singing/colors.css end *****/

/***** learn_singing/fonts.css start *****/

﻿/* make some small fonts a little bigger */
html {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
}

body {
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
}

p, li, td, th, dd {text-align: justify;}

h1, h2, h3, h4, h5, h6, .header {
	text-transform: capitalize;
	font-variant:small-caps;
	text-align:center;
	font-size: 16px;
	font-weight: normal;
}

.logininfo, .helplink, .minicalendar *, .link, .footer {
  font-size: 9pt !important;
}

/***** learn_singing/fonts.css end *****/

/***** learn_singing/layout.css start *****/

﻿#header, #header-home {
	background-image:url(pix/logo.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:60px;
	padding-left:550px;
	vertical-align:middle;
}
/*
h1.headermain {
	margin:0px;
	padding:10px 0px 0px 0px;
	vertical-align:middle;
}

ul {
	list-style-image: url('pix/bullet_orange.gif');
}

*/

ul {
	list-style-image: url('');
}

input, select {
	border-width: 1px;
	border-style: solid;
	border-color: #4B649E;
	background-color: #DCDCDC;
	color: #4B649E;
	font-size: 9px;
}/***** learn_singing/layout.css end *****/

