/*
Template Name: Mustache
Author: Rory Kranendonk
Author URI: http://www.dreamwire.nl
Version: 1.2
*/

/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */

html,body {
	background : url(../gfx/background.gif) repeat left top;
	margin : 0;
	padding : 0;
	width : 100%;
    height : 100%;
}

img { border: 0; }

#wrapper {
	position : relative;
	background : url(../gfx/main-left.png) repeat-y left top #FFFFFF;
	margin : 0 auto;
	width : 1100px;
	/* Want a fluid template? Delete the width property then and place this two lines instead
		min-width : 980px;
		max-width : 90%;
	*/
	height : auto !important;
	height : 100%;
	min-height : 100%;
}

#wrapper.login {
	position: absolute;
	background : none;
	top: 50%;
	left: 50%;
	margin-top: -138px;
	margin-left: -200px;
	width: 400px;
	min-width : 400px;
	height: 276px;
	min-height : 0;
}

#wrapper #container {
	position : absolute;
	background : url(../gfx/main-left.png) repeat-y left top #FFFFFF;
	-moz-box-shadow: 0 -3px 3px rgba(50, 50, 50, 0.30);
	-webkit-box-shadow: 0 -3px 3px rgba(50, 50, 50, 0.30);
	box-shadow: 0 -3px 3px rgba(50, 50, 50, 0.30);
	border-left: 1px solid #dfdfdf\9;
	border-right: 1px solid #dfdfdf\9;
	width : 100%;
	height : auto !important;
	height : 100%;
	min-height : 100%;
}

#wrapper #container .hide-btn {
	position : absolute;
	left : 223px;
	z-index : 999;
	background : url(../gfx/left-grip.png) no-repeat left top;
	outline : none;
	cursor : pointer;
	width : 13px;
	height : 45px;
}

#wrapper #container .hide-btn.top {
	top : 25%;
}

#wrapper #container .hide-btn.center {
	top : 50%;
}

#wrapper #container .hide-btn.bottom {
	top : 75%;
}

#wrapper #container #top {
	display : block;
	position : relative;
	z-index : 999;
	background : #FFFFFF;
	margin : 0 auto;
	padding : 20px 0 0;
	height: 125px;
}

#wrapper #container #top h1#logo {
	display : inline-block;
	background : url(../gfx/logo.png) no-repeat right top;
	margin : 0 0 20px 20px;
	width : 350px;
	height: 71px;
}

#wrapper #container #top h1#logo a, #wrapper #container #top h1#logo a:link, #wrapper #container #top h1#logo a:active, #wrapper #container #top h1#logo a:visited {
	display : block;
	width : 100%;
	height : 100%;
}

#wrapper #container #top h1#logo:hover {
	opacity : 0.6;
	filter : alpha(opacity=60);
}

#wrapper #container #top #labels {
	position : absolute;
	right : 20px;
	top : 20px;
	line-height : 27px;
}

#wrapper #container #top #labels ul {
	float : left;
	margin : 0;
	padding : 0;
	list-style : none;
}

#wrapper #container #top #labels ul ul {
	position : absolute;
	display : none;
	top : 27px;
	right : 5px;
	background : url(../gfx/message.gif) no-repeat left top #000000;
	padding : 5px;
	z-index : 9999;
}

#wrapper #container #top #labels ul li{
	float : left;
	position : relative;
}

#wrapper #container #top #labels ul li li{
	display : block;
	border-top : 1px solid #444444;
	font : 11px/1.4em Arial;
	color : #FFFFFF;
	width : 187px;
}

#wrapper #container #top #labels ul li li:hover{
	background : #444444;
}

#wrapper #container #top #labels  li a span.bar {
	float : left;
	background : url(../gfx/labels-bar.png) no-repeat right top;
	padding : 0 9px 0 5px;
	margin : 0 2px 0 0;
	font : 11px/2.2em Arial;
	color : #FFFFFF;
	font-weight : bold;
	cursor : pointer;
	height : 27px;
}

#wrapper #container #top #labels li a span.bar:hover {
	color : #e10000;
}

#wrapper #container #top #labels ul li a{
	float : left;
	background : url(../gfx/labels.png) no-repeat left top;
	padding : 0 0 0 30px;
	text-decoration : none;
	height : 27px;
}

