/* MAIN WEBSITE STYLES */
a {text-decoration: none; color: #222222; font-size: 13px; font-family: Century Gothic, Verdana, Arial;}
a:hover {text-decoration: underline;  color: #222222;}
a:visited {text-decoration: none; color: #222222; font-size: 13px; font-family: Century Gothic, Verdana, Arial;}
a:visited:hover {text-decoration: underline;  color: #222222;}

a.bot {text-decoration: none; color: #222222; font-size: 11px; font-family: Century Gothic, Verdana, Arial;}
a.bot:hover {text-decoration: underline;  color: #222222;}

html{scrollbar-base-color: #222222; scrollbar-arrow-color: #ffffff; scrollbar-face-color: #222222;}
body {font-family: Century Gothic, Verdana, Arial; font-size: 13px; color: #222222; padding: 0px; margin: 0px; background-image: url(images/bg.jpg); background-repeat: repeat; background-attachment: fixed; background-position: left top;}
td {font-family: Century Gothic, Verdana, Arial; font-size: 13px; text-align: justify;}
p {font-family: Century Gothic, Verdana, Arial; font-size: 13px;}
form {padding: 0px; margin: 0px;}
textarea {font-family: Century Gothic, Verdana, Arial; font-size: 13px;}

/* CUSTOM STYLE CLASSES */
.bot{font-size: 10px; font-family: century gothic; color: #222222; text-align:center; vertical-align: middle;}

/* DIV POP-UP STYLE CLASSES */
.PopDiv {position: fixed; left: 150px; top: 50px; -moz-user-select: text; z-index: 1;}
.PopDivNotSelect {position: fixed; left: 150px; top: 50px; -moz-user-select: -moz-none;}
.popDivTopBar {background-color: #575757; text-align: right; cursor: move; height: 28px;}
.popDivCloseBut {cursor: pointer; width: 20px; height: 20px; border: none; background-color: Transparent; background-image: url(images/popdiv/close.png); background-repeat: no-repeat; background-position: center center;}
.moznone {-moz-user-select: -moz-none;}
.moztext {-moz-user-select: text;}
.loadingpic {width: 32px; height: 32px; background-image: url(images/popdiv/loading.gif); background-repeat: no-repeat; background-position: center center;}
.loadingpic_small {width: 16px; height: 16px; background-image: url(images/popdiv/loading_small.gif); background-repeat: no-repeat; background-position: center center;}
.PopDivFrameTopLeft {width: 10px; height: 10px; background-image: url(images/popdiv/topleft.png); background-repeat: no-repeat; background-position: right bottom;}
.PopDivFrameTop{height: 10px; background-image: url(images/popdiv/top.png); background-repeat: repeat-x; background-position: center bottom;}
.PopDivFrameTopRight {width: 10px; height: 10px; background-image: url(images/popdiv/topright.png); background-repeat: no-repeat; background-position: left bottom;}
.PopDivFrameLeft{width: 10px; background-image: url(images/popdiv/left.png); background-repeat: repeat-y; background-position: right center;}
.PopDivFrameBg{background-color: #ffffff; border: solid 1px #000000;}
.PopDivFrameRight{width: 10px; background-image: url(images/popdiv/right.png); background-repeat: repeat-y; background-position: left center;}
.PopDivFrameBottomLeft {width: 10px; height: 10px; background-image: url(images/popdiv/bottomleft.png); background-repeat: no-repeat; background-position: right top;}
.PopDivFrameBottom {height: 10px; background-image: url(images/popdiv/bottom.png); background-repeat: repeat-x; background-position: center top;}
.PopDivFrameBottomRight {width: 10px; height: 10px; background-image: url(images/popdiv/bottomright.png); background-repeat: no-repeat; background-position: left top;}

