
.wrapping_zone {
	border:solid #E2E2E2 1px;
	-moz-border-radius:15px;
	background-color:#F8F8F8;
	padding:5px;
}

.ruler { 
	width:100px; 
	height:4px; 
	font-size:1px; 
	background:transparent url(images/dotted_rule.gif) top left repeat-x;
	margin-top: 2px;
	margin-bottom:5px; 
}

.nolink {
	text-decoration:none;
}

.note_star {
	color: red;
	font-weight:bold;
}

.error_box {
	padding: 3px 3px 3px 3px;
	border: 1px solid;
	border-color: red;
	/*background-color: red;*/
}

.error_msg {
	color: red;
}

.warning {
  border: 1px solid;
  border-color: #8B0000 #8B0000 #8B0000 #8B0000
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	color: white;
	font-family: "Courier New", Courier, monospace;
	font: normal 12px;
	background-color: #8B0000;
}

 hr {
			 size: 1px;
			 width: 40%
			 align: left;
			 color: #cccccc;		 
 }
		
.box_title{
	BACKGROUND-COLOR: #005A8A; FONT-VARIANT: normal
	font-family: Tahoma;
	font-size: 12px;
	color: white ;
}

.rss,.rssclass {
    border: 1px solid;
    border-color: #FC9 #630 #330 #F96;
    background: #F60;
    color: #FFF !important;

    margin: 0;
    padding: 0 3px;
    font: bold .9em verdana, sans-serif !important;
    text-decoration: none !important;
	 text-decoration: none;
}

td, input, select,textarea, font {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt;}
.bgr1 {background-color:#FFFFFF}
.bgr2 {background-color:#F7F7F7}
.bgr3 {background-color:#dfdfdf}

.search_box
{
	font-family: Tahoma;
	font-size: 12px;
	color: Maroon;
}

.nextpage {
	font-family: Tahoma;
	font-size: 12px;
	color: Maroon;
}

.admin_nav_bar_cat
{
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	background-color:#F7F7F7
}

.admin_nav_bar_item
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

.nav_bar
{
	font-family: Tahoma;
	font-size: 12px;
	color: Maroon;	
	font-weight : bold;
}

.sub_nav_bar
{
	font-family: Tahoma;
	font-size: 14px;
	color: white;
	background-color: #cccccc;
	font-weight : bold;
	color : #333333;
}

H1
{
	font-family: Tahoma;
	font-size: 14px;
	color: black;
}

H3
{
	font-family: Tahoma;
	font-size: 12px;
	color: black;
}

.feeback
{
	font-family: Tahoma;
	font-size: 12px;
	color: black;
}

.tip_title
{
	font-family: Tahoma;
	font-size: 12px;
	color: Maroon;
}

.tip_date
{
	font-family: Tahoma;
	font-size: 12px;
}

.tip_content
{
	font-family: Tahoma;
	font-size: 12px;
}

code,.code
{
 	 border: 1px dotted Black;
    font-size: 12px;
	 color: black;
}

.cat
{
	font-family: Tahoma;
	font-style: normal;
	font-size: 12px;
	color: Maroon;
	text-decoration:none;
}

.tips_row_even
{
	font-family: Tahoma;
	font-size: 12px;
	background-color: #F5F5F5;
}

.tips_row_odd
{
	font-family: Tahoma;
	font-size: 12px;
	color: Black;
}

.tip_dir_path
{
	font-family: Tahoma;
	font-size: 12px;
	color: Maroon;
}
.menubar {
	font-family: Tahoma;
	font-size: 12px;
	color: Maroon;
}
.allrights {
	font-family: Tahoma;
	font-size: 12px;
}
.webdesigncat
  {
	  font-family: Tahoma;
	  color: Olive;
  }
.webdesigncatdescr
  {
	  font-family: Tahoma;
	  color: #696969;
	  font-size: 12px;
  }

.box { BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: 1px solid; 
BORDER-BOTTOM: 1px solid; FONT-FAMILY: Courier; BACKGROUND-COLOR: rgb(255,255,240) }

/* If the source code or comment is larger then scroll bars will appear*/
div.scroll {
    /*height: 300px;*/
    width: 600px;
    overflow: auto;
    /*border: 1px solid #eee;*/
    padding: 4px;
}