/*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:LINK{
	color: #000080;
	
}

A:VISITED{
	color: #000080;
	
}

A:ACTIVE{
	color: #000080;
	
}

A:HOVER{
	color: #cc3300;
	text-decoration: underline;
	color: darkgreen;
	
}

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(../../_icons/bg_inset_shadow.gif);
	font-size:9pt;
	font-family:Ms Sans Serif,Arial;
	BEHAVIOR: url(../_filelib/_css/Input.htc)
	
}

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;
	
}

/*dhtml navigation menu styles*/

.mnuMain{
	width: 780px;
	
}

.mnuSub{
	background-color: #48552a;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-family: Arial, Helvetica;
	
}

.mnuItem, .mnuItemOver, .mnuItemActive, .mnuItemActiveOver, .mnuItemMembers, .mnuItemMembersOver{
	background-color: #48552a;
	border-bottom: #222222 1px solid;
	border-top: #222222 1px solid;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	text-align: center;
	
}

.mnuItemOver{
	background-color: #202e14;
	color: #ffffff;
	
}

.mnuItemActive{
	background-color: #202e14;
	color: #ffffff;
	
}

.mnuItemActiveOver{
	background-color: #202e14;
	color: #ffffff;
	
}

.mnuItemMembers{
	color:#FFFFFF;
	background-color: #48552a;
	
}

.mnuItemMembersOver{
	background-color: #202e14;
	color: #ffffff;
	
}

.mnuItemSeparatorH{
	display:none;
	background-color:#000000;
	width:1px;
	height:10px;
	
}

.mnuItemSeparatorV{
	display:none;
	
}

.mnuSeparatorH{

}

.mnuSeparatorV{

}

/*content styles*/

.inpButton{
	font-family:Ms Sans Serif,Arial;
	font-size:8pt;
	font-weight: bold;
	border: 1px outset #999999;
	color: #333333;
	padding: 1px;
	background-color: #EFEFEF;
	background-image: url(/_filelib/ImageGallery/Backgrounds/btn_background.gif);
	background-attachment:scroll;
	border-left:2px solid #FFBD35;
	/* behavior: url(../_css/button.htc); */
	
}

.inpCheckBox{
	border:0px;
	background: none;
	
}

.modContainer{
	background-color:#FFFFFF;
	
}

.modHeader{
	background-color:#F7F3F7;
	font-family:Verdana,Ms Sans Serif,Arial;
	text-align:center;
	text-transform: uppercase;
	color:#292831;
	font-size:10px;
	font-weight:bold;
	height:20px;
	
}

.modContent{
	padding:5px;
	border-top:1px solid #000000;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	
}

.ctHeader{
	background-color:#FFFFFF;
	font-family:Arial,Verdana,Ms Sans Serif,Arial;
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	xborder-top:1px solid #333333;
	border-bottom:1px solid #333333;
	
}

.ctToolBar{
	background-color:#EEEEEE;
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:9pt;
	
}

.ctAlternate{
	background-color:#F7EFF7;
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:8pt;
	
}

.ctNormal{
	background-color:#FFFFFF;
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:8pt;
	
}

.ctSmall{
	font-family:Arial;
	font-size:8pt;
	
}

