body {
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    /* background: url(/site/images/blue_bg.gif) #ffffff repeat-x; */
    /* background: url(/site/images/bg_shadow.png) #F0F0F0 repeat-y; */
    /* background: url(/site/images/bg_shadow.png) #2d6e9d repeat-y; */
    /* background-position: center; */
    background-color: #60a0cf;
    padding: 0px;
    margin: 0px;
    color: #003580;
    
}

.pages {
    padding: 10px;   
}

hr {
    color: #D9D9D9;
    background-color: #D9D9D9;
    height: 5px;
    border: 0px;
}

th {
    color: white;
    background-color: #6f9dce;
    font-size: 14px;
}

.errormsg {
    display: block;
    width: auto;
    padding: 15px;
    margin-top: 6px;
    color: black;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -1;
    background-color: #FF8080;
    border: solid thin #840000;

}

.clear {
    clear: both;
}

.red {
    color: #950000;
}

.over {
    text-decoration: line-through;
}

.box {
    border: 1px solid #C0C0C0;
    padding: 5px;
    margin: 5px;
    background-color: white;
    font-size: 13px;
}

.box a, .box a:visited, .box a:active {
    color: #29166F;
    text-decoration: none;
}

.box a:hover {
    color: blue;
    text-decoration: underline;
}

.arrow_orange,  .arrow_orange_right{
    top: -12px;
    position: relative;
    width: 14px;
    height: 12px;
    float: left;
}

.arrow_orange_right{
    background: url(/site/images/arrow_right2.gif) no-repeat;
}

.arrow_orange{
    background: url(/site/images/arrow_down2.gif) no-repeat;
}

.button {
    /*background: url(/site/images/button_bg.gif) repeat-x;*/
    background-color: #e67817;
    border: solid 1px #BA730D;
    color: white;
}

.blue_box {
    border: 0px;
    padding: 5px;
    background-color: #DCEDFF;
}

.blue_box2 {
    border: 0px;
    padding: 5px;
    background-color: #ebf1f6;
}

.blue_box4 {
    border: 0px;
    padding: 5px;
    background-color: #FFB56A;
}

.blue_box3 {
    border: 0px;
    padding: 5px;
    background-color: #e1ecf6;
}

.order_button {
    float: right;
}

.grey {
	color: gray;
}

.blue_title {
	color: #29166f;
	font-size: 15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin: 2px 10px 2px 5px;
	letter-spacing:-1px;
}

.grey_box {
    border: 0px;
    padding: 5px;
    background-color: #F0F0F0;
    color: #808080;
}

.grey_box a:active, .grey_box a:visited, .grey_box a {
    text-decoration: none;
    color: black;
}
.grey_box a:hover {
    text-decoration: underline;
}

#preview{
    position:absolute;
    border:0px;
    background:#c0c0c0;
    padding:3px;
    display:none;
    color:#000;
}

.preview {
    cursor: -moz-zoom-in;
}


h2 {
    font-size: 15px;
    font-weight: bold;
    color: #848484;
    display: inline;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: black;
    margin: 5px;
}

p {
    margin: 5px;
    padding: 0px;
}

h4 {
    font-size: 11px;
    color: #006699;
    display: inline;
}

a, a:visited, a:active {
    color: #0161A7;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: black;
}

input[type=text], select {
    border: solid 1px #7F9DB9;
    width: 99%;
    height: 17px;
    font-size: 11px;
}

select {
    height: 20px;
    font-size: 11px;
}

.space10 {
    height: 10px;
}

.red_arrow, .red_arrow_right {
    width: 15px;
    height: 12px;
    display: block;
    float: left;
    margin: 4px 5px;
}

.red_arrow {
    background: url(/site/images/arrow_down2.gif) no-repeat;
}

.red_arrow_right {
    background: url(/site/images/arrow_right2.gif) no-repeat;
}

input.error, select.error {
    border: 2px solid red;
    background-color: #FFFFD5;
    margin: 0px;
    color: red;
    text-align: left;
}

label.error {
    color: red;
    font-weight: bold;
    text-align: center;
    padding: 2px 5px 2px 5px;
    background-color: transparent;
}
 
/* SLIDE SHOW */

#slider {
    width: 440px; /* important to be same as image width */
    height: 120px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden;
}

#slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


#sliderContent {
    width: 440px;
    position: absolute;
    top: 0;
    margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
    display: none;
}
.sliderImage span {
    position: absolute;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px;
    width: 420px;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.sliderImage span strong {
    font-size: 14px;
}
.top {
    top: 0;
    left: 0;
}
.bottom {
    bottom: 0;
    left: 0;
}
.left {
    top: 0;
    left: 0;
    width: 110px !important;
    height: 280px;
}
.right {
    right: 0;
    bottom: 0;
    width: 90px !important;
    height: 290px;
}

.link_white a, .link_white a:active, .link_white a:visited {
    color: white;
    text-decoration: none;
}
.link_white a:hover {
    color: white;
    text-decoration: underline;
}







/* TOP MENU */
#jsddm
{    
    margin: 0;
    padding: 0
}

#jsddm li
{    
    float: left;
    list-style: none;
    font: 12px Tahoma, Arial
}

#jsddm li a
{    
    display: block;
    background: #5186bf;
    padding: 5px 12px;
    text-decoration: none;
    border-right: 1px solid white;
    color: #EAFFED;
    white-space: nowrap;
    text-align: center;
}

#jsddm li a:hover
{
    background: #2a5e96;
}
    
#jsddm li ul
{    
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white
}

#jsddm li ul li
{    
    float: none;
    display: inline;
    text-align: center;
}

#jsddm li ul li a
{    
    width: 80px;
    background: #a3cffd;
    color: #000000
}

#jsddm li ul li a:hover
{    
    background: #73b5fc
}

/* TOOLTIP */
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 2px solid #D0D0D0;
    background-color: #ffffff;
    padding: 15px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


/* CALENDAR */
.calendar {
    margin: 0;
    padding: 0;
    font-size: 11px;
    }
.calendar caption {
    margin: 0;
    padding: .3em 0;
    background: #e67817;
    }
.calendar th {
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    background: #60a0cf;
    }
.calendar td {
    border: 1px solid #fff;
    padding: .1em .3em ;
    width: 1em;
    text-align: center;
    }
.calendar a {
    color: #000;
    text-decoration: none;
    }

 td.today {
    background: #ffc;
    }
.calendar td.selected {
    border: 1px dotted #ff7800;
    }
.calendar td.highlighted {
    background: #41b944;
    color: white;
}
    
.calendar td:hover, .calendar td.today:hover {
    background: #cff;
    border: 1px solid #09f;
}

.calendar td.selected:hover, .calendar td.highlighted:hover {
    background: #cff;
    border: 1px solid #09f;
    color: black;   
}

table.calendar td.pad {
    color: #999;
    background: #fff;
    }
table.calendar td.pad:hover {
    background: none;
    border: 0;
    }
    
.sunday, .saturday {
    background: #f0f0f0;
    }
    
#year {
    padding: 0;
    width: 500px;
    list-style: none;
    }
#year:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
#year li {
    float: left;
    padding: 0 .5em .5em 0;
    height: 150px;
}

.calendar .passed {
    text-decoration: line-through;   
}
