/*body {
	margin-top: 15px;
	background-image: url(i/back-line.jpg);
	background-repeat: no-repeat;
}*/


body {
	margin: 0;
	padding: 0 8%;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	/*background:url(/i/bg-blue.gif) center repeat-y #22304E;*/
		margin-top: 15px;
	background-image: url(../i/back-line.jpg);
	background-repeat: no-repeat;

	}
.copy {
	font-family: "trebuchet ms";
	color: #000000;
	font-size: 12px;
}
#menu {
	padding-top: 15px;
}
.down-menu {
	color: #0033CC;
	text-decoration: underline;
}
.search {
	font-family: "trebuchet ms";
	font-size: 15px;
	font-weight: bold;
	color: #02516F;
	text-decoration: none;
}

H2 {
	margin: 0px;
	padding: 0px;
}

/* links
---------------------------------------------------------- */

a:link, a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #40608C;
	}
a:hover {
	color: #2D405B;
	text-decoration: underline;
	}
a.more {
	padding-right: 7px;
	background: url(/i/icon-more.gif) no-repeat 100% 5px;
	}
a.rss {
	padding-left: 15px;
	background: url(/i/icon-rss.gif) no-repeat 0 50%;
	}

ul.autosuggest {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
	
ul.autosuggest li {
		text-align: left;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
}
	
ul.autosuggest li a:link, ul.autosuggest li a:visited {
		display: block;
		padding: 0px;
		text-decoration: none;
		background-color: #eee;
}

ul.autosuggest li a:hover, ul.autosuggest li a:active {
		color: #000000;
		background-color: #FFFFCC;
}


ul.autosuggest li.highlight a:link, ul.autosuggest li.highlight a:visited {
		color: #fff;
		background-color: #f30;
	}

	
.SubmitButton {
	background-image: url(/i/submit-buttons.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 125px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: #f1f8f9;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.SubmitButtonMedium {
	background-image: url(/i/nav-next.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 95px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: #f1f8f9;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


#wrap {
	position: relative;
	max-width: 900px;
	min-width: 580px;
	font-size: 95%;
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	}
#main-body {
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
	}
#content {
	float: left;
	width: 582px;
	}
#content-inner {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	}
#sidebar {
	float: right;
	width: 190px;
	color: #777;
	background-color: #EEEEEE;
	border: 1px solid #D6E3E7;
	background-image: url(/i/blue-fade.png);
	padding: 3px;
	}
	
#sidebar .ImageFrame_none {
	width: 185px;
	height: 135px;
	border: 1px solid #000000;
	text-align: center;
}

#sidebar #SearchBox {
	border: 1px solid #d0e6ec;
	background-color: #ddedf1;
	margin-top: 3px;
	margin-bottom: 5px;
	height: 25px;
	vertical-align: middle;
}

#sidebar #SearchBox strong {
	color: #008bd0;
	font-size: 13px;
	letter-spacing: -1px;
}

body#home #extra {
	margin-top: 0;
	}	
#footer, #footerF {
	clear: both;
	margin: 0;
	background-color: #FFFFFF;
	color: #666666;
	padding: 5px;
	font-size: 11px;
	text-align: center;
	}	
	
/* navigation
---------------------------------------------------------- */

#nav {
	background-color: #CCCCCC;
	background-image: url(/i/globalbar-bg.gif);
	background-repeat: no-repeat;
	height: 31px;
	padding: 0px;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li a {
	float: left;
	margin: 0 1px 0 0;
	padding: 4px 9px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #EBF4D9;
	}
#nav li a:hover {
	color: #fff;
	background: #354966 url(/i/nav-on-bg.gif) repeat-x top left;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #27384F;
	border-right: 1px solid #27384F;
	background: #354966 url(/i/nav-on-bg.gif) repeat-x top left;
	}	
#JSmenu {
	float: left;
	width: 445px;
}
#Login {
	text-align: right;
	height: 31px;
	background-position: right;
}
#Login label {
	color: #000000;
	font-size: 10px;
	line-height: 13px;
}

#Login Label .username {
	text-transform: capitalize;
}

#Login #user {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	width: 75px;
}
#Login #password {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	width: 50px;
}
#Login #login {
	font-size: 11px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	width: 65px;
	color: #BBBBBB;
	float: right;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	margin-left: 10px;
}
#Login #login:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* Table
---------------------------------------------------------- */

