BODY
{
    background-color: #A94919; 
    background-image: url('images/bg.png'); 
    background-position: center top; 
    background-repeat:repeat-y; 
    margin: 0px;
}

h1
{
    color: #0094B9;
    font-family: verdana;
    font-size: 14pt;
    font-weight: 500;
    text-align: justify;
}

/* the Complete content of show page will be placed inside*/
.ShowPageContentBox
{
    background-image: url('images/bg_bdy.png');
    background-position: center top;
    background-repeat: repeat-y;
    float: left;
    width: 1000px;
    color: #cccccc;
    word-spacing: 1pt;
    line-height: 14pt;
    margin-top:140px;
}
/* the box where the contents of listing will be displayed*/
.ContentBox
{
    float: left;
    width: 648px;
    padding-left: 16px;
    padding-right: 16px;
}
/* right hand side box for displaying add,categories and latest listings*/
.AddBox
{
    float: left;
    width: 320px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    text-align: center;
}
/* Text for displaying heading */
.HeadingText
{
    color: #0094B9;
    font-family: verdana;
    font-size: 14pt;
    font-weight: 500;
    text-align: justify;
}
/* bigger text */
.BigText
{
    color: #cccccc;
    font-family: verdana;
    font-size: 12pt;
    font-weight: 500;
    text-align: justify;
}
/* middle size text */
.SmallText
{
    color: #4A4A4A;
    font-family: verdana;
    font-size: 9pt;
    font-weight: 500;
    text-align: justify;
    line-height: 18pt;
    word-spacing: 1pt;
}
/* smaller text, for contents */
.VerySmallText
{
    color: #4A4A4A;
    font-family: verdana;
    font-size: 7pt;
    font-weight: 500;
    text-align: justify;
}
/* links displayed for categories, latest listings .... not used now, below css is used for that */
.ShowPageLinks
{
    color: #444444;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    margin-right: 3px;
    margin-left: 4px;
    font-weight: 500;
}
.ShowPageLinks:hover
{
    color: #00B5E1;
    cursor: pointer;
}

/* links displayed for categories, latest listings */
.ShowPageLinks2
{
    color: #444444;
    font-family: verdana;
    font-size: 7pt;
    text-decoration: underline;
    font-weight: 500;
}
.ShowPageLinks2:hover
{
    color: #00B5E1;
    cursor: pointer;
    text-decoration: none;
}


/* Links shown on the boxes showing preview of listings and on the index page for listing links */
.ListingBoxHeadingsLink
{
    color: #0093B7;
    cursor: pointer;
    text-decoration: none;
    font-size: 8pt;
    margin-left: 5px;
}
.ListingBoxHeadingsLink:hover
{
    color: #FF9966;
    cursor: pointer;
}
/* preview boxes */
.ListingBoxes
{
    width: 606px;
    background-image: url('images/bg_listing_box.png');
    background-repeat: repeat-x;
    background-position: left top;
    margin-top: 12px;
    margin-left: 6px; /* border: 1px solid #202020;*/
    text-align: justify; padding-left:6px; padding-right:6px; padding-top:2px; padding-bottom:2px
}
/* comment boxes on showpage.php css starts here*/
.CommentBoxTop
{
    float: left;
    height: 58px;
    padding-top: 70px;
    padding-left: 50px;
    width: 580px;
    background-image: url('images/bg_top_comment.png');
    background-position: left top;
    background-repeat: no-repeat;
    color: white
}
.CommentBoxMiddle
{
    padding-left: 50px;
    padding-bottom: 3px;
    width: 580px;
    float: left;
    background-image: url('images/bg_mid_comment.png');
    background-position: left top;
    background-repeat: repeat-y;
    vertical-align: top;
    color: white
}
.CommentBoxBottom
{
    width: 630px;
    float: left;
    height: 26px;
    background-image: url('images/bg_bottom_comment.png');
    background-position: left top;
    background-repeat: no-repeat
}
/* comment box css ends here*/

