@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

body {
	margin:0 auto;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 75%;
	color: #404040;
	background-color: #FFF;
	vertical-align: middle;
}

img {
	border: 0 none;
	-moz-outline: none;
}
a img {
	border: 0 none;
	-moz-outline: none;
}
.tborder {
	border: 1px solid #CCCCCC;
}
.hr {
	height: 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CFCFCF;
}
.solidline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
}
.justify {
	text-align:justify;
}
.headline_margin {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #666;
	margin-bottom: 5px;
}
 a {
	color: #2E84CB;
	text-decoration: none;
	-moz-outline: none;
}
 a:link {
	color: #2E84CB;
	text-decoration: none;
}
 a:visited {
	color: #2E84CB;
	text-decoration: none;
}
 a:active {
	color: #85a430;
}
 a:hover {
	color: #85a430;
	text-decoration: underline;
}
:focus {
	-moz-outline-style: none;
}

#maincontainer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 25px;
}

#top_menu {
	float: left;
	height: 20px;
	width: 990px;
	padding: 5px;
	display: block;
}
.topmenu_spacer {
	color: #F0F0F0;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
.topmenu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	color: #404040;
	float: right;
}
#header {
	float: left;
	height: 50px;
	width: 1000px;
	margin:auto;
	background-image: url(images/wikilogo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	margin: auto;
	float: left;
	clear: left;
	height: 50px;
	width: 400px;
}
.clear { 
	clear:both; 
}
/*------------------------------------------------mainmenu--------------------*/
#mainmenu {
	margin:auto;
	float: left;
	width:1000px;
}
#mainmenuleft {
	float: left;
	width:10px;
	height:45px;
	background-image: url(images/mainmenuleft.png);
	background-repeat: no-repeat;
	background-position: left;
}
#mainmenucenter {
	float: left;
	width:980px;
	height:45px;
	background-image: url(images/centerpatch.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
#mainmenuright {
	float: left;
	width:10px;
	height:45px;
	background-image: url(images/mainmenuright.png);
	background-repeat: no-repeat;
	background-position: right;
}
#searchtab {
	float:left;
	width:250px;
	height:34px;
	background-color: #ececec;
  }
#search_text {
	float:left;
	width:201px;
	height:23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c2;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
  }
.search_textin {
	float:right;
	width:186px;
	border: 1px solid #c1c1c1;
	padding: 2px;
	font-family:Verdana,sans-serif;
	font-size:11px;
	line-height:100%;
  }
#search_btn {
	float:left;
	width:40px;
	height:19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c2;
	padding-top: 5px;
	padding-bottom: 9px;
  }
/*------------------------------------------------mainmenu tabs--------------------*/
#mainmenutab {
	float:left;
	width:730px;
	font-size:93%;
	line-height:normal;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
  }
#mainmenutab ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#mainmenutab li {
  float:left;
  background:url("images/norm_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#mainmenutab a {
  float:left;
  display:block;
  background:url("images/norm_right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainmenutab a {float:none;}
/* End IE5-Mac hack */
#mainmenutab a:hover {
  color:#333;
  }
#mainmenutab #current {
  background-image:url("images/norm_left_on.png");
  }
#mainmenutab #current a {
  background-image:url("images/norm_right_on.png");
  color:#333;
  padding-bottom:5px;
  }
/*------------------------------------------------mainbody--------------------*/
#mainbody_top {
	float: left;
	height: 10px;
	width: 1000px;
	clear: both;
}
#mainbody_topleft {
	margin: auto;
	height: 10px;
	width: 10px;
	background-image: url(images/bodytopleft.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#mainbody_topcenter {
	float: left;
	height: 10px;
	width: 980px;
	background-color: #FFF;
}
#mainbody_topright {
	float: right;
	height: 10px;
	width: 10px;
	background-position: right top;
	background-image: url(images/bodytopright.png);
	background-repeat: no-repeat;
}
#mainbody_bottom {
	margin:0px 0px 10px 0px;
	float: left;
	height: 10px;
	width: 1000px;
	background-position: left bottom;
	background-image: url(images/headbottom.png);
	background-repeat: no-repeat;
}

