
/* general elements styles */
* { font-family: Arial, Tahoma, Verdana, Sans-Serif; }

body {
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    margin:0px;
    padding:0px;
}

td, th, font, span {
    color: #000000;
}

b, strong {
    font-weight: bold;
}

div {
    font-size: 12px;
}

a {
    font-size: 10px;
    color2: #485C98;
    color: #0033CC;
    text-decoration: underline;
}

a:hover {
    color: #CC0000;
}


/* custom styles */

.logo {
    text-align: center;
    padding: 5px;
    z-index: 10;
}


.header {
    font-size: 14px;
    color: #993333;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menuheader {
    font-size: 14px;
    color: #993333;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #EEEEEE;
    border-bottom: #22397A 1px dotted;
    border-top: #22397A 1px inset;
}

.settingsheader {
    font-size: 14px;
    color: #FFFFF9;
    font-weight: bold;
    padding: 5px;
    text-align: left;
    background-color: #22397A;
    border-bottom: #000000 1px solid;
    border-top: #000000 1px solid;
}

.settingsformlabel {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    padding: 5px;
    border-bottom: #000000 1px solid;
}

.section {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.subsection {
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 5px;
}

.subsectionlabel {
    font-size: 10px;
    color: #000000;
    font-weight: bold;
}

.summary {
    font-size: 10px;
    color: #000000;
    padding-bottom: 5px;
}

.copy {
    font-size: 10px;
    color: #000000;
    padding-bottom: 5px;
}

.articlestats {
    font-size: 10px;
    color: #000000;
    font-style: italic;
}


.listrow1 {
    font-size: 10px;
    color: #000000;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
}

.listrow0 {
    font-size: 10px;
    color: #000000;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
    text-decoration: line-through;
}

.listrow {
    font-size: 10px;
    font-weight:bold;
    color: #000000;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
}

    font-size: 10px;
    font-weight: bold;
    color: #000000;
    padding: 5px;
    text-align:right;
}

.banner {
    padding-top: 15px;
    padding-bottom: 10px;
}

.dotrule {
    background-image: url(../_img/bg_15dot_rule.gif);
}

.error {
    padding-bottom: 15px;
    color: #990000;
}

.message {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #990000;  
}

.showmsg {
    padding-bottom: 15px;
    color: #990000;
}

.showmsg2 {
    border:#000000 1px solid;
    background: #FFFFF9;
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #000000;
}

.paging {
    padding-top: 5px;
    padding-bottom: 5px;
}

.forumhead {
    background-color: #E2E2E2;
    border: #000000 1px double;
    padding: 6px;
}


.forumheader {
    padding-top: 0px;
    padding-bottom: 6px;
    color: #333333;
    font-style: italic;
    font-size: 9px;
    margin: 0px;
    text-align: right;
}

.forumreplyhead {
    background-color: #F7F7F7;
    border: #000000 1px double;
    padding: 6px;
}


/* form field styles */

.textfield {
    font-size: 10px;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    border: 1px #000000 solid;
    width: 200px;
    background-color: #F6F6F6;
}


.textfield_man {
    font-size: 10px;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    border: 1px #000000 solid;
    background-color: #F6F6F6;
}


select {
    font-size: 10px;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #993333;
    border: 1px #000000 solid;
    width: 200px;
    background-color: #F6F6F6;
}

.textarea {
    font-size: 10px;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    border: 1px #000000 solid;
    width: 200px;
    background-color: #F6F6F6;
}

.textarea_man {
    font-size: 10px;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    border: 1px #000000 solid;
    background-color: #F6F6F6;
}

.submenu {
    padding-top: 5px;
    padding-left: 5px;
}

#fetch_bttn {
	font-size: 11px;
	width: 69px;
	height: 20px;
	background: transparent url(../_img/_site/fetch_bttn.gif) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

form>#fetch_bttn { /* For non-IE browsers*/
  height: 0px;
}

.fetch_box {
	font-size: 11px;
	width: 260px;
	padding-left: 1px;
	color: #000000;
	border: 1px #000000 inset;
	background-color: #F7F7F7;
}

.fetch_type {
	font-size: 11px;
	width: 110px;
	color: #000000;
	border: 1px #000000 inset;
	background-color: #F7F7F7;
}

.fetch_xor {
	font-size: 11px;
	width: 148px;
	color: #000000;
	border: 1px #000000 inset;
	background-color: #F7F7F7;
}

/* anchor styles */

a.menu {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
    color: #CC0000;
}

a.submenu {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

a.submenu:hover {
    color: #CC0000;
}


.style2 {
	color: #E35B00;
	font-weight: bold;
}


.style3 {
	font-size: 12px;
	color: #818181;
	text-decoration: none;
	font-weight:normal;
}

.results_barLeft {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	padding-left: 23px;
	margin-bottom: 15px;
	text-decoration: underline;
}

.results_barRight{
	font-size: 11px;
	color: #818181;
	text-decoration: none;
	font-weight:normal;
	text-align:right;
	padding-right: 23px;
	margin-bottom: 15px;
}

.results_noresults {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	margin-top: 11px;
	padding-left: 23px;
	margin-bottom: 10px;
}

.results_keyword {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 23px;
	margin-bottom: 5px;
}

.result_title {
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
	font-size: 14px;
	margin-bottom: 5px;
}

a.result_title:hover {
	font-weight: bold;
	color: #E35B00;
	text-decoration: underline;
	margin-bottom: 5px;
}

.result_description {
	color: #818181;
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 5px;
}

.result_author {
	color: #818181;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}

.result_word_count {
	color: #818181;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.result_density {
	color: #818181;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.result_link {
	color: #3333CC;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

a.result_link:hover {
	color: #E35B00;
}

.result_source {
	color: #6B8CC5;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a.result_source:hover {
	color: #E35B00;
	text-decoration: underline;
}

.article_title {
	font-weight: bold;
	color: #6B8CC5;
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 5px;
}

a.article_title:hover {
	font-weight: bold;
	color: #E35B00;
	text-decoration: underline;
	margin-bottom: 5px;
}

.article_description {
	color: #818181;
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 5px;
}

.article_author {
	color: #818181;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}

.article_word_count {
	color: #818181;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.article_density {
	color: #818181;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.article_link {
	color: #3333CC;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

a.article_link:hover {
	color: #E35B00;
}

.article_source {
	color: #6B8CC5;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a.article_source:hover {
	color: #E35B00;
	text-decoration: underline;
}