.hint{
    display: none;
}

.hashint:hover .hint{
    /*display: block;
    position: absolute;
    padding: 20px;
    background: #fefefe;
    border: 3px ridge yellow;
    z-index: 100;
    text-align: left;*/
}

body {
    font-size: 12px;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 10px 0 0 0;
    background-color: #FFFFFF;
    background-image: url(images/img01.gif);
    background-repeat: repeat-x;
    /*background-attachment: ;*/
    background-position: 0px -25px;
    color: #666666;
    position:relative;
    min-height: 100%;
}

h1{font-size: 18px;}

h2{font-size: 14px;}

h1, h2, h3 {
    color: #333333;
}

a {
	color: #BB1C1C;
}

img, fieldset{
    border: 0;
    margin: 0;
    padding: 0;
}

textarea{
    text-align: left;
    border: 1px solid #C90404;
}

.tabpane textarea,
.tabpane input{
    border: 1px solid #C90404;
    margin: 2px 0;
    width: 80%;
}


/*

input.button70{
    background: transparent url('/images/button70.gif') no-repeat;
    width: 70px;
    border: none;
    height: 20px;
    line-height: 20px;
}
*/

input.button90{
    background: transparent url('/images/button90.gif') no-repeat;
    width: 90px;
    border: none;
    height: 20px;
}


input.thinbutton{
    border: 1px solid #C90404;
}

* html input.thinborder{
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

table{
    margin: auto;
}

.column{
    width: 240px;
    overflow: hidden;
}

.column h1.title{
    margin-top: 0;
}

.column h4{
    margin: 6px 0;
    font-size: 14px;
}

.column p{
    padding: 0 10px 0 10px;
}

/* Boxed Style */

.title {
	height: 29px;
        width: 240px;
	margin: 20px 0 0 0;
	padding: 4px 0 0 0;
	background: url(images/img05.gif) no-repeat;
	font-size: 16px;
	color: #BB1C1C;
        text-align: center;
}

.boxed .content {
	padding: 15px;
}

/* Post */

.post {
    margin: 2em auto 0 auto;
}

.tabpane {
    border: 1px solid #D4DADD;
    text-align: center;
}

.tabmenu {    
    background: #D4DADD;
}

.tabmenu a{    
    margin: 0 3px 0 3px;
    font-weight: bold;
    white-space: nowrap;
}

.tabmenu a.tabselected{
    text-decoration: none;
    color: black;
    font-weight: bold;
    border: 0;
    font-size: 14px;
}

.tabselected:hover{
    text-decoration: none;
}

.selbg, .selbg *{
    font-size: 10px;
}

.comments {
    margin: auto;
    width: 450px;
    text-align: left;
    overflow: hidden;
}

.column .comments{
    width: 240px;
    overflow: hidden;
}

.comments * {
    text-indent: 0px;
}

.comments ul.pages{
    float:left;
height:20px;
list-style-type:none;
margin:2px 0;
padding-left:0;
}

.comments .pages li{
    float: left;
    border: 1px solid red;
    list-style-type:none;
}

.comments td{
    border-top: 1px solid #e3e3e3;
    padding: 10px;
}

.comments .text a{
    color: gray;
}

.modaldialog{
    position: absolute;
    background: white;
    padding: 10px;
    border: 2px solid gray;
    margin: auto;
    /*width: 260px;*/

    /* for ie6 bug wtih select component */
    overflow: hidden;/*must have*/
    z-index: 1000;
}

.dialogtitle{
    text-align: left;
    position: relative;
    top: 0px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.dialogtitle h1{
    margin: 0px;
    white-space: nowrap;
}

.dialogclose{
    position: absolute;
    border: 1px solid black;
    right: 0px;
    top: 0px;
}

.modaldialog iframe{
    /* for ie6 bug wtih select component */
        display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width: 3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;

}

/* Header */

#header {
    width: 750px;
    height: 70px;
    margin: 0px auto auto auto;
    padding: 0px 0 0px 0;
}

#header *{
    margin: 0;
    padding: 0;
    border: 0;
}

/* Header > Logo */

#logo {
    float: left;
    width: 165px; /*+45*/
    height: 50px;
    text-align: center;
}

#logo h1 {
        display: block;
        margin: 0;
	padding: 12px 0 0 0;
	font-size: 1em;
}

#logo h2 {
        display: block;
	font-size: 10px;
        color: #FFFFFF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}

#logo a {
    font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Header > Menu */

#menu {
    float: left;
    width: 400px;
    height: 50px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 45px;
	padding: 24px 0 0 0;
	background: url(images/img03.gif) no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
        text-decoration: none;
}

* html #menu a{
    padding: 26px 0 0 0;
}

#menu a:hover, #menu a.active {
	color: #BF1616;
}
/* Content */

