/******************
HTML Tags
******************/

body {
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	font-size:.8em;
	line-height:160%;
	width:96%;
	}

/* Rounded Corners*/

.roundedPanel
{	
	width:318px;
	background-color:#cdd9ff;
	color:white;
}

/* ResizableControl */

.frameImage
{
	width:130px;
	height:65px;
	overflow:hidden;
	float:left;
	padding:3px;
}

a:link { 
  color: #000000;
  background-color: #eeeeee;
  font-size: small;
  text-decoration:none;
  }
a:visited { 
  color: #000000;
  background-color: #eeeeee;
  font-size: small;
  text-decoration:none;
  }
a:hover { 
  color: #000099;
  background-color: #ffff00;
  font-size: small;
  text-decoration:none;
  }
a:active {
  color: #000000; 
  background-color: #82b6d7;
  font-size: small;
  text-decoration:none;
  }
a.std:link { 
  color: #0000ff;
  background-color: #ffffff;
  font-size: small;
  text-decoration:none;
  }
a.std:visited { 
  color: #0000ff;
  background-color: #ffffff;
  font-size: small;
  text-decoration:none;
  }
a.std:hover { 
  color: #ff0000;
  background-color: #ffffff;
  font-size: small;
  text-decoration:none;
  }
a.std:active { 
  color: #ff0000;
  background-color: #ffffff;
  font-size: small;
  text-decoration:none;
  }
a.menu:link { 
  color: #f7ca55;
  background-color: transparent;
  font-size: small;
  font-weight:bold;
  text-decoration: none
  }
a.menu:visited { 
  color: #f7ca55;
  background-color: transparent;
  font-size: small;
  font-weight:bold;
  text-decoration: none
  }
a.menu:hover { 
  color: #f7ca55;
  background-color: transparent;
  font-size: small;
  font-weight:bold;
  text-decoration: underline;
  }
a.menu:active { 
  color: #f7ca55;
  background-color: transparent;
  font-size: small;
  font-weight:bold;
  text-decoration: none
  }
h1 { text-align: left;
  font-size: large;
  font-style: normal;
	font-weight: bold
  }
h1.centered {
  text-align: center
  }
h1.green 
{
    color: Green;
    text-align: center
}
h2.green 
{
    color: Green;
    text-align: center
}

/******************
LAYOUT DIVS
******************/

#header-container {
	background: #009A00 repeat-x;
	color:#f7ca55;
	font-size:2em;
	margin:0px 0px 0px 4px;
	font-weight:bold;
	width:100%;
	text-indent:30px;
	}

#header-container a {
	text-decoration:none;
	color:#f7ca55;
	width: 100%;
	margin:0px;
	}
	
#header-left 
{
    background: #009A00 repeat-x;
	float:left;
	color:#f7ca55;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	background: url(app_themes/default/bg-curve-top-left.gif) no-repeat;
	}

#header-right 
{
    background: #009A00 repeat-x;
	color:#f7ca55;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:40px;
	border-right:0px solid yellow;
	font-size:.6em;
	float:right;
	}

#footer-container {
	color:#009A00;
	background: #009A00 repeat-x;
	margin:0px 0px 0px 4px;
	width:100%;
	}

#footer-left {
	width:75%;
	height:28px;
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#f7ca55;
	float:left;
	}

#footer-right {
	float:right;
	padding:0px;
	width:100%;
	height:28px;
	margin:0px;
	color:#f7ca55;
	background: url(app_themes/default/bg-curve-bottom-right.gif) no-repeat bottom right;
	}

#leftmenu-container {
	color:#f7ca55;
	margin:0px 0px 0px 4px;
	width:100%;
	border-right:solid 2px #009A00;
	float:none;
	}
	
#leftmenu-left {
	padding:0px 1px 0px 0px;
	color:#f7ca55;
	background: #009A00 repeat-x;
	font-weight:bolder;
	float:left;
	width:19%;
	height:710px;
	}
	
