/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

#LoginBox
{
	left: 10px;
	top: 10px;
	width: 190px;
	height: 98px;
	position: absolute;
	border-style: none;
	border-width: 0px;
	background-color: #FFFFFF;
}

#SideMenu
{
	left: 10px;
	top: 130px;
	width: 190px;
	position: absolute;
	border-style: none;
	border-width: 0px;
	background-color: #FFFFFF;
}

#MainTextArea
{
	left: 232px;
	width: 546px;
	top: 130px;
	position: absolute;
	border-style: none;
	border-width: 0px;
	background-color: #FFFFFF;
}

TABLE.Login
{
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
}


.SearchButton
{
	background-color: White;
	top: 2px;
	left: 0px;
	height: 15px;
	width:190px;
	position: relative;
}

.HomeButton
{
	background-color:White;
	top: 0px;
	left: 0px;
	height: 15px;
	width: 190px;
	position: relative;
}

.HelpButton
{
	background-color:White;
	top: 4px;
	left: 0px;
	height: 15px;
	width: 190px;
	position: relative;
}

.FeedbackButton
{
	background-color:White;
	top: 6px;
	left: 0px;
	height: 15px;
	width: 190px;
	position: relative;
}

.ProfileButton
{
	background-color:White;
	top: 8px;
	left: 0px;
	height: 15px;
	width: 190px;
	position: relative;
}

.LogoutButton
{
	background-color:White;
	top: 10px;
	left: 0px;
	height: 15px;
	width: 190px;
	position: relative;
}

.MenuDivider2
{
	background-color:White;
	top: 12px;
	left: 0px;
	height: 15px;
	width: 190px;
	position: relative;
}

.AdminButton
{
	background-color:White;
	top: 14px;
	left: 0px;
	height: 15px;
	width: 190px;
	position: relative;
}

IMG
{
	border: 0px;
	padding: 0px;
}

IMG.RSSBLogo 
{
	background-color:White;
	top: 25px;
	left: 0px;
	position: relative;
}

IMG.RRUKLogo
{
	background-color:White;
	top: 35px;
	left: 0px;
	position: relative;
}

IMG.MainTitle
{ 
	background-color:White;
	top: 10px;
	left: 201px;
	height: 68px;
	position: absolute;	
}


A:link	{	
	text-decoration:	none;
	color:	#3366FF;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3366FF;
	}
	
P 
{
	font-family: Arial;
	FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    padding-top: 0px;
    margin-top: 0px;
}
