@CHARSET "UTF-8";


/* Lemonpages controls */
@import "lemonpages.css";


/** Custom CSS */

body {
    font-family: Garamond, "Times new roman", serif;
    margin: 0;
    padding: 0;
    color: black;
    font-size: 11pt;
    line-height: 14pt;
    background-color: white;
}
body.mceContentBody {
	background-image: none;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: Verdana, sans-serif;*/
    /*font-weight: normal;*/
    padding: 0;
}
h1 {
    font-size: 14pt;
}
h2 {
    font-size: 11pt;
    font-weight: bold;
}
h3 {
    font-size: 11pt;
}
th {
    text-align: left;
}
th, td {
    vertical-align: top;
}

p {
    line-height: 14pt;
    margin-bottom: 20px;
}

a {
    color: #5d5948;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

input, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

#header {
    clear: both;
    width:800px;
	height:202px;
	background-image:url(../images/custom/header_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	margin: auto;
	padding: 0;
	position: relative;
}
#titleImg {
    position: relative;
    top: 78px;
    left: 108px;
    /*width: 235px;
    height: 100px;*/
}

#page, #page_admin {
    margin: 0;
    margin: auto;
    clear: both;
    width:800px;
    overflow: hidden;
	background-color: white;
	background-image:url(../images/custom/page_bg.jpg);
	background-repeat: repeat-y;
	padding: 0;
	padding-bottom: 50px;
}
#page.frontpage {
    overflow: visible;
}

#change_language {
    position: absolute;
    left: 715px;
    top: 215px;
}

#page.frontpage #change_language {
    left: 800px;
    top: 80px;
}


#page_admin {
	/*background-image: none;	*/
}

#footer {
    width:800px;
	height:25px;
	background-repeat: no-repeat;
	background-image: url(../images/custom/footer_bg.jpg);
	clear:both;
	margin: 0;
	margin: auto;
}

#frontpage_menu, #dmvip_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 130px;
}
#frontpage_menu li, #dmvip_menu li {
    float: left;
    margin: 0;
    padding: 0;
}
#dmvip_menu {
    position: absolute;
    top: 80px;
    right: 10px;
    float: right;
    height: 20px;
}
#dmvip_menu li {
    border-left: 1px solid #5d5948;
    padding-left: 5px;
    padding-right: 5px;
}
#dmvip_menu li.i0 {
    border: 0;
}
#mainnavigation {
    float: left;
    width: 107px;
    margin-top: 20px;
}
#mainnavigation a {

}
#mainnavigation strong a {

}
#mainnavigation a:hover {

}
#mainnavigation ul, #subnavigation, #subnavigation ul {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#mainnavigation li {
    margin-bottom: 10px;
}

#subnavigation {
    width: 536px;
    text-align: center;
    position: relative;
    float: right;
    clear: right;
    right: 150px;
}
#subnavigation li {
    display: inline;
    border-left: 1px solid gray;
    padding-left: 4px;
    padding-right: 1px;
}
#subnavigation li.i0 {
    border: 0;
}
#subnavigation ul {
    display: none;
}
#subnavigation strong a {

}
#subnavigation a {

}
#subnavigation a:hover {

}

#page_content, #page_content_product {
    position: relative;
    float: right;
    padding-bottom: 50px;
    right: 190px;
    width: 410px;
    overflow: hidden;
    font-size: 12pt;
    top: 50px;
}
#page_content.frontpage {
    top: 150px;
    height: 260px;
    overflow: visible;
}
#page_admin_inner {
    position: relative;
    float: right;
    padding-bottom: 50px;
    right: 110px;
    width: 580px;
    overflow: hidden;
    font-size: 12pt;
    top: 50px;
}

#author {
    position: relative;
    bottom: 2px;
    clear: both;
    text-align: center;
    margin: 0;
    padding: 0;
}
#author a {
    color: #cccccc;
}

/* Articles */
table.articles {
	margin-top: 20px;
    width: 100%;
    /* border: 1px solid #cccccc; */
}
table.articles th, table.articles td {
    text-align: left;
    padding: 4px;
}
table.articles th {
    font-size: 14pt;
    padding-bottom: 0;
}
table.articles td {
    
}
table.articles tr.headerrow td, table.articles tr.headerrow th {
    background-color: transparent;
    border-bottom: 1px solid #262626;
    padding-bottom: 0;
}
table.articles tr.summaryrow {
    background-color: transparent;
}
table.articles td.summary {
    background-color: transparent;
	padding-bottom: 20px;
}
table.articles td.created {
    font-size: 8pt;
    color: gray;
    text-align: right;
}
table.articles a {
}
table.articles a:hover {
}
img.articleimg {
    position: relative;
    /*right: 5px;
    top: 10px;*/
}
div.article {

}

