/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() TExt color and size for entire GUI */

/* BODY {background-color: #FFFFFF; color: #666666;font-family: Verdana;font-size: 10px;font-weight: bold;padding: 0px;margin: 0px;}*/
BODY {background-color: #FFFFFF; color: #666666;font-family: Verdana;font-size: 10px;font-weight: bold;padding: 0px;margin: 0px;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() Default TExt color in tables... Overrides Body Text Color and Size but usually the same */
/*TD {color: #666666;font-family: Verdana;font-size: 10px;font-weight: bold;}*/
TD {color: #666666;font-family: Verdana;font-size: 10px;font-weight: bold;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() Poll background Color... Must not be same color as Text  */
/*TABLE.tb TR TD {color: #666666;}*/
TABLE.tb TR TD {color: #666666;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() All Text Link color  */
/*a:link {color: #666666;text-decoration: none;}*/
a:link {color: #666666;text-decoration: none;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() All Text Visited color  */
/*a:visited {color: #666666;text-decoration: none;}*/
a:visited {color: #666666;text-decoration: none;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() All Text active color  */
/*a:active {color: #666666;text-decoration: underline;}*/
a:active {color: #666666;text-decoration: underline;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() All Text Hover color  */
/*a:hover {color: #223D55;text-decoration: underline;}*/
a:hover {color: #223D55;text-decoration: underline;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() Background colors of top menu buttons  */
/*.topMenuBkg {background-color: #223D55;}*/
.topMenuBkg {background-color: #223D55;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() Background colors of top menu buttons  */
/*.topMenuBkgHover {background-color: #FFFFFF;}*/
.topMenuBkgHover {background-color: #FFFFFF;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() Hover color for Panel Buttons  */
/*.hoverPanel {background-color: #FFFFFF;}*/
.hoverPanel {background-color: #FFFFFF;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default(#FFFFFF) Background color for text areas... Blank is transparent NOTE!!! Must be different than text color*/
/*.contentBkg {background-color: #FFFFFF;}*/
.contentBkg {background-color: #FFFFFF;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() Non-Active Panel Color for Download FrameSet... Blank is transparent  */
/*.panelDefault {background-color: #666666;}*/
.panelDefault {background-color: #666666;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() Non-Active Panel Color for Poll FrameSet... Blank is transparent  */
/*.linksPanelDefault {background-color: #CCCCCC;}*/
.linksPanelDefault {background-color: #CCCCCC;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() Active Panel Color for Download FrameSet... Blank is transparent  */
/*.panelActive {background-color: #223D55;}*/
.panelActive {background-color: #223D55;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() Active Panel Color for Poll FrameSet and Poll region ScrollBar... Blank is transparent  */
/*.linksPanelActive {background-color: #BCBCBC;}*/
.linksPanelActive {background-color: #BCBCBC;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default() Scrollbar Color for Download FrameSet... Blank is transparent  */
/*.scrollBarBkg {background-color: #999999;}*/
.scrollBarBkg {background-color: #999999;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default(#FFFFFF) Outside Frame Color of GUI in... FULLSCREEN VIEW ONLY  */
/*.blankBorder {background-color: #223D55;}*/
.blankBorder {background-color: #223D55;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default(#303030) Default Background color for entire GUI region  */
/*.backgrdALL {background-color: #FFFFFF;}*/
.backgrdALL {background-color: #FFFFFF;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default(#303030) Background color outside GUI frame... FULLSCREEN VIEW ONLY  */
/*.blankDefault {background-color: #FFFFFF;}*/
.blankDefault {background-color: #FFFFFF;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default(template.jpg) SLICED BACKGROUND IMAGE... URL  */
/*.imageLink {background-image:  url(template.jpg);background-repeat: repeat;background-position: left top;}*/
.imageLink {background-image:  url('template.jpg');background-repeat: repeat;background-position: left top;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default(visible) hide or show default GUI lines...  */
/*.showMe {visibility: visible;}*/
.showMe {visibility: 'visible';}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default(#FFFFFF / normal / 10px) Poll Normal Text Size and Color Only...  */
/*.pollNormalTxt {color: #223D55;font-weight: normal;font-size: 10px;}*/
.pollNormalTxt {color: #666666;font-weight: normal;font-size: 10px;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default(#FFFFFF / Bold / 11px) Poll Header Text Size, font-weight, and Color Only...  */
/*.pollHeaderTxt {color: #223D55;font-weight: bolder;font-size: 11px;}*/
.pollHeaderTxt {color: #666666;font-weight: bold;font-size: 11px;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* Default(#FFFFFF / normal / 11px) Poll Title Text Size, font-weight, and Color Only...  */
/*.pollTitleTxt {color: #223D55;font-weight: normal;font-size: 9px;}*/
.pollTitleTxt {color: #666666;font-weight: normal;font-size: 9px;}

/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    Default Non-Dynamic CSS */
/* --------------------------------------------------------------------------------    ----------------------- */
/* --------------------------------------------------------------------------------    ----------------------- */

/* Default(normal / 9px) Poll Optional Button Text Size, font-weight  */
.PollHoverTxt {font-size: 9px;font-weight: normal;}
/* Default() UL Spacing  */
UL {margin-left: 15px;}

.SpacerChk {
	line-height: 140%;
}

