* { 
	padding: 0;
	margin: 0;
  }



#wrap {	margin: 0 auto;	width: 80% }

/* TOP HEADER -------- */
#top {
	margin: 0 auto;
	padding: 0;
	color: #666;
	background: #FFF url(../images/top.jpg) repeat-x top;
	height: 81px;
}
#top h1 { padding: 10px 0 0 25px; color: #FFF; font-size: 160%; background: transparent;}
#top h2 { padding: 0px 0 0 25px; color: #aaa; font-size: 80%; background: transparent;}
#top .padding { padding-top: 5px; }
#top .lefts { 
	background: transparent url(../images/topl.jpg) no-repeat left; 
	height: 81px; 
}
#top .rights {
	background: transparent url(../images/topr.jpg) no-repeat right;
	float: right;
	height: 81px;
	width: 18px;
}

/* SEARCH BOX AND BUTTON ----------*/
#search { float: right;  padding: 10px 25px 0 0; color:#FFFFFF; }

#search input.text { 
	border: 1px solid #eee;
	display: inline;
	margin-top: 5px;
	width: 170px;
	height: 22px;
	font-size: 12px;
 }
 #search input.searchbutton {
	border: 0;
	background: transparent;
	color: #FFF;
	cursor: pointer;
	font: bold 0.12em Arial, Arial, Sans-Serif
 }

#subheader { 
	clear: both; 
	border-top: 1px dotted #888;	
	border-bottom: 1px dotted #888;
	background: #eaeaea;
	color: #808080;
	padding: 1em;
	margin: 15px 8px 10px 8px;
	
}
#subheader a { text-decoration: none; border-bottom: 1px dashed #0066B3; } 
 
 
/* TOP MENU ---------- */
#topmenu {  	margin: 0px 8px 0 8px; 
			padding: 0;
			background: url(../images/menu.jpg) repeat-x top;
			height: 35px;
			
}
#topmenu .lefts { 
	background: url(../images/menul.jpg) no-repeat left; 
	height: 35px; 
	padding-left: 5px;
}
#topmenu .rights {
	background: url(../images/menur.jpg) no-repeat right;
	float: right;
	height: 35px;
	width: 8px;
}
#topmenu li a { 
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	padding-right: 15px;
	text-decoration: none;
	background: transparent;
	font-weight: bold
} 
#topmenu li { padding: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 35px;
	white-space: nowrap;
	list-style-type: none;
	width: auto;
	background: url(../images/sep.gif) no-repeat top right
	
}

#main { background: #FFF; margin: 25px 0 15px 0; color: #666; }

#main #rightside {
	width: 220px;
	float: right;
	background: #FFF;
	margin-right: 8px;
	color: #666;
	vertical-align:top;
	
} 

#main #rightside .box {
	background: #efefef;
	margin-bottom: 10px;
	padding: 5px;
	color: #666;
}

#main #rightside h2 {
	font: bold 1.0em Arial, Arial, Sans-Serif; 
    background: #CDCDCD url(../images/greyc.gif) no-repeat top right;
	height: 18px;
	padding: 3px;
	color: #777;
}


/* LEFT SIDE - ARTICLES AREA -------- */
#leftside {
	padding-left: 8px;
	color: #777777;
	background: #FFF;
	margin-right: 255px;
	margin-left: 8px;
	
}
#leftside h2 { color: #555; text-indent: 17px; background: #FFF url(../images/head.gif) no-repeat left; }
#leftside h2 a { color: #555; text-indent: 17px; background: #FFF; }

