﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.wood_top_left {
background-image: url('images/wood_calendar_bg_top-left_32x32.png');
height: 32px;
width: 32px;
margin-right: 32px;
}

.wood_top_middle {
height: 32px;
margin-left: 32px;
margin-right: 32px;
margin-top: -32px;
background-image: url('images/wood_calendar_bg_32x32.png');
background-repeat: repeat-x;
}

.wood_top_right {
float: right;
height: 32px;
width: 32px;
margin-top: -32px;
background-image: url('images/wood_calendar_bg_top-right_32x32.png');
}

.wood_center {
background-image: url('images/wood_calendar_bg_32x32.png');
background-repeat: repeat;
padding: 10px;
}

.wood_bottom_left {
background-image: url('images/wood_calendar_bg_bottom-left_32x32.png');
height: 32px;
width: 32px;
margin-right: 32px;
}

.wood_bottom_middle {
height: 32px;
margin-left: 32px;
margin-right: 32px;
margin-top: -32px;
background-image: url('images/wood_calendar_bg_32x32.png');
background-repeat: repeat-x;
}

.wood_bottom_right {
float: right;
height: 32px;
width: 32px;
margin-top: -32px;
background-image: url('images/wood_calendar_bg_bottom-right_32x32.png');
}



.paper2_top_left {
background-image: url('images/paper2_top_middle25x25.png');
height: 25px;
width: 25px;
margin-right: 25px;
}

.paper2_top_middle {
height: 25px;
margin-left: 25px;
margin-right: 25px;
margin-top: -25px;
background-image: url('images/paper2_top_middle25x25.png');
background-repeat: repeat-x;
}

.paper2_top_right {
float: right;
height: 25px;
width: 25px;
margin-top: -25px;
background-image: url('images/paper2_top_middle25x25.png');
}

.paper2_center {
background-image: url('images/paper2_25x25.png');
background-repeat: repeat;
padding: 10px;
}

.paper2_bottom_left {
background-image: url('images/paper2_25x25.png');
height: 25px;
width: 25px;
margin-right: 25px;
}

.paper2_bottom_middle {
height: 25px;
margin-left: 25px;
margin-right: 25px;
margin-top: -25px;
background-image: url('images/paper2_25x25.png');
background-repeat: repeat-x;
}

.paper2_bottom_right {
float: right;
height: 25px;
width: 25px;
margin-top: -25px;
background-image: url('images/paper2_25x25.png');
}

.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 1em 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: transparent url('images/green_menu_bg_left_32x32.png') no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url('images/green_menu_bg_right_32x32.png') no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover {
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}

.ubercolortabs li.selected a {
color: yellow;

}

.ubercolordivider{ /*CSS for horizontal line.*/
margin-left: auto;
margin-right: auto;
text-align: center;
clear: both;
padding: 0;
width: 98%;
height: 5px;
line-height: 5px;
background: #0F660F; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

table {
margin-left: auto;
margin-right: auto;
}

.top_left {
background-image: url('images/paper_top_left.png');
height: 32px;
width: 32px;
margin-right: 32px;
}

.top_middle {
height: 32px;
margin-left: 32px;
margin-right: 32px;
margin-top: -32px;
background-image: url('images/paper.png');
background-repeat: repeat-x;
}

.top_right {
float: right;
height: 32px;
width: 32px;
margin-top: -32px;
background-image: url('images/paper_top_right.png');
}

.no_top_gap {
margin-top: 0;
}

.center {
background-image: url('images/paper.png');
background-repeat: repeat;
padding: 10px;
}

.no_bottom_gap {
margin-bottom: 0;
}

.bottom_left {
background-image: url('images/paper_bottom_left.png');
height: 32px;
width: 32px;
margin-right: 32px;
}

.bottom_middle {
height: 32px;
margin-left: 32px;
margin-right: 32px;
margin-top: -32px;
background-image: url('images/paper.png');
background-repeat: repeat-x;
}

.bottom_right {
float: right;
height: 32px;
width: 32px;
margin-top: -32px;
background-image: url('images/paper_bottom_right.png');
}