#wrapper #container #top #labels ul li.socialicons{
	
/*	background : url(../gfx/labels.png) no-repeat left top; */
	padding : 0 0 0 30px;
	text-decoration : none;
	height : 27px;
}
#wrapper #container #top #labels ul li li a{
	display : block;
	float : none;
	background : none;
	padding : 7px 10px;
	text-decoration : none;
	color : #FFFFFF;
	height : auto;
}

#wrapper #container #top #labels ul li a.user, #wrapper #container #top #labels ul li a.user:link, #wrapper #container #top #labels ul li a.user:active, #wrapper #container #top #labels ul li a.user:visited {
	background-position : -88px top;
}

#wrapper #container #top #labels ul li a.user:hover {
	background-position : -88px bottom;
}

#wrapper #container #top #labels ul li a.settings, #wrapper #container #top #labels  li a.settings:link, #wrapper #container #top #labels  li a.settings:active, #wrapper #container #top #labels  li a.settings:visited {
	background-position : 0 top;
}

#wrapper #container #top #labels ul li a.settings:hover {
	background-position : 0 bottom;
}

#wrapper #container #top #labels ul li a.messages, #wrapper #container #top #labels  li a.messages:link, #wrapper #container #top #labels  li a.messages:active, #wrapper #container #top #labels  li a.messages:visited {
	background-position : -30px top;
}

#wrapper #container #top #labels  li a.messages:hover,
#wrapper #container #top #labels  li:hover a.messages {
	background-position : -30px bottom;
}

#wrapper #container #top #labels  li a.logout, #wrapper #container #top #labels  li a.logout:link, #wrapper #container #top #labels  li a.logout:active, #wrapper #container #top #labels  li a.logout:visited {
	background-position : -60px top;
}

#wrapper #container #top #labels  li a.logout:hover {
	background-position : -60px bottom;
}

#wrapper #container #top #menu {
	display : block;
	background : url(../gfx/menu.png) repeat-x right top;
	height: 33px;
}

#wrapper #container #left {
	float : left;
	position : relative;
	padding : 0 0 61px;
	overflow : hidden;
	width : 230px;
}

#wrapper #container #left .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;
}

#wrapper #container #left .box:first-child {
	display : block;
	margin : 20px;
}

#wrapper #container #left .box .content {
	display : inline-block;
	position : relative;
	width : 188px;
	padding: 5px;

}

#wrapper #container #left .box.search input {
	float : left;
	display : block;
	background : #FFFFFF;
	border : 1;
	outline : 0;
	padding : 8px 10px 8px;
	margin : 0;
	font : 12px/1.2em Arial;
	color : Black;
	width: 140px;
	
}

#wrapper #container #left .box.search #button {
	float : left;
	background : url(../gfx/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;
}

#wrapper #container #left .box.submenu ul {
	margin : 0;
	padding : 0;
	list-style : none;
}

#wrapper #container #left .box.submenu ul li{
	display : block;
	background : url(../gfx/icon-submenu.gif) no-repeat 10px 10px;
	border-top : 1px solid #e6e6e6;
	font : 12px/1.0em Arial;
	line-height: 18px;
}

#wrapper #container #left .box.submenu ul li:first-child{
	border-top : 0;
}

#wrapper #container #left .box.submenu ul li a, #wrapper #container #left .box.submenu ul li a:link, #wrapper #container #left .box.submenu ul li a:active, #wrapper #container #left .box.submenu ul li a:visited{
	display : block;
	padding : 8px 10px 8px 23px;
	color : #000000;
	text-decoration : none;
}

#wrapper #container #left .box.submenu ul li a:hover{
	color : #000000;
	text-decoration : none;
	line-height: 18px;
}

#wrapper #container #left .box.submenu ul li.current a, #wrapper #container #left .box.submenu ul li.current a:link, #wrapper #container #left .box.submenu ul li.current a:active, #wrapper #container #left .box.submenu ul li.current a:visited{
	background : url(../gfx/icon-submenu-on.gif) no-repeat 10px 10px;
	color : #000000;
	text-decoration : none;
}

#wrapper #container #left .box.submenu ul ul {
	padding : 0 0 6px;
}

