﻿/*
	Filename:	styles/default.css
	URL:		http://canaryphotostock.com/styles/default.css
	Date:		5/3/06
	
	The contents of this file are copyright © canaryphotostock.com, all rights reserved. The code contained in this file 
	is considered intellectual property of, and may not be reproduced or otherwise used without the express written permission 
	of canaryphotostock.com.
*/

/* Global style rules */
BODY {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
}
P {
	margin-top: 10px;
	margin-bottom: 0;
}
A {
	color: #336DA6;
	text-decoration : none;
}
A:HOVER {
	color : #F7931D;
}
Input {
	BORDER-RIGHT: #97a8ba 1px solid; 
	BORDER-TOP: #97a8ba 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #97a8ba 1px solid; 
	COLOR: black; 
	BORDER-BOTTOM: 
	#97a8ba 1px solid
}
Select {
	BORDER-RIGHT: #97a8ba 1px solid; 
	BORDER-TOP: #97a8ba 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #97a8ba 1px solid; 
	COLOR: black; 
	BORDER-BOTTOM: #97a8ba 1px solid
}
Textarea {
	BORDER-RIGHT: #97a8ba 1px solid;
	BORDER-TOP: #97a8ba 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #97a8ba 1px solid;
	COLOR: black;
	BORDER-BOTTOM: #97a8ba 1px solid;
}

