#spop.spop{
	background-color:#fff;
}
#content_wrap.inner_wrap{
/*    border-left: 20px solid #fff;*/
    border-right: 20px solid #fff;
    background-color:#555;
    width:980px;
}
#page_content_home #content_wrap.inner_wrap{
	border:0;
	background-color: transparent;
	width:100%;
}

#page_content_sitemap #content_wrap.inner_wrap,
#page_content_search #content_wrap.inner_wrap{
	border:0;
	background-color: #FFFFFF;
	width:980px;
	text-align:left;
}

#page_content_sitemap li
{
    list-style:none;
}

#page_content_home div.ui-block{
	min-height:300px;
}

#page_content_home .homepage_header{
	background-color:#777;
}

.customers_icons{
	text-align:left;
}

a.customer_icon_holder,a.customer_icon_holder:hover{
	text-decoration:none;
	display:block;
	height: 85px;
	width:240px;
	padding-top:10px;
	cursor:pointer;
}

a.customer_icon_holder img{
	float:left;
	width:85px;
	height:85px;
  opacity:0.7;
  webkit-opacity:0.7;
  filter:alpha(opacity=70);
}

a.customer_icon_holder:hover img{
  opacity:1;
  webkit-opacity:1;
  filter:alpha(opacity=100);
}

a.customer_icon_holder span{
	color:#000;/*#338800;*/
	display:block;
	float:left;
	font-style:italic;
	font-family:sans-serif;
	font-size:10pt;
	font-weight:bold;
	margin-top:20px;
/*	text-transform:uppercase;*/
	width:130px;
	height: 75px;
}

/*
	Generic part...
*/
.clearfloat
{
  clear:both;
}

/*
UI Block
*/
.ui-block{
	text-align:left;
	border-top:1px solid #555;
/*	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(/border-radius.htc);
	background-color:#CCC;
	background-image: url(/images/arshagg_inv.png);
	background-repeat:repeat-x;
	background-position: left top;
*/
/*	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomright:10px;
	border-radius-bottomleft:10px;
	border-radius-bottomright:10px;*/

	background-color: #DFE1D4;
	min-height:200px;
	width:100%;
	/*position:relative;*/
}

.ui-block .inner_wrap{
	margin:10px;
/*	margin-left: 20px;*/
	overflow-y:auto;
}

td#feeds .ui-block .inner_wrap{
	margin-left: 60px;
}

.ui-block-footer{
	/*position:absolute;
	bottom:0;*/
	width:100%;
	/*background-color:#F2F1EC;*/
	line-height:12px;
}
.ui-block-footer-left{
/*background-image:url('/images/style/corner-left.gif');*/
  background-image: url("/images/spriteme1.png");
  background-position: -10px -567px;
background-repeat:no-repeat;
/*background-position:bottom left;*/
line-height:12px;
width:100%;
height:12px;
}
.ui-block-footer-right{
/*background-image:url('/images/style/corner-right.gif');*/
  background-image: url("/images/spriteme1.png");
  background-position: 708px -599px;
background-repeat:no-repeat;
/*background-position:bottom right;*/
line-height:12px;
width:100%;
height:12px;
}
.ui-block-footer-rightH{
background-image: url("/images/spriteme1.png");
background-position: 692px -599px;
background-repeat:no-repeat;
line-height:12px;
width:100%;
height:12px;
}
.ui-block-footer-filler{
background-color:#DFE1D4;
margin:0 12px;
line-height:12px;
height:12px;
}
/*
UI Block Tabs
*/
.ui-tabs{
	padding-top:5px;
}

.ui-block{
	padding-bottom:5px;
}

.ui-tabs .hidden{
	display:none;
}

.ui-tabs .tab-handles .tab-handle{
	font-size:12pt;
	color:#370;
	font-weight: bold;
	float:left;
	/*width:100px;*/
	min-width:100px;
	height:32px;
	line-height:32px;
	cursor:pointer;
	padding-right:2px;
	/*
	background-image:url(/images/tab.png);
	background-repeat:no-repeat;
	*/
}

