body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
	background-color: #e6e6e6;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #00a9e7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00a9e7;
}
a:hover {
	text-decoration: underline;
	color: #77B2F8;
}
a:active {
	text-decoration: none;
	color: #77B2F8;
}
a {
	font-weight: bold;
}

iframe {
  border: 0;
  margin: 0;
  frameborder: 0;
  height:600px;
  width:100%;
  
}
.style1 {color: #2669B7}

hr {
	height: 0;
	border: 0;
	border-top: 1px dotted #ccc;
}

td {
	vertical-align:top;
}

.myborders{
	
	border-bottom:solid 1px #ccc; 
	border-left:solid 1px #ccc; 
	border-right:solid 1px #ccc;
}

.selected{
	font-weight:bold;
	font-size:14px;
}


td{
	vertical-align:top;
}

.bb {
	 border-bottom:1px solid #d9e8cb;
	 font-size:12px;
}

.docs th{
	color:#FFF;
	padding:5px;
	text-align:left;
	font-size:14px;
}


/* forum stuff */

.profile_pic{
	float:left;
	width:100px;
	height:70px;

}

.post_info, .the_post, .post_link {
	color:#111111;
}

.the_footer {
	
	color:#7a8496;
	
}

.comment{
	float:left;
	padding:10px;
	background-color:#f6f6f6;
	border:1px solid #d1c7af;
	margin-left:-1px;
	width:450px;
	 margin-bottom:20px;
	 color:#222222;

}

.comment_text {
	margin-top:-10px;
	color:#262626;
	fo
}

.comment_arrow {
	left: -31px;
	top: 16px;
	position: relative;
	width:21px;
}

.content  .forum table {
	float:left;
	width:645px;
	border:1px solid #e6e6e6;
	margin:10px 0 10px 0;
	color:#222222;
}

.content  .forum table td {
	color:#2d2d2d;
	font-size:14px;
}

.content  .forum table td h3 {
	font-family:"PT Sans", Arial, Verdana, Sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:normal;
	line-height:normal;
	text-transform:normal;
	color:#333333;
	margin:0 0 10px 0;
}

.content  .forum table td h3 a {
	color:#333333;
	text-decoration:none;
}

.content  .forum table td h3 a:hover {
	color:#444444;
	text-decoration:none;
}

.content  .forum table td a {
	color:#3f4659;
	font-size:14px;
	text-decoration:none;
}

.content  .forum table td a:hover {
	color:#3f4659;
	font-size:14px;
	text-decoration:underline;
}

.content  .forum table td.forum_title {
	background-color:#2d2d2d;
	padding:10px 25px;
}

.content  .forum table td.forum_title div.head {
	float:left;
	width:auto;
}

.content  .forum table td.forum_title div.create {
	float:right;
	width:auto;
	font-size:14px;
	color:#f2ecdd;
	padding:5px 0 0 0;
}

.content  .forum table td.forum_title div.create a {
	color:#f2ecdd;
	text-decoration:none;
}

.content  .forum table td.forum_title div.create a:hover {
	color:#fff;
	text-decoration:none;
}

.content  .forum table td.off {
	background-color:#fff;
	padding:13px 27px;
	border:none;
	border-bottom:1px solid #e2e2e2;
}

.content  .forum table td.off2 {
	background-color:#fff;
	padding:13px 10px;
	border:none;
	border-bottom:1px solid #e2e2e2;
}

.content .forum table td.off p {
	color:#4b4b4b;
	font-size:14px;
}

.content  .forum table td.on {
	background-color:#f5f7ed;
	padding:13px 27px;
	border:none;
	border-bottom:1px solid #e2e2e2;
}

.content  .forum table td.on2 {
	background-color:#f5f7ed;
	padding:13px 10px;
	border:none;
	border-bottom:1px solid #e2e2e2;
}

.content  .forum .head h1 {
	color:#FFF !important;
}

.content  .forum h2 {
	margin:0;
	padding:0;
}



 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	font-weight: bold;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
} 


.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}



