﻿@import "../StyleSheets/StyleSheetBase.css";
/*******************************************************************/
/*  ELEMENT                                                        */
/*******************************************************************/
body {
	margin: 0;
	min-width: 960px;
	background-color: #a59687;
}

a, a:active, a:visited {
	color: #3a75c4;
	text-decoration: none;
}

a:hover {
	color: #4b98ff;
	text-decoration: underline;
}


/*******************************************************************/
/*  ID                                                             */
/*******************************************************************/
#bodyContainer {
	/* causes rendering issue in IE */ /*background: #ffffff url(/App_/ROOT/PageFrame/Index/VerticalLine_Shadow.gif) no-repeat top 20px;*/
}

#body {
	width: 960px;
	float: left;
}

#body h1 {
	padding: 10px 0 10px 0;
}

#body2 {
	background-color: #fff;
	float: right;
	margin: 35px 0 0 10px;
	width: 243px; /* 243px */
}

#body2 div.header {
	padding-bottom: 3px;
	border-bottom: dotted 1px #ccc;
	width: 100%;
}

#body2 div.item {
	padding: 5px 0 35px 0;
}

#body2 div.menuItem {
	padding: 5px 0 35px 0;
	font-size: 12px;
}

#body2 div.menuItem div {
	padding: 0 0 0 11px;
	font-size: 11px;
}

/* EVENT SEARCH */
#pageSearch {
	background-image: url(../Images/MainInt.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-color: #740303;
	border-style: solid;
	border-width: 16px 1px 16px 1px;
	height: 134px; /* 166px = 134 + 16 + 16 */
}

#findYourEvent {
	float: left;
	padding: 35px 0 0 70px;
	width: 400px;
}

#eventSearch {
	float: left;
	margin: 5px 66px 0 0;
	width: 400px;
	text-align: center;
	margin: 20px;
}

#eventSearch div {
	margin-bottom: 1em;
	width: 356px;
	font-size: 12px;
}

#eventSearch td {
	height: 24px;
	font-size: 8pt;
}

#ctl00_EventNameInput, #ctl00_EventDateInput {
	font-size: 12px;
	border: 1px solid #999;
	margin-left: 0.5em;
	width: 150px;
	vertical-align: middle;
}

#eventSearch .action {
	margin-left: 0.5em;
}

/* PHOTOGRAPHER SEARCH */
#photographerSearch {
	float: left;
	width: 440px;
}

#photographerSearchDiv {
	margin-left: 70px;
	width: 350px;
}

#photographerSearchHeaderDiv {
	background-image: url(../Images/Search_Icon.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	margin: 2em 60px 1.5em 0;
	padding: 0 0 0 70px;
}

#photographerSearchHeaderDiv h2, #photographerServicesDiv h2 {
	font-family: Arial, Avant Garde Book Antiqua BT, Book Antiqua;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
}

#photographerSearchDiv table {
	width: 100%;
}

#photographerSearchDiv td {
	height: 24px;
	vertical-align: middle;
}

#photographerSearchDiv img {
	margin: 0;
	vertical-align: middle;
}

#photographerSearchDiv td.searchButton {
	text-align: right;
	vertical-align: middle;
	width: 80px;
}

#photographerSearchDiv select {
	border: 1px solid #999;
	font-size: 100%;
	vertical-align: middle;
}

#photographerSearchDiv input {
	vertical-align: middle;
}

#ctl00_PhotographerNameInput, #ctl00_ctl04_Index_PhotographerInput {
	border: 1px solid #999;
	width: 120px;
}

#ctl00_PhotographerEventInput, #ctl00_ctl04_Index_EventInput {
	width: 90px;
}

#ctl00_PhotographerCityInput, #ctl00_ctl04_Index_CityInput {
	border: 1px solid #999;
	margin-right: 5px;
	width: 107px;
}

#ctl00_PhotographerStateInput, #ctl00_ctl04_Index_StateInput {
	margin-left: 5px;
	width: 75px;
}

#ctl00_PhotographerZipInput, #ctl00_ctl04_Index_ZipInput {
	border: 1px solid #999;
	margin-right: 5px;
	width: 76px;
}

#ctl00_PhotographerRadiusInput, #ctl00_ctl04_Index_RadiusInput {
	margin-left: 5px;
}

/* PHOTOGRAPHER SERVICES */
#photographerServices {
	float: right;
	width: 480px;
}

#photographerServicesDiv {
	background: url(../Images/Camera_Icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	margin: 2em 70px 0 0;
	padding: 0 0 0 70px;
}

#photographerServicesDiv2{
	background: url(../Images/Search_Icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	margin: 4px 0px 0 0;
	padding: 0 0 1px 60px;
}

/*******************************************************************/
/*  CLASS                                                          */
/*******************************************************************/
.small {
	font-size: 9px;
}

