 {
	float : left;
	position : relative;
	overflow : hidden;
	width : 230px;
}

 .box {
	display : block;
	background : #FFFFFF;
	border : 1px solid #e6e6e6;
	margin : 0 20px 20px;
	-moz-box-shadow: 1px 1px 0 #e6e6e6;
	-webkit-box-shadow: 1px 1px 0 #e6e6e6;
	box-shadow: 1px 1px 0 #e6e6e6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6');
	zoom: 1;
}

 .box:first-child {
	display : block;
}

 .box .content {
	display : inline-block;
	position : relative;
	width : 100%;
}

 .box.search input {
	float : left;
	display : block;
	background : #FFFFFF;
	border : 0;
	outline : 0;
	padding : 8px 10px 8px;
	margin : 0;
	font : 12px/1.2em Arial;
	color : #c6c6c6;
	width : 136px;
	height : 13px;
}

 .box.search button {
	float : left;
	background : url(images/btn-search.gif) no-repeat left top;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-filter: none;
	filter: none;
	border : none;
	outline : none;
	padding : 0;
	margin : 0;
	cursor : pointer;
	width : 32px;
	height : 29px;
}

 .box.submenu ul {
	margin : 0;
	padding : 0;
	list-style : none;
}

 .box.submenu ul li{
	display : block;
	background : url(images/icon-submenu.gif) no-repeat 10px 10px;
	border-top : 1px solid #e6e6e6;
	font : 12px/1.0em Arial;
}

 .box.submenu ul li:first-child{
	border-top : 0;
}

 .box.submenu ul li a,  .box.submenu ul li a:link,  .box.submenu ul li a:active,  .box.submenu ul li a:visited{
	display : block;
	padding : 8px 10px 8px 23px;
	color : #737272;
	text-decoration : none;
}

 .box.submenu ul li a:hover{
	color : #000000;
	text-decoration : none;
}

 .box.submenu ul li.current a,  .box.submenu ul li.current a:link,  .box.submenu ul li.current a:active,  .box.submenu ul li.current a:visited{
	background : url(images/icon-submenu-on.gif) no-repeat 10px 10px;
	color : #000000;
	text-decoration : none;
}

 .box.submenu ul ul {
	padding : 0 0 6px;
}

 .box.submenu ul li li,
 .box.submenu ul li.current li{
	background : none;
	border-top : none;
	font : 11px/1.0em Arial;
}

 .box.submenu ul li li a,  .box.submenu ul li li a:link,  .box.submenu ul li li a:active,  .box.submenu ul li li a:visited,
 .box.submenu ul li.current li a,  .box.submenu ul li.current li a:link,  .box.submenu ul li.current li a:active,  .box.submenu ul li.current li a:visited{
	background : none;
	padding : 6px 10px 6px 23px;
	color : #737272;
}

 .box.submenu ul li li:first-child a,
 .box.submenu ul li.current li:first-child  a{
	padding : 5px 10px 7px 23px;
}

 .box.submenu ul li li a:hover,
 .box.submenu ul li.current li a:hover,
 .box.submenu ul li.current li.current a,  .box.submenu ul li.current li.current a:link,  .box.submenu ul li.current li.current a:active,  .box.submenu ul li.current li.current a:visited{
	color : #000000;
}

 .box.statics ul,
 .box.togglemenu ul {
	margin : 0;
	padding : 0;
	list-style : none;
}

 .box.statics ul li,
 .box.togglemenu ul li{
	display : block;
	position : relative;
	border-top : 1px solid #e6e6e6;
	padding : 8px 10px;
	color : #737272;
}

 .box.statics ul li:first-child,
 .box.togglemenu ul li:first-child{
	border-top : 0;
}

 .box.togglemenu ul li.content{
	display : block;
	background : url(images/togglemenu-shadow.gif) repeat-x left top #fbfbfb;
	font : 11px/18px Arial;
	overflow : auto;
	width : auto;
}

 .box.togglemenu ul li.title{
	outline : none;
}

 .box.togglemenu ul li.title:hover,
 .box.togglemenu ul li.title.ui-state-active{
	color : #000000;
	cursor : pointer;
}

 .box.statics ul li .info{
	position : absolute;
	top : 15px;
	right : 4px;
	background : url(images/btn-info.gif) no-repeat left top;
	border : 0;
	padding : 0 0 0 6px;
	font : 11px/1.66em Arial;
	font-weight : bold;
	color : #FFFFFF;
	height : 20px;
}

 .box.statics ul li .info span{
	display : block;
	padding : 0 8px 0 0;
	height : 20px;
}

 .box.statics ul li .info.red span{
	background : url(images/btn-info.gif) no-repeat right top;
}

 .box.statics ul li .info.blue{
	background : url(images/btn-info.gif) no-repeat left -20px;
}

 .box.statics ul li .info.blue span{
	background : url(images/btn-info.gif) no-repeat right -20px;
}

 .box.statics ul li .info.green{
	background : url(images/btn-info.gif) no-repeat left -40px;
}

 .box.statics ul li .info.green span{
	background : url(images/btn-info.gif) no-repeat right -40px;
}

 .box.statics ul li .info.yellow{
	background : url(images/btn-info.gif) no-repeat left -60px;
}

 .box.statics ul li .info.yellow span{
	background : url(images/btn-info.gif) no-repeat right -60px;
}

 .box.statics ul li .info.black{
	background : url(images/btn-info.gif) no-repeat left -80px;
}

 .box.statics ul li .info.black span{
	background : url(images/btn-info.gif) no-repeat right -80px;
}