#content {
    margin: 5px auto auto auto;
}


#content h1 small{
    color: #b91f1f;
    font-size: 12px;
}

/* Footer */
#footer{
    font-size: 12px;
}

#footer {
    padding: 20px 0 20px 0;
    border-top: 4px solid #930000;
    background: #C90404;
    width: 100%;
}

#footer p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 0 auto;
}

#footer a {
    color: #FFFFFF;
}

#gallery * {
    text-align: center;
}

.control{
    text-align: center;
}

.control a{
    padding: 0 .5em 0 .5em;
    }

#animation {
    text-align: center;
}

#animation p{
    margin: 5px 0 5px 0;
}



#gallery h4{
    font-size: 100%;
    margin-top: 1em;
}

#resultdiv{
    border:1px solid #C90404;
    margin:0pt auto;
    padding: .3em;
}

#resultdiv table{
    margin: auto;
    width: 350px;
}

#resultdiv table td{
    padding: 2px;
}


#resultdiv input{
    width: 200px;
}

#gallaryvote{
    text-indent: 0em;
}

.control{
    margin:  .5em 0 .5em 0;
}

input.imgurl, input.file{

}

#addframes{
    background: #fde582;
    border: 1px solid #666666;
    color: #000000;
    padding: 4px 0;
    width: 468px;
    margin: auto;
}

#advprop, #advprop input{
    font-size: xx-small;
}

#flscroll{
    position:relative; /* for ie6*/
    width: 468px;
    overflow: auto;
    margin: auto;
}

* html #flscroll{
    position:relative; /* for ie6*/
    overflow:visible;
    overflow-x:auto;
    overflow-y:hidden;
    padding-bottom:15px;
}

#flist{
    position:relative; /* for ie6*/
    margin: 0px;
    font-size: 1px;
    padding: 0px;
    border: none;
    height: 84px;
    background: #000000 url(/images/filmbg.gif) repeat-x; padding: 14px 0 0 0;
}

#flist big{
    font-size: 14px;
}

#flscroll .flborder{
    background: transparent url(/images/borderleft.png) repeat-x scroll 0pt;
    height: 14px;
}

#flscroll .empty{
    float: left; height: 70px; width: 15px
}


.demoframe, .framepreviev{
    background: #ffffff;
    height: 50px;
    width: 50px;
    float: left;
    border-top: 10px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 10px solid #000000;
    cursor: move;
}

.demoframe big,.framepreviev big{
    display: block;
    margin-top: 16px;
}

.selected{
    border-top: 10px solid red;
    border-left: 2px solid red;
    border-right: 2px solid red;
    border-bottom: 10px solid red;
}

#fres .fimg{
    border: 2px solid white;
}

#fres .fimgsave{
    display: none;
}

#garchiv {
    width: 75px;
}

#garchiv .year{
    color:#000000;
    font-family:arial,sans-serif;
    font-size: 16px;
    font-weight:bold;
    padding:0 0 0 15px;
    text-decoration: none;
}

#garchiv .month{
    margin-left: 5px;
    text-align: left;
    font-family:arial,sans-serif;
    font-size: 14px;
    line-height:18px;    
    padding-left: 20px;
}

#archivlist{
    /*width: 550px;*/
    text-align: center;
}

.apreview{
    float: left;
    text-align: center;
    width: 160px;
    height: 140px;
    overflow: hidden;
    background-color: #eeeeee;
    margin: 0 2px 2px 2px;
    padding: 5px 0;
}

#bestanimation .apreview {
    margin: auto;
    float: none;
}

.apreview strong{
    font-size: 10px;
    display: block;
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
}

#archivlist .ads160x600{
    float: left;
    margin: 0 2px;
}

.ads{
    margin: auto;
    text-align: center;
}

.ads468x15{
    margin-bottom: 5px;
}

#bestanimation{
    text-align: center;
}

#grandom{
    width: 100%;
    text-align: center;
}

#grandom .gal{
    width: 120px;
    overflow: hidden;
}

#watermark *, * html #tr, * html #tr * {
    border: 0px;
}

#imgdiv, #imgdiv *{
    border: none;
    margin: 0px;
    padding: 0px;
    font-size: 1px;
}


#img{
    height: inherit;
    width: inherit;
    position: absolute;
    top: 0px;
    left: 0px;
}

* html #img{
    height: 100%;
    width: 100%;
}

.rborder{
    position: absolute;
    font-size: 1px;
    width: 2px;
    height: 2px;
}

.opacity08 {
    opacity: 0.8; /* for all other browser*/
    filter: alpha(opacity=80); /* for IE5-7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*for IE8*/
}

#frametable{
    position: relative;/*fix for ie6*/

}

#frametd{
    text-align: left;
}