/* Div for showing Share It Button*/
.DivShareIt
{
    float: left;
    padding: 4px;
    border: 2px solid #66E0FF;
    background-color: white;
}


/* Boxes on the headers for categories, latest posts, comments */
.box-header
{
    background-image: url('images/bg_box.png');
    background-repeat: repeat-x;
    background-position: left top;
    padding-left: 12px;
    font-family: verdana;
    height: 21px;
    padding-top: 4px;
    font-size: 10pt;
    font-weight: 500;
    color: #0094B9;
    margin-bottom: 6px;
    border-width: 0px
}

/* themed inputs on showpage, used over textboxes, textarea */
.ShowPageInputBoxes
{
    border-color: #C0C0C0;
    font-family: verdana;
    font-weight: 400;
    font-size: 8pt;
    color: #333333;
    border-width: 1px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
}


/* navigation buttons on showpage */
.NavigationButton
{
    border: 1px solid #C0C0C0;
    color: #FFFFFF;
    background-color: #333333;
    height: 22px;
    width: 26px;
    margin-right: 4px;
}
.NavigationButton:hover
{
    color: #0099CC;
    cursor: pointer;
    border: 1px solid #0099CC;
    background-color: #FFFFFF;
}

.NavigationButton_Disabled
{
    background-color: gray;
    color: #ffffff;
    border: solid 1px #adadad;
}

/*
.HomePageDiv
{
width: 900px;
height:90px;
overflow: hidden;
border:#545454;
background-color: #232323;
}
*/

/* devider on home page between listing links */

.IndexPageDevider
{
    float: left;
    width: 630px;
    height: 6px;
    margin-top: 4PX; /*background-color: #323232;*/
    background-image: url('images/devider.png');
    background-repeat: no-repeat;
    background-position:  center;
}

/* Score Box */
.ScoreBox
{
    height: 310px;
    background-color: #161616;
    border-width: 0px;
    text-align: left;
}

/* outer boxes which contains categories links, latest entries.. */


/* text style for displaying posted on date on showpage.php */
.PostedOntext
{
    color: #121212;
    font-weight: 600;
}

/* css for imagegallery starts here*/

/* the category boxes on index page where categories expands */
.GalleryIndexContentBox
{
    background-image: url('images/bg_ig_contents.png');
    background-position: left top;
    background-repeat: repeat-y;
    float: left;
    width: 1000px;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 500px;
    text-align: left
}
/*   css for the collapse and shrink butttons on image gallery index page */
.PlusMinusButton
{
    background-color: #0b0b0b;
    border-width: 0px;
    background-image: url('images/arrow_right.png');
    background-repeat: no-repeat;
    background-position:  center;
    width: 12px;
    height: 10px
}

.PlusMinusButton:hover
{
    cursor: pointer;
    background-image: url('images/arrow_right_hover.png');
    background-repeat: no-repeat;
    background-position:  center;
}

.PlusMinusButton_Down
{
    background-color: #0b0b0b;
    border-width: 0px;
    background-image: url('images/arrow_down.png');
    background-repeat: no-repeat;
    background-position:  center;
    width: 12px;
    height: 10px
}

.PlusMinusButton_Down:hover
{
    cursor: pointer;
    background-image: url('images/arrow_down_hover.png');
    background-repeat: no-repeat;
    background-position:  center;
}

/* list on index page of gallery, displays the albums in tree view */
.ig_index_ul
{
    list-style-type: circle;
    list-style-position: outside;
    color: #33ccdb;
}

/*  divisions for showing thumbs on uindex page */
.IndexThumbDiv
{
    float: left;
    margin-left: 7px;
    margin-top: 6px;
    background-color: #000000;
    border: solid 1px #323232;
    width: 162px;
    text-align: center;
    height: 108px;
    vertical-align: middle;
    padding-top: 6px;
}