#wrapper #container #left .box.submenu ul li li,
#wrapper #container #left .box.submenu ul li.current li{
	background : none;
	border-top : none;
	font : 11px/1.0em Arial;
}

#wrapper #container #left .box.submenu ul li li a, #wrapper #container #left .box.submenu ul li li a:link, #wrapper #container #left .box.submenu ul li li a:active, #wrapper #container #left .box.submenu ul li li a:visited,
#wrapper #container #left .box.submenu ul li.current li a, #wrapper #container #left .box.submenu ul li.current li a:link, #wrapper #container #left .box.submenu ul li.current li a:active, #wrapper #container #left .box.submenu ul li.current li a:visited{
	background : none;
	padding : 6px 10px 6px 23px;
	color : #737272;
}

#wrapper #container #left .box.submenu ul li li:first-child a,
#wrapper #container #left .box.submenu ul li.current li:first-child  a{
	padding : 5px 10px 7px 23px;
}

#wrapper #container #left .box.submenu ul li li a:hover,
#wrapper #container #left .box.submenu ul li.current li a:hover,
#wrapper #container #left .box.submenu ul li.current li.current a, #wrapper #container #left .box.submenu ul li.current li.current a:link, #wrapper #container #left .box.submenu ul li.current li.current a:active, #wrapper #container #left .box.submenu ul li.current li.current a:visited{
	color : #000000;
}

#wrapper #container #left .box.statics ul,
#wrapper #container #left .box.togglemenu ul {
	margin : 0;
	padding : 0;
	list-style : none;
}

#wrapper #container #left .box.statics ul li,
#wrapper #container #left .box.togglemenu ul li{
	display : block;
	position : relative;
	border-top : 1px solid #e6e6e6;
	padding : 8px 10px;
	font : 11px/1.0em Arial;
	color : #737272;
}

#wrapper #container #left .box.statics ul li:first-child,
#wrapper #container #left .box.togglemenu ul li:first-child{
	border-top : 0;
}

#wrapper #container #left .box.togglemenu ul li.content{
	display : block;
	background : url(../gfx/togglemenu-shadow.gif) repeat-x left top #fbfbfb;
	font : 11px/18px Arial;
	overflow : auto;
	width : auto;
}

#wrapper #container #left .box.statics ul li h2,
#wrapper #container #left .box.togglemenu ul li h2 {
	margin : 0;
	padding : 0;
	font : 13px/1.0em 'MuseoSans500', Arial;
	font-weight : normal;
	color : #000000;
	text-transform : uppercase;
}

#wrapper #container #left .box.togglemenu ul li.title{
	outline : none;
}

#wrapper #container #left .box.togglemenu ul li.title:hover,
#wrapper #container #left .box.togglemenu ul li.title.ui-state-active{
	color : #000000;
	cursor : pointer;
}

#wrapper #container #left .box.statics ul li .info{
	position : absolute;
	top : 4px;
	*top : 6px;
	right : 4px;
	background : url(../gfx/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;
}

#wrapper #container #left .box.statics ul li .info span{
	display : block;
	padding : 0 8px 0 0;
	height : 20px;
}

#wrapper #container #left .box.statics ul li .info.red span{
	background : url(../gfx/btn-info.gif) no-repeat right top;
}

#wrapper #container #left .box.statics ul li .info.blue{
	background : url(../gfx/btn-info.gif) no-repeat left -20px;
}

#wrapper #container #left .box.statics ul li .info.blue span{
	background : url(../gfx/btn-info.gif) no-repeat right -20px;
}

#wrapper #container #left .box.statics ul li .info.green{
	background : url(../gfx/btn-info.gif) no-repeat left -40px;
}

#wrapper #container #left .box.statics ul li .info.green span{
	background : url(../gfx/btn-info.gif) no-repeat right -40px;
}

#wrapper #container #left .box.statics ul li .info.black{
	background : url(../gfx/btn-info.gif) no-repeat left -60px;
}

#wrapper #container #left .box.statics ul li .info.black span{
	background : url(../gfx/btn-info.gif) no-repeat right -60px;
}

#wrapper #container #right {
	display : block;
	position : relative;
	background : #FFFFFF;
	margin : 0 0 0 250px;
	padding : 0 0 61px;
}

