﻿/* --- GENERAL ELEMENTS --- */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: visible;
}

#page_container {
	position: relative;
	background-color: transparent;
	min-height: 630px;
	height: auto !important;
	height: 630px;
	width: 958px;
	top: 0px;
	margin: auto;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    /*margin: 0px;*/
}

h2 {
    font-size: 12px;
    font-weight: bold;
    color: #00FF00;
    text-transform: uppercase;
    /*margin: 0px;
    margin-bottom: 0px;*/
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    /*margin-bottom: 0px;*/
}

p {
    font-size: 12px;
    line-height: 130%;
}

.glow {
    color: #00FF00;
}

.small {
    font-size: 10px;
}

.large {
    font-size: 14px;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

ul {
	padding: 0px;
}

li {
    margin-left: 16px;
	list-style-type: square;
	line-height: 150%;
}

a:link, a:active, a:visited {
    font-weight: normal;
    text-decoration: underline;
    color: #CCCCCC;
}

a:hover {
    font-weight: normal;
    text-decoration: underline;
    color: #00FF00;
}

/* ----- FORM ELEMENTS ----- */

fieldset{
    padding: 20px;
    border: 2px solid #000000;
    margin-bottom: 20px;
    width: 500px;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #00FF00;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.label {
    display: block;
    width: 150px;
    float: left;
}

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: solid #000000 1px;
	margin-bottom: 6px;
	width: 200px;
}

.datefield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: solid #000000 1px;
	margin-bottom: 6px;
	width: 200px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #AAAAAA;
	border: solid #000000 1px;
	margin-bottom: 6px;
	cursor: pointer;
	width: auto;
}

.radio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: transparent;
	border: none;
	margin-bottom: 3px;
	width: auto;
}

.selectbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: solid #000000 1px;
	margin-bottom: 6px;
	width: 200px;
}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: solid #000000 1px;
	overflow: auto;
	margin-bottom: 6px;
	width: 350px;
	height: 120px;
}

.orderfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: solid #000000 1px;
	margin-bottom: 6px;
	width: 20px;
	height: 15px;
	vertical-align: top;
}

.orderbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #AAAAAA;
	border: solid #000000 1px;
	margin-bottom: 6px;
	cursor: pointer;
	width: 100px;
	height: 18px;
}

.searchfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: solid #000000 1px;
	margin-bottom: 6px;
	width: 140px;
}

.searchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #AAAAAA;
	border: solid #000000 1px;
	margin-bottom: 6px;
	cursor: pointer;
	width: 21px;
	height: 18px;
}

/* --- IMAGE ELEMENTS --- */

img {
    border: none;
}

img.left_align {
    border: none;
    float: left;
    margin-right: 10px;
}

img.left_align_border {
    border: 1px solid #000000;
    float: left;
    margin-right: 10px;
}

img.right_align {
    border: none;
    float: right;
    margin-left: 10px;
}

img.right_align_border {
    border: 1px solid #000000;
    float: right;
    margin-left: 10px;
}

img.productlist {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.productdetails {
    float: right;
    margin-left: 30px;
    margin-bottom: 50px;
}

/* --- HEADER ELEMENTS --- */

#header {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 100%;
	height: 115px;
	background-image: url(images/page_elements/header_background.gif);
	background-repeat: repeat-x;
}

#logo {
    position: absolute;
    top: 10px;
    right: 50px;
    width: 163px;
    height: 93px;
}

/* --- TOPNAVIGATION ELEMENTS --- */

#topnav{
	position: relative;
	top: 125px;
	left: 0px;
	width: 948px;
	height: 30px;
	padding-right: 10px;
	text-align: right;
}

#topnav a:link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin-left: 10px;
    margin-right: 10px;
}

#topnav a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin-left: 10px;
    margin-right: 10px;
}

#topnav a:hover {
    color: #00FF00;
    text-decoration: none;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin-left: 10px;
    margin-right: 10px;
}

