﻿.form_content{font-family:verdana;font-size:11px;color:#164614;font-weight:bold;}

body  {
	font: 100% Verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-size: 1em;
}

a img
{
	border-width:0px;
}

A.link2
{
    margin: 0 0 0 0px;
	padding: 0 5px 0 15px;
	background: #fff url(Images/arrow_green_rt.gif) no-repeat left top;
	font-weight: normal;
	color: #164614;
	font-size: 0.9em;
	text-decoration: none;
}

A.link1
{
    margin: 0 0 0 0px;
	padding: 0 5px 0 5px;
	font-weight: normal;
	color: #164614;
	font-size: 1em;
	text-decoration: underline;
}
A.link3
{
    margin: 0 0 0 0px;
	padding: 0 5px 0 15px; /* 15px for greenbox */
	background: #F5F5F5 url(Images/green_box.gif) no-repeat left top; /* original background color fff - rizky */
	font-weight: normal;
	color: #164614;
	font-size: 0.9em;
	text-decoration:underline;
}

A.link4
{
    margin: 0 0 0 0px;
	padding: 0 5px 0 15px; /* 15px for greenbox */
	background: #fff url(Images/green_box.gif) no-repeat left top;
	color: #164614;
	font-size:0.9em;
	font-weight:bold;
    color: #b89e03;
    height: 20px;
    text-transform: uppercase;
}
A.link5
{
    margin: 0 0 0 0px;
	padding: 0 35px 0 15px; /* 15px for greenbox */
	/*background: #fff url(Images/green_box.gif) no-repeat left top;*/
	color: #b89e03;
	font-size: 1em;
	font-weight:bold;
    color: #b89e03;
    text-decoration:none;
    text-transform: uppercase;
    vertical-align:top;
}
A.link6
{
    margin: 0 0 0 0px;
	padding: 0 0px 0 15px;
	/*background: #fff url(Images/black_box.gif) no-repeat left top;*/
	font-weight: bold;
	color: #164614;
	font-size: 1em;
	text-decoration: none;
	vertical-align:top;
}
A.link7
{
    margin: 0 0 0 0px;
	padding: 0 15px 0 15px; /* 15px for greenbox */
	/*background: #fff url(Images/green_box.gif) no-repeat left top;*/
	
	font-size: 1.2em;
	font-weight:bold;
    color: #006633;
    text-decoration:none;
    text-transform: uppercase;
    vertical-align:middle;
}

A.help2
{
    margin: 0 0 0 0px;
	padding: 0 5px 0 5px;
	font-weight: normal;
	color: #164614;
	font-size: 1em;
	text-decoration: underline;
	background: transparent url('Images/icon_help.gif') no-repeat left;
	padding-left: 20px;
}
.twoColFixRtHdr #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #333; /* Controls the outermost border */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header 
{
	background: #fff; 
	padding: 30px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 0px -1px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	border-bottom: solid 5px #b89e03;
	height:41px;
	
} 
.twoColFixRtHdr #header #logo {
	margin: 0 0 -20px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left; 
	width:242px;
	height:100%;	
}

.twoColFixRtHdr #header #logo a image 
{
    border-top: solid 10px #fff; /* hack to align the image to the bottom. valign didn't work */
    background-color: #fff; 
}


image   
{
	border: solid 0px #ccc;
}

/* extra2 is switched with extra -- 01/28/2008 Rizky */

.twoColFixRtHdr #header #extra2 {
    float: right; 
	width:274px;
	margin: 0px 0 0px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;	

	
}

.twoColFixRtHdr #header #extra2 a{
	margin: 0 0 0 0;
	padding: 0 5px 0 9px;
	/*background: #fff url(Images/arrow_blk_rt.gif) no-repeat left;*/
	font-size: 0.6em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.twoColFixRtHdr #header #extra2 input{
	font-size: 0.6em;
	
}


.twoColFixRtHdr #header #extra {
    float: right; 
	width:374px;
	margin: 0px 0 0px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;	

	
}

.twoColFixRtHdr #header #extra a{
	margin: 0 0 0 0;
	padding: 0 5px 0 9px;
	font-size: 0.6em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	vertical-align:middle;
}

.twoColFixRtHdr #header #extra img{
	margin: 0 0 0 0;
	font-size: 0.6em;
	text-decoration: none;
}

