@charset "UTF-8";
/* CSS Document */

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 2px 0 0 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 4px;
font: 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
padding:0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin:0px;
color: #fff;
background-color: #000;
border-bottom:1px solid #fff;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
text-decoration: none;
color: #fff;
background-color: #186EB7;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background-color: #186EB7;
border-bottom:1px solid #186EB7;
}

/* .shadetabs li a.selected{ /*selected main tab style 
background-color: #186EB7;
border-bottom-color: white;
}*/

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-color: #186EB7;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* CSS for calendar */
    /* Clear calendar's float, using dialog inbuilt form element */
    #container .bd form {
        clear:left;
    }

    /* Have calendar squeeze upto bd bounding box */
    #container .bd {
        padding:0;
    }

    #container .hd {
        text-align:left;
    }

    /* Center buttons in the footer */
    #container .ft .button-group {
        text-align:center;
    }

    /* Prevent border-collapse:collapse from bleeding through in IE6, IE7 */
    #container_c.yui-overlay-hidden table {
        *display:none;
    }

    /* Remove calendar's border and set padding in ems instead of px, so we can specify an width in ems for the container */
    #cal {
        border:none;
        padding:1em;
    }

    /* Datefield look/feel */
    .datefield {
        position:relative;
        top:10px;
        left:10px;
        white-space:nowrap;
        border:1px solid black;
        background-color:#eee;
        width:25em;
        padding:5px;
    }

    .datefield input,
    .datefield button,
    .datefield label  {
        vertical-align:middle;
    }

    .datefield label  {
        font-weight:bold;
    }

    .datefield input  {
        width:15em;
    }

    .datefield button  {
        padding:0 5px 0 5px;
        margin-left:2px;
    }

    .datefield button img {
        padding:0;
        margin:0;
        vertical-align:middle;
    }

    /* Example box */
    .box {
        position:relative;
        height:30em;
    }
	a.white, .whitetext {
	color:white;
	}
	.biginput {
	width:240px;
	}
	.smallinput {
	width:35px;
	}
	#show, #show2 {
	width:24px;
	}
	#wisdom {
	padding: 10px;
	color:white;
	margin:0 5px 0 5px;
	}

