/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    scrollbar-face-color: #DEE3E7;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;

    BACKGROUND-COLOR: White;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    /*margin-top: 0px;*/
}
/********** mini comment/journal style *************************/
.CommentContent, .JournalContent
{
	font-size: 12px;	
}

.JournalTitle
{
	font-size: 12px;
	font-weight: bold;	
}

	.Journal_Date { FONT-SIZE: 12px;FONT-FAMILY: Verdana; FONT-WEIGHT:bold; }
	.Journal_Title { FONT-SIZE: 14px; FONT-FAMILY: Verdana }
	.Journal_Text { FONT-SIZE: 12px; FONT-FAMILY: Verdana }

/********** message style *************************/
.messageFrame
{
	border: solid 1px silver;
	width: 500px;
}
.messageTitle
{
	background-color: #ddeeff;
	font-size: 12px;
	font-weight: bold;
}
.messageValue
{
	font-size: 12px;	
}
.messageMenu
{
	border: solid 1px silver;
	padding: 5px;
	font-size: 12px;
}

.messageMenu A:link, .messageMenu A:active, .messageMenu A:visited, .messageMenu A:hover
{
	font-size: 16px;
	font-weight: bold;
}

/********** adbanner *************************/
.adbanner
{
	border: dashed 1px white;
}
/********** post bulletin styles******************/
.pbHelp, .smHelp, .pHelp, .fuHelp, .fpHelp
{
	font-size: 10px;
	vertical-align: top;
	border-left: solid 1px silver;
	border-bottom: solid 1px silver;
	border-right: solid 1px silver;
	border-top: solid 1px silver;
	height: 100%;
}

/********** message styles******************/
.mList
{
	font-size: 10px;
}

/********** count styles******************/
.pcCount, .fCount
{
	color:	#3333cc;
    FONT-SIZE: 12px;
}
/********** friends.aspx styles******************/
.friendsBox, .photosBox
{
	border: solid 1px silver;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.friendsframe
{
	border: solid 1px silver;
	text-align: center;
/*	margin-top: 10px;
	padding-top: 10px;
*/	
}

/********** viewphoto.aspx styles******************/
.viewphotoBox
{
	border: solid 1px silver;
	text-align: center;
	margin-top: 10px;	
}
.viewphotoFrame
{
	padding-top: 20px;
	padding-bottom: 15px;
}
.viewphotoCaption
{
	font-size: 12px;
	padding-bottom: 15px;
}

/********** invite.aspx styles******************/
.inviteH1, .inviteHelp
{
	font-size: 12px;	
}

/********** ViewProfile.aspx styles******************/
.vpProfile
{
	border: solid 1px silver;
	margin-bottom: 10px;
	width: 100%;
}

.vpBasicInfo, .vpJournal, .vpComments, .vpFriends, .vpNewMembers, .vpGettingStarted
{
    font-size: 12px;
    font-weight: bold;
/*    background-color: #99ccff;
    background-color: #ddeeff;
*/
    background-color: #ddeeff;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    border: solid 1px silver;
}

.vpGettingStarted a:link, .vpGettingStarted a:visited, .vpGettingStarted a:active,
.vpNewMembers a:link, .vpNewMembers a:visited, .vpNewMembers a:active,
.vpBasicInfo a:link, .vpBasicInfo a:visited, .vpBasicInfo a:active,
.vpJournal a:link, .vpJournal a:visited, .vpJournal a:active,
.vpComments a:link, .vpComments a:visited, .vpComments a:active,
.vpFriends a:link, .vpFriends a:visited, .vpFriends a:active
{
	text-decoration:	none;
	color:	#3333cc;
    FONT-SIZE: 10px;
    font-weight: normal;
}
.vpGettingStarted a:hover, .vpNewMembers a:hover, .vpBasicInfo a:hover, .vpJournal a:hover, .vpComments a:hover, .vpFriends a:hover
{
	text-decoration:	underline;
	color:	#3333cc;
    FONT-SIZE: 10px;
    font-weight: normal;
}
.vpBasicInfoContent, .vpJournalContent, .vpCommentsContent, .vpGettingStartedContent, .vpNewMembersContent
{
    font-size: 12px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
    vertical-align: top;
    /*border: solid 1px silver;	*/
}
/***********************************************/
/********** Invite page styles******************/


/***********************************************/

/* i added for testing */
.TABLEBORDER
{
	border: 1px;
}

.Centerbox
{
    border: 1px #0055E6 solid;
}

td.fh, .fh /* Header on each page */
{
    font-size: 14px;
    font-weight: bold;
    background-color: #ddeeff;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    border-bottom: solid 1px silver;
}

td.pagenav, td.pagenav a:link, td.pagenav a:visited, td.pagenav a:active, td.pagenav a:hover
{
    font-size: 12px;
    background-color: #ffffff;
    padding: 6px 6px 6px 6px;
/*    padding-left: 10px;
    height: 40px;
    border: solid 1px silver;	*/
}
/********** mentop styles******************/
.TopSectionTopBar
{
	background-color: #ddeeff;
	border-top: solid 2px silver;	
}

.VisitedList a:link, .VisitedList a:visited, .VisitedList a:active, .VisitedList a:hover
{
	font-size: 10px;
	color:Green;
}

/********** menubottom styles******************/
td.menubottomline
{
	background-color: #999999;
	height: 1;
}
.menubottombar
{
	background-color: #ddeeff;
}
.Menubottom A:link, .Menubottom A:visited, .Menubottom A:hover, .Menubottom:active
{
	text-decoration:	none;
	color:	#3333cc;	
	font-size: 10px;
}
/**********************************************/

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
/*
.TDPrevious, .TDNext
{
	background-color:Yellow;
}
*/
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
    FONT-SIZE: 12px;	
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
    FONT-SIZE: 12px;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
    FONT-SIZE: 12px;	
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
    FONT-SIZE: 12px;	
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	}
