/* Elements */
BODY     
{	
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;		
    margin: 0px; 
	background-color: #ffffff;	
	text-align: center;
}
A
{
	font-size: 12px;
	color: #1040d0;
	text-decoration: none;
}
/* Scrollbar */
#scrollbar_container {
	position:relative;
}
#scrollbar_track {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
}
#scrollbar_handle {
	width:10px;
	background-color:#cccccc;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
    -moz-opacity:0.9;
}
#scrollbar_content {
	overflow:hidden;
}
/* Gallery */
#womenScrollArea 
{
	width: 703px; 
	height: 66px; 
}
#womenScrollArea a:hover 
{
	/* Do not delete this! Needed by Internet Explorer to function properly. */
}
#statusdiv 
{
	color: Gray;
	padding: 2px;
	position: absolute;
	left: -300px;
	visibility: hidden;
}
/* Classes */
.MenuHeaderClosed
{
	background-image:url(http://localhost:1233/FrontEnd/images/menuArrow_down.gif);
	background-repeat:no-repeat;
	background-position:left;	
}
.MenuHeaderOpen
{
	background-image:url(http://localhost:1233/FrontEnd/images/menuArrow_up.gif);
	background-repeat:no-repeat;
	background-position:left;	
}
.MenuContents1
{
	background-image:url(http://localhost:1233/FrontEnd/images/menuContents1.gif);
	background-repeat:repeat-y;
	background-position:top;	
}
.MenuContents2
{
	background-image:url(http://localhost:1233/FrontEnd/images/menuContents2.gif);
	background-repeat:repeat-y;
	background-position:top;	
}
.ContactsInputArea
{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	font-size: 10px;
	background-color: #BDBCBC;
	border-style: none;
}
.ContactsFileUpload
{
	font-size: 10px;
	color: #BDBCBC;
	border-style: none;
}
.InputArea
{
	font-size: 10px;
	color: Black;
	border-style: solid;
	border-width: 1px;
	border-color: #aab0bb;
}
.InputAreaNoBkground
{
	font-size: 10px;
	color: Black;
	border-style: solid;
	border-width: 1px;
	border-color: #aab0bb;
}
.PagePathText
{
	font-size: 10px;
	font-weight: bold;
	color: #082481;
}
.HeaderText
{
	font-size: 20px;
	color: White;
}
.FooterText
{
	font-size: 10px;
	color: #b0a0a0;
}
.MediumSmallText
{
	font-size: 9px;
	color: #BDBCBC;
}
.SmallText
{
	font-size: 8px;
	color: #BDBCBC;
}
.NormalText
{
	font-size: 13px;
	color: #000000;
}
.MenuText
{
	font-size: 16px;
	color: #000000;
}
.SubMenuText1
{
	font-size: 14px;
	color: #000000;
}
.SubMenuText2
{
	font-size: 12px;
	color: #000000;
}
.AdminNormalText
{
	font-size: 10px;
	color: #000000;
}
.BioText
{
	font-family: Arial;
	font-size: 11px;
	color: #BDBCBC;
}
.ContactsText
{
	font-family: Arial;
	font-size: 11px;
	color: #BDBCBC;
}
.ContactsNoticeText
{
	font-family: Arial;
	font-size: 9px;
	color: #BDBCBC;
}
.ContactsTopFrameText
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.LargeText
{
	font-size: 12px;
	color: #BDBCBC;
}
.WarningText
{
	font-size: 12px;
	color: #d00000;
	text-align: justify;
}
.SalesView
{
	font-size: 10px;
	color: #BDBCBC;
}
.BigTitleText
{
	font-size: 18px;
	font-weight: bold;
	color: #1040d0;
}
.TitleText
{
	font-size: 14px;
	font-weight: bold;
	color: #fa8e21;
}
.DetailsTitleText
{
	font-size: 10px;
	font-weight: bold;
	color: #1040d0; 
}
.SmallTitleText
{
	font-size: 10px;
	font-weight: bold;
	color: #1040d0;
}
.ButtonText
{
	font-size: 12px;
	font-weight: bold;
	color: #1040d0;
	text-decoration: none;
}
.ErrorText
{
	font-size: 12px;
	color: Red;
}
.ScrollArea
{
	OVERFLOW: auto;
	WIDTH: 100%; 
	height: 100%;
	background-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	border-color: #aabbcc;
}	
.Separator
{
	background-color: #1040d0;
}
/* Intranet Styles */
.IntranetText
{
	font-size: 10px;
	color: #000000;
}
.LargeIntranetText
{
	font-size: 12px;
	color: #000000;
}
.IntranetEnabledLinkButton
{
	font-size: 12px;
	color: #1040d0;
	text-decoration: none;
}
.IntranetDisabledLinkButton
{
	font-size: 12px;
	color: Silver;
	text-decoration: none;
}
.PrivateGalleryAreaSelector_select
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.PrivateGalleryAreaSelector_on
{
	font-size: 10px;
	font-weight: bold;
	color: #BBBBBB;
}
.PrivateGalleryAreaSelector_off
{
	font-size: 10px;
	font-weight: bold;
	color: #777777;
}
.LoginButton
{
	font-size: 12px;
	color: #fa8e21;
	text-decoration: none;
}