* {padding:0; margin:0}
/* standard elements */
html {min-height: 100%;}
body {
	background: #d3ffd3;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top:5px;
	text-align: center;
}


h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

#leftcolumn {float:left; width:200px}
#rightcolumn {float:left; width:755px}

/* structure */
.inner-container {
	border: 3px solid #228b22;
	background: #99d599;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	width: 955px;
	height: auto;
}

.outer-container {
	background: #d3ffd3;
	padding-bottom: 5px;
	
}

/* header & title */
.header {
	background: #eecbad;
	height: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.header .title {
	color: #FFF;
	padding-top: 1px;
}
/* path */
.path {
	background: #228b22;
	color: #FFF;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 12px;
	width: 955px;
	
}


/* main */

.main {
	background: url(../images/mainplain.png) repeat-y;
	align: center;
	border: 2px solid #ba1101;

	
	
}

/* content */
.content {
	height: 100%;
	width: 955px;
	
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: Verdana, Arial, Helvetica, sans-serif;}

.tableSubLedger{
	font-weight: bold;
	background-color: #c4ffc4;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
}

.tableLedger{
	font-weight: bold;
	color: #000000;
	background-color: #99d599;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tableRow{
	background-color: #d3ffd3;
	font-weight: bold;
	color: #000000;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table,td
{
	border               : 1px solid #ba1101;
	border-collapse      : collapse;
  	text-align           : center;
  	font-weight          : normal;
	font-size: 	12px;
	padding: 1px;
}


table
{
	border-width: 2px;
	border-style: solid;
	border-color: #ba1101;
	border-collapse: collapse;

}
thead th,

}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #A5A4A4;
	padding               : 2px;
  background            : #FFF ;
  color                 : #666;
  text-align            : center;
}

table.nothing {
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	
}
table.nothing th {
	border-width: 0px;
	padding: 1px;	
}
table.nothing td {
	border-width: 0px;
	padding: 1px;	
}


.ddsmoothmenu{
font: bold 12px Verdana;
background: #228b22; /*background of menu bar (default state)*/
width: 100%;

}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #228b22; /*background of menu items (default state)*/
color: white;
padding: 5px 5px;
border-right: 1px solid #99d599;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a:hover{
background: d3ffd3; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 180px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}