#frame_opt{
    text-align: center;
    padding-right: 5px;

}

#frame{
    position: relative;
    left: 0px;
    top: 0px;
}

#whileload{
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
}

#whileloadimg{
    margin: 0px;
    padding: 0px;
    background: #666666 url(images/loading.gif) no-repeat center center;
    color: #FFFF00;
}

#user_errors{
    width: 500px;
    color: red;
    margin: auto;
    text-align: left;
    margin: 1em 0 1em 0;
}

#help img.info{
    border: 5px solid gray;

}

#delete_confirm{
    border: 1px solid #000000;
    background: #FDE582;
}

#boxlt2, #boxrt2{
    background: #d4dadd url(/images/border.lt.2.gif) no-repeat left top;    
    border: 0;
    margin: 0;
    padding: 0;
}

#boxlt2{
    border-bottom: 6px solid #848c8f;
    margin-bottom: 5px;
}

#boxrt2{
    background: transparent url(/images/border.rt.2.gif) no-repeat right top;
    padding: 10px 10px 4px 10px;
}

#boxrt2 .ads{
    margin: 6px auto;
}


#selsize, #speed{
    font-size: 10px;
}

#addplus{
    font-size: 16px;
    line-height: 16px;
    color: green;
    font-weight: 900;
    margin: 0;
    padding: 0; 
}



/*****************voting *********************/
.vrating0{
    height: 22px;
    width: 115px;
    background-color: white;
    background: transparent url(/voting/vote0.png) no-repeat scroll 0%;
    }

.vrating1{
    height: 22px;
    width: 115px;
    background: transparent url(/voting/vote1.png) no-repeat scroll 0%;
    }

.vrating2{
    height: 22px;
    width: 115px;
    background: transparent url(/voting/vote2.png) no-repeat scroll 0%;
    }

.vrating3{
    height: 22px;
    width: 115px;
    background: transparent url(/voting/vote3.png) no-repeat scroll 0%;
    }

.vrating4{
    height: 22px;
    width: 115px;
    background: transparent url(/voting/vote4.png) no-repeat scroll 0%;
    }

.vrating5{
    height: 22px;
    width: 115px;
    background: transparent url(/voting/vote5.png) no-repeat scroll 0%;
    }

.vnewrating1{
    height: 22px;
    width: 115px;
    background: transparent url(/voting/newvote1.png) no-repeat scroll 0%;
    }

.vnewrating2{
    height: 22px;
    width: 115px;
    background: transparent url(/voting/newvote2.png) no-repeat scroll 0%;
    }

.vnewrating3{
    height: 22px;
    width: 115px;
    background: transparent url(/voting/newvote3.png) no-repeat scroll 0%;
    }

.vnewrating4{
    height: 22px;
    width: 115px;
    background: transparent url(/voting/newvote4.png) no-repeat scroll 0%;
    }

.vnewrating5{
    height: 22px;
    width: 115px;
    background: transparent url(/voting/newvote5.png) no-repeat scroll 0%;
    }


.vhorstars{
    margin: 0;
    padding: 0;
    border: 0;
    height: 22px;
    width: 23px;
    float: left;
}

.vvertical {
    height: 115px;
    width:  22px;
}

.starfilled{
    margin: 0;
    padding: 0;
    border: 0;
    height: 22px;
    width: 23px;
    float: left;
    background: transparent url(/voting/starfilled.png) no-repeat scroll 0%;
}

.starbordered{
    margin: 0;
    padding: 0;
    border: 0;
    height: 22px;
    width: 23px;
    float: left;
    background: transparent url(/voting/starbordered.png) no-repeat scroll 0%;
}

.starempty{
    margin: 0;
    padding: 0;
    border: 0;
    height: 22px;
    width: 23px;
    float: left;
    background: transparent url(/voting/starempty.png) no-repeat scroll 0%;
}

.vvertstars{
    margin: 0;
    padding: 0;
    border: 0;
    width: 23px;
    height: 22px;
    float: left;
}


/************voting end*****************/

/****************** color dialog begin ***********************/
#colorPicker *{
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height:100%;
}

#colorPicker input, #colorPicker span, #colorPicker button{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
}

#colorPicker input {
    color: #666666;
    border: 1px solid #666666;
}

#colorPicker span {
    color: #666666;
}

#colorPicker button{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #CCCCCC;
    color: #FFFFFF;
    text-align: center;
    height: 16px;
    width: 90px;
    cursor:pointer;

    border: 0px solid #000000;
    font-variant: small-caps;
}

#BasicColorTable{
    height: 140px;
}

#HSTable td{
    padding: 0;
    margin: 0;
    height: 5px;
    width: 5px;
}

#sliderTable tr td{
    width: 10px; height: 5px;
}

/****************** color dialog end ***********************/