@charset "utf-8";
/* CSS Document */
html
{
	height:100%;
}
body
{
	background-color:#ffffff;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

div,p,td,th
{
	font-size:13px;
}

a img
{
	border:0px;
}

div#mainPage
{
	display:block;
	position:absolute;
	top:20px;
	margin:auto;
	height:auto;
	left:50%;
	background-color:#fef4eb;
	border: 1px solid #000000;
}
div#header
{
position:relative;
left:0px;
top:0px;
width: 100%;
height: 100px;
background: white url('/templates/pinkmonaco/images/header.jpg') no-repeat;
}
div#headerTitle {
	position: absolute;
	font-family: Verdana;
	font-size:48px;
	font-weight:bold;
	color: #7A2A2A;
	padding-top: 5px;
	padding-left:10px;
	z-index: 10;
}
div#headerTitle {
	display:none;
	}
div#headerTitleShadow {
	position: absolute;
	font-family: Verdana;
	font-size:48px;
	font-weight:bold;
	color: #7A2A2A;
	z-index: 5;
}
div#blackLine
{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:10px;
	background-image: url('../images/border_horizontal.gif');
	background-repeat: repeat-x;

}
div#blackLineShadow
{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:10px;
	background-image: url('../images/border_horizontal_shadow.gif');
	background-repeat: repeat-x;

}div#blackLineEnd
{
	position:absolute;
	bottom:10px;
	width:100%;
	height:10px;
	background-image: url('../images/border_horizontal.gif');
	background-repeat: repeat-x;

}
.componentheading {
	font-size: 14px;
	font-weight:bold;
}
.contentheading {
	font-size: 12px;
	font-weight:bold;
}

.small {
	font-size: 11px;
	font-style:italic;
	color: #555555;
}
div#blackLineEndShadow
{
	position:absolute;
	bottom:0px;
	width:100%;
	height:10px;
	background-image: url('../images/border_horizontal_shadow.gif');
	background-repeat: repeat-x;

}
div#mainContent
{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	min-height: 428px;
	padding: 0px;
	margin: 0px;
	background-color:#fef4eb;
}
div#footer
{
	height:auto;
	color:#333333;
	text-align:center;
	position:relative;
	left:0px;
	bottom:22px;
	width:100%;
	visibility:hidden;
}
div#footer2
{
	height:auto;
	color:#333333;
	text-align:center;
	position:absolute;
	left:0px;
	bottom:22px;
	width:100%;
}

div#footer a
{
	color:#222222;
	text-decoration:none;
}


ul.mainlevel-nav {
	visibility:hidden;
}
a#mainlevel-nav {
	visibility:hidden;
}
div#headerMenu a:hover
{
	padding:0px 0px;
	height:0px;
}
div#headerSearch
{
	position:absolute;
	width:240px;
	height:37px;
	right:10px;
	top:100px;
	z-index: 15;
}
div#mainArticles
{
	position:relative;
	left:220px;
	padding-bottom:50px;
	background-color:#fef4eb;
}
div#leftMenue
{
	position:absolute;
	left:0px;
	padding-left: 3px;
	width:auto;
	background-color:#fef4eb;
}


/* All <a>'s inside an <ul> which is inside of a <div> with id "leftMenue", thus all links inside of the left menu */
div#leftMenue ul a
{
	text-decoration:none;
	color:#000011;
	padding:0px;
}

/* <ul>'s generated by joomla for menu depth > 0 */
div#leftMenue ul
{
	list-style:none;
	padding: 4px;
	margin: 4px;
}
/* <ul> generated by joomla for depth = 0 (thus mainmenu) has class "menu" */
div#leftMenue ul.menu
{
	list-style:none;
	padding: 0px;
	margin: 0px;
}
/* <ul> generated by joomla for mainlevel links (like "Forgot password?" etc.) has id "mainlevel" */
div#leftMenue ul#mainlevel
{
	list-style:none;
	padding: 2px;
	margin: 2px;
}

/* All <a>'s inside of an <ul> of class "menu" which is inside a div with id "leftMenue", thus all <a>'s inside of the left menu. */
div#leftMenue ul.menu a 
{
	display:block;
	width: 168px;
	height: 20px;
	position:relative;
	text-decoration:none;
	background: url('../images/left_menu_button.jpg');
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #c58c5d;
	border-left: 1px solid #c58c5d;
	border-right: 1px solid #c58c5d;

}

/* All <a>'s inside a <li> with class "item1" which is inside an <ul> with class "menu" which is inside of a <div> with id "leftMenue", thus the <a> of the FIRST menu entry, which should also have a top border */
div#leftMenue ul.menu li.item1 a
{
	border-top: 1px solid #c58c5d;
}


/* all <a>'s inside of an <ul> which is inside of an <ul> with class "menu" which is inside of a div with id "leftMenue", thus all <a>'s which are SUBMENU items inside the left menu. */
div#leftMenue ul.menu ul a 
{
	display:block;
	width: 168px;
	height: 20px;
	position:relative;
	text-decoration:none;
	background: url('../images/left_menu_button.jpg');
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	border-top: 1px solid #c58c5d;
	border-right: 1px solid #c58c5d;
	border-left: 1px solid #c58c5d;
	border-bottom: 1px solid #c58c5d;

}

/* <span> which wraps link-text in all of main-menu's links */
div#leftMenue ul.menu a span {
	display:block;
	padding-left:10px;
	padding-top: 4px;
	height: 20px;
	color:#444444;
	font-size: 11px;
}
/* mouse over changes to <span> which wraps link-text in all of main-menu's links */
div#leftMenue ul.menu a:hover span
{
	display:block;
	padding-left:8px;
	padding-top: 4px;
	height: 20px;
	color:#333333;
	font-size: 11px;
}

/* text of the current active menu item */
div#leftMenue ul.menu li#current a span
{
	display:block;
	padding-left:8px;
	padding-top: 4px;
	height: 20px;
	color:#A0351B;
	font-size: 11px;
}

td.sectiontableheader {
	padding: 5px;
}

tr.sectiontableentry1 td {
	padding: 5px;
	/*background-color: #FECEA8;*/
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
tr.sectiontableentry1 {
	padding: 5px;
	/*background-color: #FECEA8;*/
	border-left: 1px solid #cccccc;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding: 5px;
}

tr.sectiontableentry2 td{
	padding: 5px;
	/* background-color: #FFD7BA; */
	
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

tr.sectiontableentry1 {
	padding: 5px;
	/*background-color: #FECEA8;*/
	border-left: 1px solid #cccccc;
}

a:link, a:visited, a:active {
	color: #7A2A2A;
	text-decoration:none;
}

a:hover {
	color: #7A2A2A;
	text-decoration:underline;
}

div#headerTop
{
	position:absolute;
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid black;
	right:10px;
	top:10px;
	width:468px;
	height:60px;
	display:block;
	overflow:hidden;
	z-index: 15;
}

div#headerSearch
{
	position:absolute;
	width:auto;
	height:37px;
	right:10px;
	top:80px;
	z-index: 25;
}

div#headerTop table tbody tr td p {
	display:inline;
}

input {
	border: 1px solid #555555;
	font-size: 11px;
}

input#modlgn_remember {
	border: 0px none #000000;
}

fieldset {
	border:0px none #000000;
}

div#pathway {
	position: relative;
	color:#7A2A2A;
	padding-bottom: 15px;
}

button, .button {
	background-color: #FFC095;
	border: 1px solid #c58c5d;
}