/* Calendar */
#page_calendar_content h2 {
    width: 500px;
    margin: 0;
}
#page_calendar_content p.description {
    margin: 0;
    margin-bottom: 20px;
    width: 500px;
}

table.calendar_week,
table.calendar_week td,
table.calendar_week th,
#calendarBody {
    border: 1px solid #CCCCCC;
}
table.calendar_week {
    
}
table.calendar_week thead th {
    text-align: center;
}
#calendarBody {
    height: 400px;
    width: 515px;
    overflow: auto;
    position: relative;
}
#calendarHeader {
    width: 515px;
}
table.calendar_week {
    width: 500px;
    font-size: 8pt;
}
table.calendar_week td, table.calendar_week th {
    height: 15px;
    vertical-align: top;
    padding: 0;
    overflow: hidden;
}
table.calendar_week th img {
    margin: 5px;
}
.week_left_column {
    width: 40px;
    border: 1px solid red;
}
#calendarCells td {
    text-align: right;
}
#calendarCells td img {
    height: 12px;
    width: 12px;
    margin: 0;
}

dl.event {
    background-color: #3366ff; /* Blue */
    border: 1px solid #0000dd;
    color: white;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 50px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
}
dl.event:hover {
    width: auto;
    z-index: 100;
}
dl.event dt {
    background-color: #1144ff; /* Blue */
    font-weight: bolder;
    height: 15px;
}
dl.event dd {
    padding: 0;
    margin: 2px;
    margin-top: 10px;
}

#divbook {
    display: none;
    position: absolute;
    background-color: white;
    border: 2px solid gray;
    padding: 3px;
    width: 300px;
	z-index: 100;
}
#divbook table {
    width: 290px;
}
#divbook td {
    padding: 10px;
    vertical-align: top;
}
#repeatEventOptions {
    display: none;
}

table.fileTable {
	border: 1px solid #0d0d0d;
	clear: both;
	width: 100%;	
}

table.fileTable th{
	text-align: left;
	background-color: #0d0d0d;
	color: white; 	
}

table.fileTable td {
	padding: 5px;
	border-bottom: 1px solid #0d0d0d;	
}

table.fileTable caption {
	font-family: georgia, sans-serif;
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
}


/** Image Gallery */
table.imageThumbnails {
    width: 100%;
}
table.imageThumbnails td {
    width: 80px;
    height: 80px;
    line-height: 80px;
    //border: 1px solid #cccccc; /* IE hack */
    text-align: center;
}
table.imageThumbnails a {
    display: block;
    //display: table-cell; /* IE hack */
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #cccccc;
}
table.imageThumbnails a:hover {
    background-color: #a2dc45;
}
table.imageThumbnails a img {
    vertical-align: middle;
}

.imageItem img {
    padding: 15px;
    border: 1px solid #cccccc;
}


/** travelNetSoap */
#page_content_product{
    width: 500px;
    right: 150px;
}
#product_list td, #product_list th {
    padding: 5px;
}
#product_list th {
    padding-top: 20px;
}
#product_list_image {
    width: 120px;
}

#product_name {
    width: 280px;
    float: left;
    position: relative;
    margin-top: 10px;
    margin-bottom: 8px;
}
#product_description {
    width: 280px;
    float: left;
    clear: left;
    position: relative;
}
#product_image {
    float: right;
    clear: right;
    width: 200px;
    margin-top: 10px;
    position: relative;
}
#product_equipment {
    width: 280px;
    float: left;
    clear: left;
    position: relative;
}
#product_links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    text-align: right;
    float: right;
    clear: right;
    position: relative;
    /*top: 20px;*/
}
#product_prices {
    width: 200px;
    float: right;
    clear: right;
    position: relative;
}
#procuct_theme_links {
    width: 200px;
    float: right;
    clear: right;
    position: relative;
}

table.product_table {
    border: 1px solid #cccccc;
    margin-left: 1px;
    margin-top: 10px;
    border-collapse: separate;
}
table.product_table th, table.product_table td {
    vertical-align: top;
    padding: 1px;
}
table.product_table th {
    background-color: #aaaaaa;
    color: white;
    text-align: left;
    font-size: 11pt;
}
table.product_table td {
    background-color: #eeeeee;
    font-family: verdana, sans-serif;
    font-size: 0.7em;
}
table.product_table td.price {
    width: 35px;
    text-align: right;
}
table.product_table ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    font-family: verdana, sans-serif;
    font-size: 0.7em;
    font-weight: normal;
}
