/* um_style02 - an xhtml/css website layout by uncle ming's gallery(http://www.um-gallery.net).

Version: 1.0
(9/9/2008)

Screen layout: */

body {
padding: 0;
margin: 0;
font: 75% tahoma, verdana, sans-serif;
background: #ffffff url(../image/beige117.jpg) top left repeat;
color: #303030;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
}

.toptab {
padding: 3px 5px 3px 5px;
margin: 0 0 0 4px;
text-decoration: none;
background: #505050 ;
color: #808080;
border-bottom: 1px solid #e0e0e0;
}

.toptab:hover {
background: #ff6600 ;
border-bottom: 1px solid #eaeaea;
color: #5050500;
text-decoration: none;
}

.activetoptab {
padding: 3px 5px 3px 5px;
margin: 0 0 0 4px;
color: #505050;
text-decoration: none;
background: #ff6600 ;
border-bottom: 1px solid #ffffff;
}

.activetoptab:hover {
text-decoration: none;
}


.navitab {
padding: 4px 8px 4px 8px;
margin: 0 0 4px 0;
text-decoration: none;
letter-spacing: 1px;
color: #505050;
background: #999999 url(../image/corner.gif) top right no-repeat;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
}

.navitab:hover {
text-decoration: none;
color: #505050;
background: #336666 url(../image/corner.gif) top right no-repeat;
}

.activenavitab {
padding: 4px 8px 5px 8px;
color: #ffffff;
margin: 0 0 5px 0;
text-decoration: none;
background: #336666 url(../image/corner.gif) top right no-repeat;
}

.activenavitab:hover {
text-decoration: none;
}

.block {
background: #f0f0f0;
padding: 15px;
}

#right {
width:230px;
padding: 0 5px 0 5px;
float:left;
border-top: 2px solid #ffffff;
border-left: 1px solid #d0d0d0;
border-bottom: 2px solid #404040;
background: #e0e0e0 url(../image/beige088white.jpg) top left repeat;
}

#sidebar p {
font-size: 0.9em;
line-height: 1.3em;
margin: 5px 5px 5px 0px;
}

.sidelink {
text-align: left;
display: block;
width: 190px;
border-right: 1px solid #404040;
border-bottom: 1px solid #404040;
background: #ffb573 url(../image/bullet-01.gif) center right no-repeat;
padding: 3px 5px 3px 5px;
margin: 5px 5px 5px 5px;
}

.sidelink:hover {
background: #ffffe0 url(../image/bullet-02.gif) center right no-repeat;
text-decoration: none;
}

h1 {
margin: 0 0 20px 0;
font: tahoma, verdana, sans-serif;
font-size: 1.8em;
font-weight: normal;
}

h2 {
margin: 0 0 20px 0;
font: tahoma, verdana, sans-serif;
font-size: 1.6em;
font-weight: normal;
}

h3 {
margin: 20px 0 10px 0;
font: tahoma, verdana, sans-serif;
font-size: 1.4em;
font-color: #ff8429;
font-weight: strong;
text-decoration: none;
}

h4 {
margin: 20px 0 10px 0;
font: tahoma, verdana, sans-serif;
font-size: 1.2em;
font-weight: strong;
}

p {
margin: 0 0 15px 0;
line-height: 1.5em;
text-align: left;
}


a img {
border: 0;
}

.hide {
display: none;
}
