/*  

	XOOPS Cube Legacy 
    http://xoopscube.org  */

/*------------------------------------------------------- COMMON */

a, a:visited  
	{
	color:#4D63BB;
	}

a:hover, a:active
	{
	color:#EA8C00;
	}

area, base, basefont, head, meta, script, style, title,
noembed, noscript, param 
	{
   display: none;
	}

h1, h2, h3, h4, h5 
	{
	margin:8px 0px;	
	}

img 
	{
	border:0;
	}

table 
	{
	width: 100%;
	}

td 
	{
	margin : 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	}

th 
	{ 
	padding: 4px;
	vertical-align: middle;
	font-weight:bold;
	}

p 
	{
	padding: 4px;
	line-height: 140%;
	}
/* check this */
#container a, #container a:visited  
	{
	color:#4D63BB;
	}

#container a:hover, #container a:active
	{
	color:#F9B743;
	}



ul 
	{
	margin: 2px 2px 2px 15px;
	padding: 2px;
	text-align: left;
	list-style: square outside;
	}

img 
	{
	border:0;
	}

/*------------------------------------------------------- FORM */

/* Required for cross-browser, the :hover(IE) is not supported! */

input,select,textarea,checkbox,radio 
{
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-width: 0px;
margin-height: 0px;
padding:2px;
scrollbar-face-color:#FFFFCC;
scrollbar-arrow-color:#69c;
scrollbar-base-color:#fff;
scrollbar-track-color:#FFFFEE;
scrollbar-3dlight-color:#ccc;
scrollbar-darkshadow-color:#999;
scrollbar-shadow-color:#fff;
scrollbar-highlight-color:#fff;
font-family: verdana, Arial;
color: #344587;
font-size: 12px;
background-color: #f4f4f4;
border: 1px solid #ccc;
}

/* Windows IExplorer only */
/* Placed within conditional comments on theme.html*/
/* http://www.quirksmode.org/css/condcom.html */

input
{
border-width: expression(this.type=="submit" ?'1px':'');
border-style: expression(this.type=="submit" ?'outset':''); <br>
border-color: expression(this.type=="submit" ?'#ccc #666 #666 #ccc':'');
font-family: expression(this.type=="submit" ?'Trebuchet ms, verdana arial':'');
font-size: expression(this.type=="submit" ?'11px':'');
font-weight: expression(this.type=="submit" ?'bold':'');
color: expression(this.type=="submit" ?'#fff':'');
background-color: expression(this.type=="submit" ?'#E4E4FF':'');
cursor: expression(this.type=="submit" ?'hand':'');
}

input 
{
visibility: expression(this.type=="hidden" ?'hidden':'');
height: expression(this.type=="hidden" ?'1px':'');
}


/* NN, FF, MOZ/WIN only*/

input[type="button"], input[type="reset"] , input[type="submit"] 
{ 
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-width: 0px;
margin-height: 0px;
font-family: verdana, Arial;
color: #344587;
font-size: 11px;
font-weight: bold;
background-color: #E4E4FF;
border-top: 1px outset #ccc;
border-right: 1px outset #666;
border-bottom: 1px outset #666;
border-left: 1px outset #ccc;
cursor: pointer;
cursor: hand;
}

/* NN, FF, MOZ/WIN only*/

input[type="button"]:hover, input[type="reset"]:hover , input[type="submit"]:hover 
{ 
font-family: verdana, Arial;
color: #000;
font-size: 11px;
font-weight: bold;
background-color: #afafaf;
border-top: 1px inset #ccc;
border-right: 1px inset #666;
border-bottom: 1px inset #666;
border-left: 1px inset #ccc;
cursor: pointer;
cursor: hand;

}

input[type="hidden"]
{
visibility:hidden;
font-size:1px;
height:1px;line-height: 1px;
float:none;
}

/*------------------------------------------------------- Table Data */

.outer 
	{
	background:#fff url(images/bg_hbar.gif) repeat-x;
	border:#EBEBEB 1px solid;
	margin:0;
	padding:0;
	}

.head 
	{
	background:#FAFAFF;	
	border-bottom:#ccc 1px solid;
	font-weight: bold;
	padding: 4px;
	}

.even, .odd, .foot 
	{
	border-bottom:#ccc 1px solid;
	padding: 4px;
	}

.foot 
	{	
	background:#F5F5F5;
	}

table.outer th 
	{
	margin: 0;
	padding: 4px;
	border-bottom:#ccc 1px solid;
	color:#344587;	
	font-weight: bold;
	}

.foot td 
	{
	background:#FAFAFF;
	}

.even td 
	{
	border-bottom:#ccc 1px solid;
	padding: 4px 0px;
	}

.odd td 
	{
	border-bottom:#ccc 1px solid;
	padding: 4px 0px;
	background:#FAFAFF;	
	}

/*------------------------------------------------------- Messages */

div.errorMsg 
	{
	background-color:#CC3300;
	border-top:#4984C5 1px solid;
	border-bottom:#2763AA 1px solid;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px;
	}

div.confirmMsg 
	{
	background-color:#E8BA04;
	border-top:#4984C5 1px solid;
	border-bottom:#2763AA 1px solid;
	color: White;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	padding: 10px;
	}

div.resultMsg 
	{
	background-color:#339900;
	border-top:#4984C5 1px solid;
	border-bottom:#2763AA 1px solid;
	color: White;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	padding: 10px;
	}

/*---------------------------------------------------- Preformatted Text Wrap */

/* Browser specific (not w3c valid) styles to make preformatted text wrap */

div.xoopsCode 
	{ 
	background:url(images/bg_code.jpg) top right no-repeat;
	padding:10px 30px;
	}

div.xoopsQuote 
	{
	background:url(images/bg_quote.jpg) top right no-repeat;
	padding:10px 30px;
	}

/* Browser specific (not valid) styles to make preformatted text wrap */

div.xoopsCode pre, div.xoopsQuote blockquote 
{    
margin:0;
padding:0;
height:auto;
min-height:4em;
overflow:auto;
overflow-y:hidden; /* Hidden Vertical Scrollbar */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

div.xoopsCode pre, div.xoopsQuote blockquote 
{
padding: 1.5em 1.5em 0.5em;
border-left:3px solid #E4E4FC;
}

/*---------------------------------------------------- Comments and Forum Post */

.comTitle 
	{
	font-weight: bold;
	margin-bottom: 2px;
	}

.comText 
	{
	margin: 0;
	padding: 2px;
	line-height: 140%;
	}

.comUserStat 
	{
	background: #f5f5f5;
	color: #2f5376;
	font-size: 0.8em;
	font-weight:bold;
	margin: 2px;
	padding: 4px 2px 1px 4px;
	border: solid 1px #c0c0c0;
	}

.comUserStatCaption 
	{
	font-weight: normal;
	}

.comUserRank 
	{
	margin: 2px;
	}

.comUserRankText 
	{
	font-size: 0.8em;
	}

.comUserRankImg 
	{
	border: 0;
	}

.comUserName {}

.comUserImg 
	{
	margin: 2px;
	}

.comDate 
	{
	font-size: smaller;
	font-weight: normal;
	}

.comDateCaption 
	{
	font-weight: normal;
	}