
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-container-one-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:828px;
	border:1px solid #818181;
	/*background:url(../../images/bg-two-column-main.png) repeat-y right;*/
	position:relative;
	}



#content-container-two-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:828px;
	border:1px solid #818181;
	background: url(../../Public/images/bg-two-column-main.PNG) repeat-y right;
	position:relative;
	}

#content-main-two-column {
	width:25%;
	float:left;
	
	}

#content-side-two-column 
{
	font-family:Arial;
	float:right;
	width:70%;
	margin-right:0px;
	height:auto;
	padding:10px;
 	
	
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:828px;
	border:1px solid #818181;
	background:url(../../Public/images/bg-three-column-main.png) repeat-y;
	position:relative;
	}

#content-main-three-column {
	width:375px;
	float:left;
	margin-left:20px;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:150px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	float:right;
	}

#content-side1-three-column {
	float:left;
	}
	
	
	/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN LEFT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-twoleft-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:839px;
	border:1px solid #818181;
	/*~~~~~ background:url(../../images/bg-three-column-main1.png) repeat-y; */
	position:relative;
	}

#content-main-twoleft-column {
	width:814px;
	float:left;
	margin-left:5px;
	}

#content-side2-twoleft-column,
#content-side1-twoleft-column {
	width:130px;
	font-size:.9em;
	}
	
#content-side2-twoleft-column {
	float:right;
	}

#content-side1-twoleft-column {
	float:left;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {
	/*background:url(../../images/bg-three-column-main.png) repeat-y;
	*/padding:0;
	margin:15px 0 10px 0;
	}

#three-column-side1 {
	float:left;
	width:30%;
	text-align:justify
	}

#three-column-side2 {
	float:right;
	width:30%;
	text-align:justify
	}

#three-column-middle {
	width:33%;
	margin:0px 10% 0px 33%;
	text-align:justify
	}
	
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	/*color:#666666;*/
	color:black;
}

p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../../Public/images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#d61719;
	text-decoration:none;
}

a:visited {
	color:#980000;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:active {
	color:#980000;
}

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
	height:4.5em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	/*position:relative;*/
	position:relative;
	width:760px;
	}
	
#logo {
	position:absolute;
	top:.7em;
	left:20px;
	font-size:2.1em; font-weight:normal;
	font-family:Georgia,Century Gothic, "Times New Roman", Times, serif;
	height:2.8em;
	padding:.1em 0 .2em 0;
	font-variant:small-caps;
	color:gray
}

#logo a {
	color:#4A6BB3;
	text-decoration:none;
	}

#top-information-home {
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:25.5%;
	height:2em;
	width:15%;
	padding:0 1.5% 0 0;
	}
	
#top-information-phone {
	text-align:center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	left:75%;
	height:100%;
	padding:0 0 0 2%;
	}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
	}

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:858px;
	/*background:#608fc8;*/
	position:relative;
	background:white;
	border:1px solid #818181;
	}
	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}

#feature-area-home {
	position:absolute;
	top:0;
	right:0;
	width:21%;
	text-align:center;
	padding:2%;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	line-height:160%;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:820px;
	background:#608fc8;
	position:relative;
	/*color:#d5e8ff;*/
	color:white;
	background:green;
	font-size: large;
	padding:.5em 20px .7em 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:#6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../Public/images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:#669966 url(../../Public/images/bg-nav.png) bottom left no-repeat;
	/*background:#669966 url(../../images/nav_gradient.png) ; */
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:845px;
	padding:.8em 0 1em 20px;
	position:relative;
	color:#a9c0db;
	font-size:.8em;
}

#footer div {
	background:#4b6cb5 url(../../Public/images/bg-nav-side.png) bottom right no-repeat;
	width:25%;
	_width:25.5%;
	position: absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:840px;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#999999;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	font-family:Century Gothic
	
	}
