﻿* { padding: 0; margin: 0; }

body
{
    font-family: Arial, Helvetica, Helvetica-Narrow, sans-serif;
    background: #FFFEFE;
    font-size: 0.7em;
}

a:hover { text-decoration: none; }
a:active { text-decoration: none; }

input, select, textarea
{
    font-size:1em; 
    font-family: Arial, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
	margin: 2px 0 2px 0;
	font-weight: bold;
    margin: 5px 0 5px 0;
}

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {    text-decoration: none;    color: #330000; }

p
{
    font-size: 1em;
    font-weight: normal;
    font-family: Arial;
}

.main p
{
    font-size: 1.1em;
    font-weight: normal;
    font-family: Arial;
    padding-bottom: 0px;
    clear: both;
}

.main label
{
	font-weight: bold;
}

.highlight
{
	font-weight: bold;
	font-size: 1.1em;
}

/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

#headerleft
{
    float: left;
    width: 100px;
    height: 125px;
    background-position: center center;
	background-color: Transparent;
}

#headermain
{
    height: 70px;
}

#headerright
{
    float: right;
    width: 100px;
    height: 125px;
    background-position: center center;
	background-color: Transparent;
}

#footer
{
    width: 775px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #400702;
}

#footernav h1
{
	font-size: 10pt;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

#footernav h1 a
{
	text-decoration: underline;
	color: #000033;
}


/* Make main navigation bars from a unordered list for easy update and better accessibility */

/* Navigation strips */
#navtop
{
	font-size: 16px;
	font-family: Arial, Helvetica, Helvetica-Narrow, sans-serif;
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	border: solid 1px #330000;
}

#navtop ul
{
    margin: 0px;
    padding-top: 5px;
    list-style-type: none;
    height: 16px;
    text-align: center;
}

#navtop ul li
{
    display: inline;
    margin-right: 15px;
}
#navtop a:link, #navtop a:visited
{
    text-decoration: none;
}
#navtop a:hover
{
    text-decoration: underline;
}
#navtop a:active
{
    text-decoration: none;
}

.menuitem
{
	font-weight: normal;
}

.menuitemselected
{
	font-weight: bold;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    padding-left: auto;
    padding-right: auto;
    
}

/* A full width block on the page */
.main
{
    border: 0px solid #330000;
    width: 770px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    padding: 5px 5px 5px 5px;
    text-align: left;
}


.main h1
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16pt;
}

.main h2
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13pt;
}

.main h3
{
	font-size: 9pt;
	text-align: left;
}

.title h1
{
	text-align:center;
}

.title h2
{
	text-align:center;
}

.title h3
{
	text-align:center;
}

