/**
 * CSS defitions for phpHtmlLib widgets employed by
 * the wp-SwimTeam plugin.  These CSS declarations are
 * generated by the CSS builder.
 *
 */

.infotable  {
    margin: 0px 0px 0px 0px;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.infotable caption.title {
    font-size: 10pt;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    color: #FFFFFF;
    background-color: #999999;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

.infotable td.header {
    font-weight: bold;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
}

.infotable td.headerlast {
    font-weight: bold;
    border-top: 1px solid #999999;
}

.infotable td.headernovertical {
    font-weight: bold;
    border-top: 1px solid #999999;
}

.infotable td.contentnovertical {
    border-top: 1px solid #999999;
}

.infotable td.contentvertical {
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
}

.infotable tr.altcolor {
    background-color: #DDDDDD;
}

.activetab  {
}

.activetab .spacer {
    width: 5px;
    border-bottom: 1px solid #a1a1a1;
}

.activetab .end {
    border-bottom: 1px solid #a1a1a1;
}

.activetab .link:active,.link:hover,.link:link,.link:visited {
    text-decoration: none;
    color: #000000;
}

.activetab .tabhidden {
    border: 1px solid #999999;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #eeeeee;
    text-align: center;
    white-space: nowrap;
    font-family: arial;
    font-size: 10pt;
}

.activetab .tabselected {
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    white-space: nowrap;
    font-family: arial;
    font-size: 10pt;
}

.activetab .content {
    border-left: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    position: relative;
    z-index: 100;
}

.activetab .content_visible {
    left: 0px;
    top: 0px;
    position: absolute;
    display: block;
    z-index: 50;
    padding: 5px 5px 5px 5px;
}

.activetab .content_hidden {
    left: 0px;
    top: 0px;
    position: absolute;
    display: none;
    z-index: 50;
    padding: 5px 5px 5px 5px;
}

.tabs  {
    float: left;
    width: 100%;
    /*background: #fff url('http://localhost/wp-content/plugins/phphtmllib/images/widgets/tabs_bg.gif') repeat-x bottom;*/
    font-size: 12px;
    line-height: normal;
    font-family: Veranda, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tabs ul {
    margin: 0;
    padding: 3px 5px 0;
    list-style: none;
}

.tabs li {
    float: left;
    /*background: url('http://localhost/wp-content/plugins/phphtmllib/images/widgets/tab_left.gif') no-repeat left top;*/
    margin: 0;
    padding: 0 0 0 6px;
    border-bottom: 1px solid #666;
}

.tabs a {
    float: left;
    display: block;
    width: .1em;
    /*background: url('http://localhost/wp-content/plugins/phphtmllib/images/widgets/tab_right.gif') no-repeat right top;*/
    padding: 5px 6px 4px 2px;
    text-decoration: none;
    font-weight: bold;
    color: #666;
}

.tabs ul a {
    width: auto;
}

.tabs a:hover {
    color: #333;
}

.tabs .current {
    background-position: 0 -150px;
    border-width: 0;
}

.tabs .current a {
    background-position: 100% -150px;
    padding-bottom: 5px;
    color: #333;
}

.tabs li:hover, .header li:hover a {
    background-position: 0 -150px;
    color: #333;
}

.tabs li:hover a {
    background-position: 100% -150px;
}

.datalist_col_head  {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    background-color: #CCCCCC;
    text-align: left;
    white-space: nowrap;
    height: 20px;
    vertical-align: middle;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-left: 3px;
    padding-right: 3px;
}

.datalist_col_head a.head_link:active,a.head_link:visited,a.head_link:link {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

.datalist_col_head_hover  {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    background-color: #dcdcdc;
    text-align: left;
    white-space: nowrap;
    height: 20px;
    vertical-align: middle;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-left: 3px;
    padding-right: 3px;
}

.datalist_col_head_clicked  {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    background-color: #dddddd;
    text-align: left;
    white-space: nowrap;
    height: 20px;
    vertical-align: middle;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-left: 3px;
    padding-right: 3px;
}

.datalist_border  {
    border: 1px solid #999999;
}

.datalist_title  {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #999999;
    white-space: nowrap;
}

.datalist_data_cell  {
    font-family: arial;
    font-size: 10pt;
    background-color: #ffffff;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #dddddd;
}

.datalist_data_cell_selected  {
    font-family: arial;
    font-size: 10pt;
    background-color: #f7f7f7;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #dddddd;
}

.datalist_data_cell_odd  {
    font-family: arial;
    font-size: 10pt;
    background-color: #fafafa;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #dddddd;
}

.datalist_data_cell_odd_selected  {
    font-family: arial;
    font-size: 10pt;
    background-color: #f7f7f7;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #dddddd;
}

.datalist_actionbar  {
    border: 1px solid #999999;
}

.datalist_actionbar_data_cell  {
    font-family: arial;
    font-size: 10pt;
    background: #CCCCCC;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #dddddd;
}

.datalist_bottom_seperator  {
    font-size: 5px;
    line-height: 5px;
    background: #CCCCCC;
    text-align: left;
    white-space: nowrap;
    height: 5px;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-left: 3px;
    padding-right: 3px;
}