#topnav a:active {
    color: #00FF00;
    text-decoration: none;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin-left: 10px;
    margin-right: 10px;
}

#topnav a.special:link, #topnav a.special:visited {
    color: #00FF00;
}

#topnav a.special:active, #topnav a.special:hover {
    color: #009900;
}

/* --- TAB ELEMENTS --- */

#tabs {
    position: absolute;
    top: 155px;
    left: -2px;
    width: 960px;
    height: 25px;
}

#tabs a:link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 190px;
    height: 21px;
    margin-left: 2px;
    padding-top: 4px;
    text-align: center;
}

#tabs a:visited, #tabs a:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 190px;
    height: 21px;
    background-color: #333333;
    margin-left: 2px;
    padding-top: 4px;
    text-align: center;
}

#tabs a:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 190px;
    height: 21px;
    background-color: #666666;
    margin-left: 2px;
    padding-top: 4px;
    text-align: center;
}

#tabs .normal {
    background-color: #333333;
}

#tabs a.active {
    background-color: #666666;
}

#tabs a.special {
    background-color: #003000;
}

#leftnav {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    width: 130px;
    height: auto;
    text-align: right;
}

#leftnav a:link {
    text-decoration: none;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

#leftnav a:visited {
    text-decoration: none;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

#leftnav a:hover {
    color: #00FF00;
    text-decoration: none;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

#leftnav a:active {
    color: #00FF00;
    text-decoration: none;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

#leftnav .normal {
    color: #FFFFFF;
}

#leftnav .active {
    color: #00FF00;
}

#leftnav .special {
    color: #CCFF33;
}

#shopcat {
    position: relative;
    top: 0px;
    left: -2px;
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}

#shopcat a:link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 132px;
    height: 17px;
    margin-left: 2px;
    padding-top: 1px;
    text-align: center;
}

#shopcat a:visited, #shopcat a:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 132px;
    height: 17px;
    background-color: #555555;
    margin-left: 2px;
    padding-top: 1px;
    text-align: center;
}

#shopcat a:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 132px;
    height: 17px;
    background-color: #999999;
    margin-left: 2px;
    padding-top: 1px;
    text-align: center;
}

#shopcat .normal {
    background-color: #555555;
}

#shopcat a.active {
    background-color: #999999;
    color: #00FF00;
}

/* --- CONTENT ELEMENTS --- */

#content {
    position: relative;
    top: 150px;
    left: 0px;
    width: 938px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    background-color: #666666;
    padding: 10px;
    overflow: hidden;
}

#content_wrapper {
    position: relative;
    top: 0px;
    float: right;
    width: 778px;
    height: auto;
    overflow: hidden;
}

#messagebox {
    position: relative;
    top: 0px;
    float: right;
    width: 386px;
    height: 54px;
    background-color: #495049;
}

#messagebox h2 {
    margin-top: 0px;
    margin-bottom: -12px;
}

#messagebox a:link, #messagebox a:active, #messagebox a:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: normal;
}

#messagebox a:hover {
    text-decoration: none;
    color: #00FF00;
    font-weight: normal;
}

#breadcrumbs {
    position: relative;
    top: 0px;
    float: left;
    width: 384px;
    height: 20px;
    font-size: 10px;
    color: #CCCCCC;
}

#shop_breadcrumbs {
    position: relative;
    top: 0px;
    float: left;
    width: 100%;
    height: 20px;
    font-size: 10px;
    color: #CCCCCC;
}

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited, #shop_breadcrumbs a:link, #shop_breadcrumbs a:active, #shop_breadcrumbs a:visited {
    font-weight: normal;
    text-decoration: none;
    color: #CCCCCC;
}

#breadcrumbs a:hover, #shop_breadcrumbs a:hover {
    font-weight: normal;
    text-decoration: none;
    color: #00FF00;
}

#title {
    position: relative;
    top: 0px;
    float: left;
    width: 384px;
    height: 24px;
    padding-top: 8px;
    background-color: transparent;
}

