@import url(../menu/menu_style.css);
/*
.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: #333333;
	text-decoration: none;
}

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

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

body {
	background-color: #dfdfdf;
	border: 1px inset #ffffff;
	color: #000000;
	font-family: Verdana, "MS Sans Serif";
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #ECECEC;
	scrollbar-track-color: #F7F9F9;
}

form, td {
	font-size: 11px;
}

hr {
	color: #306898;
	filter: Alpha(Opacity=80,FinishOpacity=0,Style=2);
	height: 2px;
	width: 95%;
}

img {
	border: 0px;
}

.banner {
	background: #F7F9F9;
	border: 0px double #ECECEC;
}

.bg2, .bg4 {
	background-color: #ffcc66;
}

.bg3 {
	background-color: #F7F9F9;
}

.centerblocktitle{
	border-bottom: 1px solid #ff6600;
	padding: 2px;
}

.debug {
	font-family: Verdana, Arial,;
	font-size: 10px;
}

.footer {
	background-color: #ECECEC;
	border-top: 1pt solid #34404E;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.indextable {
	background: #ffffff;
        padding: 1px 1px 1px 3px;
}

.indextable2 {
	background: #ffffff;
	padding: 1px 1px 1px 3px;
}

.indextext, .postedby {
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 1px 1px 1px 1px;
	text-align: left;
}

.indextitle {
        background-color: #ffcc66;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0pt;
	padding: 2pt;
	text-align: left;
	text-decoration: none;
	width: auto;
}

.login {
	background: #ffffff;
	border: 1px solid #000000;
        font-family: Tahoma, Verdana, Arial;
	font-size: xx-small;
        color: #000000;
}

.loginbar {
	background-color: #F7F9F9;
	border-bottom: 1pt solid #000000;
	border-top: 1pt solid #000000;
	height: 15pt;
}

.more {

        background-color: #FFf5cc;
        font-family: Verdana, Arial;
	font-size: 10px;
	padding: 3pt;
}

.myclock {
	font-family: verdana,Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
}

.postedby {
	border-bottom: 1px dashed #ff6600;
}

.redirect {
	background: #F5F5F5;
	border: 3px double #ECECEC;
	color: #000000;
}

.select {
	background: #ECECEC top;
	font-family: Verdana, Arial;
	font-size: 11px;
}

.sidboxtitle {
	border-bottom: solid #D2DCE5;
	border-bottom-width: 1px;
	border-top: solid #D2DCE5;
	border-top-width: 1px;
        border-left: solid #D2DCE5;
	border-left-width: 1px;
        border-right: solid #D2DCE5;
	border-right-width: 1px;
	color: #30394A;
        font-weight: bold;
	padding: 2pt;
	text-align: center;
	text-decoration: none;
        vertical-align: middle;

}
.sidboxac3 {
    border: 1px solid #ff6600;
	background-color: #ff9900;
	color: #000000;
        font-weight: bold;
        font-size: 11px;
	padding: 2pt;
	text-align: left;
	text-decoration: none;
        vertical-align: middle

}

 .bg1 {
	background-color: #ffffff;
}
.sidebar1, .sidebar2 {
	background-color: #ffcc66;
}

.sideboxcontent {
	background-color: #ffffff;
	border-bottom: 1px solid #D2DCE5;
	border-left: 1px solid #D2DCE5;
	border-right: 1px solid #D2DCE5;
	color: #000000;
	padding: 2pt 3pt 8pt;
	text-align: left;
	text-decoration: none;
}

.sidboxcontent {
	background-color: #ffffff;
	 border: 1px solid #ffcc66;
        color: #666666;
	padding: 2pt 3pt 8pt;
	text-align: left;
	text-decoration: none;
}

.sidboxcontent a:link { color: #333333; text-decoration: none}
.sidboxcontent a:visited { color: #333333; text-decoration: none}
.sidboxcontent a:hover { color: #ff6600; text-decoration: underline}
.sidboxcontent a:active { color: #333333; text-decoration: none}

.textarea, .text, .button, .file {
	background: #ECECEC top;
	border: 1px solid #D2DCE5;
	font-family:, Verdana, Arial;
	font-size: 11px;
}

.topmenu {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
	width: auto;
}

.waitbox {
	background: #F5F5F5;
	border: 2px solid #D2DCE5;
}

.xoopscode, .xoopsquote {
	background: #F5F5F5; /* XOOPS SPECIFIC */
}

