/*
.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  */

.prenext{
	background-color: White;
	color: black;
	border-bottom:solid;
	border-top:solid;
	border-width:1px;
}
/* prenext*/
body {
	background-color: #ffffff;
	border: 1px inset #ffffff;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	overflow : auto;
}
a:link, a:visited, a:active, a:hover {
	color: #CC0066;
	text-decoration: underline;
}

td {
	font-size: 17px;
}
.form {
	font-size: 17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	MARGIN-top:3px;
	MARGIN-bottom:2px;
}
.bg1 {
	background-color: White;
}
.bg2 {
	background-color: #EBEBEB;
}
.bg4 {
	background-color: white;
}

.bg3 {
	background-color: #F2F2F2;
}
.sidebar1 {
	background-color: white;
}

.sidebar2 {
	background-color: white;
}

td.leftsideboxcontent form p input.text, td.leftsideboxcontent div form input.text
{
	width : 150px;
}
td.leftsideboxcontent form p input.button, td.leftsideboxcontent div form input.button
{
	width : 70px;
}
.leftsidboxtitle {
	padding: 12px 6px 6px 6px;
	background-color: #FAFAFA;
	font-size: 16px;
	color: #CC0066;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left : 1px solid Silver;
	border-top : 1px solid Silver;
	border-right : 1px solid Silver;
	background-image : url(../images/block_top.gif);
	background-position : top;
	background-repeat : no-repeat;
}
.leftsideboxcontent {
	padding: 6px 6px 6px 6px;
	background-color: #FAFAFA;
	color: Black;
	text-align: center;
	text-decoration: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	border-left : 1px solid Silver;
	border-bottom : 1px solid Silver;
	border-right : 1px solid Silver;
}
.rightsidboxtitle {
	padding:6px 6px 6px 6px;
	background-color: white;
	font-size: 14px;
	color: black;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border-left-color : Silver;
	border-left-style : solid;
	border-left-width : 1px;
	border-top-color : Silver;
	border-top-style : solid;
	border-top-width : 1px;
	border-right-color : Silver;
	border-right-style : solid;
	border-right-width : 1px;
}
.rightsideboxcontent {
	padding: 6px 6px 6px 6px;
	background-color: white;
	color: Black;
	text-align: center;
	text-decoration: none;
	border-left-color : Silver;
	border-left-style : solid;
	border-left-width : 1px;
	border-bottom-color : Silver;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-right-color : Silver;
	border-right-style : solid;
	border-right-width : 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
.centerblocktitleleft{
	padding: 3px 6px 5px 6px;
	background-color: #CC0066;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.centerblockcontentleft{
	padding: 6px 6px 6px 6px;
	background-color: white;
	color: Black;
	text-align: left;
	text-decoration: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 17px;
}
.news {
	margin-left: 2px;
	margin-right: 2px;
	width:100%;
}
.indextitle {
	padding:6px 6px 6px 6px;
	background-color: White;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid Silver;
}
.indextable {
	background: White;
	border-bottom: 1px solid Silver;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	padding: 1px 1px 1px 3px;
}

.indextable2 {
	background: #ffffff;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	padding: 1px 1px 1px 3px;
}
.postedby {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 1px 1px 1px 1px;
	text-align: left;
	border-bottom:1px dotted black;
}
.indextext {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 1px 1px 1px 1px;
	text-align: left;
	font-size: 14px;
}
.more {
	padding:6px 6px 6px 6px;
	background-color: White;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid Silver;
	border-top:1px dotted black;
}

img {
	border: 0px;
}
.textarea, .text, .file
{
	border: 1px solid #CC0066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color : White;
}

.button {
	background-color : White;
	color : Black;
	border: 1px solid #CC0066;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.xoopscode, .xoopsquote {
	background: #FCFCFC;
}

.footer {
	background-color: #ffffff;
	height: 14px;
}

.debug {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top:1px solid #83b5df;
	color: Maroon;
}
.select {
	background: White top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.menub {

	background-color: white;
		 border-bottom:1px solid #000000; 
	  border-top:1px solid #000000;
}

.banner {
	background: white;
}



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

.tmenu {
	color : White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}
.tmenu a:link, .tmenu  a:visited, .tmenu  a:hover {
	text-decoration: underline;
	color: White;
}

.bigtable{
	border-bottom: 1px dotted Navy;
}
.centerblocktitleright{
	padding: 3px 6px 5px 6px;
	background-color: #CC0066;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.centerblockcontentright{
	padding: 6px 6px 6px 6px;
	background-color: white;
	color: Black;
	text-align: left;
	text-decoration: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 17px;
}
.centerblocktitlecenter{
	padding: 3px 6px 5px 6px;
	background-color: #CC0066;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.centerblockcontentcenter{
	padding: 6px 6px 6px 6px;
	background-color: white;
	color: Black;
	text-align: left;
	text-decoration: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 17px;
}
.cbtitle, .cbtitle:link, .cbtitle:visited, .cbtitle:active, .cbtitle:hover{
	background-color: #CC0066;
	color : White;
	text-decoration : none;
}
.toptext
{
	font-size : 15px;
}
p
{
	padding : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 5px;
}
.article
{
	font-size : 16px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1
{
	font-size : 16px;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0;
}
.imgtitle
{
	font-size: 20px;
	margin: 20px;
}
.title
{
	font-size : 16px;
	font-weight : bold;
}
.copyright
{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0;
}
.imgframe
{
	border-color : #CC0066;
	border-style : solid;
	border-width : 2px;
}
.galeryframe
{
	border-color : #CC0066;
	border-style : solid;
	border-width : 4px;
}
.imginfo
{
	font-size : 14px;
}

.carousel-preview-container
{
	width : 100%;
	overflow : hidden;
	height : 214px;
	position : relative;
}

.carousel-thumbnails
{
	position : absolute;
	/*position : relative;*/
	width : 100%;
	top : 0px;
	height : 100px;
	table-layout : fixed;
}

.carousel-owner
{
	table-layout : fixed;
}

.coolblock
{
	table-layout : fixed;
	overflow : hidden;
}

.carousel_loader
{
	width : 1px;
	height : 1px;
	display : none;
}

.carousel-thumbnail-empty-frame,.carousel-thumbnail-frame,.carousel-selected-thumbnail-frame
{
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
}

.carousel-thumbnail-frame
{
	border-color : #CC0066;
	border-style : solid;
	border-width : 1px;
}

.carousel-selected-thumbnail-frame
{
	border-color : #CC0066;
	border-style : solid;
	border-width : 1px;
	background-color : #CC0066;
}

.carousel-thumb-title
{
	overflow : hidden;
}

.carousel-thumb-image
{
}

.carousel-button
{
	cursor : pointer;
}

div.saparticle p
{
	text-align:justify;
	padding-bottom: 20px;
}
