/*******************************/
/* Colors used                 */
/*                             */
/* #D0D2D3 grey                */
/* #E48D19 orange              */
/* #B23379 purple              */
/*                             */
/*                             */
/*******************************/

/* Standard HTML Tags **/
body {
	background-color: #D0D2D3;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E48D19;
}
H1{
	font-family:"Times New Roman", Times, serif;
	font-size        : 24px;
	font-weight      : bold;
	color            : #B23379;
	text-align       : left;
}
H2{
	font-family:"Times New Roman", Times, serif;
	font-size        : 18px;
	font-weight      : bold;
	color            : #B23379;
	text-align       : left;
}
td a{
	font-family:"Times New Roman", Times, serif;
	color : #B23379;
	text-decoration: none;
}
td a:hover{
	font-family:"Times New Roman", Times, serif;
	color : #B23379;
	text-decoration: underline;
}
form{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: lowercase;
	color: #E48D19;
}

/**** Template structure ***/
#headertable {
	margin-top: 50px;
	background-color: #FFFFFF;
	height: 150px;
}
#headertablelx {
	background-image:  url(../images/greytrianglelx.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	background-attachment: scroll;
	width: 200px;
}
#headertablecx {
	background-image:  url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
	border: none;
	background-attachment: scroll;
}
#headertablerx {
	background-image:  url(../images/roundedcornerrx.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	text-align: right;
	vertical-align: bottom;
	width: 20px;
}
#contenttable {
	background-color: #FFFFFF;
	height: 300px;
}
#footertable {
	background-color: #FFFFFF;
	height: 75px;
}
#footertablelx {
	background-image: url(../images/roundedcornerlx.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;
}
#footertablerx {
	background-attachment: scroll;
	background-image: url(../images/greytrianglerx.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/******* Custom classes ********/
.hrule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B23379;
}

/*****  MAMBO classes ******/
.pathwaybox {
	font-size: 12px;
	color: #E48D19;
	vertical-align: top;
	text-align: left;
	padding-left: 25px;
}
.pathway {
	font-size: 12px;
	color: #B23379;
	margin: 0;

}
.pathway a {
	font-size: 12px;
	color: #B23379;
	text-decoration: none;
}
.pathway a:hover {
	font-size: 12px;
	color: #B23379;
	text-decoration: underline;
}

.moduletable {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.moduletable a{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #E48D19;
	text-transform: lowercase;
	padding-bottom: 4px;
	text-decoration: none;
}
.moduletable a:hover{
	padding-bottom: 4px;
	text-decoration: underline;
}

table.moduletable {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

table.moduletable th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B23379;
	text-align: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
	text-transform: lowercase;
}
table.moduletable td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: lowercase;
}
.contentpaneopen{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E48D19;
	text-align: left;
}
.contentcell{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
}

.inputbox {
	font-size: 12px;
	color: #B23379;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #D1D3D4;
	margin-bottom: 5px;
	padding-left: 3px;
}
.inputbox:focus {
} 
.button {
	text-align: center;
	background-color: #D1D3D4;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 5px;
}
a.mainlevel:link, a.mainlevel:visited {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #E48D19;
	text-decoration: none;
}
a.mainlevel:hover {
	font-family:"Times New Roman", Times, serif;
	text-decoration: underline;
}
a.sublevel:link, a.sublevel:visited {
	font-family:"Times New Roman", Times, serif;
	color: #E48D19;
	font-size: 11px;
	text-decoration: none;
}
a.sublevel:hover {
	font-family:"Times New Roman", Times, serif;
	color: #E48D19;
	font-size: 11px;
	text-decoration: underline;
}

.menucell {
	padding-top: 34px;
	background-image: url(../images/bigdot.gif);
	background-repeat: no-repeat;
	background-position: 25px top;
	padding-left: 25px;
}
.contentcell {
	padding-left: 25px;
}
.contentheading{
	font-family:"Times New Roman", Times, serif;
	font-size        : 24px;
	font-weight      : bold;
	color            : #B23379;
	text-align       : left;
}
.componentheading{
	font-family:"Times New Roman", Times, serif;
	font-size        : 24px;
	font-weight      : bold;
	color            : #B23379;
	text-align       : left;
}


