/*tag specific styles*/

BODY{
	background-color: #c9ced6;
	scrollbar-darkshadow-color: #dedbd6;
	scrollbar-face-color: #dedbd6;
	scrollbar-highlight-color: #dedbd6;
	scrollbar-shadow-color: #888888;
	scrollbar-track-color: #ffffff;
	
}

A:LINK{
	color: #000080;
	
}

A:VISITED{
	color: #000080;
	
}

A:ACTIVE{
	color: #000080;
	
}

A:HOVER{
	color: #cc3300;
	text-decoration: underline;
	
}

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;
	
}

TD{
	font-size:x-small;
	
}

/*dhtml navigation menu styles*/

.mnuMain{
	background-color: #680b0b;
	color: #ffffff;
	display: block;
	font-family: century gothic;
	font-size: 12px;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	
}

.mnuSub{
	background-color: #680b0b;
	color: #ffffff;
	font-family: century gothic;
	font-size: 11px;
	width: 150px;
	
}

.mnuItem{
	color: #ffffff;
	font-family: century gothic;
	font-size: 11px;
	heighth: 32px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 3px;
	width: 135px;
	
}

.mnuItemActive{
	background-color: #680b0b;
	color: #ffffff;
	font-family: century gothic;
	font-size: 11px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 3px;
	width: 135px;
	
}

.mnuItemOver,.mnuItemActiveOver,.mnuItemMembersOver{
	background-color: #921111;
	color: #ffffff;
	font-family: century gothic;
	font-size: 11px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 3px;
	width: 135px;
	
}

.mnuItemSeparatorH{
	background-color: #ffffff;
	color: #ffffff;
	height: 25px;
	width: 1px;
	
}

.mnuItemSeparatorV{
	background-color:#888888;
	width:100%;
	height:1px;
	
}

.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;
	border-left:4px solid #98AE93;
	background-color: #EFEFEF;
	background-image: url(/_filelib/ImageGallery/Backgrounds/btn_background.gif);
	background-attachment:scroll;
	
}

.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{
	border-bottom:1px solid #333333;
	font-family:Verdana,Ms Sans Serif,Arial;
	text-align:center;
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
	height:20px;
	
}

.modContent{

}

.ctHeader{
	background-color:#FFFFFF;
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:9pt;
	font-weight:bold;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#444444;
	
}

.ctToolBar{
	background-color:#FFFFFF;
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:9pt;
	font-weight:bold;
	
}

.ctAlternate{
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:8pt;
	
}

.ctNormal{
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:8pt;
	
}

.ctSmall{
	font-family:Verdana;
	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;
	
}