div.content_container {
	position: relative;
	top: 10px;
	width: 100%;
	height: auto;
    clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.news_container {
	position: relative;
	top: 10px;
	width: 100%;
	height: auto;
    clear: both;
	border-top: 1px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.left_container {
	position: relative;
	float: left;
	top: 10px;
	width: 370px;
	height: auto;
    clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.linkbox {
    position: relative;
    float: left;
    top: 0px;
    width: 230px;
    height: 150px;
    background-color: #FFFFFF;
    /*border: 4px solid #000000;*/
    border: 2px solid #000000;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

div.linkbox p {
    color: #000000;
    font-size: 10px;
}

div.linkbox a:link, div.linkbox a:active, div.linkbox a:visited {
    color: #666666;
}

div.linkbox a:hover {
    color: #00FF00;
}

div.flyerbox {
    position: relative;
    float: left;
    top: 0px;
    width: 170px;
    height: 150px;
    background-color: #FFFFFF;
    /*border: 4px solid #000000;*/
    border: 2px solid #000000;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
}

div.flyerbox p {
    color: #000000;
    font-size: 10px;
}

div.flyerbox a:link, div.flyerbox a:active, div.flyerbox a:visited {
    color: #666666;
}

div.flyerbox a:hover {
    color: #00FF00;
}

div.flyer {
    position: relative;
    top: 0px;
    width: 754px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    background-color: #FFFFFF;
    /*border: 4px solid #000000;*/
    border: 2px solid #000000;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

div.flyer h1, div.flyer h2, div.flyer h3, div.flyer p, div.flyer li {
    color: #000000;
}

div.flyer a:link, div.flyer a:active, div.flyer a:visited {
    color: #666666;
}

div.flyer a:hover {
    color: #00FF00;
}

/* --- SHOP ELEMENTS --- */

#shop {
    position: relative;
    top: -2px;
    width: 918px;
    min-height: 360px;
    height: auto !important;
    height: 360px;
    padding: 10px;
    background-color: #999999;
    overflow: hidden;
}

#shop h1, .simple_overlay h1 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

#shop h2, .simple_overlay h2 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}

#shop p, .simple_overlay p {
    color: #000000;
}

#shop li, .simple_overlay li {
    color: #000000;
}

#shop hr, .simple_overlay hr {
    /*width: 100%;*/
    width: 648px;
    height: 1px;
    border: 0px;
    color: #000000;
    background-color: #000000;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}

#shop a:link, #shop a:visited, #shop a:active, .simple_overlay a:link, .simple_overlay a:visited, .simple_overlay a:active {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

#shop a:hover, .simple_overlay a:hover {
    color: #00FF00;
    font-weight: bold;
    text-decoration: none;
}

div.subcatbox {
    position: relative;
    float: left;
    top: 0px;
    width: 449px;
    height: 58px;
    background-color: #AAAAAA;
    margin-right: 10px;
    margin-bottom: 10px;
}

div.productbox {
    position: relative;
    float: left;
    top: 0px;
    width: 271px;
    height: 220px;
    background-color: #FFFFFF;
    /*border: 4px solid #000000;*/
    border: 2px solid #000000;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

div.descriptionbox {
   	position: absolute;
	bottom: 0px;
	width: 271px;
	height: 80px;
    clear: both;
    border-top: 1px solid #000000;
    margin-top: 5px;
    font-size: 10px;
    color: #000000;
}

div.descriptionbox p {
    font-size: 10px;
}

div.orderbox {
    position: relative;
    top: 0px;
    width: auto;
    height: auto;
    float: right;
    margin-bottom: 12px;
    text-align: right;
}

div.detailbox {
    position: relative;
    float: right;
    top: 0px;
    width: 888px;
    min-height: 350px;
    height: auto !important;
    height: 360px;
    background-color: #FFFFFF;
    border: 2px solid #000000;
    padding: 10px;
}

#shop .detailbox a:link, #shop .detailbox a:visited, #shop .detailbox a:active {
    color: #666666;
    font-weight: normal;
    text-decoration: underline;
}

#shop .detailbox a:hover {
    color: #00FF00;
    font-weight: normal;
    text-decoration: underline;
}

