﻿body
{

}

img
{
    border: none;
}

a:link, a:visited
{
    text-decoration: underline;
    color: #0E5FD8;
}

.breadcrumbs
{
    margin: 10px 0;
}

#loggedIn
{
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
}

#loggedIn a
{
    color: #00f;
}

.breadcrumbs a
{
    color: #00f !important;
}

.success
{
    color: #3AC100;
    font-weight: bold;
    padding: 10px 0;
}

.error
{
    color: #f00;
    font-weight: bold;
}

.checkboxContainer
{
    padding: 5px;
}

.subtitle
{
    font-family: Gill Sans MT, Gill Sans, Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size: 32px;
    font-weight: 100;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #858DA1;
    background: transparent;
    position: relative;
}

#p-rightinside
{
    display: none;
}

.alt
{
    background-color: #DBDBDB;
}

.numbersTable td.noborder
{
    border: none;
}

.needsAttention
{
    background-color: Yellow;
}

.selectedColumn
{
    background: url(../images/gradbg.png) repeat-x top;
}

.selectedColumnDesc
{
    background: url(../images/gradbgdesc.png) repeat-x bottom;
}

.commentEntryHeader
{
    background-color: #6DC2FF;
    padding: 3px;
    font-weight: bold;
}

.disabled
{
    background-color: #DBDBDB;
}

.Table
{
    border: solid 1px #2F4E6F;
    border-collapse: collapse;
}
.Table .Header
{
    background-color: #2F4E6F;
    color: White;
}
.Table .ItemStyle
{
    background-color: #E8E9E9;
}
.Table .AltItemStyle
{
    background-color: #F3F3F3;
}
.TableNoBorder
{
    border: solid 0px #2F4E6F;
    border-collapse: collapse;
}
.TableNoBorder .ColorHeader
{
    text-align: right;
}
.TableNoBorder .ColorHeader
{
    background-color: #2F4E6F;
    color: White;
    text-align: right;
}
.TableNoBorder .ItemStyle
{
    background-color: #E8E9E9;
}
.TableNoBorder .AltItemStyle
{
    background-color: #F3F3F3;
}


.feedbackLink
{
    background: url(../images/bug.gif) no-repeat 0 5px !important;
    padding: 5px 5px 5px 20px !important;
}

#tabnav
{
    height: 20px;
    margin: 0;
    padding-left: 10px;
    background: url(../images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#tabnav a:link, #tabnav a:visited
{
    float: left;
    background: #f3f3f3;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active
{
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

#tabnav a:hover
{
    background: #fff;
}


#tabMedia
{
    height: 20px;
    margin: 10;
    padding-left: 20px;
	font-family: Century Gothic;
	table-layout: fixed;
}

#tabMedia li
{
    margin: 10;
    padding: 10;
    display: list-item;
    list-style-type: none;
}

#tabMedia a:link, #tabMedia a:visited
{
	width: 300px;
    background: #f3f3f3;
    font-size: 12px;
    line-height: 40px;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    margin-right: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666;
}

#tabMedia a:link.active, #tabMedia a:visited.active
{
    background: #2F4E6F;
    color: #fff;
}

#tabMedia a:hover
{
    background: #858DA1;
    color: #000;
}

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Century Gothic;
	letter-spacing: 1.5px;
	
}
.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-size: 1.0em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	font-family: Century Gothic;
}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	font-family:Calibri;
}

.PageButton
{
    border: solid 1px #2F4E6F;
    cursor: hand;
    padding: 5px;
    font-variant:small-caps;
	font-family:Copperplate Gothic Light;
}



.HoroscopeChart
{
	table-layout: fixed;
	overflow:scroll;
	padding: 5px;
	
}

