/*
Code updated by Vinod S R
         contact : smartvinu@gmail.com ,psindia@gmail.com
         website : http://psindia.v33.org ,  http://tenthstone.com
*/

/* small smiley DOM window */

.smiley_window{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
background-image: url(images/dhtml_back.gif);
      background-color: #DAD8e3;
      background-repeat: repeat-x;
   width: 150px;
}
.smiley_content
{

  height: 100px;
  overflow: auto;

}

.smiley_title_bar
{

  color: #000000 ;
  width: 150px;
  font-weight: bold
}
/* update smiley ends here */
/* Popup smiley window*/

.dhtml_form
    {
         z-index:0;
      background-image: url(images/dhtml_back.gif);
      background-color: #DAD8e3;
      background-repeat: repeat-x;
  border: 2px groove #CCCCCC;
  padding: 2px
}


input.modbold {
	background-image: url(./images/bold.gif);
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size: 17px;
    width: 25px ;
    height: 25px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: center;

}
input.moditalic {
background-image: url(./images/italic.gif);
	background-color : #ffffff;
	color : #000000;
	text-align: center;
font-size: 17px;
    height: 25px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: center;
        width: 25px ;
}
input.modunder {
background-image: url(./images/underline.gif);
	background-color : #ffffff;
	color : #000000;
	text-align: center;
	font-size: 17px;
        height: 25px;
		padding-left: 12px;
	background-repeat: no-repeat;
	background-position: center;
        width: 25px ;
}
input.modstrike {
	background-image: url(./images/linethrough.gif);
	background-color: #ffffff;
	color: #000000;
	text-align: center;
        height: 25px;
	font-size: 17px;
		padding-left: 12px;
	background-repeat: no-repeat;
	background-position: center;
        width: 25px ;
}

input.modcenter {
	background-image: url(./images/aligncenter.gif);
	background-color: #ffffff;
	color: #000000;
	text-align: center;
        height: 25px;
	font-size: 17px;
		padding-left: 12px;
	background-repeat: no-repeat;
	background-position: center;
        width: 25px ;
}
input.modleft {
	background-image: url(./images/alignleft.gif);
	background-color: #ffffff;
	color: #000000;
	text-align: center;
        height: 25px;
	font-size: 17px;
		padding-left: 12px;
	background-repeat: no-repeat;
	background-position: center;
        width: 25px ;
}
input.modright {
	background-image: url(./images/alignright.gif);
	background-color: #ffffff;
	color: #000000;
	text-align: center;
        height: 25px;
	font-size: 17px;
		padding-left: 12px;
	background-repeat: no-repeat;
	background-position: center;
        width: 25px ;
}

div.notify {
	background: #FC565A;
	border: 2px solid #d1d7dc;
	color:#FFFFFF;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 6px 6px 6px;
}
.helpline {

       background-image: url(images/dhtml_back.gif);
      background-color: #DAD8e3;
      background-repeat: repeat-x;

   border: 2px groove #CCCCCC;
}

/* ==========>> Update Ends Here <<========== */

table {
    width:      100%;
}

img {
    border:     0;
}

acronym, abbr, dfn {
    cursor:     help;
}

#xoopsHiddenText {
    visibility:         hidden;
    color:              #000000;
    font-weight:        normal;
    font-style:         normal;
    text-decoration:    none;
}

.pagneutral {
    font-size:          10px;
    width:              16px;
    height:             19px;
    text-align:         center;
    background-image:   url(./images/pagneutral.gif);
}

.pagact {
    font-size:          10px;
    width:              16px;
    height:             19px;
    text-align:         center;
    background-image:   url(./images/pagact.gif);
}

.paginact {
    font-size:          10px;
    width:              16px;
    height:             19px;
    text-align:         center;
    background-image:   url(./images/paginact.gif);
}



/* For required elements in XOOPS form, can be overwritten in theme styles */
.xoops-form-element-caption .caption-marker {
    display:            none;
}

.xoops-form-element-caption-required .caption-marker {
	background-color:   inherit;
	padding-left: 	    2px;
	color: 			    #ff0000;
}

.xoops-form-element-help {
	font-size:		    .9em;
    padding-top:        5px;
    font-weight:        normal;
}