#footer {
	clear: both;
	background: #FFF url(../images/footer.jpg) repeat-x;
	height: 70px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 75%;
	color: #666;
	width: 97%;
	/* position:relative; */
}
#footer p  { padding: 5px }
#footer .rside { float: right; display: inline; padding: 5px; text-align: right}
#footer .lside { float: left; display: inline; padding: 5px; text-align: left}

 
a { color: #0066B3; background: inherit; text-decoration: none }
h1 { font: bold 1.9em Arial, Arial, Sans-Serif }
h2 { font: bold 1.2em Arial, Arial, Sans-Serif; padding: 0; margin: 0 }
ul {  padding: 0; margin: 0}
li { list-style-type: none }
.date { border-top: 1px solid #e5e5e5; text-align: right; margin-bottom: 25px; margin-top: 5px;}
#main #leftside .date a, #main #rightside a { border: 0; text-decoration: none; }
 
.comment .date { text-align: left; border: 0;}	


#breadcrumbs { 
	float: left;
	padding-left: 8px;
	padding-top: 0px;
	font: bold .8em Arial, Arial, Sans-Serif; 
	color: #666;
	width: 100%;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

input,select{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
      }

#leftside #txt {width: 85%; height: 10em; padding: 3px 3px 3px 6px; margin-left:0em;}
#leftside textarea { border: 1px solid #bbb; width: 85%;  }


/* SNEWS */
#main #leftside fieldset { float: left; width: 95%; border: 1px solid #ccc; padding: 10px 8px; margin: 0 10px 8px 0; background: #FFF; color: #000; }
#main #leftside fieldset p { width: 95%; }
#main input { padding: 3px; margin: 0; border: 1px solid #bbb }

body { 
	font: .8em Verdana, Arial, Sans-Serif; 
	color:DarkSlateGray;
	line-height:normal;
	font-size: 11pt;
	margin: 0;
	 
	  
}

td { 
	font: .8em Verdana, Arial, Sans-Serif; 
	color:DarkSlateGray;
	line-height:normal;
	font-size: 11pt;
	margin: 0;
	 
	  
}



p 
{
	margin-top: 5px;
	color:DarkSlateGray;
	line-height:normal;
	font-size: 11pt;
	 
}
/*input.search { border: 1px solid #ccc; padding: 4px; width: 160px; }*/
.comment { background: #FFF; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }
.commentsbox { background: #FFF; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }

.column 
    {
    word-wrap:break-word;
    word-break:always;
    overflow:hidden;
    }
    
 
.HardBreak
{
width: 100%;
float:left;
text-align:left;
word-wrap: break-word; /* Internet Explorer 5.5+ */
word-break:always;
overflow:hidden;


}

  	.Yellowborder
  	 { 
  		BORDER-RIGHT: #ffcc00 1px solid; BORDER-TOP: #ffcc00 1px solid;
  		 FONT-WEIGHT: normal; FONT-SIZE: 11px; BORDER-LEFT: #ffcc00 1px solid;
  		  COLOR: #000000; BORDER-BOTTOM: #ffcc00 1px solid;
  		   FONT-FAMILY: Verdana, Helvetica, sans-serif;
  		    BACKGROUND-COLOR: white;  width:75%; overflow:hidden;
  	}

.Link
{
	text-decoration:underline;
}

.hd1
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 16pt;
	color: black;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}

.hd2
{
	margin-top: 8px;
	font-weight: bold;
	font-size: 14pt;
	color: black;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.hd3
{
	margin-top: 6px;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.smdiv
{
	font-weight: normal;
	font-size: 8pt;
	color: #333366;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.bodytext
{
	font-weight: normal;
	font-size: 8pt;
	/*color: #333366; */
	color:DarkSlateGray;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.menu
{
	border-right: navy 1px solid;
	padding-right: 4px;
	border-top: navy 1px solid;
	padding-left: 4px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 4px;
	border-left: navy 1px solid;
	color: #333366;
	padding-top: 4px;
	border-bottom: navy 1px solid;
	font-family: Tahoma, Verdana, Aria;
	background-color: #f5f5f5;
	text-decoration: none;
}
.menuitem
{
	font-weight: normal;
	font-size: 8pt;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	color: #333366;
	margin-right: 2px;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.menuitem a
{
	font-weight: normal;
	font-size: 8pt;
	color: #333366;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.menuitem a:hover
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Tahoma, Verdana, Aria;
	background-color: #d3d3d3;
	text-decoration: none;
}
.title
{
	font-weight: bold;
	font-size: 10pt;
	color: #333366;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.formmsg
{
	font-weight: normal;
	font-size: 8pt;
	color: red;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.editlst
{
	font-weight: normal;
	font-size: 8pt;
	color: #333366;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.editbox
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.edittxt
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: 'Courier New', Courier;
	text-decoration: none;
}
.hdtopic
{
	padding-left: 12px;
	font-weight: bold;
	font-size: 16pt;
	color: #333366;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.hdwiki
{
	padding-left: 14px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 10pt;
	color: #333366;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.tdcontent
{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-top: 12px;
}
.tinput
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: navy 1px solid;
	color: #333366;
	border-bottom: navy 1px solid;
	font-family: Tahoma, Verdana, Aria;
	height: 16px;
	text-decoration: none;
}
.tbon
{
	border-right: #696969 1px solid;
	padding-right: 8px;
	border-top: #696969 1px solid;
	padding-left: 8px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	color: #333366;
	margin-left: 5px;
	padding-top: 2px;
	font-family: Tahoma, Verdana, Aria;
	height: 16px;
	background-color: #dcdcdc;
	text-decoration: none;
}
.tbon:hover
{
	border-right: #696969 1px solid;
	padding-right: 8px;
	border-top: #696969 1px solid;
	padding-left: 8px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	color: #333366;
	margin-left: 5px;
	padding-top: 2px;
	font-family: Tahoma, Verdana, Aria;
	height: 16px;
	background-color: #dcdcdc;
	text-decoration: none;
}
.tboff
{
	padding-right: 8px;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-right: #696969 1px solid;
	height: 16px;
	padding-left: 8px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 2px;
	color: #333366;
	margin-left: 6px;
	padding-top: 2px;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.tboff:hover
{
	border-right: #696969 1px solid;
	padding-right: 8px;
	border-top: #696969 1px solid;
	padding-left: 8px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 2px;
	margin-left: 6px;
	border-left: #696969 1px solid;
	color: #333366;
	padding-top: 2px;
	font-family: Tahoma, Verdana, Aria;
	height: 16px;
	background-color: #f5f5f5;
	text-decoration: none;
}

.tdbody
{
	border-right: #696969 1px solid;
	padding-right: 8px;
	border-top: #696969 1px solid;
	padding-left: 8px;
	font-weight: normal;
	font-size: 10pt;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	color: #333366;
	margin-right: 6px;
	padding-top: 4px;
	border-bottom: #696969 1px solid;
	font-family: Tahoma, Verdana, Aria;
	height: 100%;
	text-decoration: none;
}
.btnlink
{
	border-right: #696969 1px solid;
	padding-right: 8px;
	border-top: #696969 1px solid;
	border-bottom: #696969 1px solid;
	padding-left: 8px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	color: #333366;
	padding-top: 2px;
	font-family: Tahoma, Verdana, Aria;
	height: 16px;
	background-color: #dcdcdc;
	text-decoration: none;
}
.btnlink:hover
{
	border-right: #696969 1px solid;
	padding-right: 8px;
	border-top: #696969 1px solid;
	padding-left: 8px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	color: #333366;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	font-family: Tahoma, Verdana, Aria;
	height: 16px;
	background-color: #f5f5f5;
	text-decoration: none;
}
.bodylink
{
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}
.nolink
{
	color: #336666;
	font-weight: bold;
	text-decoration: none;
}

.imgmid, .imgright, .imgleft, .imgmidfr, .imgrightfr, .imgleftfr
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 3px;
	margin: 2px;
	color: #333366;
	padding-top: 3px;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.imgright, .imgrightfr { float: right; }
.imgleft, .imgleftfr { float: left; }
.imgmidfr, .imgrightfr, .imgleftfr
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
}
.caption
{
	border-top: navy 1px solid;
	font-weight: normal;
	font-size: 8pt;
	color: #333366;
	margin-top: 3px;
	padding-top: 1px;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.ind1, .ind2, .ind3 
{
	font-weight: normal;
	font-size: 10pt;
	color: navy;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
}
.ind1 { 	margin-left: 20px; margin-right: 20px; }
.ind2 { 	margin-left: 40px; margin-right: 40px; }
.ind3 { 	margin-left: 60px; margin-right: 60px; }

.ctable
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	margin: 8px;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	border-collapse: collapse;
}
.cellhead
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: navy 1px solid;
	color: black;
	border-bottom: navy 1px solid;
	font-family: Tahoma, Verdana, Aria;
	border-collapse: collapse;
	background-color: #dcdcdc;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.celldata
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Tahoma, Verdana, Aria;
	text-decoration: none;
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	border-collapse: collapse;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.cellfoot
{
	border-right: navy 1px solid;
	padding-right: 3px;
	border-top: navy 1px solid;
	padding-left: 3px;
	font-weight: normal;
	font-size: 10pt;
	padding-bottom: 3px;
	border-left: navy 1px solid;
	color: black;
	padding-top: 3px;
	border-bottom: navy 1px solid;
	font-family: Tahoma, Verdana, Aria;
	border-collapse: collapse;
	background-color: #f0f8ff;
	text-decoration: none;
}
.diffhd
{
	border-bottom: navy 1px solid;
	background-color: #dcdcdc;
}
.diffred
{
	color: black;
	background-color: #ffdab9;
}
.diffgray
{
	color: black;
	background-color: #f8f8ff;
}
.diffwhite 
{ 
	color: black;
	background-color: white 
}
.diffgreen
{
	color: black;
	background-color: #ccffcc;
}
.userlink
{
	color: blue;
	text-decoration: none;
}

