﻿body 
{
	width:900px;
	font-size: 8pt; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	color: #575757;
	margin: 10px auto 10px auto;
	background-color:White;
}
a:link
{
	color: #336699; 
	text-decoration: underline;
}
a:visited
{
	color: #336699; 
	text-decoration: underline;
}
a:hover
{
	color: #336699; 
	text-decoration: none;
}
a:active
{
	color: #336699; 
	text-decoration: underline;
}

h1, h2, h3
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
}

.RightMenuItemCssClass
{
	background-color: Gray;
	text-align: center;
	color: White;
	font-weight: bold;
	font-size: large;	
}

.LeftMenuLeftItem a
{
	display: block; 
	height: 30px; 
	color: #FFF; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 30px; 
	vertical-align: middle; 
	background: url(../Images/LeftMenuButtonLeft.gif) left top no-repeat; 
	text-decoration: none;
}

.LeftMenuLeftItem a:hover
{
	color: #FFF; 
	background: url(../Images/LeftMenuButtonLeftSelected.gif) left top no-repeat;
}

.PhotoShareTabSelectedCssClass a
{
	border: solid 1px black;
	background-color: #575757;
	color: White;
}

.PhotoShareTabCssClass a
{
	background-color: Gray;
	color: White;	
}

.LeftMenuMiddleItem a
{
	display: block; 
	height: 30px; 
	color: #FFF; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 30px; 
	vertical-align: middle; 
	padding: 0px 12px; 
	background: url(../Images/LeftMenuButtonMiddle.gif) right top repeat-x; 
	text-decoration: none;
}

.LeftMenuMiddleItem a:hover
{
	color: #FFF; 
	background: url(../Images/LeftMenuButtonMiddleSelected.gif) right top repeat-x;
}

.LeftMenuRightItem a
{
	display: block; 
	height: 30px; 
	color: #FFF; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 30px; 
	vertical-align: middle; 
	padding: 0px 12px; 
	background: url(../Images/LeftMenuButtonRight.gif) right top no-repeat; 
	text-decoration: none;
}
.LeftMenuRightItem a:hover
{
	color: #FFF; 
	background: url(../Images/LeftMenuButtonRightSelected.gif) right top no-repeat;
}

.ValidationErrorCssClass
{
	color: Red;
}

.CommonTextCssClass
{
	color: Black;
}


.ABCCssClass a:link 
{
	color: white; 
	text-decoration: none;
}

.ABCCssClass a:visited
{
	color: white;
	text-decoration: none;
}

.ABCCssClass a:active
{
	color: white; 
	text-decoration: none;
}

.ABCCssClass a
{
	display: block; 
	height: 30px; 
	color: white; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 30px; 
	vertical-align: middle; 
	padding: 0px 12px;
	background: url(../Images/ABCElementBackground.gif) right top no-repeat;
	text-decoration: none;
}

.ABCCssClass a:hover
{
	color: white; 
	background: url(../Images/ABCElementBackgroundHover.gif) right top no-repeat;
}


.TableCssClass
{
	width: 50%;
	color: #333333;
}

.TableItemCssClass
{
	background-color: #F7F6F3;
	color: #333333;
}

.TablePagerStyle
{
	background-color: White;
	color: Black;
/*	text-align: center;*/
}

.TableAlternatingItemCssClass
{
	background-color: White;
	color: #284775;
}

.TableHeaderCssClass
{
	background-color: #5D7B9D;
	font-weight: bold; 
	color: White;
}

.TableHeaderCssClass a
{
	color: White;
}

.TableFooterCssClass
{
	background-color: #5D7B9D;
	color: White;
	font-weight: bold;
}

.TitleLabelCssClass
{
	font-weight: bold;
	font-size: large;
}

.DescriptionLabelCssClass
{
}

.FilePropertiesTableNameCssClass
{
	font-weight: bold;	
}

.FilePropertiesTableValueCssClass
{
}

.ReloadingLabelCssClass
{
}

.CommandButtonCssClass
{
}

.PhotoDivCssClass
{
	border: solid 1px gray;
	float: left;
	margin-right: 10px; 
	margin-bottom: 10px;
}

.BorderedSectionCssClass
{
	border: solid 1px gray;
}

.HeaderCssClass
{
	background: url(../Images/LeftMenuBackground.gif) left top repeat-x; 
	border-left: 1px solid #787978; 
	background-color: White;
	width:100%;
}

.BrandCssClass
{
	font-size: small;
	text-align: right;
	margin-right:10px;
	color:Blue
}