body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image:   url(../../images/backgroundin2.png);
	
	background-position: left top;
	scrollbar-face-color:#C1C1C1;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #C1C1C1;
	scrollbar-darkshadow-color: #C1C1C1;
	scrollbar-track-color: #EFEFEF;
	scrollbar-arrow-color: #ffffff;
	overflow:auto;
		
}


.font_title {
	color: #586877;
	font-size: 12px;
	font-weight: bold;
}
.font_title2{
font-size: 15px;
	color: #B43B27;
	font-weight: bold;
}

.font_title3 {
	color: #A6A01A;
	font-size: 11px;
	font-weight: bold;
}

.imglnk{}
.imglnk a:link , .imglnk a:visited {color:#5B511F; text-decoration: underline;font-size: 11px;}
.imglnk a:hover  {color: #BC8604;text-decoration: underline;font-size: 11px;}
.imglnk a:link img, .imglnk a:visited img{}
.imglnk a:hover img {	-moz-opacity:0.70;filter:alpha(opacity=50);}

.border1 {
	background-image: url(../../images/backgroundin.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}

.border2 {
	background-image: url(../../images/backgroundin3.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.border3 {
	background-image: url(../../images/backgroundin4.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.border4 {
	background-image: url(../../images/box_02.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.border5 {
	background-image: url(../../images/box_03.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.border6 {
	background-color: #ffffff;
	text-decoration:none;
	border: 1px solid #B8BFC6;
	background-position: left top;
}

.border7 {
	background-image: url(../../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

a:link {
	color: #586877;	
}

a:visited {
	color: #586877;	
}

a:hover {
    color:#C0B920;	
}


a#button1 {
    display: block;
    width: 465px;
    height: 30px;
    background-image: url(../../images/menuin1.png);

}
a#button1:hover {
    background-image: url(../../images/menuin1b.png);
}

a .alt { display: none; }

a#button2 {
    display: block;
    width: 465px;
    height: 30px;
    background-image: url(../../images/menuin2.png);

}
a#button2:hover {
    background-image: url(../../images/menuin2b.png);
}


a#button3 {
    display: block;
    width: 465px;
    height: 30px;
    background-image: url(../../images/menuin3.png);

}
a#button3:hover {
    background-image: url(../../images/menuin3b.png);
	}
	
	
a#button4 {
    display: block;
    width: 465px;
    height: 30px;
    background-image: url(../../images/menuin4.png);

}
a#button4:hover {
    background-image: url(../../images/menuin4b.png);
	}


        
        h1 {
            margin: 14px 0;
            
        }
        
        p {
            margin: 14px 0;
           
        }
        
        .bubbleInfo {
            position: relative;
           
           
        }
        .trigger {
            position: relative;
			 padding:20px 20px;
			 cursor: pointer ;
			font-size: 11px;
			font-weight: bold;
        }
     
        /* Bubble pop-up */

        .popup {
        	position: relative;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

        .popup td#topleft { background-image: url(../../images/bubble-1.png); background-repeat: no-repeat; 	background-position: left bottom;}
        .popup td.top { background-image: url(../../images/bubble-2.png);  text-align: center; background-repeat: repeat-x;	background-position: left bottom;}
        .popup td#topright { background-image: url(../../images/bubble-3.png); background-repeat: no-repeat; 	background-position: left bottom; }
        .popup td.left { background-image: url(../../images/bubble-4.png); }
        .popup td.right { background-image: url(../../images/bubble-5.png); }
        .popup td#bottomleft { background-image: url(../../images/bubble-6.png); }
        .popup td.bottom { background-image: url(../../images/bubble-7.png); }
        .popup td.top img {
	display: block;
	margin: left;
	
}
        .popup td#bottomright { background-image: url(../../images/bubble-8.png); }

        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
        	text-align: left;
        	}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url(http://jqueryfordesigners.com/demo/images/coda/starburst.gif) no-repeat top right;
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #333;
        }
        