input.button-mid {
	font-weight:bold;
	padding:.4em 1em;
	font-size:1.0em;
	vertical-align:bottom;
	font-family:Century Gothic
	}
input.text
{
	font-weight: 100;
	padding:.1em  .4em;
	font-size:1.0em;
	vertical-align:bottom;
	font-family:Century Gothic;
	/*margin-left:2px*/
	 
}
input.text-mid {
	font-weight:bold;
	padding:.1em .2em;
	font-size:1.0em;
	vertical-align:bottom;
	font-family:Century Gothic
	}
input.summary-text {
	font-weight:bold;
	padding:.1em .2em;
	font-size:1.0em;
	vertical-align:bottom;
	font-family:Arial;
	text-align:right
	
	}
.category-score {
	font-weight:bold;
	/*padding:.5em 1.5em; */
	font-size:1.0em;
	vertical-align:top;
	color:black;
	text-align:right;
	
	}
.category-subscore {
	font-weight:normal;
	/*padding:.5em 1.5em; */
	font-size:1.0em;
	vertical-align:top;
	color:Blue
	}
.category-popup {
	font-weight:normal;
	/*padding:.5em 1.5em; */
	font-size:1.0em;
	vertical-align:top;
	color:Black
	}
.boxborder111
{
border-width:0pt;
border-style:none;
border-color: #4f7538;
padding:.1em 0.5em;
background-color: whitesmoke;
}
.boxborder-criteria
{
border-width:1pt;
border-style:dashed;
border-color:Maroon; 
color: #6B6000;
padding:.1em 0.5em;
font-style:italic
}
.boxborder-criteriasub
{
border-width:1pt;
border-style:solid;
border-color:Maroon; 
padding:.1em 0.5em;
background:#CFF3AF
}
.errorborder
{
border-width:1.5pt;
border-style:solid;
border-color: #BC0000;	
color:red;
padding:.1em 0.5em;
font-style:italic;  
background-color:#CFCFC9
}
.errormsg
{
color:red;
font-style:italic;  
font-size: 9px;
}
.errormsg2
{
color:red;
font-style:normal;  
font-family:Arial;
font-size: 11px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color: white;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	font-family: Arial;
}
.quote
{
	color :maroon;
	font-style:normal
	}

.bodylabel
{
	font-style:normal;
	font-family:Century Gothic;
	font-size: x-small
}

	
.clear {
	clear:both;
	}

.none {
    display:none;
}
/* default layout */
.ajax__tab_default .ajax__tab_header {white-space:nowrap;}
.ajax__tab_default .ajax__tab_outer {display:inline-block;display:inline-block}
.ajax__tab_default .ajax__tab_inner {display:inline-block;display:inline-block}
.ajax__tab_default .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:inline-block;display:inline-block}


/* xp theme */
CustomTabStyle .ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:10px;
    background:url(../../Public/images/tab-line.gif) repeat-x bottom;
}
.Custom_Tab_Style .ajax__tab_outer 
{	padding-right:0px;
	background:url(../../Public/images/tab-right.gif) no-repeat right;height:21px;
}
.Custom_Tab_Style .ajax__tab_inner {
	padding-left:3px;
	background:url(../../Public/images/tab-left.gif) no-repeat;
}
.Custom_Tab_Style .ajax__tab_tab {
	height:13px;
	padding:4px;
	margin:0;
	background:url(../../Public/images/tab.gif) repeat-x;
	}
.Custom_Tab_Style .ajax__tab_hover 
		.ajax__tab_outer 
		{background:url(../../Public/images/tab-hover-right.gif) no-repeat right;
		}
.Custom_Tab_Style .ajax__tab_hover 
		.ajax__tab_inner 
		{
		background:url(../../Public/images/tab-hover-left.gif) no-repeat;
		}
.Custom_Tab_Style .ajax__tab_hover 
		.ajax__tab_tab 
		{
		background:url(../../Public/images/tab-hover.gif) repeat-x;
		}
