/*body {
    font-family: arial;
    background-color: #EEE;
    color: #000;
}

a {
    color: #C30;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
}
a:hover { text-decoration: underline; }

#content {
    margin: 80px auto;
    text-align: center;
}

ul {
  list-style-type:none;
  margin-left:0px;
}

li {
  padding: 2px;
}

#content #header {
  margin: auto !important;
  padding:10px;
  font-size: 13px;
  border:1px dashed gray;
  background-color:#efefef;
  width:400px;
  text-align:center;
  font-family:helvetica;
  margin-bottom:12px !important;
}
*/
#secondary {
    color: #333;
    padding: 10px 35px;
	background-color: #dff2fb;
	margin-top:1px;    
}
.secondary {
	color: #333;
    padding: 0px;
	margin:0px;
	/*background-color: #dff2fb; MKV changed the html and body background to transparent, this shouldn't be necessary any longer*/
}


#pageslide-slide-wrap {
    background-color: #dff2fb;
}

#pageslide-content h2, #secondary h2, .secondary h2 {
/*  color: #0CF;*/
  color: #333;
  margin-bottom:6px;
  font-family:"Times New Roman", Times, serif;
  font-weight:normal;
  font-size:26px;
}

#pageslide-content a { 
  font-size:12px;
  padding:20px;
}

.pageslide-close {
  font-size: 12px;
  font-weight: bold;
  padding:10px !important; 
  border: 1px solid #C60;
}
.fblink {
  color:#fff;
  display:block;
  width: 65px;
  height:19px;
  background-color: #003851;
  font-size:15px;
  margin:1px 0px 0px 0px;
  padding:4px 10px 7px 10px;
  cursor:pointer;	
}
.fblink_give {
	width:130;
	height:28px;
	text-indent:-99999px;
	background: url(/global/images/btns/give_feedback_btn_off.png) no-repeat;
	margin:1px 0px 0px 0px;
	cursor:pointer;
}
.fblink_give:hover {
	background: url(/global/images/btns/give_feedback_btn.png) no-repeat;
}
.fblink_hide {
	width:130;
	height:28px;
	text-indent:-99999px;
	background: url(/global/images/btns/hide_feedback_btn_off.png) no-repeat;
	margin:1px 0px 0px 0px;
	cursor:pointer;
}
.fblink_hide:hover {
	background: url(/global/images/btns/hide_feedback_btn.png) no-repeat;
}
#feedcomments {
	display:block;
	overflow:auto;
/*	background-color:#F09;*/
    padding-right:4px;
	width:520px;
	height:300px;
}
/*#feedcomments b{
	color:#0CF;
}*/
#feedcomments blockquote {
	color:#6F6;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:2px;
}

#feedcomments p {
	margin-bottom:2px;
	padding-bottom:0px;
}
.fbcomment {
	display:block;
/*	border:1px solid #fff;*/
	padding:8px;
	margin-bottom:6px;
	background-color:#0d4e6e;
}

.submit_btn{
	background:url(/global/images/btns/submit.png) no-repeat center left;
	cursor:pointer;
	width: 56px;
	height: 20px;
	border: none;
	text-indent: -99999px;
}
.submit_btn:hover{
	background:url(/global/images/btns/submit_over.png) no-repeat center left;
}
