/*tag specific styles*/

BODY{
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #DEDBD6;
	scrollbar-shadow-color:#888888;
	scrollbar-darkshadow-color:#DEDBD6;
	scrollbar-highlight-color:#DEDBD6;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	
}

A:LINK{
	color: #000080;
	
}

A:VISITED{
	color: #000080;
	
}

A:ACTIVE{
	color: #000080;
	
}

A:HOVER{
	color: #cc3300;
	text-decoration: underline;
	color: red;
	
}

INPUT{
	background:#FFFFFF;
	border-top:1px solid #404040;
	border-left:1px solid #404040;
	border-right:1px solid #404040;
	border-bottom:1px solid #404040;
	font-size:9pt;
	font-family:Ms Sans Serif,Arial;
	
}

SELECT{
	background-color:#FFFFFF;
	font-size:9pt;
	font-family:Ms Sans Serif,Arial;
	
}

TEXTAREA{
	background-color:#FFFFFF;
	border-top:1px solid #404040;
	border-left:1px solid #404040;
	border-right:1px solid #404040;
	border-bottom:1px solid #404040;
	background-position: top left;
	background-attachment: fixed;
	background-image: url(../../_icons/bg_inset_shadow.gif);
	font-size:9pt;
	font-family:Ms Sans Serif,Arial;
	
}

TABLE{
	BORDER-COLLAPSE: collapse;
	BORDER-BOTTOM: medium none;
	BORDER-LEFT: medium none;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	FONT-FAMILY: Arial;
	FONT-SIZE: 9pt
	
}

LI{
	list-style-type: disc;
	
}

/*dhtml navigation menu styles*/

/*CLUBTEC*/

.mnuMain{
	width:100%
	
}

.mnuSub{

}

.mnuItem, .mnuItemOver, .mnuItemActive, .mnuItemActiveOver, .mnuItemMembers, .mnuItemMembersOver{
	background-image: url(/_filelib/ImageGallery/ClubTecDesign/menubulletwhite.gif);
	background-position: 4px 50%;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: trebuchet ms;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 4px;
	
}

.mnuItemOver,.mnuItemMembersOver,.mnuItemActiveOver{
	background-image: url(/_filelib/ImageGallery/ClubTecDesign/menubulletblue.gif);
	background-position: 4px 50%;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 4px;
	
}

.mnuItemActive{
	background-image: url(/_filelib/ImageGallery/ClubTecDesign/menubulletred.gif);
	background-position: 4px 50%;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 4px;
	
}

.mnuItemSeparatorH{
	background-color:#FFFFFF;
	width:0px;
	height:100%;
	
}

.mnuItemSeparatorV{
	background-color:#FFFFFF;
	width:100%;
	height:0px;
	
}

.mnuSeparatorH{

}

.mnuSeparatorV{

}

/*breadcrumb menu*/

.mnuCrumbMain{
	color: #ffffff;
	font-family: trebuchet ms;
	font-size: xx-small;
	line-height: 9px;
	
}

.mnuCrumbMainLink{
	color: #ffffff;
	font-family: trebuchet ms;
	font-size: xx-small;
	line-height: 9px;
	
}

/*inpage menu*/

.mnuInPageMain{
	font-family: trebuchet ms;
	font-size: x-small;
	
}

.mnuInPageSub{

}

.mnuInPageItem, .mnuInPageItemOver, .mnuInPageItemActive, .mnuInPageItemActiveOver, .mnuInPageItemMembers, .mnuInPageItemMembersOver{
	background-image: url(/_filelib/ImageGallery/ClubTecDesign/menubulletwhite.gif);
	background-position: 4px 50%;
	background-repeat: no-repeat;
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 2px;
	
}

.mnuInPageItemOver,.mnuInPageItemMembersOver,.mnuInPageItemActiveOver{
	background-image: url(/_filelib/ImageGallery/ClubTecDesign/menubulletblue.gif);
	background-position: 4px 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 2px;
	
}

.mnuInPageItemActive{
	background-image: url(/_filelib/ImageGallery/ClubTecDesign/menubulletred.gif);
	background-position: 4px 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 2px;
	
}

.mnuInPageItemSeparatorH{
	background-color:#FFFFFF;
	width:0px;
	height:100%;
	
}

.mnuInPageItemSeparatorV{
	background-color:#FFFFFF;
	width:100%;
	height:0px;
	
}

.mnuInPageSeparatorH{

}

.mnuInPageSeparatorV{

}

/*content styles*/

