body {
	padding-top: 280px;
	padding-bottom: 45px;
	color: black;
}

.navbar {
	font-size: 9pt;
}
.navbar .nav > li > a {
  float: none;
  padding: 9px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover {
  /* background-color: #2d91d1; */
  color: White;
  padding: 9px 10px 8px;
  border-style: solid;
  border-color: Silver;
  border-width: 0px 0px 3px 0px;
  
}


.sidebtn {
	opacity: 0.2;
}
.sidebtn:hover {
	opacity: 1;
}

.socialicon {
	/* filter: url(filters.svg#grayscale); Firefox */
	filter: gray; /* IE */
	-webkit-filter: grayscale(1); /* Webkit */
}

.socialicon:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	margin-top:-1px;
	margin-left:-1px;
	width:22px;
	height:22px;
}


.sidebar-nav {
    padding: 9px 0;
}

.accordion {
    margin-bottom: 18px;
    width:50%;
}
.accordion-group {
    -moz-border-radius: 4px 4px 4px 4px;
    border: 1px solid #E5E5E5;
    margin-bottom: 2px;
    
}
.accordion-heading {
    border-bottom: 0 none;
	color: #000000;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}
.accordion-toggle {
    cursor: pointer;
}
.accordion-inner {
    border-top: 1px solid #E5E5E5;
    padding: 9px 15px;
}

.menuCss{
	font: 10.5px/13px Lucida Grande, Lucida Sans , Arial, sans-serif;
}
.menuCss li{
	margin-top: -5px;
}
.menuCss a:visited{
	color:#607890;
}
.colorWidth{
	width: 100%;
}


div.preview.loading {
	background: url('icons/ajax-loader.gif') no-repeat
}

div.preview { float: left; width: 30px; height: 30px; margin-top: 5px;}


div.preview1.loading {
	background: url('icons/ajax-loader.gif') no-repeat
}

div.preview1 { float: left; width: 30px; height: 30px; margin-top: 5px;}



/**div.preview.loading img {display: none; }*/
<!--
-->
div.preview-large.loading-large {
background: url('icons/ajax-loader_large.gif') no-repeat
}

div.preview-large {width: 65px; height: 65px;margin-left:45%}


div.preview-bar {float:left;width: 60px; height: 20px;}
div.preview-bar.loading-bar {
	background: url('icons/ajax-loader-bar.gif') no-repeat
}


.pointer{
	cursor:pointer
}

.responsebar{
	display:none;
}

.responsebar-post{
	display:none;
}

.info, .success, .warning, .error, .validation {
  border: .5px solid;
  margin:5px 0px;
  background-color:#EFEFEF;
  padding:15px 10px 15px 50px;
  border-color:#FFCC33;
  background-repeat: no-repeat;
  background-position: 10px center;
  display:block;
}

.success-post{
  /* border: .5px solid; */
  margin:5px 0px;
  background-color:#EFEFEF;
  padding:5px 10px 5px 50px;
  /* border-color:#FFCC33; */
  background-repeat: no-repeat;
  background-position: 10px center;
  display:block;
}
.info {
  color: #00529B;
  background-image: url('icons/info.png');
}
.success {
  color: #4F8A10;
  background-image:url('icons/success.png');
}

.success-post {
  color: #4F8A10;
  /* background-image:url('icons/success.png'); */
}


.warning {
  color: #9F6000;
  background-image: url('icons/warning.png');
}
/* .error {
  color: #D8000C;
  background-image: url('icons/error.png');
} */
.print {
	
}

div.listWrapper ul{
	width: 90%;  /* room for 2 columns */
}
div.listWrapper ul li{
	float: left;
	 width: 30em;   /* accommodate the widest item */
}
	/* stop the floating after the list */
div.listWrapper br{
	clear: left;
}
/* separate the list from what follows it */
div.listWrapper{
  margin-bottom: 1em;
}
div.approved{
	background-color:transparent;
	background-image:url(../img/approved.jpg);
	background-attachment: fixed;
	z-index : 1000;
	background-position:center;
	background-repeat:no-repeat;	
}
div.rejected{
	background-color:transparent;
	background-image:url(../img/rejected.jpg);
	background-attachment: fixed;
	z-index : 1000;
	background-position:center;
	background-repeat:no-repeat;	
}