*
{
	margin: 0;
	padding: 0;
}

html, body
{
	font-size: 12px;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #000000;
	height: 100%;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #B3B3B3 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #B3B3B3 100%);
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #B3B3B3 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #B3B3B3));
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #B3B3B3 100%);
    background-image: linear-gradient(to top, #FFFFFF 0%, #B3B3B3 100%);
    background-attachment: fixed;
}

h1, h2, h3, h4
{
    margin: 0px;
    padding: 0px;
}

h1
{
    text-shadow: 0px 3px 4px #4d4d4d;
    color: #FFFFFF;
    font-size: 60px;
}

h2
{
    color: #6d6d6d;
    font-size: 16px;
}

h3
{
    color: #FFFFFF;
    font-size: 12px;
}

h4
{
    color: #686868;
    font-size: 18px;
    text-shadow: 1px 1px 1px #f4f4f4;
}

h5
{
    margin-bottom: 5px;
}

p
{
    margin-bottom: 5px;
}

table
{
    font-size: 12px;
}

.button, .button-like
{
    margin-top: 5px;
	font-size: 11px;
	padding: 3px 5px;
	background: -moz-linear-gradient(
		top,
		#c2c2c2 0%,
		#ebebeb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#c2c2c2),
		to(#ebebeb));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #4d4d4d;
}

.button-like
{
    text-decoration: none;
    color: #000000;
}

.logo, .menu, .content, .bottom
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.logo
{
    height: 125px;
    padding-top: 20px;
}

.menu
{
    height: 25px;
}

.menu ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: 1px solid #6d6d6d;
    height: 25px;
    background: #b2b2b2;
}

.menu ul li
{
    float: left;
    width: 90px;
    height: 25px;
    border-right: 1px solid #6d6d6d;
    text-align: center;
    line-height: 25px;
}

.menu ul li a
{
    display: block;
    color: #4b4b4b;
    text-decoration: none;
}

.menu ul li a:hover
{
    background: #d3d3d3;
}

.content
{
    width: 978px;
    border: 1px solid #6d6d6d;
    background: #d3d3d3;
    padding: 10px;
}

.content a
{
    text-decoration: none;
    color: inherit;
}

.bottom, .bottom a
{
    height: 45px;
    padding-top: 15px;
    color: #9f9f9f;
    font-size: 10px;
    text-decoration: none;
}

.title
{
    font-size: 16px;
    color: #4b4b4b;
    border-bottom: 1px solid #6d6d6d;
    padding-bottom: 5px;
    margin-top: -3px;
    margin-bottom: 10px;
}

.table
{
    width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.week
{
    border-collapse: collapse;
    border-spacing: 0px;
    width: 400px;
    text-align: center;
    border: 1px solid #6d6d6d;
    margin-bottom: 15px;
    margin-top: 15px;
    background: #eeeeee;
}

.week-head
{
    height: 40px;
    background: #bebebe;
}

.week-info
{
    border: 1px solid #6d6d6d;
    height: 16px;
    color: #5d5d5d;
    font-size: 10px;
    background: #d1d1d1;
}

.week-line
{
    border-bottom: 1px solid #6d6d6d;
    border-top: 1px solid #6d6d6d;
}

.week-line td
{
    height: 25px;
    font-size: 13px;
    vertical-align: middle;
    text-transform: uppercase;
}

.week-line a
{
    color: #000000;
    text-decoration: none;
    display: inline-block;
    line-height: 24px;
    width: 100%;
}

.week-line a:hover
{
    background: #dedede !important;
}

.alt-today
{
    background: #f0ecc2;
}

.alt-ask a
{
    font-style: italic;
    font-weight: bold;
    text-shadow: 1px 2px 0px #CCCCCC;
}

.alt-did a
{
    color: #c85757;
}

#popup
{
    display: none;
    position: fixed;
    width: 350px;
    height: 120px;
    border: 1px solid #6d6d6d;
    background: #dcdcdc;
    color: #3f3f3f;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 8px #454545;
    -moz-box-shadow:    0px 0px 8px #454545;
    box-shadow:         0px 0px 8px #454545;
    padding: 10px;
    top: 50%;  
    left: 50%;
    margin: -60px 0 0 -175px;
}

#holder
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, .5);
}

.custom-table
{
    border-collapse: collapse;
    border-spacing: 0px;
    width: 90%;
    text-align: center;
    border: 1px solid #6d6d6d;
    background: #eeeeee;
    margin-left: auto;
    margin-right: auto;
}

.custom-table-head
{
    background: #bebebe;
    height: 25px;
    font-size: 13px;
}

.custom-table td
{
    height: 22px;
}

.custom-table-id
{
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 2px 0px #CCCCCC;
}

.custom-table-pair
{
    background: #dadada;
}

.custom-table a
{
    text-decoration: none;
    font-style: italic;
    color: #000000;
}

.account th, h5
{
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    padding-top: 8px;
}

.cal-navigation
{
    margin-left: auto;
    margin-right: auto;
    color: #4b4b4b;
}

.content ul
{
    list-style-type: square;
}

.content li
{
    margin-left: 20px;
}

.manage-info
{
    border: none;
    height: 16px;
    width: 100%;
    color: #5d5d5d;
    font-size: 10px;
    background: #d1d1d1;
    text-align: center;
}