/* 
    Document   : style
    Created on : 9 �?.�?. 2552, 1:52:04
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{font-family:Georgia, tahoma;font-size:12px;color:white;margin:0 0 0 0;padding:0;}
TABLE{font-family:Georgia, tahoma;font-size:12px;color:white;}
TABLE.login{background-color:#6e4723;}
.commontextbox{font-family:Georgia, tahoma;font-size:11px;color:#331e14;border:1px #EEEEEE solid;}
.commonbutton{font-family:Georgia, tahoma;font-size:13px;color:white;border:1px #EEEEEE solid;background:#c89e6f;padding-left:10px;padding-right:10px;cursor:pointer;}
div.spacer20{height:20px;display:block;}
div.spacer10{height:10px;display:block;}
div.spacer5{height:5px;display:block;}

.Menu{
    font-family:Georgia, Tahoma;
    font-size:16px;
    font-weight:bold;
    color:#FFFFFF;
    padding-left:20px;
    padding-right:20px;
    text-decoration:none;
}
.Menu:Hover{
    font-family:Georgia, Tahoma;
    font-size:16px;
    font-weight:bold;
    color:Orange;
    padding-left:20px;
    padding-right:20px;
    text-decoration:none;
}
.MenuContainer{
    background-image:url('/images/Menu/MenuBackground_Off.jpg');
    background-repeat:repeat-x;
    padding-top:5px;
}

div.ProductTitle{
    font-family:tahoma;
    color:#c89e6f;
    font-size:15px;
}

div.ProductTitle A{
    font-family:Georgia, tahoma;
    color:#c89e6f;
    font-size:15px;
    text-decoration:none;
}

div.ProductTitle A:Hover{
    font-family:Georgia, tahoma;
    color:#c89e6f;
    font-size:15px;
    text-decoration:underline;
}

div.ProductShortDetail{
    font-family:Georgia, tahoma;
    color:#FFFFFF;
    font-size:12px;
    text-decoration:none;
}

div.ProductDetail{
    font-family:Georgia, Tahoma;
    color:#FFFFFF;
    font-size:12px;
    text-decoration:none;
}

div.ProductMoreDetail{
    font-family:Georgia, tahoma;
    color:#c89e6f;
    font-size:12px;
    text-decoration:none;
}

div.ProductMoreDetail A{
    font-family:Georgia, tahoma;
    color:#c89e6f;
    font-size:12px;
}

div.ProductMoreDetail A:Hover{
    font-family:Georgia, tahoma;
    color:#c89e6f;
    font-size:12px;
    text-decoration:underline;
}

.gpmenuitem{
    font-family:Georgia, tahoma;
    color:#c89e6f;
    font-size:15px;
    text-decoration:none;
}

.gpmenuitem:Hover{
    font-family:Georgia, tahoma;
    color:#c89e6f;
    font-size:15px;
    text-decoration:underline;
}

.AttractionTitle{
    font-family:Georgia, tahoma;
    color:#c89e6f;
    font-size:12px;
    text-decoration:none;
    font-weight:bold;
}

TABLE.AdminMenu{
    background-color:gray;color:#FFFFFF;font-weight:bold;
}

TABLE.AdminMenu A{
    background-color:gray;color:#FFFFFF;font-weight:bold;text-decoration:none;font-size:14px;font-family:Georgia, Tahoma;
}

TABLE.AdminMenu A:Hover{
    background-color:gray;color:#FFFFFF;font-weight:bold;text-decoration:underline;font-size:14px;font-family:Georgia, Tahoma;
}

TABLE.AdminContentList{
    width:90%;background-color:#000000;color:#FFFFFF;
}

TABLE.AdminContentList TH{
    background-color:#00AABB;color:#FFFFFF;
    text-align:left;
}

TABLE.AdminContentList A{
    color:#FFFFFF;font-weight:bold;text-decoration:none;font-size:11px;font-family:Georgia, Tahoma;
}

TABLE.AdminContentList A:Hover{
    color:#FFFFFF;font-weight:bold;text-decoration:underline;font-size:11px;font-family:Georgia, Tahoma;
}

A{
    font-family:Georgia, Tahoma;
    font-size:12px;
    color:Orange;
    text-decoration:none;
}

A:Hover{
    font-family:Georgia, Tahoma;
    font-size:12px;
    color:Yellow;
    text-decoration:underline;
}

A.AdminMenuLink{
    color:blue;font-weight:bold;text-decoration:underline;font-size:20px;font-family:Georgia, Tahoma;
}

span.AdminHeader{
    color:#FAFBFC;font-weight:bold;font-size:20px;font-family:Georgia, Tahoma;
}

div.SectionHeader{
    background-image:url('/images/SectionHeader_Background.jpg');
    background-repeat:no-repeat;
    padding-top:5px;
    font-family:Georgia, Angsana New, Arial;
    color:#FFFFFF;
    font-size:17px;
    font-weight:bold;
    text-decoration:none;
    height:28px;
    padding-left:10px;
}

div.SideMenuSectionHeader{
    background-color:#746457;
    padding-top:0px;
    font-family:Georgia, Angsana New, Arial;
    color:#FFFFFF;
    font-size:17px;
    font-weight:bold;
    text-decoration:none;
    height:22px;
    width:280px;
    padding-left:10px;
}

.SitemapHeader{
    font-family:Georgia, Tahoma;
    font-weight:bold;
    font-size:13px;
    color:#FFFFFF;
}

ul.SiteMap li{
    font-family:Georgia, Tahoma;
    font-size:12px;
    color:#c89e6f;
    margin-left:-35px;
    list-style-type:none;
}

ul.SiteMap li A{
    font-family:Georgia, Tahoma;
    font-size:12px;
    color:#c89e6f;
    list-style-type:none;
    text-decoration:none;
}

ul.SiteMap li A:Hover{
    font-family:Georgia, Tahoma;
    font-size:12px;
    color:#c89e6f;
    list-style-type:none;
    text-decoration:underline;
}

