/*-----------------------------------------\
| default.css                              |
|                                          |
\------------------------------------------/
/* body default */
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin-left: 5px;
		margin-top: 5px;
		margin-bottom: 0px;
		margin-right: 0px;
		padding: 55px;
                border-collapse:collapse;
	}

/* level 2 heading format */
	h2 {
		font-family: Verdana,Arial, Helvetica;
		font-size: 18px;
		color: #2a4689;
	}
/* level 3 heading format */
	h3 {
		font-family: Verdana,Arial, Helvetica;
		font-size: 16px;
		color: #006600;
		text-align: center;
	}
/* level 4 heading format */
	h4 {
		font-family: Verdana,Arial, Helvetica;
		font-size: 14px;
		color: #006600;
		text-align: left;
	}
/* table heading default format */
	th {
		font-family: Verdana,Arial, Helvetica;
		font-size: 12px;
		color: #006600;
                border: 2px solid black;
	}
/* table detail items default format */
	td {
		font-family: Verdana,Arial, Helvetica;
		font-size: 12px;
                height:100px;
                width: 200px;
                vertical-align: top;
                border: 1px solid black;
	}
/* -------- Calendar Stylesheet -------- */
        td.flight {
	    height:10px;
	    font-size: 9px;
            background-color: #ffbf80;
            border: 1px dotted grey;
        }
        td.arriva {
	    height:10px;
	    font-size: 9px;
            background-color: #ffff80;
            border: 1px dotted grey;
        }
        td.transf {
	    height:10px;
	    font-size: 9px;
            background-color: #ff80b3;
            border: 1px dotted grey;
        }
        td.accomm {
	    font-size: 9px;
	    height:10px;
            background-color: #9fff80;
            border: 1px dotted grey;
        }
        td.birth {
	        height:10px;
		background-color: #ff8080;
        }
        td.other {
	        height:10px;
		background-color: #80dfff;
        }
        td.today {
                color: #FF3300;
                font-style: bold;
        }
/* link default format */
	a:hover {
		color: #2D8628;
		text-decoration: underline;
	}
        a.heading {
                color: #4682B4;
		font-family: Verdana,Arial, Helvetica;
		font-size: 12px;
		font-weight: bold;
        }
        a.listitem {
                color: #4682B4;
        }
        a.revieweditem {
                color: #D49098;
                font-style: italic;
        }
/* div options */
        div {
                text-align: center;
        }
/* image options */
        img {
            width:75px;
            height:50px;
        }
/* special hover */
        span{
            background: #F8F8F8;
            border: 5px solid #DF#DF#DF;
            color: #717171;
            font-size: 13px;
            height: 30px;
            letter-spacing: 1px;
            line-height: 30px;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            top: -80px;
            left: -30px;
            display: none;
            padding: 0 20px;
        }
        span:after{
            content:'';
            position:absolute;
            bottom:-10px;
            width:10px;
            height:10px;
            border-bottom:5px sold #DFDFDF;
            border-right:5px solid #DFDFDF;
            background:#F8F8F8;
            left:50%;
            margin-left:-10px;
            -moz-transform:rotate(45deg);
            -webkit-transform:rotate(45deg);
            transform:rotate(45deg);
        }
        p{
            margin:100px;
            float:left;
            position:relative;
            cursor:pointer;
        }
        p:hover span {
           display: block;
        }
/* special table options */
	table.inputs td {
		font-family: Verdana,Arial, Helvetica;
		font-size: 8px;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
                height:10px;
                width: 100px;
                vertical-align: top;
                border: 0px;
	}
	table.form td {
		font-family: Verdana,Arial, Helvetica;
		font-size: 12px;
                height:10px;
                width: 50px;
                vertical-align: top;
                border: 0px ;
	}
	table.form th {
		font-family: Verdana,Arial, Helvetica;
		font-size: 12px;
		color: #006600;
                border: 0px;
                text-align: left;
        }
        th.bottom_border {
            border-top: 2px solid gray;
            border-bottom: 2px solid gray;
        }
        td.date {
            height:10px;
            width: 100px;
            border-top: 1px dotted gray;
            border-left: 1px dotted gray;
            border-right: 1px dotted gray;
            border-bottom: 1px dotted gray;
        }
        td.item {
            height:10px;
            width: 200px;
            text-align: left;
            border-top: 1px dotted gray;
            border-right: 1px dotted gray;
            border-left: 1px dotted gray;
            border-bottom: 1px dotted gray;
        }
        td.amount {
            height:10px;
            width: 100px;
            text-align: right;
            border-top: 1px dotted gray;
            border-right: 1px dotted gray;
            border-left: 1px dotted gray;
            border-bottom: 1px dotted gray;
        }
        td.todays_date {
            color: #FF3300;
            font-style: bold;
            height:10px;
            width: 100px;
            border-top: 1px dotted gray;
            border-left: 1px dotted gray;
            border-right: 1px dotted gray;
            border-bottom: 1px dotted gray;
        }
        td.combo {
            height:10px;
            width: 200px;
            text-align: left;
            border-collapse:collapse;
        }
