/*
.xoopsCode
.xoopsQuote
Are core specific, but may also be overridden in here to your taste.
.banner
.redirect
.bg1
.bg2
.bg3
.bg4
Are E-Xoops Specific, all others are freestyle depending on your theme.
--------
This is how you can set css styles on a per/module basis.
.<modulename>_css is the name of the module (if any).
These are refered to as contextual css styles.
--------
.newbb_css  .bg3 {
	background-color: #C0C0C0;
}

Controls different form element styles:
.text, .radio, .checkbox, .select, .button, .textarea, .image, .file {
	somestyle: somevalue;
}

*/

a:link, a:visited {
	color: #606060;
	text-decoration: underline;
}

a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

body {
	background-color: #F7F9F9;
	border: 1px inset #ECECEC;
	color: #000000;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #ECECEC;
	scrollbar-track-color: #F7F9F9;
}

form, td {
	font-size: x-small;
}

hr {
	color: #306898;
	filter: Alpha(Opacity=80,FinishOpacity=0,Style=2);
	height: 2px;
	width: 95%;
}

img {
	border: 0px;
}

.banner {
	background: #F7F9F9;
	border: 3px double #ECECEC;
}

.bg2, .bg4 {
	background-color: #ECECEC;
}

.bg3 {
	background-color: #F5F5F5;
}

.centerblocktitle{
	border-bottom: 3px double #000000;
	padding: 2px;
}

.debug {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.footer {
	background-color: #ECECEC;
	border-bottom: 1pt solid #000000;
	border-top: 1pt solid #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}

.indextable {
	background: #F5F5F5;
	border-bottom: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	padding: 1px 1px 1px 3px;
}

.indextable2 {
	background: #F5F5F5;
	border-left: 1px dashed #ECECEC;
	border-right: 1px dashed #ECECEC;
	padding: 1px 1px 1px 3px;
}

.indextext, .postedby {
	color: #000000;
	font-family: Verdana, "MS Sans Serif";
	padding: 1px 1px 1px 1px;
	text-align: left;
}

.indextitle {
	border: solid 1pt #000000;
	color: #000000;
	font-size: x-small;
	font-weight: bold;
	margin: 0pt;
	padding: 2pt;
	text-align: left;
	text-decoration: none;
	width: auto;
}

.login {
	background: #ECECEC;
	border: 1px solid #000000;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: xx-small;
}

.loginbar {
	background-color: #F7F9F9;
	border-bottom: 1pt solid #000000;
	border-top: 1pt solid #000000;
	height: 15pt;
}

.more {
	border: solid 1px #ECECEC;
	font-size: x-small;
	padding: 3pt;
}

.myclock {
	font-family: "Lucida Console";
	line-height: 14px;
}

.postedby {
	border-bottom: 1px dashed #000000;
}

.redirect {
	background: #F5F5F5;
	border: 3px double #ECECEC;
	color: #000000;
}

.select {
	background: #ECECEC top;
	font-family: Verdana, "MS Sans Serif";
	font-size: xx-small;
}

.sidboxtitle {
	border-bottom: solid #000000;
	border-bottom-width: 1px;
	border-top: solid #000000;
	border-top-width: 1px;
	color: #000000;
	padding: 2pt;
	text-align: left;
	text-decoration: none;
	text-decoration: none;
	vertical-align: middle;
}

.sidebar1, .sidebar2, .bg1 {
	background-color: #F7F9F9;
}

.sideboxcontent {
	background-color: #F5F5F5;
	border-bottom: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	color: #000000;
	padding: 2pt 3pt 8pt;
	text-align: left;
	text-decoration: none;
}

.textarea, .text, .button, .file {
	background: #ECECEC top;
	border: 1px solid #C0C0C0;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: x-small;
}

.topmenu {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
	width: auto;
}

.waitbox {
	background: #F5F5F5;
	border: 1px solid #ECECEC;
}

.xoopscode, .xoopsquote {
	background: #F5F5F5; /* XOOPS SPECIFIC */
}
