/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {	color : #E0691A; text-decoration: none;}
a:link {color : #E0691A; text-decoration: none;}
a:visited {color : gray; text-decoration: none;}
a:hover {color : #6C757A; text-decoration: underline;}


h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }


ul { margin: 0; padding : 0; list-style : none; }


form { 	margin: 0; }

input.search { 
	width: 162px; 
	border: 0;
	background: #FFF url(images/input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(images/submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 55px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 780px;
	padding: 10px; 
}

.header { 
	height: 55px;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}

.top_info {
	width: 780px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}


.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #FF9148;
}

	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #FF9148;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url(images/bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: #E0691A; 
		background: inherit;
	} 


.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}



.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}

.left h3 {
	clear: both;
	background: #A9C0CE url(images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
}

.right h3 {
	background: #6C757A  url(images/corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
	border: 0px;
}



/* keywordlist drop down init */

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: 1px solid #DADADA;
background-color: white;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 20em;
position: absolute;
top: 0.8em;
left: 0.5em;
background-color: white;
border: 1px dashed #9EC068;
text-align: left;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: 5px;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

/* text aligns middle ads
   ------ */

.middle {
	text-align: center;
}
.rightish {
	text-align: right;
}


/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }




/* pagination
   ------ */
#yschqcon {width:33em; text-align: center;}
#yschtg {width:48em; text-align: center;}
#yschpg {border:none;padding-bottom:13px;margin-bottom:0px;padding-top:9px; text-align: center;}
* html #yschpg {padding-top:4px;}
#yschpg a, #yschpg span {padding:3px 7px;margin:0px;border:none;}
#yschpg span {font-weight:bold; font-size:85%}
#yschpg big span {padding:0px;}
#yschpg a.yschnbdr {padding:1px;border:none;margin:0px;font-weight:bold;font-size:110%;}
#yschpg a.yschnbdr:hover {padding:0px;border:1px solid #0000dd;margin:0px;font-weight:bold;font-size:110%;}
#yschpg a:hover {padding:2px 6px;border:1px solid #0000dd; }
#yschprvb a span, #yschnxtb a span  {text-decoration:none;border:none;} 
#yschstg a, #yschstg .yschon {float:none;display:inline;}
#yschprvb {display:inline;}
#yschnxtb {display:inline;}
#yschprvb big span {margin-right:1px;padding-right:14px;text-align: left;}
#yschnxtb big span {margin-right:1px;padding-right:14px;text-align: left;}
#yschinfo p {font-family:arial;font-size:100%;}
#yschinfo p span {font-family:verdana;font-size:78%;}
#yschpg big a {text-decoration:none;}
#yschpg big a b {text-decoration:underline;}


/* SNEWS */
fieldset { border: 1px solid #ccc; padding: 10px 8px; margin: 0 0 8px 0; background: #E6FFE4; color: #000; }
input { padding: 3px; margin: 0; }
textarea { width: 97%; height: 20em; padding: 3px;}
input.search { border: 1px solid #ccc; padding: 4px; width: 160px; }
.comment { background: #eee; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }
.commentsbox { background: #E8FFD9; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }

/* comments counter */
.comments_counter { 
    float: right; 
    color: #333; 
    font-size: 30px;  
    line-height: 30px; /* for IE... */ 
    padding: 5px; 
}

/* table contents - portal */
td.name {
	width: 150px;
	}
td.ctg {
	width: 130px;
	}
td.num {
	width: 20px;
	text-align: center;
	}


td.portal {
	width: 33%;
	}

/* digg furl del.ici.ous linklibrary indexer */
.bkmt img{
border: 1px solid #ccc;
}

.bkmt:hover img{
border: 1px solid navy;
}

.bkmt:hover{
color: white; /* irrelevant definition to overcome IE bug */
}