﻿/* base classes */
body { color: Black; font-size: 12px; font-family: Verdana, Tahoma, Serif; background-color: white; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; }
p { color: Black; font-size: 12px; font-family: Verdana, Tahoma, Serif; }
td { color: Black; font-size: 12px; font-family: Verdana, Tahoma, Serif; }
a { color: Black; font-size: 12px; font-family: Verdana, Tahoma, Serif; text-decoration: none; }
a:hover { color: Black; font-size: 12px; font-family: Verdana, Tahoma, Serif; text-decoration: underline; }
input { color: Black; font-size: 12px; font-family: Verdana, Tahoma, Serif; }
textarea { color: Black; font-size: 12px; font-family: Verdana, Tahoma, Serif; }


/* Background */
.back01 { background-image: url(Images/back01.gif); background-repeat: repeat-x; }


/* Tabs */
.tab01 { background-repeat: no-repeat; width: 105px; height: 31px; text-align: center; color: White; cursor: pointer; }
.tab02 { background-repeat: repeat-x; }


/* Border */
.border01 { border-top: solid 1px #CCCCCC; }

.border02 { border-bottom: solid 1px #CCCCCC; }

.border03 { border-bottom: solid 1px #fdc501; }

/* Panel */
.panel01 { border: solid 1px #666666; background-color: #c6cab7; }


/* Form */
.button01 { color: White; background-color: Black; border: solid 1px white; font-size: 12px; }
.button02 { color: #666666; background-color: White; border: solid 1px white; font-size: 12px; }

.textbox01 { color: Black; background-color: White; border: solid 1px black; }
.textbox02 { color: #666666; background-color: White; border: solid 1px white; }

.dropdownlist01 { color: Black; background-color: White; border: solid 1px black; }


/* Text */
.text01 { color: #666666; }
.text01 a { color: #666666; text-decoration: none; }
.text01 a:hover { color: #666666; text-decoration: underline; }

.text02 { color: #666666; font-size: 16px; }

.text03 { color: White; }
.text03 a { color: White; text-decoration: none; }
.text03 a:hover { color: White; text-decoration: underline; }

.text04 { color: #999999; text-decoration: none; }
.text04 a { color: #999999; text-decoration: none; }
.text04 a:hover { color: #999999; text-decoration: underline; }

.text05 { color: #000000; }
.text05 a { color: #000000; text-decoration: none; }
.text05 a:hover { color: #000000; text-decoration: underline; }

.text06{ color: #999999; text-decoration: none; font-size: 11px; }
.text06 a { color: #999999; text-decoration: none; font-size: 11px; }
.text06 a:hover { color: #999999; text-decoration: underline; font-size: 11px; }

.text07 { color: white; }
.text07 a { color: white; text-decoration: none; }
.text07 a:hover { color: white; text-decoration: underline; }


/* Title */
.title01 { color: #fdc501; font-size: 14px; }
.title01 a { color: #fdc501; font-size: 14px; text-decoration: none; }
.title01 a:hover { color: #fdc501; font-size: 14px; text-decoration: underline; }

.title02 { color: Black; font-size: 12px; font-weight: bold; }
.title02 a { color: Black; font-size: 12px; font-weight: bold; text-decoration: none; }
.title02 a:hover { color: Black; font-size: 12px; font-weight: bold; text-decoration: underline; }

.title03 { color: #fdc501; font-size: 14px; font-weight: bold; }
.title03 a { color: #fdc501; font-size: 14px; text-decoration: none; font-weight: bold; }
.title03 a:hover { color: #fdc501; font-size: 14px; text-decoration: underline; font-weight: bold; }


/* Tables */
.table01 { border: none; }
.table01 td { padding-top: 2px; padding-bottom: 2px; padding-right: 5px; padding-left: 0px; vertical-align: top; }