.inpButton{
	background-attachment: scroll;
	background-color: #efefef;
	background-image: url(/_filelib/ImageGallery/Backgrounds/btn_background.gif);
	background-position: 0% 0%;
	border-bottom: #999999 1px outset;
	border-left: #4a4a84 4px solid;
	border-right: #999999 1px outset;
	border-top: #999999 1px outset;
	color: #333333;
	font-family: Ms Sans Serif,Arial;
	font-size: 8pt;
	font-weight: bold;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	
}

.inpCheckBox{
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
	
}

.modContainer{
	margin-bottom:10px;
	
}

.modHeader{
	color:#993333;
	font-size:10pt;
	font-family: trebuchet ms;
	text-align:center;
	text-transform: uppercase;
	font-weight:bold;
	height:20px;
	
}

.modContent{

}

.ctHeader{
	background-color: #9c9cb1;
	border-bottom: #666666 1px solid;
	border-top: #666666 1px solid;
	color: #ffffff;
	font-family: trebuchet ms,Ms Sans Serif,Arial;
	font-size: 8pt;
	font-weight: bold;
	
}

.ctHeader A{
	background-color: #9c9cb1;
	color: #ffffff;
	font-family: trebuchet ms,Ms Sans Serif,Arial;
	font-size: 8pt;
	font-weight: bold;
	
}

.ctToolBar, .ctToolBar TD{
	font-family: trebuchet ms,Ms Sans Serif,Arial;
	font-size:8pt;
	font-weight:bold;
	
}

.ctAlternate{
	font-family:trebuchet ms,Ms Sans Serif,Arial;
	font-size:8pt;
	
}

.ctNormal{
	font-family:trebuchet ms,Ms Sans Serif,Arial;
	font-size:8pt;
	
}

.ctSmall{
	font-family:trebuchet ms;
	font-size:8pt;
	
}

.ctBulletin{
	padding-bottom:5px;
	
}

.ctBulletinNew{
	/*
	background: url(/_filelib/ImageGallery/Bullets/new.gif) no-repeat 100% 2px;
	padding-right: 28px;
	*/
	
}

.ctBulletinDate{
	color:#000000;
	
}

.ctBulletinShortText{
	font-family:Arial;
	font-size:10px;
	color:#111111;
	
}



/*theController specific styles*/

.controllerTable{
	background-color: #ffffff;
	border-bottom: #67a328 5px solid;
	border-left: #67a328 5px solid;
	border-right: #67a328 5px solid;
	border-top: #67a328 5px solid;
	margin-top: 20px;
	width: 810px;
}

.controllerFooter{
	background-image: url(/_filelib/ImageGallery/theController/footer.png);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	border-bottom: #67a328 5px solid;
	border-left: #67a328 5px solid;
	border-right: #67a328 5px solid;
	border-top: #67a328 5px solid;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	height: 34px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 810px;
	
}

.controllerContent{
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	
}

.controllerTitle{
	border-bottom: #67a328 2px inset;
	color: #67a328;
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	
}

.controllerHeaderBox{
	background-image: url(/_filelib/ImageGallery/theController/header.png);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	border-bottom: #67a328 5px solid;
	border-left: #67a328 5px solid;
	border-right: #67a328 5px solid;
	border-top: #67a328 5px solid;
	height: 60px;
	margin-top: 20px;
	width: 790px;
	
}

/* MENU NAV*/

.mnuCMain{
	background-color: #333333;
	border-bottom: #67a328 2px solid;
	border-left: #67a328 2px solid;
	border-right: #67a328 2px solid;
	border-top: #67a328 2px solid;
	height: 32px;
	width: 790px;
	
}

.mnuCSub{

}

.mnuCItem, .mnuCItemOver, .mnuCItemActive, .mnuCItemActiveOver, .mnuCItemMembers, .mnuCItemMembersOver{
	color: #ffffff;
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 4px;
	
}

.mnuCItemOver,.mnuCItemMembersOver,.mnuCItemActiveOver{
	background-color: #000000;
	background-image: url(/_filelib/ImageGallery/theController/menu_bullet.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	color: #67a328;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 4px;
	
}

.mnuCItemActive{
	background-color: #000000;
	background-image: url(/_filelib/ImageGallery/theController/menu_bullet.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	color: #67a328;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 4px;
	
}

.mnuCItemSeparatorH{
	background-color: #67a328;
	height: 100%;
	width: 1px;
	
}

.mnuItemSeparatorV{
	background-color:#FFFFFF;
	width:100%;
	height:0px;
	
}

.mnuSeparatorH{

}

.mnuSeparatorV{

}