.twoColFixRtHdr #menu { 
	background: #fff; 
	margin-top: 2px;
	margin-left:0px;
	padding: 0px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float:right;
	width:100%;
	background: #fff url(Images/nav0_bg.jpg) repeat-x;
	color: White;

    
}
.twoColFixRtHdr #menu  #breadcrumb { 
	background: #fff url('Images/bg_graygradient6.jpg') repeat-x;
	border: solid 1px #ccc;
	height: 21px; /*55px;*/	
	color: #005D30;
	font-size: 0.7em;
}
.twoColFixRtHdr #menu  #breadcrumb A{ 
	/*background: #fff url('Images/bg_graygradient.jpg') repeat-x;*/
	height: 55px;	
	color: #005D30;
	/*font-size: 0.7em;*/
}  
.breadcrumbCurrent
{
    font-size: 1.4em;
}

.twoColFixRtHdr #menu #breadcrumb .current
{
    font-size: 1.4em;
} 


.twoColFixRtHdr #sidebars {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 0 0;
 font-size: 0.7em;
 margin-left:10px;  /*added by Larry 09-08 for to add space b/w content and sidebar*/
 
}

.oneColFixRtHdr #sidebars {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 0 0;
 font-size: 0.7em;
 
}
.oneColFixRtHdr #sidebars2 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
 font-size: 0.7em;
 
}
.sidebar
{
	background-color: #E5E5E5;
	padding-left: 2px;
	padding-bottom: 10px;
	text-align: left;
	
	
}
.sidebar h3
{
	background: #fff url('Images/bg_darkgraygradient.jpg') repeat-x;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	margin: 0px;
	text-transform: uppercase;
	
}

.sidebar h4
{
	background-color: #999;/*originally: background-color: #999; - rizky*/
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	margin: 0px;
	text-transform: uppercase;
	
}


.sidebar p
{
	border-bottom: dotted 1px #999;
	font-size: 0.9em;
    list-style: none;
    padding: 2px;
    margin: 0 4px 0px 6px;
    background: transparent url('Images/arrow_blk_rt.gif') no-repeat right;
}


.sidebar p.document
{
	background: transparent url('Images/icon_document.gif') no-repeat left;
	padding-left: 20px; 
}

.sidebar p.print
{
	background: transparent url('Images/icon_print.gif') no-repeat left;
	padding-left: 20px;
}
.sidebar p.pdf, a.pdf, .pdf
{
	background: transparent url('Images/icon_pdf.gif') no-repeat left top;
	padding-left: 20px;

}
.sidebar p.help, a.help
{
	background: transparent url('Images/icon_help.gif') no-repeat left;
	padding-left: 20px;
}
.sidebar p.video
{
	background: transparent url('Images/icon_video.gif') no-repeat left;
	padding-left: 20px;
}
.sidebar p.word, a.word, .word
{
	background: transparent url('Images/icon_word.gif') no-repeat left;
	padding-left: 20px;
}



.twoColFixRtHdr #mainContent { 
	margin: 0px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.9em;
	text-align: left;
} 

.twoColFixRtHdr #container #mainContent p font
{
    font-size: small;
}
.twoColFixRtHdr #container #mainContentHub p font
{
    font-size: small;
}
.twoColFixRtHdr #container #mainContent li font
{
    font-size: small;
}

.twoColFixRtHdr #mainContent500 { 
	margin: 0px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.9em;
	text-align: left;
	width:500px;  /*for show all news issue*/
} 

.twoColFixRtHdr #mainContentFull { 
	margin:4px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.9em;
	text-align: left;
	background-color: #fff;	
} 

.twoColFixRtHdr #mainContentFull h1 { 
	margin:-20px 0px 0px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.9em;
	text-align: left;
	border-bottom: solid 1px #ccc;	 
}


.twoColFixRtHdr #mainContentFull h2 
{
    margin: 0px;
    padding: 0px;
	border-top: solid 4px #fff;
	font-size: 0.9em;
}

.twoColFixRtHdr #mainContentFull h1 A { 
	border: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding:4px 10px 0px 10px;
     color: #666;
     background: #eee url (Images/bg_graygradient.jpg);
     text-decoration: none; font-size: 1.1em;
}
.twoColFixRtHdr #mainContentFull h1 .subhead { 
	margin-left: 0px;
	margin-right: -4px;
	border: solid 1px #ccc;
	border-bottom: solid 1px #fff;
	padding:4px 10px 0px 10px;
     color: #333;
     background-color: #fff;font-size: 1.1em;
}  

