/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Sans Serif;
	line-height: 140%;
	font-size: 11px;
	color: #474e4e;
}
table, td, div {
	font-family: Verdana, Sans Serif;
	line-height: 120%;
	font-size: 12px;
	color: #474e4e;
}
/* Joomla core stuff */

.contentpaneopen {
	width: 545px;
	color: #474e4e;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	text-align: justify;
}

.contentheading {
	width:545px;
	display:block;
	color: #E17B49;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Sans Serif;
	line-height: 140%;
	font-size: 13px;
	border-bottom: 1px solid #E17B49;
	margin-bottom:20px;
}

a:link, a:visited {
	color: #9BABAB; 
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a:hover {
	color: #474e4e;
}

.pathway {
	color: #474e4e;
	font-size: 9px;
}
.pathway a:link, .pathway a:visited {
	color: #9BABAB; 
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	text-transform: none;
}
.pathway a:hover {
	color: #474e4e;
	font-size: 9px;
}




.buttonheading {
	color: #474e4e;
	font-size: 9px;
	padding-bottom:5px;
}
.buttonheading a:link, .buttonheading a:visited {
	color: #9BABAB; 
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	text-transform: none;
}
.buttonheading a:hover {
	color: #474e4e;
	font-size: 9px;
}




.smalldark {
	color: #474e4e;
	font-size: 9px;
	font-family: Arial, Helvetica, Sans Serif;
}
.smalldark a:link, .smalldark a:visited {
	color: #9BABAB; 
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	text-transform: normal;
	font-family: Arial, Helvetica, Sans Serif;
}
.smalldark a:hover {
	color: #474e4e;
	font-size: 9px;
	font-family: Arial, Helvetica, Sans Serif;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #9BABAB;
	font-size: 9px;
	font-family: Arial, Helvetica, Sans Serif;
}

.inputbox {
	padding: 1px;
	border:solid 1px #9BABAB;
	background-color: #ffffff;
	font-family: Verdana, Sans Serif;
	font-size: 10px;
	color: #9BABAB;
}

textarea:focus, input:focus {
    background-color: #f7f7f7;
	font-family: Verdana, Sans Serif;
	font-size: 10px;
	color: #474e4e;
}

/* Floater */
table .moduletable_floater .contentpaneopen .contentheading {
	width:280px;
	text-align:left;
}
table .moduletable_floater .contentpaneopen {
	width:280px;
	text-align:left;
}