#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(../gfx/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(../gfx/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(../gfx/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(../gfx/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(../gfx/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(../gfx/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(../gfx/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(../gfx/breadcrumb.png) no-repeat 100% 6px;
	width: 13px;
	height: 26px;
}

#wrapper #container #right .section {
	display : inline-block;
	background : #FFFFFF;
	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 .title,
#wrapper #container #right .section .box .title {
	display : block;
	position : relative;
	background : url(../gfx/box-title.gif) repeat-x left top;
	padding : 8px 10px 0 ;
	font : 15px/1.0em 'MuseoSans500', Arial;
	color : #000000;
	font-weight: bold;
	text-transform : uppercase;
	height : 21px;
}

#wrapper.login .box,
#wrapper #container #right .section .box {
	display : block;
	background : #FFFFFF;
	border : 1px solid #e6e6e6;
	margin : 20px 20px 0 0;
	-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;
}

	font : 15px/1.0em 'MuseoSans500', Arial;
	font-weight:bold;
	color : #000000;
	text-transform : uppercase;
	height : 21px;
}

#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(../gfx/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(../gfx/box-hide.png) no-repeat left bottom;
}

#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(../gfx/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(../gfx/box-hide.png) no-repeat left bottom;
}

#wrapper.login .box .content,
#wrapper #container #right .section .box .content {
	display : block;
	/*background : url(../gfx/box-shadow.gif) repeat-x left top;*/
	padding : 20px;
}

#wrapper #container #right .section .box .content.nopadding {
	padding : 0;
}

#wrapper #container #right .section .box .content.hide {
	display : none;
}

#wrapper #container #right .section .box .content.iconbox {
	padding : 5px 0 20px 14px;
	text-align : center;
}

#wrapper #container #right .section .box .content .gallery {
	display : inline-block;
	padding : 11px 0 17px 10px;
	text-align : center;
}

#wrapper #container #right .section .box .content ul.comments {
	display : block;
	border-top : 1px solid #e6e6e6;
	margin : 0;
	padding : 0;
	list-style : none;
}

#wrapper #container #right .section .box .content ul.comments li{
	display : inline-block;
	border-bottom : 1px solid #e6e6e6;
	vertical-align : top;
	padding : 10px 0;
	line-height : 18px;
	width : 100%;
}

#wrapper #container #right .section .box .content ul.comments li a , #wrapper #container #right .section .box .content ul.comments li a:link, #wrapper #container #right .section .box .content ul.comments li a:active, #wrapper #container #right .section .box .content ul.comments li a:visited {
	color : #000000;
	text-decoration : none;
}

#wrapper #container #right .section .box .content ul.comments li a:hover {
	color : #8f8f8f;
	text-decoration : none;
}

#wrapper #container #right .section .box .content ul.comments li img{
	float : left;
	margin : 0 9px 0 0;
}

#wrapper #container #right .section .box .content ul.comments li img:hover {
	opacity : 0.7;
	filter : alpha(opacity=70);
}

#wrapper #container #right .section .box .content .thumb{
	display : inline-block;
	position : relative;
	background : #FFFFFF;
	border : 1px solid #e6e6e6;
	margin : 10px 10px 0 1px;
	-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;
	font : 0/0 Arial;
}

#wrapper #container #right .section .box .content .thumb img{
	margin : 0;
	border : 1px solid #FFFFFF;
	width : 61px;
}

#wrapper #container #right .section .box .content .thumb:hover img{
	opacity : 0.7;
	filter : alpha(opacity=70);
}

#wrapper #container #right .section .box .content .thumb .hover{
	position : absolute;
	display : none;
	background : url(../gfx/thumb-delete.png) no-repeat left top #FFFFFF;
	border : 1px solid #FFFFFF;
	top : 0;
	right : 0;
	z-index : 999;
	text-align : right;
	width : 13px;
	height : 13px;
}

#wrapper #container #right .section .box .content .thumb:hover .hover{
	display : block;
}

#wrapper #container #right .section .box .content .thumb .hover:hover{
	background : url(../gfx/thumb-delete.png) no-repeat left top #000000;
}

#wrapper #container #right .section .box .content .thumb .hover a{
	display : block;
	width : 14px;
	height : 14px;
}

