/**
*** A Free Template by joomlajunkie.com
*** @version 1.0
*** @copyright (C) 2005-2006 by - Joomla Junkie
*** @web http://www.joomlajunkie.com
**/

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #669900;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.sectiontableentryB {
/* this is used when there's a whole list of data to provide and
you need to create alternate colors for each row of data. This is
the first color */
background-color : #fff;
line-height: 8px;
}

.sectiontableentry1 {
/* this is used when there's a whole list of data to provide and
you need to create alternate colors for each row of data. This is
the first color */
background-color : #fff;
color: #111;
padding: 6px 10px 2px 4px;
text-align: left;
line-height: 16px;
vertical-align: top;
}

.sectiontableentry1a {
/* this is used when there's a whole list of data to provide and
you need to create alternate colors for each row of data. This is
the first color */
background-color : #ccc;
color: #111;
white-space: nowrap;
padding: 2px;
text-align: left;
height:14px;
line-height:14px;
vertical-align: middle;
font-weight : bold;
}

.sectiontableentry2 {
/* this is the second color for the row*/
background-color : #ddd;
padding: 4px;
text-align: left;
height:16px;
line-height:16px;
font-size: 1.1em;
}

.sectiontableentry2ea {
/* this is the second color for the row*/
background-color : #ddd;
padding: 4px;
text-align: left;
height:16px;
line-height:16px;
font-size: 1.1em;
font-weight : bold;
}

.sectiontableentry2eaR {
/* this is the second color for the row*/
background-color : #ddd;
padding: 4px;
text-align: right;
height:16px;
line-height:16px;
font-size: 1.1em;
font-weight : bold;
}

.sectiontableentry4 {
/* this is used when there's a whole list of data to provide and
you need to create alternate colors for each row of data. This is
the first color */
background-color : #e4e9ab;
padding: 4px 10px 4px 4px;
text-align: left;
font-size: 12px;
vertical-align: top;
}

.sectiontableentry5 {
/* this is used when there's a whole list of data to provide and
you need to create alternate colors for each row of data. This is
the first color */
background-color : #ccc;
padding: 4px 4px 4px 4px;
text-align: left;
font-size: 12px;
}

.sectiontableentry3 {
/* this is the second color for the row*/
background-color : #777;
white-space: nowrap;
padding: 4px;
text-align: right;
height:16px;
line-height:16px;
color: #FFF;
font-weight:bold;
}

.sectiontableentry3a {
/* this is the second color for the row*/
background-color : #e4e9ab;
white-space: nowrap;
padding: 2px;
text-align: left;
height:14px;
color: #333;
font-weight:bold;
}