body {
	background: #cff2f6 url(../images/bg.gif) repeat-x;
	font-family: "Verdana", "Arial", " Tahoma", Serif;
	font-size: 11px;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #c30000;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

a:active {
	text-decoration: none;
}

td {
	font-family: "Verdana", "Arial", " Tahoma";
	font-size: 11px;
}

.menu {
	background-color:#CC0000;
}

a.mainlevel {
	font-size: 10px;
	color: #ffffff;
	padding: 0 3px 0 3px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
}

a.mainlevel:hover, a.mainlevel#active_menu {
	color: #a7d8d5;
	text-decoration: none;
	
}


.title {
	font-weight: bold;
	padding: 5px;
	height: 23px;
	text-transform:uppercase;
	color: #ffffff;
	background: transparent url(../images/bgtitle.gif) repeat-x;
	font-size: 10px;
	text-align:center;
}

.subtitle {
	font-weight: bold;
	padding: 3px;
	height: 12px;
	color: #090001;
	background-color:#9edad2;
	border-bottom: #00675c solid 1px
}

.textphone {
	padding-top: 3px;
	color: #a7d8d5;
	font-weight: bold;
	font-size: 12px;
}

.textregister {
	color: #a7d8d5;
	font-size: 10px;
}

.contable {
	border-bottom: #00675c solid 5px
}

.pad {
	padding: 10px;
}

.contentheading  {
	color: #000000;
	font-size: 18px;
}

h1  {
	color: #000000;
	font-size: 16px;
}

.componentheading {
	color: #000000;
	font-size: 13px;
	font-weight:bold;
}

.coursetable {
	border-left: #cccccc solid 1px;
	border-top: #cccccc solid 1px;
}

.coursetable td{
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
}

.coursetable div{
	color:#00675c;
	font-size: 10px;
}

/*********************
* next event
**********************/
.mod_events_latest_table td{
	border: #ffffff solid 1px;
}

.mod_events_latest_date {
	font-size: 10px;
}

.mod_events_latest_content {
 	
}

/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: 1px solid #9edad2;
	background-color:#9edad2;
	width: 140px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
}
.mod_events_td_title
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-weight: bold;
	color: Black;
}
.mod_events_td_dayname .sunday
{
	color:grey;
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth /* last month */
{
	color: #00675c;
	background-color: #cbeae6;
}
.mod_events_td_todaynoevents /* today */
{
	font-weight: bold;
	color: Black;
	aa- background-color: #FFA07A;
}
.mod_events_td_todaywithevents
{
	font-weight: bold;
	color: white;
	background-color: #ffea00;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: Black;
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: Black;
	background-color: #ffea00;
}
a.mod_events_daylink:link
{
	color: black;
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: black;
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: #00675c;
	text-decoration: none;
}
.mod_events_td_link
{
	background-color: Background;
}
a.mod_events_link:link
{
	color: Black;
}
a.mod_events_link:visited
{
	color: Navy;
}
a.mod_events_link:hover
{
	color: Silver;
}
.mod_events_monthyear
{
	border: 1px solid #9edad2;
	margin-top: 0.25em;
	width: 140px;
	height: 18px;
	background-color:#FFFFFF;
	aa-background-image: url( "../components/com_events/images/evback.jpg" );
}
.mod_events_monthyear td
{
	text-align:center!important;
}
.mod_events_monthyear a.mod_events_link, .mod_events_monthyear a.mod_events_link:visited, .mod_events_monthyear a.mod_events_link:visited
{
	font-weight: bold;
	color: Black;
	background-color: inherit;
	text-decoration: none;
}

.modulepdf a{
	color: yellow;
	text-decoration: none;
}

.modulepdf a:hover {
	color: white;
	text-decoration: none;
	
}
