/*.Version {1.0}*/

BODY {
  font-family : Arial, Helvetica, sans-serif;
  /*font-weight: normal;*/
  color : #CCCCCC;
  font-size : 10pt;
  scrollbar-face-color: <%=strBaseColor%>;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-highlight-color: <%=strBaseColor%>;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-darkshadow-color: <%=strBaseColor%>;
  scrollbar-3dlight-color: #FFFFFF;
  background-color: <%=strBaseColor%>;
}

TABLE {
  font-family : Arial, Helvetica, sans-serif;
  /*font-weight: normal;*/
  color : #CCCCCC;
  font-size : 10pt;
}

TD {
  font-family : Arial, Helvetica, sans-serif;
  /*font-weight: normal;*/
  color : #CCCCCC;
  font-size : 10pt;
  /*text-align: left;*/
}

.TDLeftAlign {
  text-align: left;
}

.TDCenterAlign {
  text-align: center;
}

.TDRightAlign {
  text-align: right;
}


A {
  text-decoration : underline;
  font-weight:bold;
  color : #CCCCCC;
}
A:visited {
  color : #CCCCCC;
}
A:hover {
  color : #FFFFFF;
}
/*A:active {
  color : #FFFFFF;
}*/

.SmallLink {
  font-size:9pt;
}


/*.MainMenuItems {
  color: white;
  font-weight: normal;
}
.MainMenuItems:visited {
  color: white;
}
.MainMenuItems:hover {
  color: white;
}
.MainMenuItems:active {
  color: white;
}*/

.TitleBar {
  font-size: 9pt;
  font-family: Verdana,Arial;
  font-weight: bold;
  color: #E0E0E0;
}

/*.TableBorder {
  border-width: 1px;
  border-color: white;
  border-style: solid;
}*/

.TableBorder { 
  border-width:1px;
  border-color:white;
  border-style:solid;
  text-align:left;
  padding:4px;
  /*background-image: url(images/bg/table_bg_trans.gif);
  background-image: url(images/bg/table_bg_trans2.jpg);*/
}

.NSBold {
  font-weight: bold;
}

.AdminPageTitle {
  font-size: 11pt;
  font-weight: bold;
  color: #FFFFFF;
}

.Title {
  font-weight: bold;
  text-decoration: none;
  color: #CCCCCC;
}

.SubTitle {
  font-weight: bold;
  text-decoration: none;
  color: #CCCCCC;
}

.CurrentEventsTitle {
  font-weight: bold;
  color: <%=strBaseColor%>;
  background-color: #FFFFFF;
  text-align: center;
}

.PrefDiv {
  padding-top: 0px;
  padding-bottom: 0px;
  /*background-image: url(images/bg/table_bg_trans<%=strBlack%>.gif);*/
  text-align: center;
}

.code {
  font-family: courier new,courier,fixedSys;
}

.codeTAPerc {
  width: 100%;
}


#textbox {
  background-color:#CCCCCC;
  /*border-color:#333366;
  color:#CCCCCC;*/
}
#button {
  background-color:#CCCCCC;
  /*border-color:#333366;
  color:#CCCCCC;*/
}
textarea {
  background-color:#CCCCCC;
  /*border-color:#333366;
  color:#CCCCCC;*/
}
select {
  background-color:#CCCCCC;
  /*border-color:#333366;
  color:#CCCCCC;*/
  scrollbar-face-color: <%=strBaseColor%>;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-highlight-color: <%=strBaseColor%>;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-darkshadow-color: <%=strBaseColor%>;
  scrollbar-3dlight-color: #FFFFFF;
}

#checkbox {
  background-color:transparent;
}

.SizeCorrection {
  width:323px;
  font-family:Verdana;
  font-size:10pt;
  font-weight:normal;
}

.SizeCorrectionSmall_10 {
  width:147px;
  font-family:Verdana;
  font-size:10pt;
  font-weight:normal;
}

.SizeCorrection_Textarea {
  font-family:Verdana;
  font-size:10pt;
  font-weight:normal;
  width:340px;
}

.FontVerdana {
  font-family:Verdana;
  font-size:10pt;
  font-weight:normal;
}


.SIZE6 {font-size: 6pt;}
.SIZE7 {font-size: 7pt;}
.SIZE8 {font-size: 8pt;}
.SIZE9 {font-size: 9pt;}
.SIZE10 {font-size: 10pt;}
.SIZE11 {font-size: 11pt;}
.SIZE12 {font-size: 12pt;}
.SIZE13 {font-size: 13pt;}
.SIZE14 {font-size: 14pt;}
.SIZE15 {font-size: 15pt;}
.SIZE16 {font-size: 16pt;}
.SIZE17 {font-size: 17pt;}
.SIZE18 {font-size: 18pt;}
