BODY, H1, H2, .DesktopText, .LoggedOnUserText, 
A.MenuItemLink, .UserMenuItemText, A.UserMenuItemText
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #222222;
}

BODY
{
	/* BODY element for all pages in usersite */
	background-color: #f0f5fb;

    scrollbar-track-color: #FFFFFF; 
    scrollbar-base-color: #000000; 
    scrollbar-face-color: #8D1906; 
    scrollbar-3dlight-color: #FFFFFF; 
    scrollbar-darkshadow-color: #000000; 
    scrollbar-arrow-color: #FFFFFF; 
    scrollbar-shadow-color: #FFFFFF; 
    scrollbar-highlight-color: #000000; 
}

H1
{
	/* General H1 */
	font-size: 18px;
	color: #005aa0;
	background-image: url(../../images/common/underline.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom:1px;
}
H2
{
	/* General H2 */
	font-weight: bold;
	color: #005aa0;
	border-bottom: #ff9900 1px solid;
}

.LoginTextBox
{
	/* Login textbox in desktop */
	width:175px;
}

.PasswordTextBox
{
	/* Password textbox in desktop */
	width:175px;
}

.DesktopBody
{
	/* Body of desktop */
	background-color:#F0f5fb;
}

.DesktopText
{
	/* style for normal text in desktop */
}

.LoggedOnUserText
{
	/* logged on username left menu top */
	font-weight: normal;
	font-size:11px;
	color:#222222;
}

.CursorHand
{
	/* user hand-cursor */
	cursor: hand;
}

A.MenuItemLink
{
	/* menuitem link */
	font-size: 11px;
	color: #222222;
	text-decoration: none;
}

TR.UserMenuItemText
{
	/* menuitem */
}

TD.UserMenuItemText
{
	/* menuitem */
	padding-left: 1px;
}

TD.UserMenuItemTextHi
{
	/* menuitem */
	padding-left: 1px;
}

.UserMenuItemText
{
	/* menuitem */
	font-size:11px;
	color:#222222;
}

TR.UserMenuItemTextHi
{
	/* menuitem */
	font-size:11px;
	background-color: #F0F5FB;
}

A.UserMenuItemText
{
	/* link menuitem*/
	font-size:11px;
	color:#222222;
	text-decoration: none;
}

BODY.TopBar
{
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 1px;
	border-bottom: solid 2px #4D4D4D;
}

BODY.LeftTopBar
{
	background-color: #F0F5FB;
	margin: 0px;
	margin-top: 3px;
	border-right: solid 2px #4D4D4D;
	border-bottom: solid 2px #4D4D4D;
}

BODY.LeftBar
{
	background-color: #CADBF2;
	margin: 0px;
	margin-top: 3px;
	margin-left: 2px;
	margin-right: 2px;
	border-right: solid 2px #4D4D4D;
	border-bottom: solid 2px #4D4D4D;
	overflow: auto;
}

BODY.LeftBottomBar
{
	/* left menu bottom BODY for IE */
	background-image: url(../../images/usersite/left/bgnav_lb.gif); 
	BACKGROUND-REPEAT: no-repeat;
	border-right: 2px solid #4D4D4D;
}

TD.ToolText
{
	font-size: 9px;
	padding-left: 3px; 
	padding-right: 2px;
	cursor: default;
}

 
/* Prithipura */
BODY.LeftFrame
{
	background: #AC4229 url(../../images/usersite/spaceframes/bg_frame_left.gif) top right repeat-y;
}

BODY.RightFrame
{
	background: #AC4229 url(../../images/usersite/spaceframes/bg_frame_right.gif) top left repeat-y;
}

BODY.Topmenu
{
	margin: 0px;
	margin-top: 1px;
	background: #AC4229 url(../../images/usersite/Menu/menu_niv_1.gif) top left no-repeat;
}

.TopMenuLink, .SubMenuLink
{
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.TopMenuLink:hover, .SubMenuLink:hover
{
	color: #F3CB6F;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

BODY.Submenu
{
	margin: 0px;
	margin-top: 3px;
	background: #AC4229 url(../../images/usersite/Menu/menu_niv_2.gif) top left no-repeat;
}