/*  background for latest updated albums on index page  */
.UpdatedAlbumBG
{
    margin-bottom: 2px;
    background-color: #1A1A1A;
    width: 140px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    margin-left: 7px;
}
/*  backgroung for albums   */
.BgAlbums
{
    border: 1px solid #C6ECFF;
    background-color: #E8FAFF;
    padding: 0px 4px 3px 4px;
    text-align: center;
    float: left;
    width: 134px;
    height: 138px;
    vertical-align: top;
    margin-left: 8px;
    margin-top: 8px;
    font-family: verdana;
    font-size: 8pt;
    color: #4A4A4A;
}
/* css for the hot updates mbox on the index page */
.HotUpdatesBoxes
{
    background-image: url('images/bg_index_thumbs.png');
    background-repeat: repeat-x;     
    background-position: left top;
    float: left;
    text-align: center; 
    display: inline
}


.ThumbImages
{
    border: 1px solid #808080;
}
.ThumbImages:hover
{
    border: 1px solid #FFCC66;
}


/* css for imagegallery ends here*/
.IndexContentBox
{
    float: left;
    width: 1000px;
    text-align: center;
}

/* the background image is for IE7 */

.HeaderText
{
    color: #463724;
    font-family: Miriam;
    font-size: 26pt;
    font-weight: 500;
    line-height: 18pt;
    line-height: 20pt;
}
/*  styles for index page.....*/

.ButtonNext
{
    background-color: transparent;
    background-image: url('../images/right_arrow.png');
    background-repeat: no-repeat;
    background-position:  center;
    border-width: 0px;
    width: 25px;
    height: 18px
}

.ButtonNext:hover
{
    background-image: url('../images/right_arrow_hover.png');
    cursor: pointer
}

.ButtonPre
{
    background-color: transparent;
    background-image: url('../images/left_arrow.png');
    background-repeat: no-repeat;
    background-position:  center;
    border-width: 0px;
    width: 25px;
    height: 18px
}
.ButtonPre:hover
{
    background-image: url('../images/left_arrow_hover.png');
    cursor: pointer
}

.ButtonPre_Disabled
{
    background-color: transparent;
    background-image: url('../images/left_arrow_disabled.png');
    background-repeat: no-repeat;
    background-position:  center;
    border-width: 0px;
    width: 25px;
    height: 18px
}

/* styles for tool tip */
.ToolTipHidden
{
    display: none;
}
.ToolTipVisible
{
    background-image: url('images/bg_tooltip.png');
    background-repeat: repeat-x;
    background-position: left top;
    display: block;
    position: relative;
    left: 10%;
    top: 105%;
    z-index: 1000;
    background-color: #9a9a9a;
    min-width: 300px;
    min-height: 120px;
    border: 2px solid #C0C0C0;
    filter: alpha(opacity=85);
    opacity: .85;
    text-align: justify;
    font-family: verdana;
    font-size: 10pt;
    font-weight: 500;
    color: #FFFFE6;
    line-height: 16pt; padding-left:12px; padding-right:12px; padding-top:8px; padding-bottom:8px
} 
/* Home Page Box Header Links */
.BoxHeaderLinks
{
    color: #00B5E1;
    font-size: 9pt;
    text-decoration: none;
    font-weight: 500;
}
.BoxHeaderLinks:hover
{
    color: #463724;
    cursor: pointer;
}

.HeaderDiv
{
    width:1000px; 
    float: left;
    position: absolute;
    left: expression(this.parentNode.offsetLeft+ parseInt("8") + "px");
    top: 0px;
    /* left:inherit; */
}

.InputSearch
{
    width:370px;     
    padding-left:4px;
    margin-left: 12px;
    font-family: verdana;
    font-size: 8pt;
    margin-right: 12px;

}

.TextHighlight
{
    background-color: #FFFFAA;
    font-weight: 700;
    color:#121212;
    height:12px;
}