.ui-tabs .tab-handles .ui-tabh-left{
	/*background-image:url('/images/style/tab-left-dark.gif');*/
  background-image: url("/images/spriteme1.png");
  background-position: -10px -453px;
	background-repeat:no-repeat;
	/*background-position:top left;*/
}
.ui-tabs .tab-handles .ui-tabh-right{
	background-image:url('/images/style/tab-right-dark.gif');
  /*background-image: url("/images/spriteme1.png");
  background-position: 77px -510px;*/
	background-repeat:no-repeat;
	background-position:top right;
}
.ui-tabs .tab-handles .ui-tabh-inner{
	background-color:#C9CCB6;
	margin:0 13px;
}

/*
.ui-tabs .tab-handles .tab-handle *{
	font-size:10pt!important;
	line-height:23px;
}
*/
.ui-tabs .tab-handles .selected .ui-tabh-left{
	/*background-image:url('/images/style/tab-left-light.gif');*/
  background-image: url("/images/spriteme1.png");
  background-position: -10px -339px;
  	background-repeat:no-repeat;
	/*background-position:top left;*/
}
.ui-tabs .tab-handles .selected .ui-tabh-right{
	background-image:url('/images/style/tab-right-light.gif');
  /*background-image: url("/images/spriteme1.png");
  background-position: 77px -396px;*/
	background-repeat:no-repeat;
	/*background-position:top right;*/
}
.ui-tabs .tab-handles .selected .ui-tabh-inner{
	background-color:#DFE1D4;
	margin:0 13px;
}

.ui-tabs .tab-handles{
	/*margin-left:10px;*/
}

.ui-tabs .tabbed{
	clear:both;
}


/*
UI Notes block
*/

div.ui-notes-block{
	height:280px;
	background-image: url('/images/style/notes_bg.png');
	background-repeat:repeat-x;
	background-position: top left;
}

div.ui-notes-block div.ui-notes-block-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    height:280px;
}
div.ui-notes-block .ui-notes-corner{
	/*background-image: url('/images/style/notes_corner.gif');*/
	background-image: url("/images/spriteme1.png");
	background-position: -10px -199px;
	background-color:#777;
	position:absolute;
	bottom:0;
	left:0;
	width:40px;
	height:120px;
	background-repeat:no-repeat;
	/*background-position: bottom left;*/
}
.ui-notes-block .ui-notes-title{
	color:#380;
	font-weight: bold;
	font-size:12pt;
	padding:15px;
	padding-top:0px;
	padding-left:25px;
}

.ui-notes-block .ui-notes-green{
	color:#380;
	font-weight: bold;
	font-size:11pt;
	padding:5px;
	font-variant:small-caps;
	padding-bottom:12px;
}

.ui-notes-block .ui-notes-gray{
	color:#000;
	font-size:11pt;
	padding:5px;
	padding-bottom:12px;
}

.ui-notes-block .ui-notes-subtitle{
	font-weight: bold;
}

.ui-notes-block .ui-notes-content{
	padding-left:22px;
	padding-right:10px;
/*	text-align:justify;*/
}

.ui-notes-block .ui-notes-content ul {
    list-style: inside;
}

.ui-notes-block .ui-notes-content ul li {
    line-height:16px;
}

.ui-notes-block .ui-notes-links ul{
	float:right;
	padding:10px;
}

.ui-notes-block .ui-notes-links li{
	list-style:none;
	/*list-style-position:inside;
	list-style-image: url('/images/style/read_more.png');*/
}

/*
.ui-notes-block .ui-notes-links li a{
	color:#380;
	text-decoration:none;
	font-weight: bold;
	padding-left:15px;
	background-image:url('/images/style/read_more.png');
	background-position:left center;
	background-repeat:no-repeat;
}*/

.ui-notes-block .ui-notes-links li a.read_more{
	font-family: Arial;
	font-size: 12px;
	color: #338800;
	background: url('/images/style/readIcon.jpg') 0 0 no-repeat;
	padding-left: 12px;
}


.paccany-title
{
	color:#380;
	font-weight: bold;
	font-size:10pt;
}

div.block_date
{
    float: left;
    padding-right: 50px;
}

td#feeds div.block_title
{
    font-weight: bold;
    text-decoration: underline;
}

td#feeds div.block_wrapper
{
    float: left;
    padding-bottom:30px;
}

.events div.block_wrapper
{
    float: left;
    padding:0px!important;
}

