body
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #F7F7F7;
}

.MenuItem
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

.FooterItem
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	text-decoration: underline;
}

.FooterItem:hover
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:  #1454AF;
	text-decoration: underline;
}

.Menu
{
	background-image: url(./images/global_top_tile.gif);
	height: 28px;
	width: 900px;
}

.MenuItemContainerHover
{
	height: 100%;
	border: solid 1px #656565; 
	background-color: #F3F3F3;
	padding-left: 3px;
	padding-right: 3px;
}

.MenuItemContainer
{
	margin: 1px 1px 1px 1px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	height: 100%;
}

.Separator
{
	height: 100%;
	font-size: 12px;
	color: #797979;
}

.DotSeparator
{
	font-size: 14px;
	color: #797979;
}

.HeaderLabel
{
	font-size: 20px;
	font-weight:bold;
	font-family: Verdana, sans-serif;
}

.UserLabel
{
	font-size: 20px;
	font-weight:bold;
	font-family: Verdana, sans-serif;
}

.Section
{
	margin-left: 5px;
	color: #111111;
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana, sans-serif;
}

.RepeaterItem
{
	font-size: 12px;
	text-decoration: none;
	color: Black;
}

.RepeaterItem:hover
{
	font-size: 12px;
	text-decoration: none;
	color: #1454AF;
}

.RepeaterItemUnderline
{
	font-size: 12px;
	color: Black;
}

.RepeaterItemUnderline:hover
{
	font-size: 12px;
	color: #1454AF;
}

.LoginButton
{
	border-top: solid 1px #656565; 
	border-right: solid 1px #656565; 
	border-left: solid 1px #656565; 
	border-bottom: solid 1px #656565;
	background-color:Transparent;
	width: 60px;
	height: 20px;
	margin-right: 10px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

.LoginButtonHover
{
	border-top: solid 1px #656565; 
	border-right: solid 1px #656565; 
	border-left: solid 1px #656565; 
	border-bottom: solid 1px #656565;
	width: 60px;
	height: 20px;
	margin-right: 10px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: Black;
	background-color: #F3F3F3;
}

.LoginTextBox
{
	border-top: solid 1px #656565; 
	border-right: solid 1px #656565; 
	border-left: solid 1px #656565; 
	border-bottom: solid 1px #656565;
	height: 20px;
	width: 80px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

.PanelLogin
{
	float: left;
	display: inline;
}

.PhotoContainer
{
	border-collapse: collapse;
	border-top: solid 1px white; 
	border-right: solid 1px white; 
	border-left: solid 1px white; 
	border-bottom: solid 1px white;
	background-color: #DFE2D8;
	width: 130px;
	height: 130px
}

.PhotoContainerFullSize
{
	border-collapse: collapse;
	border-top: solid 1px white; 
	border-right: solid 1px white; 
	border-left: solid 1px white; 
	border-bottom: solid 1px white;
	background-color: #DFE2D8;
	width: 130px;
	height: 100%;
}

.PhotoContainerHoverFullSize
{
	border-collapse: collapse;
	border-top: solid 1px #797979; 
	border-right: solid 1px #797979; 
	border-left: solid 1px #797979; 
	border-bottom: solid 1px #797979;
	background-color: #F3F3F3;
	width: 130px;
	height: 100%;
}

.PhotoContainerHover
{
	border-collapse: collapse;
	border-top: solid 1px #797979; 
	border-right: solid 1px #797979; 
	border-left: solid 1px #797979; 
	border-bottom: solid 1px #797979;
	background-color: #F3F3F3;
	width: 130px;
	height: 130px;
}

.Photo
{
	border-top: solid 1px white; 
	border-right: solid 1px white; 
	border-left: solid 1px white; 
	border-bottom: solid 1px white;
	cursor: pointer;
}

.ToolTip
{
	border: dotted 1px #797979;
	background-color: #ffffe1;
	width: 100%;
	padding: 5px 5px 5px 5px;
}

.MainWindow
{
	border-collapse: collapse;
	border-right: solid 1px #797979; 
	border-left: solid 1px #797979; 
	border-bottom: solid 1px #797979;
}

.SmallMenu
{
	border-right: solid 1px #797979; 
	border-left: solid 1px #797979; 
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}

.Logo
{
	border-collapse: collapse;
	border-right: solid 1px #797979; 
	border-left: solid 1px #797979; 
	border-top: solid 1px #797979;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.StatisticContainer
{
	border-right: solid 1px #797979; 
	border-left: solid 1px #797979;
}

.Statistic
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: Black;
}

.BarButton
{
	border-top: solid 1px #656565; 
	border-right: solid 1px #656565; 
	border-left: solid 1px #656565; 
	border-bottom: solid 1px #656565;
	background-color:Transparent;
	width: 60px;
	height: 20px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

.BarItem
{
	border-top: solid 1px #656565; 
	border-right: solid 1px #656565; 
	border-left: solid 1px #656565; 
	border-bottom: solid 1px #656565;
	height: 15px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: Black;
}

.BarItemAlbumsList
{
	border-top: solid 1px #656565; 
	border-right: solid 1px #656565; 
	border-left: solid 1px #656565; 
	border-bottom: solid 1px #656565;
	height: 15px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: Black;
	width: 200px;
}

.BarText
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: Black;
}

.BarTextBold
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: Black;
	font-weight: bold;
}

.BarCommand
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

.BarCommand:hover
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: Black;
}

