/* default  */
/* MCN default css template - edited 12.9.05*/
/*content*/
body {
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
form{
	margin:0;
	padding:0;
}
A:link {
	color: #003366;
	text-decoration: none;
}
A:visited {
	color: #003366;
	text-decoration: none;
}

A:hover {
    COLOR: #CC6600;
	text-decoration: underline;
}
A:active {
	color: #003366;
	font-weight: bold;
}
.content,
#galleryText{  /* gallery description */
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}
.contentHi {
	color: #339900;
	font-family: Arial;
	font-size: 11px;
}	
.contentSml {
	color: #000000;
	font-family: Arial; 
	font-size: 11px;
}	
.contentHiSml {
	color: #666666;
	font-family: Arial; 
	font-size: 10px;   
}	
.copyright {
	font-family: Arial;
	font-size: 10px; 
	color: #000000;
}
.copyright a:{
	font-family: Arial;
	font-size: 10px; 
	color: #000000;

}
.titleLrg{
	text-align:left;
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.titleSml{
	font-family: Arial;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
.titleSml a{
	color: #003366;
	text-decoration: none;
}
.titleSml a:hover{
	COLOR: #CC6600;
	text-decoration: underline;
}

.bg {
	background-color: ffffff;
	margin: 12px;


}


/*images, banners, etc. */
.picRight {
	float: right;
	margin: 1px 1px 1px 6px;
}
.picLeft {
	float: left;
	margin: 1px 6px 1px 1px;
}
.picRightBrd {
	float: right;
	margin: 1px 1px 1px 6px;
	border: 1px solid #000;
}
.picLeftBrd {
	float: left;
	margin: 1px 6px 1px 1px;
	border: 1px solid #000;
}
.iconImg{
	margin: 10px;
	border: 1px solid #000;
}
.optionBox {/*used in gallery select */
	font: normal 11px/12px  Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ddd;
}

/*begin lists - vnav, subnav, albums, sml */
#albums,
#calendarSml,#calendarSml1,#calendarSml2, /* 1=Current Presales, 2=Upcoming Presales for Calendar v2 */ 
#newsSml,
#blogNav,
#stickyNav,
#vNav { /* sets list style to none */
	list-style-type: none;
	margin:0px;
}
#albumsBox ul,
#calendarSmlBox ul,
#newsSmlBox ul,
#blogBox ul,
#stickyBox ul, 
#vNavBox ul{/*for mozilla positioning */
	padding-left: 0; 
	margin-bottom: 0px; 
	list-style-type: none;
}

/* Chump Navigation */
#vNavBox{
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	margin:0px 0px 6px 0px;
	text-align:left;
	background-color:#993366;
}
#vNav a{ 
	display: block; 
	padding: 4px; 
	background-color: none;
	border-bottom: 2px solid #000000; 
	color: #fff; 
	text-decoration: none; 
}
#vNav a:hover{
	color: #fff;
	text-decoration: underline;

}
/* Sticky Nav and Blog Nav */
#blogBox,
#stickyBox{
	font:bold 13px/14px verdana, san-serif;
	margin:0px 0px 6px 6px;
	border:1px solid #666;
	text-align:left;
	width:130px;
	background-color:#ddd;
	float:right;
}
#blogBox a,
#stickyNav a{ 
	display: block; 
	padding: 4px; 
	background-color: none;
	border-bottom: 1px dashed #aaa; 
	color: #666; 
	text-decoration: none; 
}
#blogBox a:hover,
#stickyNav a:hover{
	background-color: #666; 
	color: #fff; 

}

/* calendar and checkout*/
.calendarBox,
.checkoutBox {
	color: #000000;
	width: 96%;
	margin: 6px;
	padding: 6px;
}
.checkoutOdd,
.calendarOdd{
	font: normal 10px/11px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ddd;
	padding:2px;
}
.checkoutEven,
.calendarEven{
	font: normal 10px/11px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #eee;
	padding:2px;
}
.calendarHdr,
.checkoutHdr{
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #666;
	padding:0 2px 0 2px;
	text-align:center;
}

.memberPrice{ /* members price */
	color:#FF0000;
}
input.btn {
	color: #00008B;
	background-color: #ADD8E6;
 	border: 1px outset #00008B;
	margin:2px;
}

.tableBorder {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #993366;
	border-right-color: #993366;
	border-left-color: #993366;
}
.navBar {
	background-color: #993366;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
}
.topBar {
	background-color: #FFFFE9;
}
.midBar {
	background-color: #993366;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #000000;
	border-bottom-color: #000000;
}.bottomBar {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #993366;
}


