@CHARSET "ISO-8859-1";
html {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
    color: Black;
}
h1 {
	font-size: 15pt;
    border-bottom: 3px solid #23394C;
}
h2 {
	font-size: 13pt;
}
h3 {
	font-size: 12pt;
}
a {
	text-decoration: none;
	color: #004C99;
}
a:hover {
	text-decoration: underline;
}
/* Panels Layout */
.panelleft {
	margin-right: 300px;
}
.panelright {
	float: right;
	clear: right;
	width: 290px;
	border: 1px Solid #666666;
	margin-bottom: 5px;
	padding: 2px;
	background-color: White;
}
.panelbeneath {
	clear: both;
}
.panelright h1 {
	margin: 0;
	background-color: Black;
	color: White;
	font-size: medium;
	margin: -2px -2px 4px -2px;
    padding-left: 2px;
}
/* Tabular Data */
.tabdata {
	width:100%;
	border: 1px Solid Black;
	background-color: White;
}
.tabdata th {
	text-align: left;
}
.tabdata h2 {
	border-bottom: 1px Solid Silver;
}
/* Paged Grid */
table.pagedgrid, table.simplegrid, table.pagedgridwithcollines {
	width: 98%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid Black;
	background-color: White;
	line-height: 24px;
}
.pagedgrid th, .simplegrid th, .pagedgridwithcollines th {
	background-color: #152D41;
	color: White;
	text-align: left;
	font-weight: normal;
}
.pagedgrid th.center, .simplegrid th.center, .pagedgridwithcollines th.center {
	text-align: center;
}
.pagedgrid th.right, .simplegrid th.right, .pagedgridwithcollines th.right{
	text-align: right;
}
.pagedgrid tr.altrow, .simplegrid tr.altrow, .pagedgridwithcollines tr.altrow {
	background-color: #DEE1E4;
}
.pagedgrid tr:hover, .pagedgridwithcollines tr:hover{
	background-color: #73818D;
	color: White;
}
.pagedgrid tr.footer, .simplegrid tr.footer, pagedgridwithcollines tr.footer{
	border-top: 2px solid Black;
}
.pagedgridwithcollines td { border-right: 1px solid silver; padding: 2px 6px; white-space: nowrap; }
/* Simple Form */
.simpleform fieldset {
    border: 1px solid #EEEEEE;
    padding: 0 10px 10px 10px;
}
.simpleform td {
    border: 1px solid Black;
    padding: 2px;
}
.simpleform th {
    width: 150px;
    border: 1px solid #23394C;
    background-color: #23394C;
    color: White;
    padding: 4px 20px 4px 2px;
    text-align: left;
    font-weight: normal;
}
.simpleform table table th { width: auto; }
.simpleform th.nodec, .simpleform td.nodec {
    border: none;
    background-color: transparent;
}
.simpleform input {
    border: 1px solid #EEEEEE;
    width: 200px;
}
.simpleform label {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-image: url('../../img/libullet.gif');
    text-indent: 5px;
    margin: 2px 0;
    line-height: 22px;
}
table.options td.empty {
    border: 1px solid silver;
}
table.options input {
    width: auto;
}
/* Grid */
ul#grid {
}
ul#grid li {
    list-style-type: none;
    list-style-image: none;
    border: 1px solid Silver;
    float: left;
    padding: 10px;
    width: 150px;
    height: 250px;
    margin: 10px;
}
ul#grid div.image {
    text-align: center;
}
ul#grid p {
    text-align: center;
    margin: 0;
}
ul#grid li p.title {
    font-weight: bold;
    padding-bottom: 5px;
    height: 30px;
    line-height: 15px;
    overflow: hidden;
}
ul#grid li p.links {
    padding: 5px 0;
}
ul#smallgrid {}
ul#smallgrid li {
    list-style-type: none;
    list-style-image: none;
    border: 1px solid Silver;
    float: left;
    padding: 5px;
    width: 150px;
    margin: 10px;
    height: 130px;
    overflow: hidden;
}
ul#smallgrid li h2, ul#smallgrid li h3 {
    text-align: center;
    padding: 0;
    margin-bottom: 5px;
}
/* Page Tree */
table.pagetree {
    border-top: 1px dotted silver;
    width: 100%;
}
table.pagetree tr.altrow, table.pagetree tr.altrow.hidden {
    background-color: #DEE1E4;
}
table.pagetree tr.hidden {
    color: #666666;
    background-color: #EEEEEE;
}
table.pagetree td {
    padding: 4px 0;
}
table.pagetree tr td {
    border-bottom: 1px dotted silver;
}
/* Site Map */
#sitemap ul {
    border-bottom: 1px solid #EEEEEE;
    text-indent: 0;
    padding: 0;
    margin-left: 40px;
}
#sitemap ul ul {border-bottom: none;}
#sitemap ul li {
    margin: 2px 0;
    line-height: 30px;
    list-style-image: none;
    list-style-type: none;
    padding: 0;
    border-top: 1px solid #EEEEEE;
}
p a.linkbutton {
    line-height: 24px;
}
a.linkbutton {
    font-size: 11px;
    text-transform: capitalize;
    padding: 3px 2px;
    border: 1px solid Black;
    margin: 2px 2px 2px 0;
    background-color: White;
    color: #333;
}
a.linkbutton:hover {
    color: #3399CC;
    text-decoration: none;
}
a.add, a.delete, a.edit, a.view, a.up, a.down, a.change, a.logout {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
}
a.add {
    background-image: url('../../img/icons/add.gif');
}
a:hover.add {
    background-image: url('../../img/icons/add_hover.gif');
}
a.delete {
    background-image: url('../../img/icons/delete.gif');
}
a:hover.delete {
    background-image: url('../../img/icons/delete_hover.gif');
}
a.edit {
    background-image: url('../../img/icons/edit.gif');
}
a:hover.edit {
    background-image: url('../../img/icons/edit_hover.gif');
}
a.view {
    background-image: url('../../img/icons/view.gif');
}
a:hover.view {
    background-image: url('../../img/icons/view_hover.gif');
}
a.up {
    background-image: url('../../img/icons/up.gif');
}
a:hover.up {
    background-image: url('../../img/icons/up_hover.gif');
}
a.down {
    background-image: url('../../img/icons/down.gif');
}
a:hover.down {
    background-image: url('../../img/icons/down_hover.gif');
}
a.change {
    background-image: url('../../img/icons/change.gif');
}
a:hover.change {
    background-image: url('../../img/icons/change_hover.gif');
}
a.logout {
    background-image: url('../../img/icons/logout.gif');
}
a:hover.logout {
    background-image: url('../../img/icons/logout_hover.gif');
}
/* Calendar */
.calendar {
    width: 100%;
    border: 1px solid #666666;
}
.day, .placeholderday {
    width: 14%;
    height: 100px;
    vertical-align: top;
}
.placeholderday {
    border: 1px solid #999999;
    background-color: #DDDDDD;
}
.day {
    border: 1px solid Silver;
}
.day .today {
    border: 1px solid #990000;
}
.day .dayofmonth {
    font-size: smaller;
    color: Silver;
}
.event {
    border: 1px solid Black;
    background-color: #CCCCD6;
    margin: 2px;
    padding: 2px;
    text-align: center;
    line-height: 24px;
}
/* Warning Block */
.warning {
	width: 350px;
	padding: 5px 5px 5px 34px;
    margin: 10px 0;
	border: 1px solid #990000;
	color: #990000;
	background-image: url("../../img/icons/warn.gif");
	background-repeat: no-repeat;
}
/* Information Block */
.information, .pilot-information {
	padding: 10px 10px 10px 34px;
    margin: 10px auto;
	border: 1px solid #000099;
	color: #000099;
	background: #EEEEFF url("../../img/icons/information.gif") no-repeat left center;
}
ul#grid img{
	max-width:150px;
	max-height:150px;
}

