/*tag specific styles*/

BODY{
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #DEDBD6;
	scrollbar-shadow-color:#888888;
	scrollbar-darkshadow-color:#DEDBD6;
	scrollbar-highlight-color:#DEDBD6;
	
}

A{
	color:#000000;
	
}

A:HOVER{
	color:#cc3300;
	
}

INPUT{
	background:#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(../ImageGallery/Backgrounds/bg_inset_shadow.gif);
	font-size:9pt;
	font-family:Arial;
	BEHAVIOR: url(../_css/input.htc)
	
}

SELECT{
	background-color:#FFFFFF;
	font-size:9pt;
	font-family: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(../ImageGallery/Backgrounds/bg_inset_shadow.gif);
	font-size:9pt;
	font-family:Arial;
	
}

/*dhtml navigation menu styles*/

.mnuMain{
	width:145px;
	
}

.mnuSub{
	margin-left: 5px;
	
}

.mnuItem,.mnuItemOver,.mnuItemActive,.mnuItemActiveOver,.mnuItemMembers,.mnuItemMembersOver{
	font-family:Arial;
	font-size:9pt;
	padding:2px;
	color:#333333;
	
}

.mnuItemOver,.mnuItemActive,.mnuItemActiveOver,.mnuItemMembersOver{
	color:#000000;
	background-color:#C5BD9E;
	
}

.mnuSubItem,.mnuSubItemOver,.mnuSubItemActive,.mnuSubItemActiveOver,.mnuSubItemMembers,.mnuSubItemMembersOver{
	color: #273f29;
	display: list-item;
	font-family: Arial;
	font-size: 9pt;
	margin-left: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	
}

.mnuSubItemOver,.mnuSubItemActive,.mnuSubItemActiveOver,.mnuSubItemMembersOver{
	text-decoration:underline;
	
}

.mnuTop{
	width:786px;
	background-color:#333333;
	
}

.mnuTopSub{
	background-color:#FFFFFF;
	border:1px solid #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=4)
	alpha(Opacity=95);
	-moz-opacity:0.9;
	
}

.mnuTopItem,.mnuTopItemOver,.mnuTopItemActive,.mnuTopItemActiveOver,.mnuTopItemMembers,.mnuTopItemMembersOver{
	text-align:center;
	font-family:Arial;
	font-size:9pt;
	padding:4px;
	color:#FFFFFF;
	
}

.mnuTopItemOver,.mnuTopItemActive,.mnuTopItemActiveOver,.mnuTopItemMembersOver{
	background-color:#666666;
	
}

.mnuItemSeparatorH{
	width:100%;
	height:1px solid #000000;
	background-color:#333333;
	
}

.mnuItemSeparatorV{
	display:none;
	
}

.mnuSeparatorH{

}

.mnuSeparatorV{

}

/*content styles*/

.inpButton{
	font-family:Arial;
	font-size:8pt;
	font-weight: bold;
	border: 1px outset #999999;
	color: #333333;
	padding: 1px;
	background-color: #EFEFEF;
	background-image: url(../ImageGallery/Backgrounds/btn_background.gif);
	background-attachment:scroll;
	/* behavior:url(../_css/button.htc); */
	
}

.inpCheckBox{
	border:0px;
	background:none;
	
}

.modContainer{

}

.modHeader{
	background:#669966;
	font-size:9pt;
	font-family:Arial;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	
}

.modContent{

}

.ctHeader{
	font-size:10pt;
	font-family:Arial;
	font-weight:bold;
	
}

.ctToolBar{
	font-size:9pt;
	font-family:Arial;
	
}

.ctNormal{
	font-family:Arial;
	font-size:9pt;
	
}

.ctAlternate{
	font-family:Arial;
	font-size:9pt;
	
}

.ctSmall{
	font-family:Arial;
	font-size:8pt;
	
}

.navContainer{
	font-size:9pt;
	font-family:Arial;
	
}

.ctContent{
	font-size:10pt;
	font-family:Arial;
	
}

.ctContentBold{
	font-size:10pt;
	font-family:Arial;
	font-weight:bold;
	
}