.WorkArea
{
	border: solid 1px #797979;
	padding: 2px 2px 2px 2px;
	width: 100%; 
}

.ToolBar
{
	background-image: url(./images/toolbar_background.gif);
	height: 25px;
	float: left;
	vertical-align: middle;
}

.ToolBarSeparatorLeft
{
	float: left;
	width: 9px;
	height: 25px;
	background-image: url(./images/toolbar_left.gif);
}

.ToolBarSeparatorRight
{
	float: right;
	width: 6px;
	height: 25px;
	background-image: url(./images/toolbar_right.gif);
}

.ToolBarButtonContainer
{
	float: left;
}

.ToolBarButton
{
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	color: Black;
	height: 21px;
	margin-top: 2px;
	margin-left: 2px;
	padding-top: 1px;
	padding-left: 3px;
}

.ToolBarButtonHover
{
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 1px;
	padding-left: 3px;
	border: solid 1px #797979; 
	background-color: #F3F3F3;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	color: #1454AF;
	height: 20px;
}

.ToolBarContainer
{
	background-color: #DFE2D8;
	width: 100%;
	height: 25px;
}

.AlbumDescription
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.AlbumDate
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

.AlbumItem
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

.AlbumItem:hover
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}

.AlbumRowHover
{
	border-collapse: collapse;
	background-color: #DFE2D8;
}

.AlbumRow
{
	border-collapse: collapse;
	background-color: #F3F3F3;
}

.MenuBar
{
	border-collapse: collapse;
	background-color: #DFE2D8;
}

.MenuButton
{
	border-collapse: collapse;
	border-top: solid 1px #DFE2D8; 
	border-right: solid 1px #DFE2D8; 
	border-left: solid 1px #DFE2D8; 
	border-bottom: solid 1px #DFE2D8;
	background-color: #DFE2D8;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	color: black;
	text-align: center;
	padding: 2px;
}

.MenuButtonHover
{
	border-collapse: collapse;
	border-top: solid 1px #797979; 
	border-right: solid 1px #797979; 
	border-left: solid 1px #797979; 
	border-bottom: solid 1px #797979;
	background-color: #F3F3F3;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	color: #1454AF;
	text-align: center;
	padding: 2px 2px 2px 2px;
}

.AlbumList
{
	border-right: solid 1px #797979; 
	border-left: solid 1px #797979; 
}

.BannerList
{
	border-right: solid 1px #797979; 
	border-left: solid 1px #797979; 
	border-bottom: solid 1px #797979; 
}

.CommentsContainer
{
	border-collapse: collapse;
	border-top: solid 3px White; 
	border-right: solid 1px White; 
	border-left: solid 1px White; 
	border-bottom: solid 1px White;
	background-color: White;
}

.PhotoList
{
	overflow: scroll;
	width: 153px;
	height: 500px;
}

.PhotoContainerEdit
{
	border-collapse: collapse;
	border-top: solid 1px White; 
	border-right: solid 1px White; 
	border-left: solid 1px White; 
	border-bottom: solid 1px White;
	background-color: White;
	width: 130px;
	height: 130px;
}

.SmallLink
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

.SmallLink:hover
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: Black;
	text-decoration: underline;
}

.Comment
{
	font-size: 12px;
	text-decoration: none;
	color: Black;
}

.Loading
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.NormalLink
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

.NormalLink:hover
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-decoration: underline;
}

.NormalLink2
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: Gray;
}

.NormalLink2:hover
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}

.Box
{
	padding: 2px 2px 2px 2px;
	border-collapse: collapse;
	border-top:dotted 1px #656565; 
	border-right:dotted 1px #656565; 
	border-left:dotted 1px #656565; 
	border-bottom:dotted 1px #656565;
	background-color: White;
}

.ImageItem
{
	font-size: 12px;
	text-decoration: none;
	color: Black;
}

.ImageItem:hover
{
	font-size: 12px;
	text-decoration: underline;
	color: Black;
}

.NavigationPanel
{
	border-right: solid 1px #797979; 
	border-bottom: solid 1px #797979;
}

.BigText
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: Black;
}

.NormalText
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: Black;
}

.b_white 
{
	border: solid 1px #FFFFFF;
	background-color:#F3F3F3;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: Black;
}

.b_blue 
{
	border: solid 1px #FFFFFF;
	background-color:#DFE2D8;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: Black;
}

.HelpItem
{
	font-size: 12px;
	color: Black;
}

.HelpItemBig
{
	font-size: 14px;
	color: Black;
}

.HelpItemBig:hover
{
	font-size: 14px;
	color: #1454AF;
}

.FooterTable
{
	background-color: #F7F7F7;
}

.NavigationPanel
{
	display: inline;
	border-style: none;
}

.Visible
{
	display: block;
}

.Invisible
{
	display: none;
	background-color: Gray;
}

.Store
{
	border: solid 1px #797979;
	margin: 3px 3px 3px 3px;
}

