/* Copyright © 2012 WebMaestro. All rights reserved. */
.pstrnav {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px;
    font:12px Tahoma, Verdana, "Times New Roman";
    color: #333;
}
.NavigationLink {
    display: block;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    width: 29px;
    height: 19px;
    text-align: center;
    padding-top: 4px;
    text-decoration: none;
    color: #059;
}
.NavigationLinkF {
    display: block;
    width: 70px;
    height: 19px;
    text-align: center;
    padding-top: 4px;
    text-decoration: none;
    color: #666666;
}
.NavigationLinkE {
    display: block;
    width: 80px;
    height: 19px;
    text-align: center;
    padding-top: 4px;
    text-decoration: none;
    color: #666666;
}
.fl {
    float:left;
}
.ActiveNav {
    background-color: #F7F7F7;
    font-weight: 700;
    color: #333333;
}
.FsNavigationLink {
    font-family: Tahoma, Verdana, "Times New Roman";
    display: block;
    font-weight: bold;
    height: 25px;
    text-align: center;
    text-decoration: none;
    color: #059;
}
.LastN {
    display: block;
    background: url('../module/image/left_n.png') no-repeat bottom left;
    padding-left: 19px;
}
.EndNavigationLink {
    font-family: Tahoma, Verdana, "Times New Roman";
    display: block;
    font-weight: bold;
    border-left: 1px solid #E5E5E5;
    height: 25px;
    text-align: center;
    text-decoration: none;
    color: #059;
}
.LastEnd {
    display: block;
    background: url('../module/image/right_n.png') no-repeat bottom left;
    padding-left: 19px;
}
.PstrNavM {
    margin: 10px 0px 10px 0px;
}
.TextPage {
 	font:13px Tahoma, Verdana, "Times New Roman";
        color:#333;
        line-height: 17px;
	padding: 10px 10px 10px 0px;
}