/*
.xoopsCode
.xoopsQuote
Are core specific, but may also be overridden in here to your taste.
.banner
.redirect
.bg1
.bg2
.bg3
.bg4
.prenext
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;
}
*/
/* 
the new menu's style er locate in yourtheme/menu/styles/

you can add controll of it to you own theme by simply import the directory
to your theme and include and ad this line in the top off 
your theme/styles/styles.css
----> to ad <---
@import url(../menu/menu_style.css);
--------------------------------------

to manipulate the color / or graphic you use menu_styles.css 
locatet in  yourtheme/menu/styles/

*/

/* CSS Document */
/* new menu import */
@import url(../menu/menu_style.css);


/* new added to core  */
a:link, a:visited {
	color: #004A9D;
	text-decoration: none;
}

a:hover {
	color: #FF7E00;
	text-decoration: underline;
}

a:active {
	color: #004A9D;
	text-decoration: underline;
}

body {
	background-color: White;
	border: 1px inset #004A9D;
	color: #1B3755;
	font-family: MS Sans Serif, Verdana, "MS Sans Serif";
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color:#d1d7dc;
   scrollbar-arrow-color:#004A9D;
   scrollbar-darkshadow-color:#98aab1;
   scrollbar-face-color:#dee3e7;
   scrollbar-highlight-color:#ffffff;
   scrollbar-shadow-color:#dee3e7;
   scrollbar-track-color:#efefef}
	height: -1px;
}

form, td {
	font-size: 11px;
}

hr {
	color: #1B3755;
	filter: Alpha(Opacity=80,FinishOpacity=0,Style=2);
	height: 2px;
	width: 95%;
}

img {
	border: 0px;
}

.banner {
	background: #F4F7FF;
	border: 3px double #004A9D;
}

.bg2, {
	background-color: #018CFA;
}

.bg3 {
	background-color: #B2DCFE;
}

.bg4 {
	background-color: #CEE9FF;
}

.centerblocktitle{
	border-bottom: 3px double #004A9D;
	padding: 2px;
	font-weight: bold;
	font-style: ;
}

.indextable {
	background: #F4F7FF;
	border-bottom: 1px solid #004A9D;
	padding: 1px 1px 1px 1px;
}

.indextable2 {
	padding: 1px 1px 1px 3px;
	border-left: 1px solid #004A9D;
	border-right: 1px solid #004A9D;
	border-top: 1px solid #004A9D;
	background: #F4F7FF;
}

.indextext, .postedby {
	color: #000000;
	font-family: MS Sans Serif, "Tahoma";
	padding: 1px 1px 1px 3px;
	text-align: right;
}

.indextitle {
	color: White;
	font-size: 11px;
	font-weight: bold;
	margin: 1pt;
	padding: 1pt;
	text-align: right;
	text-decoration: none;
	width: auto;
}

.login {
	border: 1px solid #004A9D;
	background-color: #F4F7FF;
	font-family: MS Sans Serif, Verdana, "Tahoma";
	font-size: 11px;
}

.loginbar {
	border-bottom: 1pt solid #004A9D;
	height: 25px;
}

.more {
	border: 1px solid #004A9D;
	background-color: #D2E0FF;
	font-size: 11px;
	padding: 3pt;
}

.myclock {
	font-family: MS Sans Serif, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	text-align: center;
	line-height: 11px;
	font-weight: 400;
}

.postedby {
	padding: 1pt;
	border-bottom: 1px solid #004A9D;
	border-right: 1px solid #004A9D;
	border-left: 1px solid #004A9D;
	background: #DFE8FF;
}

.redirect {
	background: #F4F7FF;
	border: 3px double #004A9D;
	color: #1B3755;
}

.select {
	background: #F4F7FF top;
	font-family: MS Sans Serif, "Tahoma";
	font-size: xx-small;
}

.sidboxtitle {
	border-bottom: 0px solid #004A9D;
	color: White;
	height: 19px;
	padding: 0pt;
	margin: 0pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-decoration: none;
	vertical-align: middle;
}

.sidebar1, .sidebar2, .bg1 {
	background-color: #F4F7FF;
}

.sideboxcontent {
	background-color: #F4F7FF;
	border: 1px solid #004A9D;
	color: #1B3755;
	padding: 1pt 2pt 7pt;
	text-align: right;
	text-decoration: none;
}


.leftsidboxtitle {
	border-bottom:1px solid #004A9D;
	padding: 2px;
	border-bottom-width: 9px;
	border-top: solid #004A9D;
	border-top-width: 1px;
	color: #1B3755;
	padding: 2pt;
	margin: 1pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-decoration: none;
	vertical-align: middle;
}

.leftsideboxcontent {
	background-color: #F4F7FF;
	border-bottom: 1px solid #004A9D;
	border-left: 1px solid #004A9D;
	border-right: 1px solid #004A9D;
	color: #1B3755;
	padding: 2pt 3pt 8pt;
	text-align: center;
	text-decoration: none;
}

.textarea, .text, .button, .file {
	background: #F4F7FF top;
	border: 1px solid #004A9D;
	font-family: MS Sans Serif, "Tahoma";
	font-size: x-small;
}

.topmenu {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
	width: auto;
}

.xoopscode, .xoopsquote {
	background: #F4F7FF;
}

.footer {
   font-family: MS Sans Serif, Geneva, Arial, Helvetica, sans-serif;
	color: #00008B;
}

.debug {
	font-family: MS Sans Serif, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Maroon;
	border-top: 1px solid #004A9D;
}