.subhead
{ 
    color: #005D30;
     font-weight: bold;
    font-size: 1.1em;
}

.list
{
    padding-bottom: 8px;
  
}

.list .date
{
    color: #666;
    font-size: 1.1em;
    
}

.list .summary
{
    color: #999;
    font-size: 0.9em;
    
}

.list A
{
    color: #333;
}

.list2
{
    padding-bottom: 0px;
  
}


.list2 .date
{
    color: #666;
    font-size: 1.1em;
    
}

.list2 A
{
    color: #333;
}



.bios td
{
   text-align: center;
 }

.bios td h2
{
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
    border-top:solid 1px #aaa;
    background-color: #fff;
    text-align: center;
     
}

.bios td h3
{
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding:0;
    /* border-bottom: dotted 1px #aaa; */
}

/*- footer and footer2 are switched on 01/28/2008 to adjust to the currently referenced div id in lloyds site */

.twoColFixRtHdr #footer2 { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: auto;
	
} 


	
.twoColFixRtHdr #footer2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0px 20px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	font-weight: bold;
	color: #164614;
	text-align: center;
}

.twoColFixRtHdr #footer2 p a{ 
margin: 0 0 0 0;
	padding: 0 5px 0 9px;
	/*background: #fff url(Images/arrow_blk_rt.gif) no-repeat left;*/
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: center;
}
	
	.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: auto;
	
} 

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0px 20px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	font-weight: bold;
	color: #164614;
	text-align: center;
}

.twoColFixRtHdr #footer p a{ 
margin: 0 0 0 0;
	padding: 0 5px 0 9px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: center;
	}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#highllights
{
   border-style :solid; border-color:#b89e03; border-width:1px;
}

.highlightTable
{
	margin: 0;
	padding: 0px 0px 0px 0px; /*give space between each highlight */ /*originally 2px on all - rizky */
	height:100%; 
}


.highlightTable #smallpane 
{
	margin-top: 2px; padding:5px;
	width:200px;
	color:#164614;
	/*border:1;border-bottom-color:#b89e03;border-bottom-style:double;*/	
}


.highlightTable #reportClaim a 
{
	color:#164614;
	margin-top: 2px; padding:0px 0px 0px 5px ;
	width:200px;
    font-weight:bold;
    text-decoration: none;
    position: relative;
    bottom: 20px;
}

.highlightTable h1 /* highlight header */
{
	background: #fff url('Images/nav0_bg.jpg') repeat-x; /*url('Images/bg_darkgraygradient.jpg') repeat-x;*/ /* rizky original: background-color:#fff */
	margin: 0px; padding: 4px; /* need this otherwise a huge gap between h1*/
    font-size:0.7em;
    color: white; /* rizky original: #b89e03*/
    height: 24px;
    vertical-align: bottom;
    text-transform: uppercase;
    height:100%;
    
 
}

/*This is for the NEWSLETTER heading */
.highlightTable h3 h1 /* highlight header */
{
	margin: 0; padding: 0; /* need this otherwise a huge gap between h1*/
    font-size:1em;
    color: #b89e03;
    height: 18px;
    vertical-align: bottom;
    text-transform: uppercase;
    background:#F5F5F5; 
}

.highlightTable h2
{
	margin: 0; padding: 0;
	/*background: #fff url(Images/home_page_highlights_top.jpg) no-repeat left;*/
	
	/*border-bottom:solid 1px #b89e03;*/

}

.highlightTable h3
{
	margin-top: 2px; padding:4px;
	background-color: #F5F5F5; /*original value: #fff - rizky */
	font-size: 0.7em;
	font-weight: normal;
	height: 220px;
	border: solid 1px #F5F5F5;
}

.highlightTable h4 /* hightlight footer */
{
	margin: 0px; 
	padding: 4px 0px 4px 0px;
	background-color: #fff;
    font-size: 0.7em;
    color: #dedede;
    /*border-bottom: solid 1px #b89e03;*/
     /*border-top: solid 2px #b89e03;  -- rizky */
}