#wrapper #container #right .section .box .content .pager {
	display : block;
	background : url(../gfx/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(../gfx/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;
}

#wrapper #container #right .section .box .content .progressbar-normal,
#wrapper #container #right .section .box .content .progressbar-count {
	background : url(../gfx/progressbar-back.gif) repeat-x left top transparent;
	border-right : 1px solid #cccccc;
	margin : 10px 0;
	height : 10px;
}

#wrapper #container #right .section .box .content .progressbar-normal div,
#wrapper #container #right .section .box .content .progressbar-count div {
	display : block;
	background : url(../gfx/progressbar.gif) repeat-x left top transparent;
	border-right : 1px solid #5cadea;
	height: 100%;
}

#wrapper #container #right .section .box .content .progressbar-normal.green div,
#wrapper #container #right .section .box .content .progressbar-count.green div {
	background : url(../gfx/progressbar.gif) repeat-x left -10px transparent;
	border-right : 1px solid #86c301;
}

#wrapper #container #right .section .box .content .progressbar-normal.red div,
#wrapper #container #right .section .box .content .progressbar-count.red div {
	background : url(../gfx/progressbar.gif) repeat-x left -20px transparent;
	border-right : 1px solid #f97373;
}

#wrapper #container #right .section .box .content span.percent {
	float : right;
	position : relative;
	top : -15px;
	font : 11px/1.0em Arial;
	font-weight : bold;
}

.ui-widget-overlay {
	position : absolute;
	top : 0;
	background : #000000;
	opacity : 0.5;
	filter : alpha(opacity=50);
}

#wrapper #footer {
	position : absolute;
	bottom : 0;
	left : 0;
	background : url(../gfx/back-footer.gif) repeat-x left top #F5F5F5;
	border-bottom : 5px solid #FFFFFF;
	font : 11px/1.0em Arial;
	color : #909090;
	overflow : hidden;
	width : 100%;
	height : 36px;
}

#wrapper #footer .split{
	display : block;
	padding : 13px 20px 0;
	width : 50%;
	height : 23px;
}

#wrapper #footer .split.right{
	position : absolute;
	top : 0;
	right : 0;
	text-align : right;
}

#wrapper #footer a, #wrapper #footer a:link, #wrapper #footer a:active, #wrapper #footer a:visited{
	color : #909090;
	text-decoration : underline;
}

#wrapper #footer a:hover{
	color : #727272;
	text-decoration : none;
}

#menucatname 
{
   font-weight: bold;
	
}

.btn {
  display: inline-block;
  *border-left: 0 none #e6e6e6;
    border-right: 0 none #e6e6e6;
    border-top: 0 none #e6e6e6;
    border-bottom: 0 none #a2a2a2;
    display: inline;
    padding: 4px 14px;
    margin-bottom: 0;
  *margin-left: .3em;
    font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
    background-repeat: repeat-x;
  *-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);*
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 2px;
}

.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}

.btn-small [class^="icon-"] {
  margin-top: 0;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    border-left-color: #0044cc;
    border-right-color: #0044cc;
    border-top-color: #0044cc;
    border-bottom-color: #002a80;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    border-left-color: #f89406;
    border-right-color: #f89406;
    border-top-color: #f89406;
    border-bottom-color: #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    border-left-color: #bd362f;
    border-right-color: #bd362f;
    border-top-color: #bd362f;
    border-bottom-color: #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    border-left-color: #51a351;
    border-right-color: #51a351;
    border-top-color: #51a351;
    border-bottom-color: #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    border-left-color: #2f96b4;
    border-right-color: #2f96b4;
    border-top-color: #2f96b4;
    border-bottom-color: #1f6377;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    border-left-color: #222222;
    border-right-color: #222222;
    border-top-color: #222222;
    border-bottom-color: #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 11px;
}

.btn-group > .btn-small {
  font-size: 12px;
}

.btn-group > .btn-large {
  font-size: 16px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

#leftnavheader {
    padding-left:25px;
    padding-bottom: 5px;
    font-weight:bold;
}

.adunitdiv {
    padding-left : 50px;
	padding-top : 25px;
	text-align : center;
}

.adunitdiv2 {
    padding-left : 0px;
	padding-top : 50px;
	text-align : center;
}

.responsivesquareadnew {
    display:none;
}