/* OUTER TABLE */
.outer_table {
   /*
   border-top: 1px solid #a3aab7;
	border-left: 1px solid #a3aab7;
	border-right: 2px solid #a3aab7;
   */
	border-bottom: 3px solid #a3aab7;
   width: 900px;
   padding: 0px;
   vertical-align: top
}


.rh_ad_box {
   padding-top: 4px;
}


.cat_box {
	margin: 5px 0px;
	/*border-top: 1px solid #a3aab7;*/
	border-left: 1px solid #a3aab7;
	border-right: 2px solid #a3aab7;
	border-bottom: 3px solid #a3aab7;
   padding-bottom: 5px;
   background: #eef3f6;
}


#cat_box th {
   height: 26px;
   padding: 5px 14px !important;
   padding: 2px 14px;
   white-space: nowrap;
   text-align: left;
   vertical-align: middle;
   color: #333333;
   
   background: #2200cc url("./layout_images/th_bg.gif") repeat-x;
   
   /*background: #e8ebf0;*/
   font-size: 12px;
   font-weight: bold;
   /*border-bottom: 3px solid #a3aab7;*/
}

.nav_trail_cell {
   height: 26px;
   padding: 5px 14px !important;
   padding: 2px 10px;
   white-space: nowrap;
   text-align: left;
   vertical-align: middle;
   color: #333333;
   /*background: #2200cc url("./layout_images/th_bg.gif") repeat-x;*/
   background: #ebebf0;
   font-size: 12px;
   font-weight: normal;
   border-top: 1px solid #a3aab7;
	border-left: 1px solid #a3aab7;
	border-right: 2px solid #a3aab7;
	border-bottom: 3px solid #a3aab7;
}


/* DEFAULT BODY & FONT STYLES */
body {
   background-color: #ffffff;
   /*background-image: url(layout/greypaper.gif)*/
}

body, p, td {
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #333333;
}

input,select,option,textarea {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size:11px;
}

.button {
	background: #99ccff;
	/*border: 1px solid #fa5700;*/
	color: #333333 !important;
	padding: 0px 7px;
	/*margin: 0 3px;*/
	font: normal 12px arial, verdana, sans-serif;
}

.button:hover {
   background: #99ccff !important;
   /*border: 1px solid #835308 !important;*/
   cursor: pointer;
}

a:link {
   color: #2200cc;
   text-decoration: none
}

a:visited {
   color: #2200cc;
   text-decoration: none
}

a:active {
   color: #2200cc;
   text-decoration: none
}

a:hover {
   color: #2200cc;
   text-decoration: underline
}

h2 {
   font-size: 17px;
   color: #555555;
   font-family: verdana, arial, helvetica, sans-serif;
   font-weight: bold;
	margin: 6px 0 0 0;
	clear: both;
	/*border-bottom: 1px dotted #aaaaaa;*/
   border-bottom: 1px solid #a3aab7;

}

.heading {
   font-size: 13px;
   color: #666666;
   font-family: arial, verdana, helvetica, sans-serif;
   font-weight: bold;
   /*line-height: 250%;*/
}



#cat_box ul {
   /*list-style-type: square;*/
   list-style-type: none;
   padding: 0;
   margin: 0;

}

#cat_box li {
   padding-top: 10px;
   background-image: url(./layout_images/folder.gif);
   background-repeat: no-repeat;
   background-position: 10px 11px;
   padding-left: 30px;
}

#list_box ul {
   /*list-style-type: square;*/
   list-style-type: none;
   padding: 0;
   margin: 0;
}

#list_box li {
   padding-top: 10px;
   background-image: url(./layout_images/page.gif);
   background-repeat: no-repeat;
   background-position: 10px 8px;
   padding-left: 30px;
}

.cat_links {
   font-size: 12px;
   font-weight: bold;
}

.subcat_links {
   font-size: 11px;
   font-weight: normal;
}

.list_links {
   font-size: 12px;
   font-weight: bold;
}

.info {
   font-size: 12px;
}

.small_info {
   /*font-family: verdana;*/
   font-size: 10px;
   color: #008000;
}

.sponsored_text {
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   color: #888888;
   background-color: #fff9dd
}


.link_count {
   font-size: 10px;
   color: #ff0000;
}

.ok_msg {
   color: #00ff00;
   font-weight: bold;
}

.error_msg {
   color: #ff0000;
   font-weight: bold;

}


