
/* -------------------------------------------------------------------------------- */
/* general, global style rules - applied to all pages */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.6em;	
}

a img {
	border: 0px;
	border-style: none;
}

a {
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.6em;
	color: #545454;
	margin-bottom: 2em;
	line-height: 1.4em;
}

td#welcome h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.0em;
	font-weight: normal;
}

td#welcome h2 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

h3 {
	font-size: 0.9em;
	font-weight: normal;
}

td#welcome h3 {
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
}

ul {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.6em;
	color: #545454;
	list-style-image: url("/inc/img/bullet.gif");
	margin-left: 30px;
	padding-left: 0px;
	margin-top: 10px;
}
li {
	margin-bottom: 10px;
}

/* -------------------------------------------------------------------------------- */
/* rules for top toolbar */

table#toolbar td {
	vertical-align: bottom;
	white-space: nowrap;
}

form#quicksearch {
	display: inline;
}

input#keywords {
	width: 105px;
	height: 15px;
	margin-bottom: 20px;
}

input#submit {
	font-size: 0.6em;
	color: #FFFFFF;
	margin-bottom: 23px;
	margin-left: 5px;
	padding: 1px;
	background-color: #6488AE;
	border-style: none;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* -------------------------------------------------------------------------------- */
/* global layout rules */

td {
	vertical-align: top;
}

td#left {
	width: 1%;
}

td#menu {
	width: 1%;
}

td#main {
	width: 65%;
	background-image: url("/inc/img/main_bg.gif");
	background-repeat: repeat-x;	
}
body.content td#main {
	/* this one applies only to content-level pages - those pages have body tag with class="content" */
	width: 80%;
	background-image: url("/inc/img/main_bg.gif");
	background-repeat: repeat-x;	
}
td#welcome {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
td#welcome p {
	color: #FFFFFF;
	margin-top: 4px;
}
td#content {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
body.content td#content {
	/* this one applies only to content-level pages - those pages have body tag with class="content" */
	padding-top: 0px;
	padding-right: 0px;
}

td#content h3 {
	background-color: #E8E8E8;
}
span.nobg {
	background-color: #FFFFFF;	
	padding-right: 10px;
}

td#topfeature {
	width: 1%;
}
td#topfeature div#manage {
	background-color: #222222;
	background-image: url("/inc/img/topfeature_bg.gif");
	background-repeat: repeat-y;	
	padding-bottom: 1px;
}
td#topfeature div#manage p {
	color: #FFFFFF;
	font-size: 0.6em;
	margin-left: 20px;
	margin-right: 10px;
}
td#topfeature div#manage strong {
	font-size: 1.2em;
}

td#right {
	width: 32%;
	background-image: url("/inc/img/right_bg.gif");
	background-repeat: repeat-x;
}

/* -------------------------------------------------------------------------------- */
/* rules for footer */

table#footer {
	border-top: 1px solid #E5E5E5;
	margin: 30px 0px 0px 30px;
}

table#footer p {
	color: #999999;
	margin-top: 20px;
}

table#footer td {
	padding-top: 0px;
	padding-bottom: 30px;
}

table#footer a {
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
table#footer a:visited {
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
table#footer a:hover {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------- */
/* rules for sidebars */

table.sidebar {
	margin-top: 17px;
}

table.sidebar p {
	margin: 10px 10px 15px 10px;
	font-size: 0.6em;
}
table.sidebar h2 {
	margin: 10px 10px 15px 10px;
}
table.sidebar ul {
	font-size: 0.6em;
}

td.sidebar-banner {
	padding-bottom: 2px;	
}

td.sidebar-bg {
	background-image: url("/inc/img/sidebar_greybox_bg.gif");
	background-repeat: repeat-y;
	padding: 0px 7px 0px 7px;
}

td.sidebar-readmore {
	vertical-align: bottom;
}

/* -------------------------------------------------------------------------------- */
