@charset "utf-8";

body {
font-family : Tahoma, Geneva, sans-serif;
font-size : 14px;
color : #333;
margin : 0;
padding : 0;
}
td {
font-size : 14px;
}
a {
outline : none;
color : #007d8c;
text-decoration : none;
}
.link, .zoom {
color : #007d8c;
text-decoration : none;
}
.link:hover, .zoom:hover {
border-bottom : 1px dotted #007d8c;
}
h1 {
color : #0cf;
font-size : 22px;
}
h2 {
font-size : 20px;
}
#footerdiv a {
color : #e0e0e0;
font-size : 13px;
text-decoration : none;
}
#footerdiv a:hover {
color : #fff;
border-bottom : 1px dotted #fff;
}
.black_overlay {
display : none;
position : absolute;
top : 0%;
left : 0%;
width : 100%;
height : 100%;
background-color : black;
z-index : 1001;
}
.white_content {
display : none;
position : absolute;
top : 25%;
left : 25%;
width : 50%;
height : 50%;
padding : 0;
border : 10px solid #0080c0;
background-color : white;
z-index : 1002;
overflow : auto;
}
.tipsy {
padding : 5px;
font-size : 12px;
font-family : Verdana, Geneva, sans-serif;
background-repeat : no-repeat;
}
.tipsy-inner {
padding : 4px 5px;
background-color : black;
color : white;
max-width : 200px;
text-align : center;
}
.tipsy-north {
background-image : url(jquery/tipsy/tipsy-north.gif);
background-position : top center;
}
.tipsy-south {
background-image : url(jquery/tipsy/tipsy-south.gif);
background-position : bottom center;
}
.tipsy-east {
background-image : url(jquery/tipsy/tipsy-east.gif);
background-position : right center;
}
.tipsy-west {
background-image : url(jquery/tipsy/tipsy-west.gif);
background-position : left center;
}