#wrapper #container #right {
	display : block;
	position : relative;
	background-color : #f9f9f9;
	padding : 0 0 30px;
	min-height:420px;
}

#wrapper #container #right .plain {
	display : block;
	margin : 20px 20px 20px 0;
}

#wrapper #container #right .nobox{
	float : left;
	margin : 5px 3px 61px 0;
	font : 9px/1.0em Arial;
	text-align : center;
}

#wrapper #container #right .nobox:first-child{
	float : left;
	margin : 5px 0 20px 17px;
	text-align : center;
}

#wrapper #container #right .btn-box{
	display : block;
	background : url(images/box-shadow.gif) repeat-x left bottom #fdfdfd;
	margin : 0 0 0 -20px;
	text-align : center;
}

#wrapper #container #right .btn-box .content {
	display : block;
	padding : 5px 0 22px 17px;
}

#wrapper #container #right  a.item {
	display : inline-block;
	background : url(images/btn-box.gif) repeat-x left bottom #fdfdfd;
	margin : 17px 17px 0 0;
	color : #7b7b7b;
	text-decoration : none;
	text-align : center;
	font : 11px/18px Arial;
	width : 126px;
	height : 103px;
}

#wrapper #container #right  a.item.small {
	display : inline-block;
	background : url(images/btn-box-small.gif) repeat-x left bottom #fdfdfd;
	margin : 0;
	font-size : 0;
	width : 35px;
	height : 26px;
}

#wrapper #container #right  a.item.small.text {
	background : url(images/btn-box-text.gif) no-repeat left top #fdfdfd;
	overflow : hidden;
	margin : 0;
	width : auto;
	height : 26px;
}

#wrapper #container #right .iconbox a.item.small,
#wrapper #container #right .iconbox a.item.small.text {
	margin : 17px 10px 0 0;
}

#wrapper #container #right a.item:hover {
	opacity : 0.7;
	filter : alpha(opacity=70);
}

#wrapper #container #right a.item img {
	display : inline-block;
	padding : 16px 0 12px;
	height : 32px;
}

#wrapper #container #right a.item.small img,
#wrapper #container #right .section .box .content ul.comments li a.item.small img {
	float : none;
	display : inline-block;
	padding : 5px 0 0;
	margin : 0;
	height : 16px;
}

#wrapper #container #right a.item.small.text img{
	float : left;
	padding : 5px 5px 0 5px;
	margin : 0;
}

#wrapper #container #right  a.item span {
	display : block;
	font : 13px/1.0em 'MuseoSans500', Arial;
	color : #7b7b7b;
	text-transform : uppercase;
}

#wrapper #container #right  a.item.small.text span {
	float : left;
	background : url(images/btn-box-text.gif) no-repeat right top;
	padding : 0 8px 0 0;
	font : 11px/2.5em 'MuseoSans500', Arial;
	color : #7b7b7b;
	text-transform : uppercase;
}

#wrapper #container #right #breadcrumbs {
	display : block;
	border-bottom : 1px solid #dcdcdc;
	margin : 0 0 0 -20px;
}

#wrapper #container #right #breadcrumbs ul {
	display : inline-block;
	margin : 0;
	padding : 0 0 0 20px;
	list-style : none;
	width : 100%;
}

#wrapper #container #right #breadcrumbs ul li {
	float : left;
	position : relative;
	background: url(images/breadcrumb.png) no-repeat 100% 6px;
	margin : 0;
	padding : 10px 25px 8px 15px;
	overflow : hidden;
	font : 11px/1.0em Arial;
}

#wrapper #container #right #breadcrumbs ul li span {
	display: block;
	overflow: hidden;
}

#wrapper #container #right #breadcrumbs ul li:first-child {
	background: url(images/breadcrumb-home.gif) no-repeat left 8px;
	margin : 0 -10px 0 0;
	padding : 10px 0 13px 0;
	width : 16px;
}