.fullwidth
{
    border: 0px solid #330000;
    width: 770px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.outerpanel
{
	padding: 2px 2px 2px 2px;
	border: solid 1px #330000;
	margin-bottom: 10px;
}

.outerpanel label
{
	font-weight: bold;
	display: block;
	width: 100%; 
}

.innerpanel
{
	background-color: #EED5CF;
    border-top: dashed 1px #330000;
}

.outerpanel p
{
    line-height: 10px;
}

#et_logo
{
	float:left;
	padding: 0px 10px 10px 0px;
}

#org_logo
{
	float:right;
	padding: 0px 0px 10px 10px;
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

.eventmonthtable
{
    width: 770px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 5px;
}

.caltitle
{
	font-size: 1.5em;
	font-weight: bold;
	width:100px;
}

.dayNumber
{
    float: left;
    border-bottom: 1px solid #300015;
    border-right: 1px solid #300015;
    font-size: 0.9em;
    font-weight:bold;
    padding: 1px 2px 1px 2px;
}

.caldays
{
    border: 1px solid #330000;
    background-color: #A45E5B;
	font-weight: bold;
	font-size: 1.2em;
}

.calnumfriends
{
	font-weight: bold;
	font-size: 1em;
	color: Red;
}


.calcurrentmonth , .calothermonth , .calcurrentday , .calweekend, .calinpast
{
    text-align: left;
    height: 80px;
    vertical-align: top;
    position:relative;
    border-collapse: collapse;
    border-spacing: 5px;
    border: solid 1px #330000;
}

.calcurrentmonth .dt, .calothermonth  .dt, .calcurrentday  .dt, .calweekend  .dt, .calinpast .dt
{
	clear: left;
	padding: 1px;
}

.calinpast
{
	background-repeat: no-repeat;
	background-image: url(images/bigcross.gif);
	background-position: center center;
}

.calendarlegend
{
	height: 70px;
	font-size:8pt;
	margin: 5px 2px 3px 2px;
	padding: 3px 6px 3px 6px;
	border: solid 1px gray;
}

.calendarlegend h1
{
	margin: 0px; padding: 0px;
	width:30px; 
	font-weight: bold; font-size: 8pt;
	float: left;
	margin-right: 10px;
}

.calendarlegend .group label
{
	font-weight: normal;
	margin-right: 5px;
}

.calendarlegend .group
{
	display: block;
	float: left;
	margin-right: 10px;
}

.calendarlegend .group img
{
	margin-right: 5px;
}


a.strikeout
{
	text-decoration: line-through;
}

a:hover.strikeout
{
	text-decoration: line-through underline;
}



/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

legend
{
    font-weight: bold;
    color: #390000;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}


/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
    background: #FFF8FB;
    border: solid 1px #390018;
    padding: 5px;    
}

.picture
{
    background: #FFF8FB;
    border: solid 1px #390018;
    padding: 5px;
    margin: 5px;  
}

/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 10px 0px;
    width:770px;
}

.listitem p
{
    clear: none;
}
/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
	text-align: center;
    background: #B32B1C;
    border: solid 1px #330000;
    font-weight: bold;
    font-size: 11px;
    padding: 2px 1px 2px 1px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.buttonsmall-ovr
{
    text-decoration: none;
}


/************************************************************************
* 
* Tabstrip
*
************************************************************************/

/* simple tab strip */

.tabstripbar
{
	border-top: solid 4px #77CC77;
}

.tabstrip ul.tab
{
	margin: 0; padding: 0;
	height: 22px;
    list-style-type: none;
}

.tabstrip ul.tab li
{
	height: 18px;
    float: left;
	font-size: 8pt;
    margin-right: 5px;
	background: #ADDDAA;
	padding: 4px 8px 0px 8px;
}

.tabstrip ul.tab li.select
{
	font-weight: bold;
	background: #77CC77;
}

.tabstrip ul.tab a:hover, .tabstrip ul.tab a:visited, .tabstrip ul.tab a:link
{
	text-decoration:none;
	color: #004400;
}


/************************************************************************
* 
* tab strips in the main area
*
************************************************************************/

.fullwidth .aydtabstripcontainer
{
	margin: 0; padding: 0;
	height: 22px;
	background-color: Transparent;
	margin-bottom:0px;
}

.fullwidth .aydtabstrip 
{
	margin: 0; padding: 0;
	xmargin-left:100px;
	xmargin-right:0px;
}

.fullwidth .aydtabstrip ul.tab
{
	margin: 0; padding: 0;
	height: 18px;
    list-style-type: none;
    width: 770px;
	border-bottom: solid 4px #77CC77;
}

.fullwidth .aydtabstrip ul.tab li
{
	height: 18px;
    float: left;
	font-size: 8pt;
    margin-right: 5px;
	background: #ADDDAA;
	padding: 4px 8px 0px 8px;
}

.fullwidth .aydtabstrip ul.tab li.select
{
	font-weight: bold;
	background: #77CC77;
}

.fullwidth .aydtabstrip ul.tab a:hover, .fullwidth .aydtabstrip ul.tab a:visited, .fullwidth .aydtabstrip ul.tab a:link
{
	text-decoration:none;
	color: #004400;
}

.caltitlecontainer
{
    height: 26px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3px;
    text-align: center;
}

.caltitlecontainer a 
{
    text-decoration: underline;
}

.caltitle
{
	font-size: 11pt;
	width:300px;
}


/************************************************************************
* 
* Grid specific 
*
************************************************************************/

.gridheader
{
	font-size: 0.8em;
	background: #A45E5B;
	border: none ;
}

.griditem
{
	background: #FFFCFD;
	vertical-align: top;
}

.altgriditem
{
	background: #F8E2DE;
	vertical-align: top;
}


.panellabel
{
	font-weight:bold;
}






/************************************************************************
* 
* Grid specific 
*
************************************************************************/

.gridheader
{
	background: #c2ebc1;
	border: none ;
}

.gridheader th
{
	font-size: 8pt;
	padding: 3px;
	border: solid 0px #003300;
}

.gridheader th a
{
	color: #000;
	text-decoration: none;
}

.gridheader th a:hover
{
	color: #000;
	text-decoration: underline;
}

.griditem
{
	background: #FDFFFD;
	vertical-align: top;
}

.griditem td {padding-left: 4px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: Green;  }
.altgriditem td {padding-left: 4px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: Green; }

table.grid td { padding: 3px; }

.griditem select, .altgriditem select
{
	font-size: 7pt;
	margin-bottom: 2px;
}

.altgriditem
{
	background: #E8FFF1;
	vertical-align: top;
}

.gridempty
{
	text-align: center;
	font-size:9pt;
	font-weight:bold;
	margin-top:70px;
	margin-bottom:260px;
}







/************************************************************************
* 
* Grid specific 
*
************************************************************************/


.dlgbuttons
{
    padding: 0;
    margin: 0;
    height: 20px;
    margin: 0px 10px 5px 10px;
}
    
.dlgbuttons p
{
    display: inline;
    float: right;
    padding: 0px 0px 0px 10px;
    margin: 0;
}


fieldset
{
    display: block;
    text-align: left;
    height: auto;
    border: solid 1px #000000;
    padding: 10px 10px 10px 10px;
    margin: 0px 10px 0px 10px;
}

fieldset p { font-size: 12px; margin-bottom: 10px;}
fieldset p label { font-weight: bold; display: inline-block; width: 100px; vertical-align: top; }
fieldset legend { font-size: 14px; }


#title #headermain h1 { display: none; }

.pagecontactus .fullwidth { width: 560px; }


.main .caltitlecontainer { position: relative; }
.main #cal_showonlymyevents { position: absolute; left: 0px; top: 3px; }
.main .cal_datepicker { position: absolute; right: 0px; top: 3px;} 

	
.main #cal_showonlymyevents { top: 0px; }
.main #cal_showonlymyevents input { display: block; float: left; margin-top:1px; }
.main #cal_showonlymyevents label { display: block; float: left; text-align: left; padding-left: 2px; width: 180px; font-weight: normal; font-size: 11px; }

/* end of CORE **/

body
{
    background: #F8F8FF;
}

a:link, a:visited, a:active
{
    color: #000066;
}

a:hover
{
    color: #000099;
}

h1, h2, h3, h4, h5, h6
{
   color: #000039;
}

#headerleft { display: none;  }
#headerright { display: none;  }
#headermain { height: 100px; background: url(images/sharmandancingheader.gif) center center no-repeat; background-position: center 0px; }

#navtop
{
	background: #F8F8FF url(images/TopNavBar.gif) repeat-x;
}

#navtop a:link, #navtop a:visited
{
    color: #000033;
}

#navtop a:active
{
    color: #000033;
}

.outerpanel
{
	background-color: #E0E2FF;
	border: solid 1px #000033;
}

.eventmonthtable { border: 1px solid #000022; }
.dayNumber { border-bottom: 1px solid #000033; border-left: 1px solid #000033; }
.caldays { border: 1px solid #000066; background-color: #7777AA; }
.calcurrentmonth , .calothermonth , .calcurrentday , .calweekend, .calinpast { border: 1px solid #000033; }
.calcurrentmonth { background-color: #F8F8FF; }
.calothermonth { background-color: #CCCCDD; }
.calcurrentday { background-color: #FFFFBB; }
.calweekend { background-color: #EAEAFF; }
.calinpast { background-image:  url(images/smallcross.gif); background-repeat: repeat; }


.buttonsmall, .buttonsmall-ovr
{
    background: #9999DD;
	border: solid 1px #000066;
}
.buttonsmall-ovr
{
    background: #99A2DD;
}



/* tabstrip */

.tabstripbar
{
	border-top: 4px solid #7777CC;
}

.tabstrip ul.tab li
{
	background: #ADAADD;
}

.tabstrip ul.tab li.select
{
	background: #7777CC;
}

.tabstrip ul.tab a:hover, .tabstrip ul.tab a:visited, .tabstrip ul.tab a:link
{
	color: #000;
}

.tabstrip ul.tab a:hover
{
 text-decoration: underline;
}



.gridheader
{
	background: #c2c2eb;
	color:#000066;
}

.gridheader a:link, .gridheader a:active, .gridheader a:visited
{
	color:#000066;
}

.griditem
{
	background: #FDFDFF;
}

.altgriditem
{
	background: #E8F1FF;
}

.griditem td { border-bottom-color: #000066;  }
.altgriditem td { border-bottom-color: #000066; }

#sidebar
{
	display: none;
}


.webtext p
{
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 10px;
}	

.webtext h1 { font-weight: bold; font-size: 18pt; }
.webtext h2 { font-weight: bold; font-size: 16pt; }
.webtext h3 { font-weight: bold; font-size: 12pt; }

.minisitelinks { font-size: 10pt; }
.minisitelinks tr { vertical-align: top; }
.minisitelinks td.link { width: 200px; padding-bottom:8px; }
.minisitelinks td.linkdesc { padding-bottom:8px; }


