body{
   	font-family: arial;
	text-align: center;
}

A:link {text-decoration: none; color: #0025C2;}
A:visited {text-decoration: none; color: #0025C2;}
A:active {text-decoration: none; color: #0025C2;}
A:hover {text-decoration: underline; color: #0025C2;}

div#top{
  margin-left: auto;
  margin-right:auto;
  border-width: 1px;
  border-style: dotted;
  padding: 10px;
}

div.header_top_left{
	float: left;
	background:transparent url(../images/border_top_left.gif) no-repeat scroll left top;
	height: 25px;
	width: 18px;
}

div.header_top_right{
	float: right;
	background:transparent url(../images/border_top_right.gif) no-repeat scroll right top;
	height: 25px;
	width: 18px;
}

div.header_horizontal{
	margin: 0px;
	background:transparent url(../images/border_horizontal_bar.gif) repeat-x center top;
	height: 25px;
}

div.footer_bottom_left{
	float: left;
	background:transparent url(../images/border_bottom_left.gif) no-repeat scroll left bottom;
	height: 25px;
	width: 18px;
}

div.footer_bottom_right{
	float: right;
	background:transparent url(../images/border_bottom_right.gif) no-repeat scroll right bottom;
	height: 25px;
	width: 18px;
}

div.footer_horizontal{
	margin: 0px;
	background:transparent url(../images/border_bottom_horizontal_bar.gif) repeat-x center bottom;
	height: 25px;
}

div.center_column{
  clear: both;
  margin-left:auto;
  margin-right:auto;
}

div.container_wrapper{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #a1daf8;
	border-right: 1px solid #a1daf8;
	zoom: 1;
}

div.comments_left_border, div.left_border{
	border-left: 1px dotted #a1daf8;
}


div.comments_right_border, div.right_border{
	border-right: 1px dotted #a1daf8;
}

div.mini_left{
	float: left;
}

div.mini_right{
	float:right;
}

div.container{
 margin-top: 10px;
 margin-bottom: 10px;
 border-width: 1px;
 padding: 5px;
}

div.left_column{
 float: left;
 width: 65%;
 padding: 5px;
}

div.right_column{
 float:right;
 width: 30%;
 padding: 5px;
}

div.comment_header, div.vid_header{
	clear:both;
	border-bottom:2px solid #FFCCCC;
	margin-top:5px;
	margin-bottom:5px;
	font-weight: bold;
}

div.comment_list{
	clear:both;
	overflow-y: auto;
 	overflow-x: hidden;
 	height: 350px;
}

div#right{
 clear: right;
 float:right;
 width: 35%;
 height: 350px;
 border-width: 1px;
 border-style: solid;
 overflow-y: auto;
 overflow-x: hidden;
 padding: 5px;
}

div.comment_div {
	cursor:pointer;
}

div.divider {
border-bottom:1px dotted #CCCCCC;
clear:both;
margin-bottom:3px;
margin-right:7px;
padding-bottom:3px;
}

button.general, input.general {
   color:#337497;
   font-weight:bold;
   background-color:#fcf6e8;
   border:1px solid #a1daf8;
}


input.hard {
   color:#337497;
   font-weight:bold;
   background-color:#fcf6e8;
   border:2px solid #011D94;
   padding: 2px;
}



.timestamp {
	font-size: 10px;
	font-family: arial;
}

.header_font{
	font-family: verdana;
	font-size: 13px;
}

.topic_header{
	font-size: 17px;
	font-weight: bold;
}

.content_font{
	font-size:12px;
}

.content {
	margin: 5px;
	padding: 15px;
	border-left:5px solid #87CEFA;
	background-color: #F0FFFF;
	width: 430px;
}

.menu {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}

.content_embeded{
	text-align: center;
	overflow-y: auto;
 	overflow-x: auto;
 	margin: 5px;
	padding: 5px;
	border:0px dotted #011D94;
	width: 100%;
}

.odd {
	background-color: 	#F0FFFF;
}

.even {
	 background-color: #E0FFFF;
}

p.indent {
	text-indent: 20px;	
}

div.topalign {
	position: relative;
	margin-top:0px;
}