#shop .productbox a:link, #shop .productbox a:visited, #shop .productbox a:active {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

#shop .productbox a:hover {
    color: #00FF00;
    font-weight: bold;
    text-decoration: none;
}


div.pricebox {
    position: relative;
    width: 628px;
    height: auto;
    /*float: left;*/
    margin-bottom: 12px;
    background-color: #DDDDDD;
    padding: 10px;
}

div.optionbox {
    position: relative;
    float: left;
    top: 0px;
    width: 134px;
    height: 150px;
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
}

div.column_container {
    position: relative;
    float: left;
    top: 10px;
    width: 46%;
    min-height: 320px;
    height: auto !important;
    height: 320px;
    padding-top: 0px;
    padding-bottom: 60px;
    padding-left: 0%;
    padding-right: 2%;
}

div.spacer {
    position: relative;
    float: left;
    top: 10px;
    width: 4%;
    min-height: 380px;
    height: auto !important;
    height: 380px;
    padding-top: 0px;
    text-align: center;
}

div.topbox {
    position: relative;
    top: 0px;
    width: 100%;
    height: 54px;
    background-color: #495049;
}

div.topbox a:link, div.topbox a:active, div.topbox a:visited {
    font-size: 18px;
    font-weight: bold;
    color: #00FF00;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: auto;
    height: 39px;
    padding-top: 15px;
}

div.topbox a:hover {
    font-size: 18px;
    font-weight: bold;
    color: #00FF00;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: auto;
    height: 39px;
    padding-top: 15px;
}

table.cart {
    border: 1px solid #000000;
    border-collapse: collapse;
    width: 850px;
}

table.cart td, table.cart th {
    color: #000000;
    padding: 5px;
}

table.cart tr.title {
    background-color: #AAAAAA;
}

table.cart tr.title th {
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #000000;
}

table.cart tr {
    background-color: #FFFFFF;
    vertical-align: top;
}

table.cart .quantity {
    width: 100px;
    text-align: left;
}

table.cart .title {
    width: 300px;
    text-align: left;
}

table.cart .price {
    width: 100px;
    text-align: right;
}

table.cart .actions {
    width: 50px;
    text-align: left;
}

#tooltip {
    position: absolute;
    z-index: 999;
    bottom: 17px;
    right: 17px;
    width: 460px;
    height: auto;
    border: 1px solid #000000;
    background-color: #AAAAAA;
    color: #000000;
    display: none;
    padding: 5px;
}

#tooltip table.multiplier {
	border-collapse: collapse;
}

#tooltip table.multiplier tr {
	vertical-align: top;
}

#tooltip table.multiplier td  {
	width: 120px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

#tooltip table.multiplier th {
	width: 120px;
	padding: 2px;
	text-align: left;
	font-weight: normal;
}

/* --- PROMO ELEMENTS --- */

div.promobox {
	position: relative;
	float: left;
	top: 10px;
	width: 264px;
	min-height: 360px;
	height: auto !important;
    height: 360px;
    /*clear: both;*/
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #888888;
}