.highlightTable h5
{
	margin-top: 2px; padding:4px;
	background-color: #F5F5F5; /*original value: #fff - rizky */
	font-size: 0.7em;
	font-weight: normal;
	height: 220px;
	border: solid 1px #F5F5F5;
}
/*This is for the NEWSLETTER heading */
.highlightTable h5 h1 /* highlight header */
{
	margin: 0; padding: 0; /* need this otherwise a huge gap between h1*/
    font-size:1em;
    color: #b89e03;
    height: 18px;
    vertical-align: bottom;
    text-transform: uppercase;
    background:#F5F5F5; 
}
.homePageHalfBottom /* -- rizky */
{
 /*border-style :solid; border-color:#b89e03; border-width:1px;*/
}


.navbar /* Controls the overall navbar. If you want to affect the overall style, change here. */
{
	width: 100%;
	height: 24px;
	background: #fff url('Images/nav0_bg.jpg') repeat-x;
	color: White;
    font-size: 0.7em;
    text-transform:uppercase;
    padding: 0;
    margin: -1px;
    
}


.navbarlevel0 /* Controls the root level navbar*/
{
     /* left padding of the rootlevel menu item */
    /* width: 400px;*/
	line-height:20px; /* This is needed so that the level below doesn't overlap the parent level */
}

.navbarlevel0 A
{
	color: White;
    font-weight: bold;
 
}

.navstaticHover /* Controls the overall navbar. If you want to affect the overall style, change here. */
{
	width: 100%;
	height: 20px;
	/*border-left:dash 1px #fff;*/
	background:#A38D0F url(Images/nav0_bgon.jpg) ;
    color:  #005D30;
}


.navbarlevel0item
{
	padding: 0px 0px 0px 4px;
	margin-top: 1px;
	/*border-right: solid 1px #fff; */
    /*width: 140px;*/  
    /*border-left:solid 1px #999;*/
  
    background-image: none;
}

.navbarlevel1
{
	background-color: White;
    width:auto;
    border: solid 1px #A38D0F;
    padding: 2px;
    font-size: 0.6em;
    z-index:100;
}

.navbarlevel1 A
{
	color: #333;
	font-weight: bold;
    
   
}

.navbarlevel1item
{
	border-bottom: dotted 1px #A38D0F;
    padding: 2px 10px 2px 2px;
    /*background: transparent url(Images/arrow_blk_rt.gif) no-repeat right;*/
    
}

.navbarlevel2
{
	background-color: White;
    width:auto;
    border: solid 1px #A38D0F;
    padding: 2px;
    margin: 3px 0 0 1px;
    font-size: 0.6em;
    z-index:100;
}

.navbarlevel2 A
{
	color: #333;
	font-weight: bold;
    background-image: none; 
   
}
.navbarlevel2item
{
	border-bottom: dotted 1px #A38D0F;
    padding: 2px 10px 2px 2px;
    /*background: transparent url(Images/arrow_blk_rt.gif) no-repeat right;*/
    
}

.navbarlevel3
{
	background-color: White;
    width:auto;
    border: solid 1px #A38D0F;
    padding: 2px; font-size: 0.6em;
   z-index:100;
}

.navbarlevel3 A
{
	color: #333;
	font-weight: bold;
    background-image: none;
}
.navbarlevel3item
{
	border-bottom: dotted 1px #A38D0F;
    padding: 2px 10px 2px 2px;
    /*background: transparent url(Images/arrow_blk_rt.gif) no-repeat right;*/
    
}

.navbarlevel4
{
	background-color: White;
    width:auto;
   border-left: solid 1px #A38D0F;
    border-right: solid 1px #A38D0F;
    border-bottom: solid 1px #A38D0F;
    padding: 2px;
    z-index:100;
}

.navbarlevel4 A
{
	color:Green;
	font-weight: bold;
    background-image: none;
}
.navbarlevel4item
{
	border-bottom: dotted 10px #333;
    padding: 2px 10px 2px 2px;
    /*background: transparent url(Images/arrow_blk_rt.gif) no-repeat right;*/
    
}


A.readmore 
{
    	background: #F5F5F5 url(Images/icon_readmore.gif) no-repeat; /* original background #fff - rizky*/
    	padding: 0px 0 0 13px;
    	font-size: 0.9em;
    	text-decoration: none;
    	color: #A38D0F;
}

.button
{
    border: solid 2px #999;
    background: #b89e03 url(Images/arrow_blk_rt.gif) no-repeat right;
    margin-left:3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0px 2px 0px 8px;
    text-align: left;
}

input
{
    border: solid 1px #aaa;
}

