
/*
-----------------------------------------------------------------------
GIANTISLAND.COM - CUSTOM STYLE SHEET SYSTEM - copyright 2007
This style sheet system is customized to work in 99.9% of web browsers and mobile agents on the World Wide Web. For superior, high quality web development and style sheet solutions, contact us at www.GiantIsland.com. CSS created by Web Architect, Mitchell Stokely, USA
-----------------------------------------------------------------------
*/

/* Important IE5 default font-size fix */
body,html body {
font-size:x-small;
voice-family:"\"}\"";
voice-family:inherit;
font-size:small;
}
.dummy{/*end*/}

/* Creates colored rollover backgrounds in all form fields for Gecko browsers */
input:focus,textarea:focus,select:focus,option:focus,button:focus { background:#f9f9ff; }
input:active,textarea:active,select:active,option:active,button:active { background:#f9f9ff; }
input:hover,textarea:hover,select:hover,option:hover,button:hover { background:#f9f9ff; }

/* IE-ONLY SCROLLBAR STYLES */
html,html body {
scrollbar-base-color:#E5E5E5;
scrollbar-face-color:#DEE3E7;
scrollbar-3dlight-color:#D1D7DC;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#DEE3E7;
scrollbar-arrow-color: #006699;
scrollbar-track-color:#EFEFEF;
scrollbar-darkshadow-color:#98AAB1;
}
body select, body textarea {
scrollbar-base-color:#E5E5E5;
scrollbar-face-color:#DEE3E7;
scrollbar-3dlight-color:#D1D7DC;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#DEE3E7;
scrollbar-arrow-color: #006699;
scrollbar-track-color:#EFEFEF;
scrollbar-darkshadow-color:#98AAB1;
}

body a,body button,body select,body option {
cursor:hand;/*IE ONLY*/
}

body input,body textarea {
cursor:default;
}
