/* Default */
@import url("style-import.css");

/* General Controls */
body {
	background-color:#ffffff;
	color:#666666;
	scrollbar-face-color:#e0ffe0;
	scrollbar-highlight-color:#e0ffe0;
	scrollbar-shadow-color:#e0ffe0;
	scrollbar-arrow-color:#bbeebb;
	scrollbar-3dlight-color:#ccffcc;
	scrollbar-darkshadow-color:#ccffcc;
	scrollbar-track-color:#fafffa;
}

a:link, a:visited, a:active {
	color:#336633;
}
a:hover {
	color:#669966;
}

h1 {
	color:#669966;
}

textarea {
	scrollbar-face-color:#e0ffe0;
	scrollbar-highlight-color:#e0ffe0;
	scrollbar-shadow-color:#e0ffe0;
	scrollbar-arrow-color:#bbeebb;
	scrollbar-3dlight-color:#ccffcc;
	scrollbar-darkshadow-color:#ccffcc;
	scrollbar-track-color:#fafffa;
}
hr {
	color: #ccffcc;
}

/* container, header, contect, footer */
#container {
	border-color:#ccffcc;
}
#header {
	background:url('images/air_header_bg.jpg') repeat top left;
}
#header_l {
	background:url('images/air_header_l.jpg') no-repeat top left;
}
#header_r {
	background:url('images/air_header_r.jpg') no-repeat top right;
}
#content {
	background:url('images/bg_content.gif') repeat-y top left;
}
#footer {
	background:url('images/air_footer_bg.jpg') repeat top left;
}
#footer_l {
	background:url('images/air_footer_l.jpg') no-repeat top left;
}
#footer_r {
	background:url('images/air_footer_r.jpg') no-repeat top right;
}

/* menu */
#menu a:hover, #language a:hover {
	border-color:#bbeebb;
	background-color:#e0ffe0;
}
#menu .Selected, #menu .Selected a, #menu .Selected a:hover {
	color:#999999;
}

/* sidemenu */
#sidemenu {
	border-color:#ccffcc;
}
#sidemenu .navSidePanel {
	background-color:#fafffa;
	color:#669966;
}
#sidemenu .navSideHeading {
	border-color:#ccffcc;
	background-color:#e0ffe0;
	color:#669966;
}
#sidemenu .navSideButton {
	border-color:#bbeebb;
	background-color:#e0ffe0;
	color:#669966;
}
#sidemenu .navSideTitle, #sidemenu .navSideTitleSelected, #sidemenu .navSideText, #sidemenu .navSideTextSelected {
	color:#666666;
}
#sidemenu .navSideTitle a:hover, #sidemenu .navSideTitleSelected a, #sidemenu .navSideTitleSelected a:hover, #sidemenu .navSideText a:hover, #sidemenu .navSideTextSelected a, #sidemenu .navSideTextSelected a:hover {
	border-color:#bbeebb;
}
#sidemenu .navSideTitle a:hover, #sidemenu .navSideTitleSelected a:hover, #sidemenu .navSideText a:hover, #sidemenu .navSideTextSelected a:hover {
	background-color:#e0ffe0;
}
#sidemenu .navSideTitleSelected a, #sidemenu .navSideTextSelected a {
	background-color:#fafffa;
}

.blogContainer {
	border2:1px solid #ccffcc;
	color:#669966;
	font-family:Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
}

.blogMenu {
	float: right;
	position: relative;
	width: 200px;
	background-color: #f6fff6;
	border: 1px solid #bbeebb;
	margin: 4px 4px 4px 4px;
	padding: 4px 10px 4px 10px;
	font-family: Verdana;
	font-size: 1em;
}

.blogMenu a {
	color: #0066CC;
}

.blogMenu a:hover {
	color: #114477;
	text-decoration: underline;
}

.blogMenuSection {
	color: #333333;
	padding: 2px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: -2px;
	margin-left: -6px;
	font-size: 1.1em;
}

.blogMenuCalendar, .blogMenuCalendar td {
	font-family: Verdana;
	font-size: 1.0em;
}

.blogHeadPhoto {
	float: top;
	margin: 0px 0px 4px 0px;
	padding:0px;
}

.blogHeadPhoto img {
	width: 100%;
}

.blogPostContainer {
	margin: 4px 8px 4px 8px;
	z-index: 3;
}

.blogPostTitle {
	font-family: Georgia, 'Trebuchet MS', 'Times New Roman', Verdana;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
	color: #333333;
}

.blogPostTitle a {
	color: #336633;
}

.blogPostTitle a:hover {
	color: #669966;
	text-decoration: underline;
}

.blogPostPhoto {
	float: top;
	text-align: center;
	margin: 4px 2px -4px 0px;
	overflow: hidden;
}

.blogPostPhoto img {
	border: 1px solid #bbeebb;
	width: 99.5%;
}

.blogPostText {
	font-family: Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	margin-top: 4px;
	margin-left: 4px;
	text-align: justify;
}

.blogPostText img {
	border: 0px;
}

.pict {
	margin-top: 1px;
	margin-right:4px;
	margin-bottom:4px;
	width:160px;
}

.blogPostInfo {
	margin-botton: 24px;
	padding-top: 16px;
	padding-bottom: 0px;
	text-align: right;
	font-family: Verdana;
	font-size: 0.95em;
}

.blogPostInfo a {
	color: #0066CC;
}

.blogPostInfo a:hover {
	color: #114477;
	text-decoration: underline;
}

.blogCommentContainer {
	margin: 24px 32px 4px 16px;
	font-family: Georgia, 'Trebuchet MS', 'Times New Roman', Verdana;
	font-size: 0.95em;
	color: #336633;
}