/* General style classes */
.NavPlaceholder {
	color : Gray;
}
.Heading1 {
	display: block;
	color: #336DA6;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}
.Heading2 {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 2px;
}
.BlogHeading {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 17px;
	MARGIN-BOTTOM: 5px;
	COLOR: #336da6;
	font-family: Calibri;
}
.Paragraph1 {
	margin: 2px 0 6px 0;
}
.PgraphBlock1 P {
	margin: 2px 0 6px 0;
}
.FinePrint P {
	FONT-SIZE: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.OrangeVbar {
	margin: 0px 5px;
	width: 2px;
	height: 15px;
	border: none;
	vertical-align: text-bottom;
}
.AdsSide {
	width: 250px;
	border: none;
	margin-bottom: 15px;
	border-collapse: collapse;
}
.Signature {
	margin: 15px 0 30px 0;
	font-style: italic;
}
.BottomAdBannerCell {
	text-align: center;
	padding-bottom: 10px;
	vertical-align: bottom;
}

/* Layout table classes */
.LayoutNavTcell {
	padding: 0 0 5px 5px;
	text-align: right;
	vertical-align: bottom;
	font-size: 11px;
}
.LayoutNavTcell A {
	color : #253865;
}
.LayoutNavBcell {
	padding-top:8px;
	font-size: 11px;
}
.LayoutNavBcell A {
	color : #253865;
}
.LayoutLTcell {
	padding: 0 15px 5px 0;
	text-align: left;
	vertical-align: top;
}
.LayoutRTcell {
	width: 520px;
	text-align: right;
	vertical-align: middle;
}
.LayoutSidebar {
	padding: 10px 15px 10px 0;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
}
.LayoutLTcellAuto {
	VERTICAL-ALIGN: middle;
	WIDTH: 520px;
	TEXT-ALIGN: left;
	color: #000000;
	font-size: 11px;
}


/* Search box style classes */
.SearchBox {
	width: 250px;
	border: 2px solid Silver;
	padding: 10px;
	background: #F3F3F3;
	margin-bottom: 15px;
}
.SearchBoxCaption {
	font-size: 13px;
	font-weight: bold;
	color: Maroon;
}
.SearchBoxInput {
	border: 1px solid Silver;
	margin-bottom: 2px;
}
.SearchBoxButton {
	height: 24px;
	width: 26px;
	border: 1px solid Silver;
	background-color: White;
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: Maroon;
}

/* Style classes for left side gallery text box */
.GalleryTxtBox {
	width: 250px;
	font-size: 11px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.GalleryTxtBoxHeading {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #004990;
}

/* Style classes for left side gallery scroll box */
.GalleryCatLstOuter {
	width: 250px;
	height: 150px;
	margin-bottom: 25px;
	position: relative;
	border: none;
	overflow: hidden;
}
.GalleryScrlArrow {
	position: absolute;
	right: 0;
	height: 8px;
	width: 12px;
	border: none;
	z-index: 1;
	visibility: hidden;
}
.GalleryCatLstInner {
	position: absolute;
	clip: rect(0,250,150,0);
	top: 0;
	left: 0;
}
.GalleryCatLstInner A {
	font-size: 11px;
	color: #253865;
}
.GalleryCatLstInner A:HOVER {
	text-decoration: underline;
}
.GalleryCatLstInner IMG {
	border: none;
	margin: 0 4px 2px 0;
	height: 4px;
	width: 4px;
}

/* Style classes for gallery table of thumbnails */
.GalleryThmbAreaOuter {
	position: relative;
	border: none;
	height: 585px;
	width: 510px;
	overflow: hidden;
}
.GalleryThmbAreaInner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	clip: rect(0,510px,575px,0);
}
.GalleryThmbArea {
	table-layout: fixed;
	width: 510px;
	border: none;
	border-collapse: collapse;
}
.GalleryThmbArea TD {
	border: none;
	padding: 0;
}
.GalleryThmbArea TR.Tall TD {
	height: 120px;
	text-align: center;
	vertical-align: middle;
	background-image: url(/images/Keyline.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.GalleryThmbArea TR.Tall TD IMG {
	margin: 0;
	border: none;
}
.GalleryThmbArea TR.Short TD {
	height: 75px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	padding-top: 10px;
}
.GalleryThmbArea TR.Short TD IMG {
	margin: 3px 1px 0 1px;
	border: none;
}

/* Other gallery style classes */
.NavInfo {
	font-size: 11px;
	text-align: center;
}
.NavInfo IMG {
	border: none;
	vertical-align: bottom;
	margin: 0 2px 2px 2px;
}

/* Latest images box style classes */
.Gallery2Box {
	width: 170px;
	border-collapse: collapse;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
}
.Gallery2Box .LeftCol {
	padding: 0;
	width: 66px;
	height: 55px;
}
.Gallery2Box .LeftCol IMG {
	border: none;
	width: 66px;
	height: 55px;
	margin: 0;
}
.Gallery2Box .RightCol {
	padding: 0 3px 0 5px;
	text-align: left;
	vertical-align: middle;
}
.Gallery2Box .Seperator {
	padding: 0;
}
.Gallery2Box .Seperator IMG {
	width: 1px;
	height: 6px;
	border: none;
	margin: 0;
}
.WarningBox {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	border: thin solid #000000;
}
.Rule {
	background-color: #FFFFFF;
	border-style: none none solid none;
	border-color: #336DA6;
	line-height: 7px;
	border-bottom-width: 1px;
}
.BoldHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #16406E;
}
.heading3 {
	font-size: 14px;
	font-family: arial, Helvetica, sans-serif;
	color: #336DA6;
}
.LightBlueHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336DA6;
}
.TableHeader {
	font-family: verdana;
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #336DA6;
	font-weight: bold;
	text-align: center;
}
.SmallHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #5B5BFF;
}
.FrontpageBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.TextBlock {
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000000;
}
.TextBlockplus {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000000;
}

.FootmenuNavPlaceHolder {
	COLOR: gray;
	text-align: center;
	vertical-align: baseline;
}
.Centertext {
	COLOR: gray;
	text-align: center;
	vertical-align: baseline;
}
.TextBlockText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000000;
}
.Blogtext {
	font-family: Calibri;
	font-size: 12px;
	text-align: left;
	color: #000000;
}

.LinkCell {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	margin: -1px;
}
.TextBlockBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #336DA6;
}
.SubmitButton {
	border-style: 0;
	border-width: 0px;
	vertical-align: bottom;
		margin-bottom: 1px;
		decoration: none;
}

.LightBlueHeaderCtr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336DA6;
	text-align: center;
}

.TextBlack {
	color: #000000;
}
h1 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #336DA6;
	text-decoration: none;
}
h2 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h3 {
	font-weight: bold;
	font-size: 11px;
}

.Mytest{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	letter-spacing: -1px;
}
.DummyLink {
	cursor: pointer;
	color: #336DA6;
	font-size: 11px;
}
.halfline {
	width: 780px;
	height: 6px;
}