table.table-style1 {
	background-color: #F6FAFC;
	border-bottom: 1px solid #D0E6EC;
	border-left: 2px solid #D0E6EC;
	border-right: 2px solid #D0E6EC;
	border-top: 2px solid #D0E6EC;
	color: #4C5456;
	width: 100%;
	font-size: 10px;
}
table.table-style1 caption {
	color: #333;
	display: none;
	margin: 0 0 15px;
	text-align: left;
}
table.table-style1 thead th {
	background-color: #DDEDF1;
	border-bottom: 2px solid #D0E6EC;
	font-weight: normal;
}
table.table-style1 tfoot th {
	background-color: #DDEDF1;
	border-bottom: 1px solid #D0E6EC;
	border-top: 1px solid #D0E6EC;
	font-weight: normal;
}
table.table-style1 thead th.chnl, 
table.table-style1 thead th.show,  
table.table-style1 thead th.date, 
table.table-style1 thead th.edit, 
table.table-style1 thead th.promote,  
table.table-style1 thead th.upload {
	text-align: left;
}
table.table-style1 tbody th {
	background-color: #E5F1F4;
	border-bottom: 1px solid #D0E6EC;
	font-size: .9em;
	font-weight: normal;
	text-align: left;
}
table.table-style1 tbody td {
	border-bottom: 1px solid #D0E6EC;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
table.table-style1 tbody tr.even td {
	background-color: #F2F8FA;
}
table.table-style1 tbody td.num {
	padding: 0 5px;
	text-align: right;
}
table.table-style1 tbody td img.icon {
	border: 1px solid #999;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 20px;
}
table.table-style1 tbody td.empty {
	color: #888;
	padding: 5px;
}
table.table-style1 tbody tr:hover td {
	background-color: #EEEEEE;
}
table.table-style1 tbody td.shows, 
table.table-style1 tbody td.subs, 
table.table-style1 tbody td.cmnts {
	text-align: center;
} 
table.table-style1 tbody td.date {
	font-size: .9em;
	padding: 0 5px;
	width: 110px;
}
table.table-style1 tbody a {
	display: block;
	padding: 3px;
	text-decoration: none;
}
table.table-style1 tbody a:hover {
	text-decoration: none;
}

/* photo-list
---------------------------------------------------------- */

.photo-list {
	list-style: none;
	padding: 0px;
	margin:0;
	font-size: 11px;
}
.photo-list li {
	background: url(/i/blue-fade.png) repeat-y top left;
	border-top: 1px solid #D6E3E7;
	padding:3px;
	font-weight: normal;
	height: 100px;
} 
.photo-list li.editor {
	background: url(/i/blue-fade-admin.jpg) repeat-y top left;
	border-top: 1px solid #D6E3E7;
	padding:3px;
	font-weight: normal;
	height: 100px;
} 
.photo-list li.aero {
	background: url(/i/blue-fade-aero.jpg) repeat-y top left;
	border-top: 1px solid #D6E3E7;
	padding:3px;
	font-weight: normal;
	height: 100px;
} 
.photo-list li.highlight {
	background: url(/i/blue-fade-admin.jpg) repeat-y top left;
	border-top: 1px solid #D6E3E7;
	padding:3px;
	font-weight: normal;
	height: 100px;
} 

.photo-list li.admin {
	background: url(/i/blue-fade-admin.jpg) repeat-y top left;
	border-top: 1px solid #D6E3E7;
	padding:3px;
	font-weight: normal;
	height: 100px;
} 

.photo-list li.virtual {
	background: url(/i/blue-fade-virtual.jpg) repeat-y top left;
	border-top: 1px solid #D6E3E7;
	padding:3px;
	font-weight: normal;
	height: 100px;
} 


.photo-list li a.compress {
	letter-spacing: -1px;
}
.photo-list li small {
	line-height: 15px;
}
.photo-list li.even {background:#fff }
.photo-list li .show-title {font-size:115%; margin-bottom:2px; font-weight:bold; font-family: sans-serif; letter-spacing:90%}
.photo-list li .show-src a {margin-top:0px; color:#4A85B6; }
.photo-list li img.icon {margin-right:5px;width:40px;height:40px;border: solid 1px #000; float:left; margin-top:1px}
.photo-list .one-image {float: left;}
.photo-list .ImageFrame_none {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #006699;
	height: 96px;
	width: 138px;
}

.photo-list .play-btn {float:right;margin-top:3px}
.photo-list input {float:left;margin-top:7px;margin-right:6px;}
.photo-list .date {font-size:90%}

/* misc.


/* photoo-list
---------------------------------------------------------- */

.photoo-list {
	list-style: none;
	padding: 0px;
	margin:0;
	font-size: 11px;
}
.photoo-list li {  
	background:url(../i/Fondo8.jpg) repeat-y top left;
	border-top: 1px solid #D6E3E7;
	padding:3px;
	font-weight: normal;
	height: 100px;
} 
.photoo-list li.editor {
	background: url(/i/blue-fade-admin.jpg) repeat-y top left;
	border-top: 1px solid #D6E3E7;
	padding:3px;
	font-weight: normal;
	height: 100px;
} 
.photoo-list li.aero {
	background: url(/i/blue-fade-aero.jpg) repeat-y top left;
	border-top: 1px solid #D6E3E7;
	padding:3px;
	font-weight: normal;
	height: 100px;
} 
.photoo-list li.highlight {
	background: url(/i/blue-fade-admin.jpg) repeat-y top left;
	border-top: 1px solid #D6E3E7;
	padding:3px;
	font-weight: normal;
	height: 100px;
} 

.photoo-list li.admin {
	background: url(/i/blue-fade-admin.jpg) repeat-y top left;
	border-top: 1px solid #D6E3E7;
	padding:3px;
	font-weight: normal;
	height: 100px;
} 

.photoo-list li.virtual {
	background: url(/i/blue-fade-virtual.jpg) repeat-y top left;
	border-top: 1px solid #D6E3E7;
	padding:3px;
	font-weight: normal;
	height: 100px;
} 


.photoo-list li a.compress {
	letter-spacing: -1px;
}
.photoo-list li small {
	line-height: 15px;
}
.photoo-list li.even {background:#fff }
.photoo-list li .show-title {font-size:115%; margin-bottom:2px; font-weight:bold; font-family: sans-serif; letter-spacing:90%}
.photoo-list li .show-src a {margin-top:0px; color:#4A85B6; }
.photoo-list li img.icon {margin-right:5px;width:40px;height:40px;border: solid 1px #000; float:left; margin-top:1px}
.photoo-list .one-image {float: left;}
.photoo-list .ImageFrame_none {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #006699;
	height: 96px;
	width: 138px;
}

.photoo-list .play-btn {float:right;margin-top:3px}
.photoo-list input {float:left;margin-top:7px;margin-right:6px;}
.photoo-list .date {font-size:90%}

/* misc.
---------------------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF3300;
	margin: 0px;
	padding: 0px;
}
#MostPopular {
	width: 100%;
	height: 125px;
}
#MostPopular .one-image {
    float:left;
	width:180px;
}
#MostPopular .ImageFrame_none {
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;
	height: 125px;
	width: 175px;
}


#MostPopular h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#gallery {
}

#RandomPhotos .ImageFrame_none {
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;
	height: 110px;
	width: 150px;
}#content-inner .entry {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: justify;
}

#PhotoDesc {
	background: url(/i/blue-fade-long.jpg) repeat-y top left;
	border-top: 1px solid #D6E3E7;
	width: 768px;
	height: 80px;
	font-size: 11px;
} 

#PhotoDesc .title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #008bd0;
	text-align: center;
	width: 95%;
	border: 1px solid #003366;
}

#PhotoDesc h5 {
	font-size: 14px;
	font-weight: bold;
}
#PhotoDesc #Aircraft {
	width: 50%;
}

#PhotoDesc #Location {
	width: 50%;
	float: right;
}

#PhotoDesc #Comment {
	width: 50%;
	float: left;
}

#PhotoDesc #Photographer {
	width: 50%;
	float: right;
}

#AddPhoto h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #008bd0;
	margin: 0px;
	padding: 0px;
}
#AddPhoto td {
	font-size: 11px;
}
#AddPhoto .legend {
	margin: 0px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
	font-size: 10px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#AddPhoto input.txt {
	font-size: 11px;
	border: 1px solid #333333;
}
#AddPhoto .QuickFill {
	background-color: #f6fafc;
	border: 1px solid #d0e6ec;
}

#links
{
        float: left;
	height: 150px;
	width: 788px;
	font-size: 14px;
	text-align: center;
	padding-left:10px;
}