/* bodyText */
.bodyText {
	color: #000;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}
.bodyText h2 {
	color: #000;
	font-family: Avant Garde Book Antiqua BT, Book Antiqua;
	font-size: 14pt;
	margin: 0 0 1em 0;
}
.bodyText a h2, .bodyText a:active h2, .bodyText a:visited h2 {
	color: #3a75c4;
}
.bodyText a:hover h2 {
	color: #4b98ff;
	text-decoration: underline;
}
.bodyText h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
.bodyText a h3, .bodyText a:active h3, .bodyText a:visited h3 {
	color: #3a75c4;
}
.bodyText a:hover h3 {
	color: #4b98ff;
	text-decoration: underline;
}
.bodyText a, .bodyText a:active, .bodyText a:visited, .body2Text .bodyText a, .body2Text .bodyText a:active, .body2Text .bodyText a:visited {
	color: #3a75c4;
}
.bodyText a:hover, .body2Text .bodyText a:hover {
	color: #4b98ff;
	text-decoration: underline;
}

/* ExpandTag */
a.expandTagClosed {
	background: #fff url(../Images/Plus_O.gif) no-repeat 0 center;
	padding-left: 20px;
}
a.expandTagClosed:hover {
	background: #fff url(../Images/Plus_X.gif) no-repeat 0 center;
	padding-left: 20px;
}
a.expandTagOpened {
	background: #fff url(../Images/Minus_O.gif) no-repeat 0 center;
	padding-left: 20px;
}
a.expandTagOpened:hover {
	background: #fff url(../Images/Minus_X.gif) no-repeat 0 center;
	padding-left: 20px;
}

/* PAGE */
#page div.pageBody {
	padding: 0 4px 0 4px;
}
div.enginePane {
	padding-top: 20px;
}
div.actionPane {
	padding-top: 5px;
}


/*******************************************************************/
/*  FOOTER                                                         */
/*******************************************************************/
div.footerPane {
	background-color: #fff;
	width: 750px;
}

div.accountsignupfooterPane
{
	background: url(/App_/ROOT/PageFrame/Extranet/FooterSync.gif) repeat-x;
	border-top: solid 2px #796c63;
	height: 70px;
	padding: 10px;
}

#footer {
	color: #720000;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	margin: 1em 60px 1em 70px;
	padding: 0;
	text-align: center;
	width: 830px;
}

#footer a, #footer a:active, #footer a:visited {
	color: #720000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*******************************************************************/
/*  PAGER FRAME                                                    */
/*******************************************************************/
table.pagerFrame {
	border: none;
	empty-cells: show;
	width: 100%;
}

table.pagerFrame th {
	background-color: #d2d2d2;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px;
	border-right: dotted 2px #fff;
}

table.pagerFrame th.selected img {
	float: right;
	padding-top: 6px;
}

table.pagerFrame td {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px;
	vertical-align: top;
	border-right: 2px dotted #fff;
}

table.pagerFrame td.alternate {
	background-color: #eaeaea;
}

/*******************************************************************/
/*  STANDARD FORM                                                  */
/*******************************************************************/
table.StandardForm
{
	background-image: url(../Images/MainInt.gif);
	height: 143px;
}

.ShadowMenu
{
	background:transparent url(../Images/MenuShadow.gif) repeat-x scroll 0 0;
	height: 16px;
	width: 100%;
	
}

table.Header
{
	
}

table.StandardForm td.label
{
	width: 140px;
	border: solid red 0px;
}

table.StandardForm td.input
{
	width: 200px;
	border: solid blue 0px;
}

.label span
{
	width: 140px;
	border: solid red 0px;
}

.label td
{
	width: 140px;
	border: solid red 0px;
}

.submitbutton
{
	
}

/* Section */
form.pagePane {
}

#pageHead 
{
	height: 146px;
	padding-right: 66px;
	margin: 0px;
}

#page 
{
	background-color: #fff;
	width: 960px;
	margin: auto;
	margin-top:0px;	
    vertical-align:top;    
}

#logo 
{
	float: left;
}

#logo img 
{
	padding: 20px 43px 0 74px;
	width: 140px;
}

#menu 
{
	height: 73px;
	text-align: left;
	vertical-align: bottom;
}

.testStyle
{
	background-image:url(../Images/back_button2.png);
	background-repeat:no-repeat;
	width:100px;
	height:30px;
}

/*******************************************************************/
/*  CALENDAR                                                       */
/*******************************************************************/
.calendar_table {
	background: #d3cbc5;
	border: solid 1px #730101;
	border-collapse: collapse;
	width: 280px;
}

.calendar_table_thead {
	background: #a59687;
}

.calendar_table_header_th {
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

.calendar_table_header_dayName {
	border-bottom: solid 1px #730101;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	text-align: center;
}

.calendar_table_header_navLink {
	color: #fff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	margin: 2px;
	text-decoration: none;
}

.calendar_table_header_navLink:hover {
	color: #777;
	text-decoration: underline;
}

.calendar_cell_curr_month {
	text-align: center;
	cursor: pointer;
	color: #000;
	font-size: 14px;
	font-family: Arial;
}

.calendar_cell_curr_month:hover {
	background: #fff;
	color: #730101;
	cursor: pointer;
}

.calendar_cell_not_curr_month {
	color: #666;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}

.calendar_cell_not_curr_month:hover {
	background: #fff;
	color: #730101;
	cursor: pointer;
}

.calendar_cell_disabled {
	background: #999 !important;
	color: #777;
	cursor: default;
}

.calendar_cell_today {
	font-weight: bold;
}

/* FORGOT PASSWORD */
.ForgotPasswordLink, .ForgotPasswordLink a, .ForgotPasswordLink a, .ForgotPasswordLink a:active, .ForgotPasswordLink a:visited, .ForgotPasswordLink a:hover {
	color: #010101;
	font-size: 12px;
}