#leftmenu-right {
	padding:0px 0px 0px 0px;
	color:#000000;
	float:right;
	width:80%;	
	}

p { font-size: 12px;
  font-style: normal;
  font-weight: normal
  }
p.hilite { font-size: x-large;
  font-style: italic;
  font-weight: normal;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ff0000
  }
p.hicentre { font-size: large;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ff0000
  }
p.centered { text-align: center
  }
p.bigcentered {
  text-align: center;
  font-size: large
  }
p.big {
  text-align: left;
  font-size: large;
  font-style: normal;
  }
p.verybig { padding-top: 20px;
  text-align: center;
  font-size: x-large;
  font-style: normal;
  } 
p.phead { 
  font-size: large;
  font-style: normal;
  font-weight: bold;
  color: #0000ff
  }
p.indented {
  margin-left: 8;
	}
p.heavy { 
  font-size: 12px;
  font-style: normal;
  font-weight: bold
  }
p.small {
	font-size: 4px;
  }
table {
  font-size: 12px;
  font-weight: bold;
	text-align: left;
	border: 0px none; 
  }
tbody {
  vertical-align: top;
	} 
td {
	font-weight: normal;
	vertical-align: top;
  }
tr {
	font-weight: normal;
	vertical-align: top;
  }
td.bold{
  font-weight: bold;
	}
td.small {
  font-family: Verdana,Tahoma;
  font-weight: normal;
	font-size: 12px;
	color: #000000;
	vertical-align: top; 
	}
td.red 
{
    color: Red;
    font-weight: bold;
}
td.blue
{
   color: blue;
   font-weight: bold;
}    
table.heading {
	font-family: Verdana,Tahoma;
	font-size: 18px;
  font-weight: bold;
	color: #ff0000;
	text-align: center;
	border: 0px none; 
  }
table.big {
  text-align: left;
  font-size: small;
  width:100%;
  color:Green;
  border-width:0;
  padding:0;
  
  }
ul {
  font-size: small;
  font-style: normal;
  font-weight: normal;
  }
img.centered {
  text-align: center;
  border-style:none;
  }
img 
{
  border-style:none;
}
table.header-container {
	background: #009A00;
	font-size:2em;
	margin:0px 0px 0px 2px;
	font-weight:bold;
	width:100%;
	}

table.header-container a {
	text-decoration:none;
	color:#f7ca55;
	width: 100%;
	margin:0px;
	}
	
table.header-left 
{
    background: #009A00;
	float:left;
	color:#f7ca55;
	padding-top:5px;
	background: url(app_themes/default/bg-curve-top-left.gif) no-repeat;
	}

table.header-right 
{
    background: #009A00 repeat-x;
	color:#f7ca55;
	padding-top:5px;
	padding-right:40px;
	border-right:0px solid yellow;
	font-size:.6em;
	float:right;
	}

table.footer-container {
	color:#009A00;
	background: #009A00 repeat-x;
	margin:0px 0px 0px 4px;
	width:100%;
	}

table.footer-left {
	width:75%;
	height:28px;
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#f7ca55;
	float:left;
	}

table.footer-right {
	float:right;
	padding:0px;
	width:100%;
	height:28px;
	margin:0px;
	color:#f7ca55;
	background: url(app_themes/default/bg-curve-bottom-right.gif) no-repeat bottom right;
	}

table.leftmenu-container {
	color:#f7ca55;
	margin:0px 0px 0px 4px;
	width:100%;
	border-right:solid 2px #009A00;
	float:none;
	}
	
table.leftmenu-left {
	padding:0px 1px 0px 0px;
	color:#f7ca55;
	background: #009A00 repeat-x;
	font-weight:bolder;
	float:left;
	width:19%;
	height:710px;
	}
	
table.leftmenu-right {
	padding:0px 0px 0px 0px;
	color:#f7ca55;
	float:right;
	width:80%;	
	}

td.dbl 
{
    height:25px;
    color:#f7ca55;
}