div.promobox h1 {
    display: block;
    width: 100%;
    height: auto;
    background-color: #666666;
    border-bottom: 2px solid #000000;
    margin-bottom: 12px;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

div.promobox p {
    color: #000000;
}

div.prombox li {
    color: #000000;
}

div.promobox div.productbox {
    position: relative;
    float: left;
    top: 0px;
    width: 250px;
    height: 220px;
    background-color: #FFFFFF;
    /*border: 4px solid #000000;*/
    border: 2px solid #000000;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

div.promobox div.descriptionbox {
   	position: absolute;
	bottom: 0px;
	width: 240px;
	height: 80px;
    clear: both;
    border-top: 1px solid #000000;
    margin-top: 5px;
}

div.promobox div.orderbox {
    position: relative;
    top: 0px;
    width: auto;
    height: auto;
    float: right;
    margin-bottom: 12px;
    text-align: right;
}

div.promobox a:link, div.promobox a:visited, div.promobox a:active {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

div.promobox a:hover {
    color: #00FF00;
    font-weight: bold;
    text-decoration: none;
}

/* --- FOOTER ELEMENTS --- */

#footer {
    position: relative;
    top: 170px;
    /*left: 0px;*/
    /*width: 958px;*/
    width: 700px;
    float: right;
    height: 20px;
    text-align: right;
}

#footer p {
    text-transform: uppercase;
}

#footer a:link {
    color: #00FF00;
    text-decoration: none;
}

#footer a:visited {
    color: #00FF00;
    text-decoration: none;
}

#footer a:hover {
    color: #00FF00;
    text-decoration: underline;
}

#footer a:active {
    color: #00FF00;
    text-decoration: underline;
}

#development {
    position: relative;
    top: 170px;
    width: 250px;
    float: left;
    height: 20px;
}

#development p {
    font-size: 10px;
}

/* --- JQUERY SLIDESHOW ELEMENTS --- */

#protected_slideshow {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 938px;
    height: 348px;
    z-index: 9999;
    background-image: url(images/page_elements/protected_background.gif);
}

#protected_slide {
    position: absolute;
    top: 75px;
    right: 10px;
    width: 384px;
    height: 256px;
    z-index: 9999;
    background-image: url(images/page_elements/protected_background.gif);
}

#slideshow_left {
    position: relative;
    top: 0px;
    float: left;
    width: 464px;
    height: 348px;
    overflow: hidden;
}

#slideshow_right {
    position: relative;
    top: 0px;
    float: right;
    width: 400px;
    height: 348px;
    overflow: hidden;
}

#slideshow {
    position: relative;
    margin-top: 10px;
    float: right;
    width: 384px;
    height: 256px;
    border: 1px solid #000000;
}

#caption_left {
    position: absolute;
    top: 360px;
    left: 15px;
    width: 350px;
    height: auto;
}

#caption_right {
    position: absolute;
    top: 360px;
    left: 489px;
    width: 350px;
    height: auto;
}

#caption {
    position: absolute;
    top: 325px;
    left: 393px;
    width: 350px;
    height: auto;
}

#description {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
}

.clear {
    clear: both;
}

#prev img{
    border: none;
    float: right;
}

#next img{
    padding-left: 4px;
    border: none;
    float: right;
}

#buttons{
    position: relative;
    top: 5px;
    float: right;
    width: 80px;
    height: 15px;
    /*clear: both;*/
}

/* --- JQUERY CALENDAR ELEMENTS --- */

#ui-datepicker-div {
  display: none;
  z-index: 99;
  background-color: #EEEEEE;
  border: 1px solid #000000;
  float: right;
  text-align: center;
}

.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 193px; /*must have to match width and borders*/
  height: 200px; /*must have to match maximum height*/ 
}

#ui-datepicker-div a, .ui-datepicker-inline a {
  cursor: pointer;
  margin: 2px;
  padding: 3px;
  background: none;
  color: #000000;
}

.ui-datepicker-control a {
  padding: 2px 5px !important;
  color: #000000 !important;
}

.ui-datepicker-prev {
    float: left;
    font-weight: bold;
    color: #000000;
}

.ui-datepicker-next {
    float: right;
    font-weight: bold;
    color: #000000;
}

.ui-datepicker-today {
    background-color: #AAAAAA;
}

.ui-datepicker-header {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #000000;
}

.ui-datepicker-close {
    font-weight: bold;
    font-size: 10px;
    margin-top: 10px;
}

.ui-datepicker-title-row {
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    color: #000000;
}

.ui-datepicker-unselectable {
    color: #AAAAAA;
}

/* --- END STYLESHEET --- */