.blogCommentTitle {
	font-family: Georgia, 'Trebuchet MS', 'Times New Roman', Verdana;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
	color: #666666;
}

.blogCommentTitle a {
	color: #336633;
}

.blogCommentInfo {
	color: #666666;
	font-family: Verdana;
	font-size: 0.85em;
	margin-top: 4px;
	margin-bottom: 12px;
	padding-bottom: 0px;
}

.blogCommentText {
	font-family: Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	margin-top: 4px;
	margin-left: 8px;
	padding-bottom: 16px;
	text-align: justify;
}

.blogInput {
	font-size:11px;
	position:relative;
	top:0px;
	background-color:#ffffff;
	border:1px solid #bbeebb;
	height:20px;
	color:#666666;
}

.blogButton {
	position:relative;
	top:0px;
	background-color:#e0ffe0;
	border:1px solid #bbeebb;
	color:#669966;
	cursor:hand;
	height:20px;
	font-size:11px;
}

/* navGeneral Styles */
.navButton {
	border-color:#bbeebb;
	background-color:#e0ffe0;
	color:#669966;
}
.navFlatFix, .navFlat, .navFlatWarning	{
	background:#ffffff;
	background-color:#ffffff;
	border-color:#bbeebb;
	color:#666666;
}
.navFlatWarning {
	background-color:#ffeeee;
}

/* itemNews itemList */
.itemNews, .itemNewsHi, .itemNewsLo, .itemNewsTitle, .itemNewsMore, .itemList, .itemListHi, .itemListLo, .itemListTitle, .itemListMore, .itemListBorder, .itemListBox, .itemListShotBox, .itemListShotBox160, .itemListShotBox80, .itemListShotBox40, .itemListBig, .itemListMed, .itemListSmall {
	color:#669966;
}
.itemNewsBorder, .itemListBorder, .itemNewsTitle, .itemListTitle, .itemList, .itemListHi, .itemListLo, .itemNewsMore, .itemListMore {
	border-color:#ccffcc;
}
.itemNewsTitle, .itemListTitle, .itemNewsMore, .itemListMore {
	background-color:#e0ffe0;
}
.itemNews, .itemList {
	background-color:#ffffff;
}
.itemNewsHi, .itemListHi {
	background-color:#fafffa;
}
.itemNewsLo, .itemListLo {
	background-color:#f6fff6;
}
.itemListShotBox, .itemListShotBox160, .itemListShotBox80, .itemListShotBox40 {
	border-color:#ccffcc;
}

/* pagesBar */
.pagesBarFrame, .pagesBar, .pagesBar_more, .pagesBar_disabled, .pagesBar_disabled_more {
	color:#669966;
}
.pagesBarFrame {
	border-color:#bbeebb;
	background-color:#fafffa;
}
td.pagesBar, td.pagesBar_more, td.pagesBar_disabled, td.pagesBar_disabled_more {
	border-color:#bbeebb;
	background-color:#e0ffe0;
}
td.pagesBar_disabled, td.pagesBar_disabled_more {
	background-color:#ffffff;
}
a.pagesBar:link, a.pagesBar:active, a.pagesBar:visited, a.pagesBar:hover {
	color:#669966;
}

/* searchBar */
.searchBarFrame, .searchBar, .searchBarButton {
	color:#669966;
}
.searchBarFrame {
	border-color:#ccffcc;
	background-color:#fafffa;
}
.searchBarButton {
	border-color:#bbeebb;
	background-color:#e0ffe0;
}

/* Contents Related */
.cFrame {
	border-color:#ccffcc;
	background-color:#fafffa;
}
.cFrame, .cTitle, .cBody, .cText, .cItem, .cItemHi {
	color:#669966;
}
.cTitle {
	border-color:#ccffcc;
	background-color:#e0ffe0;
}
.cItem {
	background-color:#ffffff;
}
.cItemHi {
	background-color:#fafffa;
}

/* General Text */
.gen, .genmed, .gensmall, .genbig {
	color:#336633;
}
.gendetail {
	color:#224466;
}
.genwarning	{
	color:#884422;
}
a.gen, a.genmed, a.gensmall, a.genbig {
	color:#336633;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover	{
	color:#002244;
}
.disabled {
	color:#a0ddc0;
}

/* line */
.underline, .boldLine {
	color:#669966;
}
.underline, .boldLine, .solidLine, .solidLineV, .dottedLine, .dottedLineV, .topline, .rightline, .bottomline, .leftline, .line, .outline, .border {
	border-color:#ccffcc;
}
.bginvert {
	background-color:#ccffcc;
	color:#669966;
}
/* lightbox */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
	background-color: #fff;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer, #hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #ccffcc;
}

/* begin css tabs */

.tabbed-pane * {margin: 0;padding: 0;}
.tabbed-pane {width:100%;}
.tabbed-pane .tabs {list-style: none;clear: both;float: left;margin-bottom: -1px;}
.tabbed-pane .tabs .active {background:#e0ffe0;border-bottom:0px;}
.tabbed-pane .tabs li {float: left;margin: 0 3px 0 0;}
.tabbed-pane .tabs li a {color:#669966;display: block;padding: 5px;background:#fafffa;border:1px dotted #ccffcc;border-bottom:0px;}
.tabbed-pane .pane {border: 1px dotted #ccffcc;padding: 5px;clear: both;height: 100%;}
.tabbed-container {position: relative;clear: both;min-height: 10em;}
.tabbed-container .overlay {position: absolute;clear: both;border: 1px dotted #333;padding: 5px;width: 488px;top: 0;left: 0;background: white url(/include/images/spinner.gif) center center no-repeat;text-align: center;z-index: 100;height: 100%;}

/* end css tabs */

