/* white STYLESHEET */
p {margin : 0px 0px 0px 0px ;}
img {border : 0px}

body {
	background : none ;
        background-image : url() ;
	margin : 0px 0px 0px 0px ;
	padding: 0 ; 
	height: 100% ;
	border: none ;
}

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}


a {
	font-family : Verdana, Tahoma, Arial, sans-serif ; 
	text-decoration : none ;
}

a:link {
	color : #0000FF ; 
	font-weight : bold ;
}

a:visited {
	color : #0000FF ;
	font-weight : bold ;
}

a:hover {
	text-decoration : underline ;
	background-color : #FFCC99 ;
}

td {
	font-family : Verdana, Tahoma, Arial, sans-serif ;
	font-size : 10pt ;
	color : #000000 ;
}


#fullheight{height:100%}


/* OTHER IMAGE BORDERS */

.borders	{ border: #6eae6b 5px ridge; }

.viewer-border	{ border: #6eae6b 5px ridge; }


/* START THE CODE FOR THE MENU */


.menuwidth		{ width: 175px; }

.menubackground		{
			background-color: #224A72;
	        	background-image: url("/bin/side_menu/background-menu.jpg");
        		border-right: #284D75 1px solid;
			}


.topline	{ border-top: #284D75 1px solid; }


.menu		{
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		width: 175px;
		cursor: pointer;
		text-indent: 6px;
		text-align: left;
		display: block;
		padding-top: 7px;
		padding-bottom: 7px;
		margin-bottom: 0px;
		border-bottom: #6eae6b 1px solid;
		}


a.menu:link 	{
		background-image: url("/bin/side_menu/menu.gif");
		background-color: #2B577D;
		color: #FFFFFF;
		}


a.menu:visited 	{
		background-image: url("/bin/side_menu/menu.gif");
		background-color: #2B577D;
		color: #FFFFFF;
		}


a.menu:active 	{
		background-image: url("/bin/side_menu/menu.gif");
		background-color: #2B577D;
		color: #FFFFFF;
		}

a.menu:hover 	{
		background-image: url("bin/side_menu/menuon.gif");
		background-color: #FFFFFF;
		color: #004018;
		}