﻿/* ********************************************************* */
/* Page */
/* ********************************************************* */
body 
{
    background-color: #843222;
	font-size:small;
	color:#444;
	font-family: lucia sans, arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
.sitewidth
{
    margin: 0;
    padding: 0;
    width: 810px;
    margin: auto;
    text-align: left;
}
.inputfloat
{
    width: 48%;
    margin: 1%;
    float: left;
    text-align: right;
}

/* ********************************************************* */
/* Header */
/* ********************************************************* */
#header
{
    background-color: #843222;
    height: 135px;
    width: 100%;
    margin: 0;
    padding: 0;
}
#headercontent
{
    color: #fff;
    background-color: #843222;
    background-image: url(Images/img_HeaderLogo.gif);
    background-repeat: no-repeat;
    background-position: 0 70px;
    height: 135px;
    width: 100%;
    margin: 0;
    padding: 0;
}
#headercontent h1
{
	display: none;
}
#headercontent #LoggedInName
{
    position: relative;
    top: 25px;
    left: 520px;
}
#headercontent span.small a
{
	font-size: 85%;
	margin-left: 2px;
	color: #fff;
}
#headercontent span.small a:hover
{
	color: #fff;
	text-decoration: underline;
}
.logos
{
    position: relative;
    top: 10px;
    left: 430px;
    height: 80px;
    width: 425px;
}
.logos .logo
{
	margin: 0 3px 0 3px;
}

/* ********************************************************* */
/* Footer */
/* ********************************************************* */
#footer
{
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}
#footercontent
{
	color: #fff;
    text-align: center;
    width: 100%;
    margin: 10px;
}

/* ********************************************************* */
/* Menu */
/* ********************************************************* */
#menu
{
    border-top: solid 3px #5f1d0f;
    background-color: #efebdf;
    height: 27px;
    width: 100%;
    margin: 0;
    padding: 0;
}
#menucontent
{
    background-color: #efebdf;
    height: 27px;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* ********************************************************* */
/* Tabs */
/* ********************************************************* */
#nav
{
	display: block;
	list-style:none;
    height: 27px;
    margin: 0;
    padding: 0;
}
#nav li
{
    height: 27px;
    float: left;
    margin-right: 4px;
    line-height: 27px;
	background: transparent url(Images/img_TabRight.jpg) no-repeat bottom right;
}
#nav li a
{
    height: 27px;
	display: block;
	padding: 0 1em;
	line-height: 2em;
	background: transparent url(Images/img_TabLeft.jpg) no-repeat bottom left;
	text-decoration: none;
	color: #333;
	float:left;
	margin: 0 0 0 0;
}
#nav li a:hover
{
	color: #000;
}
#nav li.nav-switch
{
	position: relative;
	float: right;
}
#welcome #menu #menucontent #nav #nav-welcome,
#joingroup #menu #menucontent #nav #nav-joingroup,
#privacy #menu #menucontent #nav #nav-privacy,
#contact #menu #menucontent #nav #nav-contact,
#company #menu #menucontent #nav #nav-company,
#press #menu #menucontent #nav #nav-press,
#start #menu #menucontent #nav #nav-start,
#directory #menu #menucontent #nav-directory,
#household #menu #menucontent #nav-myhousehold,
#tools #menu #menucontent #nav #nav-mytools,
#help #menu #menucontent #nav #nav-help,
#calendar #menu #menucontent #nav #nav-mycalendar,
#groups #menu #menucontent #nav #nav-groups,
#administrators #menu #menucontent #nav #nav-administrators,
#notices #menu #menucontent #nav #nav-notices,
#about #menu #menucontent #nav #nav-about,
#mypta #menu #menucontent #nav #nav-mypta,
#ptaofficers #menu #menucontent #nav #nav-ptaofficers,
#ptamembers #menu #menucontent #nav #nav-ptamembers,
#stateadmin #menu #menucontent #nav #nav-stateadmin
{
	background: transparent url(Images/img_TabRightSelected.jpg) no-repeat bottom right;
}
#welcome #menu #menucontent #nav #nav-welcome a,
#joingroup #menu #menucontent #nav #nav-joingroup a,
#privacy #menu #menucontent #nav #nav-privacy a,
#contact #menu #menucontent #nav #nav-contact a,
#company #menu #menucontent #nav #nav-company a,
#press #menu #menucontent #nav #nav-press a,
#start #menu #menucontent #nav #nav-start a,
#directory #menu #menucontent #nav-directory a,
#household #menu #menucontent #nav-myhousehold a,
#tools #menu #menucontent #nav #nav-mytools a,
#calendar #menu #menucontent #nav #nav-mycalendar a,
#groups #menu #menucontent #nav #nav-groups a,
#administrators #menu #menucontent #nav #nav-administrators a,
#notices #menu #menucontent #nav #nav-notices a,
#about #menu #menucontent #nav #nav-about a,
#mypta #menu #menucontent #nav #nav-mypta a,
#ptaofficers #menu #menucontent #nav #nav-ptaofficers a,
#ptamembers #menu #menucontent #nav #nav-ptamembers a,
#stateadmin #menu #menucontent #nav #nav-stateadmin a,
#help #menu #menucontent #nav #nav-help a
{
	color:#fff;
    background: transparent url(Images/img_TabLeftSelected.jpg) no-repeat bottom left; 
}
#AccountAndTools
{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	border: 1px solid #fff;
	border-top: 0;
	border-right: 0;
}
#AccountAndToolsRight
{
    height: 27px;
    float: left;
    margin-right: 4px;
    line-height: 27px;
	background: #6f2a1d;
}
#AccountAndToolsLeft
{
    height: 27px;
	padding: 0 1em;
	line-height: 2em;
	background: #6f2a1d;
	text-decoration: none;
	float:left;
	margin: 0;
}

/* ********************************************************* */
/* Login */
/* ********************************************************* */
.login
{
	width: 100%;
}
.login p
{
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	height: auto;
	height: 20px;
	min-height: 20px;
}
.login .error
{
	color: red;
}
.login .name
{
	width: 100px;
    float: left;
    clear: left;
    margin-right: 5px;
    display: block;
}
.login .value
{
	float: right;
	clear: right;
}
.login .value input
{
	width: 150px;
	min-width: 150px;
}

/* ********************************************************* */
/*  Link Styles */
/* ********************************************************* */
a
{
	text-decoration: none;
	color:#fff;
}
a:hover
{
	text-decoration: underline;
	color:#fff;
}

/* ********************************************************* */
/* Base Typography */
/* ********************************************************* */
h1
{
	font-size: 150%;
}
h2 
{
	font-size: 130%;
}
h3{
	font-size:120%;
	font-family:"Times New Roman", Times, Georgia;
	font-variant: small-caps;
	margin:15px 0 0 0; padding:0;
}
h4{
	font-size:110%;
	font-family:"Times New Roman", Times, Georgia;
	font-variant: small-caps;
	margin:10px 0 0 0; 
	padding:0;
	border-bottom: 1px solid #d4ccb5;
}
ul li, ol li
{
	font-size:90%;
}
.note
{
	font-size: 85%;
}
.smallnote
{
	font-size: 85%; 
	color: #000;
	padding-left:10px; 
	font-style: italic;
}
p
{
	line-height:1.5em;
}
.textaligncenter
{
	text-align: center;
}
.textalignleft
{
	text-align: left;
}
.textalignright
{
	text-align: right;
}

/* ********************************************************* */
/*  Content Typography */
/* ********************************************************* */
#content
{
    background-color: #efebdf;
    margin: 0;
    padding: 20px 0;
    border: solid 1px #efebdf;
}
#content h2
{
	margin: 25px 0 6px 0;
	padding: 4px 0 18px 0;
	font-size: 130%;
	font-family: "Times New Roman", Times, Georgia;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-align: center;
	color: #42211c;
	border-top: 1px solid #d4ccb4;
	background: url(Images/img_TanBar.gif) no-repeat 50% 100%;
	height: 30px;
	line-height: 30px;
}
#headercontent #GroupChooser
{
	position: relative;
	top: -100px;
	width: 420px;
}
#headercontent #PtaChooser
{
	position: relative;
	top: -100px;
	width: 420px;
}
.special{
	font: bold  1.25em/1em "Lucida Sans", "Lucida Grande", arial, sans-serif;
	font-weight: bold;
	color: #99874f;
}
#content a
{
	color:#e53c3f;
	text-decoration:none;
}
#content a:hover
{
	color:#911;
	text-decoration:none;
}
.eventlist
{
    list-style: none;
    margin-left: 15px;
    padding-left: 0;
}
.eventlist li
{   
	font-weight:bold;
	margin: 2px;
}
.eventlist ul
{
    list-style: none;
    margin-left: 15px;
    padding-left: 0;
}
.eventlist ul li
{
	background: url(Images/icon_BulletBox.jpg) no-repeat 0 4px;
	padding-left: 13px;
	font-weight: normal;
	margin: 2px;
}
.divide
{
    margin-top: 10px; 
    border-top: dashed 1px #666; 
    height: 15px;
}

/* ********************************************************* */
/* Columns */
/* ********************************************************* */
#maincolumn 
{
	position:relative;
	display:block;
    margin-right: 0px;
    width: 470px;
    float: left;
}
#rightcolumn
{
	position:relative;
	display:block;
    width: 310px;
    float: right;
}

/* ********************************************************* */
/* Grids */
/* ********************************************************* */
.grid
{
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    width: 100%;
    background-color: #e7e3d7;
}
.grid h3
{
    margin-top: 3px;
}
.grid td
{
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    padding: 5px;
}
.grid th
{
    background-color: #d4ccb4;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    padding: 5px;
    font-variant: small-caps;
    font-size: 110%;
}

.householdMemberGrid
{
    border: 1px solid black;
    background-color: #e7e3d7;
}
.householdMemberGrid th
{
    background-color: #d4ccb4;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    padding: 2px;
    font-variant: small-caps;
    font-size: 110%;
}
.householdMemberGrid td
{
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    padding: 3px;
}

/* ********************************************************* */
/* FormView */
/* ********************************************************* */
.formView p
{
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	height: auto;
	min-height: 20px;
}
.formView .name
{
	width: 250px;
    float: left;
    clear: left;
    margin-right: 5px;
    display: block;
}
.formView .description
{
	width: 315px;
}
.formView .countdown
{
	padding-left: 255px;
}
/* different props for addresses */
.formView .address
{
	padding: 3px;
	margin: 0 0 15px 0;
	position: relative;
}
.formView .address .envelope
{
	width: 600px;
	min-width: 600px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	background: url(Images/bkgd_EnvelopeForHouseholdPage.jpg) no-repeat center top;
	padding: 0;
	margin: 0;
	position: relative;
}
.formView .address .envelope .label
{
	padding: 0;
	margin: 0;
	border: 0;
	width: auto !important;
	width: 430px;
	min-width: 430px;
	height: auto !important;
	height: 175px;
	min-height: 175px;
	background: url(Images/bkgd_LabelForHouseholdPage.jpg) no-repeat center top;
	position: relative;
	top: 10px;
	padding: 30px 0 0 0;
	text-align: left;
	clear: both;
}
.formView .address .envelope .label .name
{
	width: 110px;
	padding-left: 30px;
	display: none;
}
.formView .address .envelope .label .value
{
	padding-left: 130px;
}
.formView .address .indicator
{
    float: left;
    margin-right: 7px;
    margin-top: 7px;
}
.formView .address .stamp
{
    float: right;
    margin-right: 11px;
    margin-top: 11px;
}
.formView .address p
{
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	height: auto;
	min-height: 20px;
}
.formView .address .name
{
	width: 235px;
    float: left;
    clear: left;
    margin-right: 5px;
    display: block;
}
.formView .address .description
{
	width: 315px;
}
.formView .address .countdown
{
	padding-left: 255px;
}
/* end different props for addresses */
.formView .required
{
	font-weight: bold;
}
.formView p a
{
	padding-right: 10px;
}
.addressFormView { width: 100%; }

/* ********************************************************* */
/* Images */
/* ********************************************************* */
.imgalignleft
{
    float: left;
}
.imgalignright
{
    float: right;
}
img
{
    margin: 3px;
}


/* ********************************************************* */
/* Unique - Used Rarely */
/* ********************************************************* */

#checklist
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}
#checklist li
{
	
	background: url(Images/icon_SmallCheck.gif) no-repeat 0 6px;
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 0 30px;
	line-height: 2em;
}
#envelope
{
	background: url(Images/bkgd_Envelope.jpg) no-repeat top left;
	width:480px; 
	height: 255px;
	padding: 0 ; 
	margin: 16px 0 0 0;
	text-align: left;
}
.indicator 
{
    float: left;
    margin-left: 10px;
}
.stamp 
{
    float: right;
    margin-right: 12px;
    margin-top: 10px;
}
.label
{
    width: 100%;
    height: auto;
    height: 110px;
    min-height: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(Images/bkgd_Label.jpg) no-repeat top center;
    clear: both;
}
.label p
{
	padding: 0 0 0 130px;
	margin: 0;
	border: 0;
}


/* ********************************************************* */
/* Progress Bar */
/* ********************************************************* */

.progressempty
{
    margin: 0;
    padding: 0;
    height: 25px;
    width: 100%;
	background: url(Images/bkgd_ProgressBarEmpty.jpg) repeat-x 0 0;
	border: solid 1px black;
	overflow: hidden;
}
.progressfull
{
    margin: 0;
    padding: 0;
    height: 25px;
	background: url(Images/bkgd_ProgressBarFull.jpg) repeat-x 0 0;
}


/* ********************************************************* */
/* Forms */
/* ********************************************************* */

.pform
{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    clear: both;
}
.pform input
{
    width: 150px;
}
.pform label
{
    display: block;
    float: left;
    width: 100px;
    font-weight: bold;
}
.rightbutton
{    
	border-top: 1px solid #d4ccb4;
	text-align: right;
	padding-top: 3px;
}
.rightbutton input
{    
	width: 120px;
}


/* ********************************************************* */
/* Summary */
/* ********************************************************* */

.summary
{
    width: 100%;
}
.left
{
	width: 70%;
	border-right: 1px dotted #d4ccb5;
	float: left;
}
.left ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.left ul li
{
    margin: 5px;
    padding: 0;
}
.right
{
	width: 25%;
	margin-left: 1%;
	float: left;
	min-height: 350px;
}

/* ********************************************************* */
/* General Elements */
/* ********************************************************* */
fieldset { padding: 5px; margin-bottom: 15px; }
legend { color: #600 }

/* ********************************************************* */
/* Household List */
/* ********************************************************* */
#HouseholdListContainer #ActiveList,
#HouseholdListContainer #Operations,
#HouseholdListContainer #HouseholdList
{
	padding: 0;
	padding-left: 5px;
	border-top: 3px solid #42211c;
	margin-bottom: 15px;	
	width: 100%;
	overflow: auto;
	background: #efebdf url(Images/Directory/HouseholdListBackground.jpg) repeat-y top left;
}
#HouseholdListContainer #HouseholdList
{
	height: auto;
	height: 450px;
	min-height: 450px;
}
/* override general styles */
#HouseholdListContainer #Operations { margin: 0; }
#HouseholdListContainer #HouseholdList { border: 0; }
/* end override general styles */
#HouseholdListContainer h3
{
	color: #42211c;
	margin: 0;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 150%;	
}
#HouseholdListContainer ul
{
	padding: 0;
	margin: 5px 0 5px 10px;
}
#HouseholdListContainer ul li
{
	margin-left: 5px;
	list-style: none;
}
#HouseholdListContainer ul li img
{
	vertical-align: text-bottom;
}
#HouseholdListContainer .menutitle
{
	padding: 2px 0 2px 5px;
	margin-bottom: 5px;
	cursor: pointer;	
	background-color: #efebdf;
	color: #e53c3f;	
	line-height: 1.5em;
}
#HouseholdListContainer .menutitle:hover { color: #911; }
#HouseholdListContainer #FilterArea {margin-top: 10px;}
#HouseholdListContainer #FindArea {margin-bottom: 10px;}
#HouseholdListContainer #FindArea input.findBoxGrayed,
#HouseholdListContainer #FindArea input.findBoxNormal
{
	width: 190px;
}
#HouseholdListContainer #FindArea input.findBoxGrayed {background-color: #cdcdcd; color: gray;}
#HouseholdListContainer #FindArea input.findBoxNormal {background-color: #fff; color: #000;}
#HouseholdListContainer #FindArea img,
#HouseholdListContainer #FindArea input.clearImage
{
	vertical-align: top;
}

/* ********************************************************* */
/* Email a Member */
/* ********************************************************* */
#Email
{
	padding: 5px;
	background-color: #e0d8c2;
}
#EmailBody
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#EmailBody input,
#EmailBody textarea
{
	text-align: left;
}
#EmailHead p
{
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	height: auto;
	min-height: 20px;
}
#EmailHead p .name
{
	width: 100px;
    float: left;
    clear: left;
    margin-right: 5px;
    display: block;
}
#EmailHead p .value input
{
	width: 45%;
}
.emailButtons
{
	height: auto !important;
	height: 30px;
	min-height: 30px;
	background-color: #d0c4a2;
	padding-left: 5px;
	padding-top: 5px;
	margin: 5px 0 5px 0;
}
.emailButtons input
{
	width: 60px;
}

/* ********************************************************* */
/* UpcomingNotices */
/* ********************************************************* */
#Announcements,
#Events
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: medium;
}
#AnnouncementList,
#EventList
{
	margin: 0;
	padding: 0;
}
#Announcements h4,
#Events h4
{
	margin-bottom: .5em;
}
#AnnouncementList
{
	font-size: small;
	margin-left: .5em;
	padding-left: .5em;
}
#AnnouncementList li,
#EventList li
{
	margin-bottom: .5em;
}
#AnnouncementList li p,
#EventList li p
{
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
p.eventDate,
p.eventTime
{
    list-style: none;
    font-weight: bold;
}
#UpcomingDates li
{
	list-style: none;
}
.eventTimeList,
.eventItemList,
.eventWithoutTimeList
{
	padding-left: 0;
	margin-left: 1em;
}

/* ********************************************************* */
/* Household */
/* ********************************************************* */
#TopHouseholdDiv
{
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
#TopHouseholdDiv #HouseholdPrivacyOptions
{
	width: 125px;
	position: absolute;
	top: -30px;
	right: 0;
}

/* ********************************************************* */
/* Account */
/* ********************************************************* */
.changePassword
{
	border: 1px solid #e6e2d8;
	padding: 4px;
	font: Verdana Arial sans-serif 0.8em;
	width: auto;
	width: 325px;
	min-width: 325px;
	text-align: left;
}
.changePassword label
{
	float: left;
	clear: left;
}
.changePassword input
{
	clear: left;
}
.changePasswordButton
{
	width: 150px;
}

/* ********************************************************* */
/* Households Page */
/* ********************************************************* */
.groupHierarchyHover
{
	border: 1px solid #000;
	background-color: #e7e3d7;
	padding: 5px;
}

/* ********************************************************* */
/* Advertising */
/* ********************************************************* */
.advert { margin: 0; padding: 0; width: 100%; text-align: center; font-size: x-small; }
a.rotator, a.rotator image { margin: 0; padding: 0; }

/* ********************************************************* */
/* Hover */
/* ********************************************************* */
#ActiveHover
{
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1;
}
#ActiveHoverSpinner
{
	display: none;
	position: absolute;
	padding-top: 12px;
	z-index: 1;
}

/* default page */
.column { float: left; width: 225px; margin: 0; }
.first { clear: left; }
.column .tokenBox { width: 100px; }
.first {margin-right: 10px;}

.checklist
{
    margin: 10px 0 0 10px;
    padding: 0;
    list-style: none;
}
.checklist li
{
	
    background: url(Images/icon_SmallCheck.gif) no-repeat 0 2px;
    font-weight: bold;
    padding: 0 0 0 30px;
    padding-bottom: 1em;
}

/*Reorder List*/
.listItem
{
	border: solid 1px black;
	padding: 5px 5px 5px 5px;
	width: 300px;
	margin-right:-1;
	word-wrap:break-word; /*IE*/
	overflow:hidden;      /*Firefox*/
}

.dragItem
{
	cursor:move;
	font-size: medium;
	width:30px;
	height:100%;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
	border: dashed 2px black;
	
}

.reorderItem
{
	width:100%;
	border: dashed 2px black;
}

.reorderList li 
{
	list-style: none;
}

/* Publish Newsletter Confirm Box */
.confirmBox
{
	border: 1px solid black;
	text-align:center;
}

.RemoveOfficerPopup
{
	/*background: url(Images/confirmBackground.jpg) 0 0 repeat-x;*/
	background-color:Gray;
	width:420px;
	height:200px;
	border: solid 2px black;
	text-align:center;  
	position: relative;
	color: #fff;
}

.confirm
{
	height: 200px;
	width: 90%;
	position: absolute;
	top: 40%;
	left: 5%;
}

.confirmButton
{
	width: 180px;
}

.NoticePopup
{
	background-color:White;
	width:800px;
	height:600px;
	border: solid 2px black;
}

.NoticePopupBG
{
	filter:alpha(opacity=50);
	-moz-opacity:.25;
	opacity:.25;
}

/* Run My PTA Styles */
.infotable{
    width:100%;
}
.labelcell{
	vertical-align:top;
	width:120px;
}
.normalcell{
	vertical-align:top;
	width:120px;
}
.leftcell{
	vertical-align:top;
	width:115px;
}
.leftcell_bottom{
	vertical-align:top;
	width:175px;
}
.normalcell_fix
{
	width: auto;
}
.rightcell{
	vertical-align:top;
}
.bulletcell{
	width:10px;
	vertical-align:top;
	font-size:large;
}
.bulletcell_contact{
	width:10px;
	vertical-align:middle;
	font-size:large;
}
.leftDiv{
	width:48%;
	float:left;
	margin:3px 3px 3px 3px;
}
.rightDiv{
	width:48%;
	float:right;
	margin:3px 3px 3px 3px;
}
.watermark{
	color: gray;
}
/* End Run My PTA Styles */