body {
    background: black url(../Image/common/bg_repeat_x.jpg) repeat-x;
    margin-top: 0;
    font-family: Arial;
}

a { 
	outline: none;
	text-decoration: none;
}

a.underl {
    text-decoration: underline;
}

.collapsed {
    display:none;
}

.hidden {
    visibility: hidden;
}

.invalid {
    background: #f88;
}

a.trans15 img {
    opacity: .15;
    filter: alpha(opacity=15);  
}

a.trans15:hover img {
    opacity: 1;
    filter: alpha(opacity=100);  
}

ul#menu {
    list-style:none;
    margin: 0;
    padding: 0;
}

ul#menu li {
    float: left;
}

ul#menu li a {
    font-size: 13px;
    color: white;
}

#menu li a:hover {
    color: black;   
}

#menu li ul li a {
    font-size: 12px;
    color: #919191;
}

#menu li ul li a:hover {
    color: white;
}

table#menu_top_side {
    margin-bottom: 15px;
    background: url(../Image/common/menu_top_side/bg.gif) no-repeat;
    /*height: 24px;*/
}

table#menu_top_side tr td {
    padding-top: 1px;
    padding-bottom: 4px;
    padding-left: 20px;
	padding-right: 5px;
	background: url(../Image/common/menu_top_side/li.jpg) no-repeat 7px /*9px*/;
}

table#menu_top_side tr td a {
    color: #888;
    text-transform: uppercase;
    font-size: 11px;
}

table#menu_top_side tr td a:hover {
    color: white;
}

ul#menu li a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    display: block;
}

ul#menu li a:hover {
    background: url(../Image/common/menu_repeat_x_hover.jpg);
}

ul#bottom_menu {
    list-style:none;
    margin: 0;
    padding: 0;
}

ul#bottom_menu li {
    float: left;
}

ul#bottom_menu li a {
    color: #b3b3b3;
    font-size: 11px;
    padding: 10px;
    display: block;
    text-decoration: none;
}

ul#bottom_menu li a:hover {
    color: white;
}

td#copyright {
	font-size: 11px;
	color: #5f5f5f;
	padding: 10px;
	text-align: right;
}

table#slider {
    position: relative;
    top: 0px;
    left: 0px;
}

td#slide_left img.slider, td#slide_right img.slider {
    cursor: pointer;
}

/* ------------------------------- */
#msgs {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background: #8F8;
    border: 1px solid #444;
    color: black;
    position:absolute;
    right:0px;
    bottom:0px;
    cursor:pointer;
}
#msgs li.error { padding: 3px;background: #f88; }
#msgs li.msg { padding: 3px;background: #8F8; }
#msgs li:hover { background: #999; color: white; }
/* ------------------------------- */
