/*

Greybg= #242224
FText=  #FFFFCC
FTextBG=#212121
BGold=  #FFCC00
DGold=  #CC9900

.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: #FFD700;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #FFD700;
	text-decoration: none;
}

body {
        background-image: url("../images/blackbg.jpg");
        background-color: #000000;
	background-repeat: repeat;
	color: #CCCCCC;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	scrollbar-arrow-color: #CC9A04;
	scrollbar-base-color:  #212121;
	scrollbar-track-color: #212121;
}

form, td {
       font-size: 14px;
}

hr {
	color: #FCCE04; /* BGold */
	filter: Alpha(Opacity=80,FinishOpacity=0,Style=2);
	height: 2px;
	width: 95%;
}

img {
	border: 0px;
}

.banner {
	background: #F7F9F9;
	border: 3px double silver;
}

.bg2, .bg4 {
	background-color: #272727;
}

.bg3 {
	background-color: #101010;
}

.centerblocktitle{
	border-bottom: 3px double silver;
	padding: 2px;
	font-size: 14px;
}

.debug {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.footer {
        background-image: url("../images/glassblackbg.jpg");
	height: 29px;
	background-color: #000000;
	border-bottom: 1pt solid #212121;
	border-top: 1pt solid silver;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}

.indextable {
/*	background: #000000; */
	border-bottom: 1px solid #212121;
	border-left: 1px solid #212121;
	border-right: 1px solid #212121;
	padding: 1px 1px 1px 3px;
}

.indextable2 {
/*	background: #000000;  */
	border-left: 1px dashed silver;
	border-right: 1px dashed silver;
	padding: 1px 1px 1px 3px;
}

.indextext, .postedby {
	color: #CC9A04;   
	font-family: Verdana, "MS Sans Serif";
	padding: 1px 1px 1px 1px;
	text-align: left;
}

.indextitle {
	border-left: solid 1pt silver;
	border-top: solid 1pt silver;
	border-bottom: solid 1pt #212121;
	border-right: solid 1pt #212121;
	color: #FCCE04;
        background-image: url("../images/glassblackbg2.png");
	height: 20px;
	background-repeat: repeat-x;
	font-size: x-small;
	font-weight: bold;
	margin: 0pt;
	padding: 2pt;
	text-align: left;
	text-decoration: none;
	width: auto;
}

.login {
      	background-color: #212121;
	border: 1px solid #000000;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: xx-small;
        color:  #CC9A04;
}

.loginbar {
	background-color: #000000;
        background-image: url("../images/glassblackbg.jpg");
	height: 29px;
	background-repeat: repeat-x;
        border-top:  1px solid silver;
	border-bottom: 1px solid #212121;
	height: 15pt;
}

.more {
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-bottom: solid 1px #212121;
	border-right: solid 1px #212121;
        background-image: url("../images/glassblackbg.jpg");
	height: 29px;
	background-repeat: repeat-x;
        font-size: x-small;
	padding: 3pt;
}

.myclock {
	font-family: "Lucida Console";
	line-height: 14px;
}

.postedby {
	border-bottom: 1px solid silver;
}

.redirect {
	background: #000000;
	border: 3px double #ECECEC;
	color: #FFFFCC;
}

.select {
	background: #FFFFFF top;
	color: #000000;
	font-family: Verdana, "MS Sans Serif";
	font-size: xx-small;
}

.sidboxtitle {
        background-image: url("../images/glassblackbg2.png");
        background-repeat: repeat-x;
	border-left: solid 1px #909090;
        border-top: solid 1px #909090;
        border-right: solid 1px #181818;
	border-bottom: none;
	color: #CC9900; /* DGold */
	font-weight: bold;
	padding: 2pt;
	text-align: left;
	text-decoration: none;
        text-size: 14px;
        vertical-align: middle;

}

/*.sidebar1, .sidebar2,*/ .bg1 {
	background-color: #000000 ;
}

.sideboxcontent {
	background-color: #212121;
        border-left: solid 1px #909090;
	border-right: solid 1px #181818;
	border-bottom: solid 1px #181818;
	border-top: none;
	color: #FFFFCC;
	padding: 2pt 3pt 8pt;
	text-align: left;
	text-decoration: none;
        text-size: 14px;
}

.textarea, .text, .button{
	background-color: #212121;
	border: 1px solid silver;
	color:  #FFFFCC; 
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 14px;
}


.textarea[disabled], .text[disabled], .button[disabled]{
	border: 1px solid #C0C0C0; 
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 14px;
	color: grey;
}

.file{
 color: 000000;
 font-family: Tahoma, Verdana, "MS Sans Serif";
 font-size: x-small;	       
}

.topmenu {
        background-image: url("../images/glassblackbg.jpg");
        height: 29px;
	background-repeat: repeat-x;
        border-top:  2px solid #212121;
	border-bottom: 2px solid #212121;
	border-left: 2px solid #212121;
	border-right: 2px solid #212121;
        margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
	width: auto;
}

.waitbox {
	background: #212121;
	border: 1px solid silver;
}

.xoopscode, .xoopsquote {
	background: #212121; /* XOOPS SPECIFIC */
}

/* Default style sheet for jQuery date picker v3.7.0. */
#datepick-div, .datepick-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	color: #000;
	width: 15em;
}
#datepick-div {
	display: none;
	border: 1px solid #777;
	z-index: 100; /*must have*/
}
.datepick-inline {
	float: left;
	display: block;
	border: 0;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.datepick-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger {
	width: 25px;
	padding: 0px;
}
img.datepick-trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepick-prompt {
	float: left;
	padding: 2px;
}
* html .datepick-prompt { /* IE6 */
	width: 15em;
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepick-control {
	background: #400;
	padding: 2px 0px;
}
.datepick-links {
	background: #000;
	padding: 2px 0px;
}
.datepick-control, .datepick-links {
	font-weight: bold;
	font-size: 80%;
}
.datepick-links label {
	padding: 2px 5px;
	color: #888;
}
.datepick-clear, .datepick-prev {
	float: left;
	width: 34%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev {
	float: right;
	text-align: right;
}
.datepick-current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepick-close, .datepick-next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next {
	float: left;
	text-align: left;
}
.datepick-header {
	background: #333;
	text-align: center;
	font-weight: bold;
	min-height: 1.5em;
}
.datepick-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.datepick-header span {
	position: relative;
	top: 3px;
}
.datepick {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepick a {
	display: block;
	width: 100%;
}
.datepick-title-row {
	background: #777;
}
.datepick-title-row th {
	text-align: center;
	font-weight: normal;
}
.datepick-days-row {
	background: #eee;
	color: #666;
}
.datepick-week-col {
	background: #777;
	color: #fff;
}
.datepick-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.datepick-other-month {
	background: #fff;
}
.datepick-week-end-cell {
	background: #ddd;
}
.datepick-title-row .datepick-week-end-cell {
	background: #777;
}
.datepick-week-over {
	background: #ddd;
}
.datepick-unselectable {
	color: #888;
}
.datepick-today {
	background: #fcc;
}
.datepick-current-day {
	background: #777;
	color: #fff;
}
.datepick-days-cell-over {
	background: #fff;
	color: #000;
	border: 1px solid #777;
}
.datepick-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#datepick-div a, .datepick-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.datepick-inline .datepick-links a {
	padding: 0 5px !important;
}
.datepick-control a, .datepick-links a {
	padding: 2px 5px !important;
	color: #eee;
}
.datepick-title-row a {
	color: #eee;
}
.datepick-control a:hover {
	background: #fdd;
	color: #333;
}
.datepick-links a:hover, .datepick-title-row a:hover {
	background: #ddd;
	color: #333;
}
.datepick-multi .datepick {
	border: 1px solid #777;
}
.datepick-one-month {
	float: left;
	width: 15em;
}
.datepick-new-row {
	clear: left;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}

.calendarToday {
 border:1px solid white;
}
