@import "layout.css";
@import "tables.css";

html {
    height:100%;
}
body {
    height:100%;
    margin: 0 auto;
    padding: 0; 
    background: #FFF;
	font: .8em 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	line-height: 1.4em;
	color : #000;
}
.headerSub {
	font-size:larger;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #333333;
	line-height: 13px;
	letter-spacing: 2pt;
	border-bottom: 1px solid #003399;
	text-indent: 10pt;
}
.sideheading {
	color: #006699;
	border-bottom: 1px solid#900;
}

/* Links defenitions*/
a {
	font-size: 12px;
	color: #033;
}
a:link {
	text-decoration: underline;
	color: #069;
}
a:visited {
	text-decoration: underline;
	color: #306;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: underline;
	color: #039;
}

.plain {
	font-size: 10px;
}
a.plain {
	text-decoration: none;
}
a.plain:hover {
	border-bottom: 1px dotted #069;
}
a.plain:active {
	color: #069;
	border-bottom: 1px dotted #069;
}


/*------------Header---------------*/
div#header{
	background:#666;
	color:#FFF;
}
#header p{
    font-size:10px;
	margin:0;
}
#header ul{ 
	list-style-type:none;
	top:0;
	right:0;
	position:absolute;
	margin:0;
}
#header ul li{
	float:left;
	margin-right:20px;
}
#header ul li a{
    display:block;
    /*background:#666;*/
    color:#FFF;
    font-size:10px;
}
#header ul li a:hover{
    font-weight:bold;
}

/*------------Menu-Left---------------*/
div#menu-left{
	border-right: 1px dotted #666666;
}
#menu-left ul{
  list-style: none;
  margin-left: 5px;
  padding-left: 15px;
}
#menu-left li a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
#menu-left li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #069;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../images/menu-expanded.png);
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../images/menu-collapsed.png);
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../images/menu-leaf.png);
}



div#content{
	border-left: 1px dotted #666;

}

#contentHeader {
    font-size:10px;
    background:#52658C;
    line-height: 25px;
    color: #FFFFFF;
}

div#footer{
	background:#666;
	color:#FFF;
}
#footer p{
    font-size:10px;
}