option, select
{
    color: #333;
    font-size: 1em;
}
.pageFinePrint
{
    color: #434343;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
}
.subhead2{font-family:verdana;font-size:11px;color:#164614;font-weight:bold;}
.content{font-family:verdana;font-size:11px;color:#333333;line-height:15px;}

/********************************************************/

/* CSS for ADMIN */

.adminTwoColFixRtHdr 
{
	/*background-image: url(Images/sl-background.gif);*/
	background-color:#DEDFDE;
	font-size:small;
	font-family:Verdana;
	height:2000px;
}

.adminTwoColFixRtHdr #topMenu
{
	 
	width: 970px;
	font-size: 0.8em;
	padding:6px 6px 6px 6px;
	text-align:right;
	color: black;
}

#bottomMenu
{
	 
	width: 960px;
	font-size: 0.8em;
	text-align:center;
	color: white;
	background-color:#808080;
	/*border:solid 1px black;*/
}

.adminTwoColFixRtHdr #topMenu a:link
{
	color:black;
}

.adminTwoColFixRtHdr #container 
{
	top:20px;
	width: 960px;  /*orig:760 using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	color:Black;
	font:Helvetica;
	background: #fff;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;
	border: solid 1px #07427B;
	/*background:Transparent url(Images/sl-container.gif) no-repeat left;*/
}

.adminTwoColFixRtHdr #containerBody #textbox
{
	padding:6px;
	font-size:1.0em;
}

.adminTwoColFixRtHdr #menu 
{
	margin: 0px 0px 0px 0px;
	padding:6px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float:right;
	width:946px;
	height:50px;
	color: White;
    /*border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;*/
	text-align:left;
}


.adminTwoColFixRtHdr #menu2
{
	margin: 6px 0px 0px 0px;
	background-color:#F7F6F3;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	float:right;
	width:960px;
	color: White;
    /*border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;*/
	text-align:left;
}


/*.adminTwoColFixRtHdr #logon {*/
/*	float: left;*/ /* since this element is floated, a width must be given */
/*	width: 230px; *//* originally 230 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background: transparent;*/ /* the background color will be displayed for the length of the content in the column, but no further */
/*	padding: 10px 0px 4px 10px;*/
/*	margin: 0px;*/
/*}*/


.adminTwoColFixRtHdr #rightContent 
{

	float:left;
	margin: 6px 0px 6px 6px;/* original value 0px 0px 0 240px the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 1em;
	/*border:solid 1px #aaa;*/
	width:688px;
	/*top:72px;
	left:605px;*/	
	
}

.adminTwoColFixRtHdr #MasterSitemap 
{
	float:left;
	/*float: left;*/ /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 6px 60px 6px 6x;
	margin:  6px 0px 6px 0px;
	border:solid 1px #aaa;
	background-color:#f0f0f0;
}


/*
.adminTwoColFixRtHdrLong #rightContent 
{
	position:absolute;
	top:100px;
	left: auto;
	margin: 0px 0px 0 0px;/* /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*font-size: 0.9em;
	border: solid 1px #333;
}*/

.ButtonDefault
{
	font-size:9px;
	height: 21px;
	color:White;
	background-color: #07427B;
	border: solid 2px #999;
}
.textbox
{
	padding-top: 2px;
	font-size:1.0em;
	margin-right:2px;
}


.textboxBig
{
	padding-top: 2px;
	font-size:1.0em;
	margin-right:2px;
}


.tree
{
	font-size: 1em;
	color: #333;
}

.treenode
{
	font-size: 0.8em;
	color: #333;
}

.treenodehover 
{
	font-size: 0.8em;
	color: #6666AA;
	padding-right: 10px;
	
	
}
.treenodehover A
{
	margin-right: 10px;
	background: transparent url('Images/arrow_blk_rt.gif') no-repeat right;	
}

label
{
	/*font-weight: bold;*/
}

.slBtn
{
	height:23px;
	font-size:0.7em;
	color:Black;
	/*background: Transparent url('Images/sl_button.gif') no-repeat left;*/
}

.btnDelete
{
	background: url('Images/ErrorCircle.gif') no-repeat left 50%;
	width: 20px;
	height: 20px;
	border: solid 0px #000;
}

.adminLnkBtn
{
	 text-decoration:none;	 
}
#tabContainer 
{	
    overflow: auto;
    width: 700px;
    height: 400px;
} 

.grid_header
{ 
	background-color:#5D7B9D;
    font-weight:bold ;
    color:White;
}

.adminForm
{
    margin-left: auto;
    
}