#mainbodywrap {
	margin:auto;
	float: left;
	width: 998px;
	clear:both;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
}
#mainbody_left {
	float: left;
	width: 200px;
	background-color: #fff;
}
#mainbodylefter {
	float: left;
	width: 170px;
	background-color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#mainbody_wrap {
	float: left;
	width: 548px;
	background-color: #fff;
}
#mainbody_content {
	float: left;
	width: 548px;
	background-color: #fff;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#gallery_wrap {
	float: left;
	width: 546px;
	background-color: #f2f2f2;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
}
#gallery_content {
	float: left;
	width: 546px;
	background-color: #f2f2f2;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#mainbody_rightwrap {
	float: left;
	clear: right;
	width: 250px;
	background-color: #fff;
}
#mainbody_rightcontent {
	float: left;
	clear: right;
	width: 220px;
	background-color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*------------------------------------------------widget one--------------------*/
#widget_img {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	float: left;
	width: 210px;
	background-attachment: scroll;
	background-color: #F2F2F2;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	padding: 5px;
	margin-top: 10px;
}

#widget_imgin {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	float: left;
	background: #FFFFFF none repeat scroll 0 0;
	width: 170px;
	padding: 10px 19px;
	border: 1px solid #D3D3D3;
}

#widget_vid {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	float: left;
	width: 210px;
	padding: 5px;
	background-attachment: scroll;
	background-color: #F2F2F2;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-top: 10px;
}

#widget_vidin {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	float: left;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #D3D3D3;
	width: 170px;
	padding: 10px 19px;
}
.widget_image {
	border: 1px solid #E6E4E3;
	margin-top: 10px;
	margin-bottom: 10px;
}
.widget_text {
	font-size: 10px;
	text-align: justify;
}

/*------------------------------------------------comments--------------------*/
#comments_wrap {
	float: left;
	width: 548px;
	background-color: #fff;
}
#comments_topcontent {
	float: left;
	width: 506px;
	background-color:#ebedf5;
	border:1px solid #e0e0e0;
	margin-bottom:20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#comments_header {
	float: left;
	width: 506px;
	background-color: #ebedf5;
	padding-bottom: 5px;
}
.comments_text {
	float: left;
	width: 500px;
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
	padding: 2px;
}
button {
	float: right;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	cursor: pointer;
	background-color: #fff;
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
	border-top: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ccc;
	padding:5px;
	margin-top: 10px;
	text-align:center;
}
/*------------------------------------------------user comments--------------------*/
#user_mainrow {
	width: 538px;
	float: left;
	background-color: #fff;
	margin-bottom: 5px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}
.user_compicrow {
	float: left;
	width: 538px;
}
.user_pic {
	float: left;
	width: 50px;
	height: 50px;
	padding: 10px;
}
.user_comments {
	float: left;
	width: 468px;
	padding-top: 5px;
	padding-bottom: 1px;
}
.user_name {
	font-weight: bold;
	color: #3888B8;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 5px;
}
.user_namesmall {
	font-weight: bold;
	color: #3888B8;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 5px;
}
.user_replyspace {
	float: left;
	width: 70px;
	height: 15px;
	color: #3888B8;
	font-size: 11px;
}
.user_replywrap {
	float: left;
	width: 368px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
.user_replylike {
	display: block;
	float: left;
	width: 358px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e7f1;
	background-color: #f2f2f2;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/replylikebg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.user_replycount {
	float: left;
	width: 358px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e7f1;
	background-color: #f2f2f2;
	margin-bottom: 2px;
}
.user_replybox {
	float: left;
	width: 358px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e7f1;
	background-color: #f2f2f2;
	margin-top: 2px;
}
.user_replyboxtext {
	float: left;
	width: 346px;
	background-color: #FFFFFF;
	border: 1px solid #c7d0d7;
	padding: 2px;
}
.user_repsmallwrapin {
	float: left;
	width: 358px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e7f1;
	background-color: #f2f2f2;
}
.user_repsmallpic {
	float: left;
	width: 50px;
	height: 50px;
}
.user_repsmallcom {
	float: left;
	width: 288px;
	padding-right: 10px;
	padding-left: 10px;
}
.blue_small {
	font-size: 11px;
	color: #2776A5;
}
.blue_smallbold {
	font-size: 11px;
	color: #3888b8;
	font-weight: bold;
}
.user_repsmallstamp {
	color: #666;
	font-style: italic;
}
.user_repbigstamp {
	color: #2776A5;
	font-size: 11px;
}

