﻿@charset "utf-8";

div 
{
}

/* CSS Document */

/* !!!!!!!!!!!!!!!! subpage !!!!!!!!!!!!! */
.JSSsubMenuTop {
	background:url(/Images/menu_bkg_lg_top.gif) no-repeat;
	float: left; /* since this element is floated, a width must be given */
	clear:both;
	width:321px;
	height:20px;
	
	
}
.JSSsubMenuBottom {
	background:url(/Images/menu_bkg_lg_btm.gif) no-repeat;
	float: left; /* since this element is floated, a width must be given */
	clear:both;
	width:321px;
	height:20px;
	
	
}
.JSSsubMenuBg
{	list-style:none;
	width:321px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(/Images/menu_bkg_lg_tile.gif) repeat-y;
}

.JSSsubMenu {
	float: left; /* since this element is floated, a width must be given */
	clear:both;
	margin:0 0 0 32px;
	width:321px;

}
.JSSsubMenu ul {
	list-style:none;
	margin:13px 8px 13px 8px;
}
.JSSsubMenu ul li {
	list-style:none;
	height:30px;
	margin:0 16px 0 16px;
	background:#f2f2f2;
	border-bottom:1px solid #fff;
}
.JSSsubMenu ul li a, .JSSsubMenu ul li a:link {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	padding:8px;
	line-height:180%;
}
.JSSsubMenu ul li a:hover {
	text-decoration:underline;
	color:#333333;
}
.JSSouter .JSSContent 
{
	/*margin: 9px 0 0 356px;*/
	margin: 11px 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 55px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:auto;
	/*overflow:hidden;*/
}

/* NAME TAG PREVIEW */

#nametagPreview 
{
    position: absolute;
    left: 420px;
    text-align: right;
    width: 270px;
    height: 200px;
    
}
#nametagPreview span 
{
    text-align: left;
}
#nametagPreview .leftPannel
{
    text-align: left;
}
.JSSnameTag
{
	margin-top:20px;
	border:1px solid silver;
	width:270px;
	height:170px;
	min-height: 170px;
	padding-bottom: 12px;
}
html > body .JSSnameTag
{
    height: auto;
}
.JSSnameTag table
{
	width:270px;
}
.JSSnameTag table td 
{
    width: 50%;
}
.JSSnameTag td
{
	text-align:left;
	font-size:.9em;
}



/*content box*/

.JSScontentBox
{
	position:relative;
	float: left; /* since this element is floated, a width must be given */
	clear:right;
	width:617px;
	margin-bottom:24px;
}


.JSScontentBoxTop {
	background:url(/Images/content_box_tp.jpg) no-repeat;
	float: left; /* since this element is floated, a width must be given */
	clear:both;
	width:617px;
	height:18px;
	
	
}
.JSScontentBoxBottom {
	background:url(/Images/content_box_btm.jpg) no-repeat;
	float: left; /* since this element is floated, a width must be given */
	clear:both;
	width:617px;
	height:18px;
	
	
}
.JSScontentBoxBg
{	list-style:none;
	width:617px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(/Images/content_box_slice.jpg) repeat-y;
}
.JSScontentBoxInner
{
	margin:0 18px 0 18px;
	padding:18px 9px 9px 9px;
	color:#fff;
	background-color:#7e45a4;
}


.JSScontentBoxInner a:link, a:visited 
{
	color:#fff;
	text-decoration:underline;
}
.JSScontentBoxInner a:hover
{
	text-decoration:underline;
} 

/* Event Clendar style  */


.month {
	background: url(../../Images/CalendarTopBg.jpg) no-repeat top left;
	height:39px;
}

#lblDayNumber {
	text-align:center !important;
	background:#692e93;
	display:block;
	color:#fff;
}
.calendarDayCell
{
	width:100px;
	height:103px;
	overflow:auto;
	border:1px solid silver;
	}
.calendarRecord
{
	width:94px;
	height:auto;
	float:left;
	clear:both;
	background:#f2f2f2;
	margin:2px;
	text-align:left;
	text-decoration:none;
	overflow:hidden;
	padding: 2px;
	display: inline;
}
.calendarRecord a, .calendarRecord a:visited
{
	text-decoration:none;
	color:#000;
}	
		
.month td a:link {
	font-size:.8em;
}
.month tr td 
{
	font-weight:bold;}
.calendarDayCell td {
}
td.calendarDayCell a:link {
	color:#000
}
