/* MAIN WEBSITE STYLES */
a {text-decoration: none; color: #f6abc1; font-size: 13px; font-family: Century Gothic,Verdana,Arial;}
a:hover {text-decoration: underline;  color: #7b838c;}
a:visited {text-decoration: none; color: #7b838c; font-size: 13px; font-family: Century Gothic,Verdana,Arial;}
a:visited:hover {text-decoration: underline;  color: #f6abc1;}

html{scrollbar-base-color: #f6abc1; scrollbar-arrow-color: #ffffff; scrollbar-face-color: #f6abc1;}
body {font-family: Century Gothic,Verdana,Arial; font-size: 13px; color: #7b838c; padding: 10px; margin: 0px; background-image: url(images/bg.jpg);}
td {font-family: Century Gothic,Verdana,Arial; font-size: 13px; text-align: justify;}
p {font-family: Century Gothic,Verdana,Arial; font-size: 13px;}
h1 {font-family: Century Gothic,Verdana,Arial; font-size: 16px; color: #f6abc1;}
form {padding: 0px; margin: 0px;}
textarea {font-family: Century Gothic,Arial; font-size: 12px;}
span.pink {font-family: Century Gothic,Verdana,Arial; font-size: 13px; color: #f6abc1; font-weight: bold;}

/* CUSTOM STYLE CLASSES */
.bot{font-size: 11px; font-family: Century Gothic,Verdana,Arial; color: #7b838c; text-align: center; vertical-align: middle; margin-top:7px; width: 1002px; height: 40px; background-color: #f6abc1;}
.frmlbl{text-align: right; font-weight: bold;}
.frmfld{text-align: left;}
.button{cursor: pointer;}

/* 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;}

