﻿body {
}




#w_articleContainer
{
    position:absolute;
    
    top:0px;
    left:0px;
    margin:50px auto auto 160px;
    background-color:#ffffff;
    background-image:url(Images/wiki/articleLeft.gif);
    background-repeat:repeat-y;
}

#w_menuArea
{
    position:absolute;
    
    top:0px;
    left:0px;
    margin:50px 0px 0px 0px;
    width:140px;
}

#w_menuContainer
{

    background-color:#ffffff;
    background-image:url(Images/wiki/articleRight.gif);
    background-position:right;
    background-repeat:repeat-y;
    margin-bottom:20px;

}



#w_articleTop
{
    width:100%;
}

#w_articleBottom
{
    width:100%;
    height:10px;
    overflow:hidden;
    background-image:url(Images/Wiki/articleBottom.gif);
}

#w_articleTop #w_LeftCorner
{
    /*background-image:url(Images/Wiki/articleTopLeft.gif);*/
    width:10px;
    height:10px;
 /*   overflow:hidden;*/
    float:left;
}

#w_articleTop #w_RightCorner
{
    
    width:10px;
    height:10px;
/*    overflow:hidden;*/
    float:right;
}

#w_articleBottom #w_LeftCorner
{
    background-image:url(Images/Wiki/articleBottomLeft.gif);
    width:10px;
    height:10px;
/*    overflow:hidden;*/
    float:left;
}

#w_articleBottom #w_RightCorner
{

    width:10px;
    height:10px;
/*    overflow:hidden;*/
    float:right;
}


#w_article
{

    margin-top:10px;
    margin-left:10px;
    margin-right:10px;

    
}

.w_articleFooter
{
    margin-top:10px;
    font-size:10px;
    border-top:1px dotted #dddddd;
}

.w_articleHeader
{
/*    border-bottom:1px solid #dddddd;*/
}

.w_articleHeader h1
{
    border-bottom:1px dotted #dddddd;
}

.w_menuBarContainer
{
    background-color:white;
}

.w_menuBar
{
    margin-left:0px;height:17px;
    background-image:url(Images/Wiki/menuBar.gif);
    font-size:10px;

}

.w_menuBar A
{
    margin-top:2px;
    margin-left:2px;
    display:block;
    float:left;
}

.w_menuBar SPAN
{
    margin-top:2px;
    margin-left:2px;
    display:block;
    float:left;
}


.w_menuItemSelected
{
    height:17px;
    background-image:url(Images/Wiki/menuItemSelected.gif);
    float:left;
}

.w_menuItem
{
    height:17px;
    background-image:url(Images/Wiki/menuItem.gif);
    float:left;
}

.w_menuSeperator
{
        height:17px;
        width:18px;
    background-image:url(Images/Wiki/menuSeperator.gif);
    float:left;

}

.w_menuStartSelected
{
        height:17px;
        width:18px;
    background-image:url(Images/Wiki/menuStartSelected.gif);
    float:left;
}


.w_menuSeperatorSelectedLeft
{
        height:17px;
        width:18px;
    background-image:url(Images/Wiki/menuSeperatorSelectedLeft.gif);
    float:left;
}

.w_menuSeperatorSelectedRight
{
            height:17px;
        width:18px;
    background-image:url(Images/Wiki/menuSeperatorSelectedRight.gif);
    float:left;
}

.w_menuEnd
{
        height:17px;
        width:18px;
    background-image:url(Images/Wiki/menuEnd.gif);
    float:left;
}

.w_menuEndSelected
{
        height:17px;
        width:18px;
    background-image:url(Images/Wiki/menuEndSelected.gif);
    float:left;
}


.w_menuEndSelectedFlush
{
        height:17px;
        width:10px;
    background-image:url(Images/Wiki/menuEndSelectedFlush.gif);
    float:left;
}

.w_menuStart
{
            height:17px;
        width:18px;
    background-image:url(Images/Wiki/menuStart.gif);
    float:left;
}

.w_menuBlank
{
            height:17px;
        width:18px;
    background-image:url(Images/Wiki/menuBar.gif);
    float:left;
}

.w_ArticleEditor
{
    width:100%;
}









#w_menuTop
{
    width:100%;
}

#w_menuBottom
{
    width:100%;
    height:10px;
    overflow:hidden;
    background-image:url(Images/Wiki/articleBottom.gif);
}

#w_menuTop #w_LeftCorner
{
    /*background-image:url(Images/Wiki/articleTopLeft.gif);*/
    width:10px;
    height:10px;
 /*   overflow:hidden;*/
    float:left;
}

#w_menuTop #w_RightCorner
{
    
    width:10px;
    height:10px;
/*    overflow:hidden;*/
    float:right;
}

#w_menuBottom #w_LeftCorner
{
    
    width:10px;
    height:10px;
/*    overflow:hidden;*/
    float:left;
}

#w_menuBottom #w_RightCorner
{

    width:10px;
    height:10px;
/*    overflow:hidden;*/
    float:right;
    background-image:url(Images/Wiki/articleBottomRight.gif);
}


#w_menu
{

    margin-top:10px;
    margin-left:10px;
    margin-right:10px;

    
}

.w_menuBox
{
    margin-bottom:10px;
}

A.w_searchTitle
{
    font-size:14px;
}

.w_searchResult
{
    margin-bottom:10px;
    margin-left:5px;
}

.w_searchResult li
{
    font-size:9px;
}

.w_button
{
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    border:1px solid #999999;
    background-color:#dddddd;
        -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    cursor:pointer;
}

.w_button:hover
{
    border:1px solid #9999cc;
    background-color:#ffffff;
    cursor:pointer;
}

.w_smallbutton
{
    font-size:10px;
    border:1px solid #999999;
    background-color:#dddddd;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    cursor:pointer;
}

.w_smallbutton:hover
{
    border:1px solid #9999cc;
    background-color:#ffffff;
    cursor:pointer;
}

.w_smalltextbox
{
    border:1px solid #999999;
    font-size:10px;
}

.w_textbox
{
    border:1px solid #999999;
    font-size:12px;
}

.w_formlabel 
{
    width:100px;
    text-align:right;
}