/*<tags>*/
html{
	height: 100%;
	
	}
body{
	height: 100%;
	margin: 0;
	padding: 0;
	font: normal 12px/1.2em  Arial, sans-serif;
	background: #fff;
	color:#333;
	xword-break:break-all;
}
a{
	text-decoration: none;
}
a.lnk:hover{
	text-decoration: underline;
}
a img{
	text-decoration: none;
	border: 0;
}

p{
	margin:0;
	padding: 0 0 1em 0;
	border: 0;
}
dl,ul, li, h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin: 0;
	list-style: none;	
}
ul{
	xoverflow: hidden;
	x_overflow: visible;
	xword-break:break-all;
}
/*</tags>*/
/* <commonClasses alsoIn-Form.css="spacer, hidden, clearLeft" > */
.spacer{
	display: block;
	float: none;
	clear: both;
	height: 0px;
   font-size: 0px;
}
.clear:after{
	 content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear{
	_display: inline-table;
}
.hidden{
	display: none;
}
.clearLeft{
	clear: left;
}
.clearRight{
	clear: right;
}
.fltLeft{
	float: left;
}
.fltRight{
	float: right;
}
.leftFloat{
	float: left;
	margin: 0 1em 0 0;
}
.rightFloat{
	float: right;
	margin: 0 0 0 1em;
	
}
.small{
	font-size: 11px;
}
.larger{
	font-size: 14px;
}
.lnk{
	cursor: pointer;
}
.tblSummary{
	border:1px solid #d3aa83;
}

.tblSummary td
{
	padding:2px 5px;
	xheight:24px;
	border-bottom:1px solid #d3aa83;
 	xword-break:break-all;
 	
 	word-break:normal;
    word-wrap:break-word;
    
	border-collapse: collapse;
	vertical-align: top;

}
.tblSummary td a
{
	color:#333
}
.tblSummary th{
	background: #d3aa83;	
	text-align: left;
	padding:2px 5px;
}
tr.sapcer{
	height: 40px;
}
div.pager{
	margin: 5px 0;	
	height:16px;
	padding-left:730px;
}
div.pager a{
	float: left;		
}
div.pager a.lnkNext, 
div.pager a.lnkPrev{
	text-indent: -999em;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/iconNext.gif) no-repeat 50%;

}

div.pager a.lnkPrev{
	background-image: url(../images/iconPrev.gif);
}
/* </commonClasses> */
/*<layout>*/
div#wrap{
	width: 999px;
	position: relative;
	min-height: 100%;
	_height: 100%;
	background: #fff url(../images/bg_wrap.png) repeat-y 8px 0;
	margin: 0 0 0 4px;
	xborder-bottom: 5px solid #d3aa83;
	xoverflow: hidden;
}
	#heading{
		height: 80px;
		padding-top: 3px;
		xborder:1px solid;
		xposition:relative;
	}
		span#logo{
			height: 80px;
			width:105px;
			background: url(../images/bg_logo.png) 8px 50% no-repeat;
			text-indent: -9999px;
			display:block;
			float: left;
			margin-right: 10px;
		}
		span#logo a{
			display: block;
			height: 100%;
			width: 100%;
		}
	
	#nav{
		xbackground: #33a;
		width: 105px;		
		float: left;	
		margin: 10px 5px 10px 0;	
		overflow: hidden;
	}
		#nav ul{
			margin:0;
			padding: 0 0 0 3px ;	

		}
			#nav ul li{
				border-left: 5px solid #4C3C58;
				font-weight: bold;
				margin: 10px 0;
				padding: 0 0 0 5px;	
				_height:2em;		
				min-height:2em;
				line-height: 2em;
				xword-break:break-all;
				
			}
			#nav ul li a{
				color: #4C3C58;
			}
			#nav ul li a:hover{
				color: #dde0f0;
			}
	#content{
		width: 872px;
		float: left;
		margin: 10px 0 18px 15px;
		overflow: hidden;
	}
	
#footer{
	background:transparent;
	position:relative;
	xbackground: #fff;
	border-bottom: 3px solid #d3aa83;
	margin-top: -17px;
	xpadding-top: 5px;
	width: 1000px;
	xline-height: 0;
	font-size: 7px;

	
}

#footer ul{
	margin-left:130px;
	width: 860px;
	
}
#footer ul li{
	display:inline;
}
#footer ul li a {
	display:inline;
	color: #8c574c;
}
/*
div#modal{
	z-index: 1000;
	background: #eee;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

/*</layout>*/
@media print{
	.btns{
		display: none;
	}
}