#wrapper #container #right #breadcrumbs ul li a , #wrapper #container #right #breadcrumbs ul li a:link, #wrapper #container #right #breadcrumbs ul li a:active, #wrapper #container #right #breadcrumbs ul li a:visited {
	color : #909090;
	text-decoration : none;
}

#wrapper #container #right #breadcrumbs ul li a:hover {
	color : #727272;
	text-decoration : none;
}

#wrapper #container #right #breadcrumbs ul li div.chevronOverlay{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

#wrapper #container #right #breadcrumbs .chevronOverlay{
	display: none;
	background: url(images/breadcrumb.png) no-repeat 100% 6px;
	width: 13px;
	height: 26px;
}

#wrapper #container #right .section {
	display : inline-block;
	width : 100%;
}

#wrapper #container #right .section .quarter {
	float : left;
	width : 25%;
	*width : 24.97%;
}

#wrapper #container #right .section .third {
	float : left;
	width : 33%;
	*width : 33.3%;
}

#wrapper #container #right .section .third:first-child {
	width : 34%;
	*width : 33.3%;
}

#wrapper #container #right .section .half {
	float : left;
	width : 50%;
	*width : 49.98%;
}

#wrapper #container #right .section .three-quarter {
	float : left;
	width : 75%;
	*width : 74.98%;
}

#wrapper.login .box,
#wrapper #container #right .section .box {
	display : block;
	background : #FFFFFF;
	border : 1px solid #e6e6e6;
	margin : 20px 20px 0 20px;
	-moz-box-shadow: 1px 1px 0 #e6e6e6;
	-webkit-box-shadow: 1px 1px 0 #e6e6e6;
	box-shadow: 1px 1px 0 #e6e6e6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6');
	zoom: 1;
}

#wrapper.login .box {
	margin : 0;
}

#wrapper #container #right .section .third:first-child {
	width : 33.4444%
	*width : 33.3%;
}

#wrapper.login .box .title,
#wrapper #container #right .section .box .title {
	display : block;
	position : relative;
	background : url(images/box-title.gif) repeat-x left top;
	padding : 8px 10px 0 ;
	font : 13px/1.0em 'Droid Sans', Arial, sans-serif;
	color : #000000;
	text-transform : uppercase;
	height : 28px;
}

#wrapper.login .box .title .hide,
#wrapper #container #right .section .box .title .hide,
#wrapper.login .box .title .show,
#wrapper #container #right .section .box .title .show{
	position : absolute;  
	top: 7px;
	right : 7px;
	background : url(images/box-hide.png) no-repeat left top;
	overflow : hidden;
	cursor : pointer;
	width : 24px;
	height : 15px;
}

#wrapper.login .box .title .show,
#wrapper #container #right .section .box .title .show{
	background : url(images/box-hide.png) no-repeat left bottom;
}

#wrapper.login .box .content,
#wrapper #container #right .section .box .content {
	display : block;
	background : url(images/box-shadow.gif) repeat-x left top;
	padding : 0 10px;
}

#wrapper #container #right .section .box .content.nopadding {
	padding : 0;
}

#wrapper #container #right .section .box .content.hide {
	display : none;
}

#wrapper #container #right .section .box .content .pager {
	display : block;
	background : url(images/tabs.gif) repeat-x left top;
	padding : 4px 20px;
	font : 11px/20px Arial;
	font-weight : bold;
	height : 22px;
}

#wrapper #container #right .section .box .content .pager a, #wrapper #container #right .section .box .content .pager a:link,
#wrapper #container #right .section .box .content .pager a:active, #wrapper #container #right .section .box .content .pager a:visited {
	display : inline-block;
	background : url(images/table-btn.gif) repeat-x left top transparent;
	border : 1px solid #e6e6e6;
	padding : 0 7px;
	margin : 0 0 0 3px;
	font : 11px/20px Arial;
	cursor : pointer;
	color : #000000;
	text-transform : uppercase;
	text-decoration : none;
	height : 20px;
}

#wrapper #container #right .section .box .content .pager a:first-child {
	margin : 0 0 0 5px;
}

#wrapper #container #right .section .box .content .pager a:hover,
#wrapper #container #right .section .box .content .pager a.current, #wrapper #container #right .section .box .content .pager a.current:link,
#wrapper #container #right .section .box .content .pager a.current:active, #wrapper #container #right .section .box .content .pager a.current:visited {
	color : #969696;
}

#wrapper #container #right .section .box .content .pager a.current, #wrapper #container #right .section .box .content .pager a.current:link,
#wrapper #container #right .section .box .content .pager a.current:active, #wrapper #container #right .section .box .content .pager a.current:visited {
	font-weight : bold;
}

input[type="checkbox"] {
    margin-right: 6px;
}