.Custom_Tab_Style .ajax__tab_active 
		.ajax__tab_outer 
		{
		 background:url(../../Public/images/tab-active-right.gif) no-repeat right;
		}
.Custom_Tab_Style .ajax__tab_active .ajax__tab_inner 
		{
		background:url(../../Public/images/tab-active-left.gif) no-repeat;
		}
.Custom_Tab_Style .ajax__tab_active .ajax__tab_tab 
		{
		background:url(../../Public/images/tab-active.gif) repeat-x;
		}
.Custom_Tab_Style .ajax__tab_body 
		{
		font-family:verdana,tahoma,helvetica;
		font-size:1.0em;
		border:1px solid #999999;
		border-top:0;padding:8px;
		background-color:#ffffff
		}

/* scrolling */
.ajax__scroll_horiz { overflow:scroll;}
.ajax__scroll_vert {overflow:scroll;}
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}



/*Table Alternative */


.GridTable
{
border-width:1pt;
border-style:solid;
border-color: #4f7538;
padding:.1em 0.5em;
background-color:White;
}

.GridHeader_Table
{
	padding:2px;
	background-color:#A4D69A;
	border-top:1px solid #eef;
	border-left:1px solid #eef;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
line-height:16pt;
color:#333333;

}
.AlternateStyle_Table
{
	background-color:#F7F6F3; /*#CCE2F8;  #eff4fa;*/
	color:Black;
}

/* Div Header above the table*/
.tdMainHeader
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	position:relative;
	top:20px;
	text-align:center;
	
}

/*Rounded Rectangle Corner Table*/
.top-left{ 
	background-image: url(../../Public/Images/newbutton_1.png); /* CHANGE: path and name of your image */
	height: 24px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	margin-right: 24px; /* CHANGE: replace by the width of one of your corners */
	}
 .top-right { 
	background-image: url(../../Public/Images/newbutton_1.png); /* CHANGE: path and name of your image */
	height: 24px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	margin-left: 24px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -24px;  /* CHANGE: replace by the height of one of your corners */
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}

	.bottom-left { 
	background-image: url(../../Public/Images/newOuterline_1.png); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	
	}
	.bottom-right { 
	background-image: url(../../Public/Images/newOuterline_1.png); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.MainTable {
	border-left: 1px solid #004489; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #004489;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	/*color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 0px;             /* YCC: all texts at some distance of the left border */
	padding-right:0px;             /* YCC: all texts at some distance of the right border */
	
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#514100;
	font-weight:500;
	/*border-bottom: 1px solid #004489;*/
	}
.notopgap    
{
	 margin-top:-9px; 
 }					 /* DNC: to avoid splitting of the box */
.nobottomgap
 { 
	margin-bottom:-15px; 
}						/* DNC: to avoid splitting of the box */

/*Rounded Rectangle Corner Table*/

.innerTable
{
	border-top:1px solid  #7FB06F;   /*          #004489; */
	border-left: 1px solid #7FB06F;    /*  #004489;  YCC: color & properties of the left-borderline */
	border-right: 1px solid #7FB06F;   /*      #004489;/* YCC: color & properties of the right-borderline */
	/*background: #FFFFFF;   */         /* YCC: background-color of the inside */
	/*color: #000000;                 /* YCC: default text-color of the inside */
	/*padding-left: 0px;             /* YCC: all texts at some distance of the left border */
	/*padding-right:0px;             /* YCC: all texts at some distance of the right border */
	
	/*font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#514100;
	font-weight:500;*/
	border-bottom: 1px solid #004489;
}
/*.tdSubHeader{
position:relative;
background:url(../Images/Sub_hdr_bg1.gif) repeat-x;
height:27px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
line-height:16pt;
color:#000000;
text-align:left;
} */

.tdHeader
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bolder;
	background-color:#CDD3CD;
	
	color:#514100;
}