/*
RilkeCMS, submit styles 
Last updated by Jayesh Sheth - 
May 20, 2003
Attempted fix for weird a:hover failure bug

*/

/* background-color: #FFCC33; */
/* Mystery CSS bug: when a background color for a paragraph is specified, IE will bungle the a:hover background color of any a element in that para. Thus, I made the para have a white background. */
/* border: 2px solid #FF6600; */
p.topmenu {
	background-color: White;
	text-align:left;
	border: 2px solid White;
	Color:Black;
	margin-left:5%;
	margin-right:5%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	line-height:200%;
	/* width:76%; */
	     }
	/* background-color: #FEFF73; */	
	/* border: 2px solid #FF6600; */  
		  p.formatmenu {

	background-color:White; 
	Color:Black;
	border: 2px solid White;
	margin-left:5%;
	margin-right:5%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	/* width:76%; */
	     }
 
/* J.S.
Add new textarea and form styles
Jan 2003
*/

p.pagetitle {
text-align:right;
font-weight:700;
margin-right:30%;
}

.styledinput
{
font-family : verdana, arial, helvetica,sans-serif;
color: Black;
margin-top:15px;
margin-left:5%;
background-color: #D9D9D9;
border-color:Gray;
border-width:2px;
border-style:solid;
}

textarea.contentbox 
{
width:500 px; 
height:400 px;	
}
select.styledinput
{
color: Black;
margin-left:5%;
background-color:#D9D9D9;
border-color:Gray;
border-width:2px;
border-style:solid;	
}


a.menu
{
background-color:#FF9900;
color:White;
text-decoration: none; 
border:1px solid Red;
padding-top:2px;
padding-bottom:2px;
padding-left:2px;
padding-right:2px;
}

a.menu:hover
{

background-color:White;
text-decoration: none;
border: 1px solid Red;
color:Blue;

}

a.menu:visited {
background-color: #FF9900;
text-decoration: none; 
color: Blue;

}

/* If a.menu:visited:hover is not added, the html editor buttons won't change color when you mouseover them, after you have visited www.bayridge-business.com (the text which the html editor buttons link to; those links are not actually followed, however) 
I hope this does not cause problems with older browsers, though.
*/
a.menu:visited:hover {

background-color:White;
text-decoration: none;
border: 1px solid Red;
color:Blue;

}


/* mystery CSS bug with a.menu - trying a.topmenu */
/* background-color:#FF9900; 
border:1px solid Red;
*/
a.topmenu
{
background-color:White;
text-decoration:none; 
color:Blue;
border: 1px solid White;
padding-top:2px;
padding-bottom:2px;
padding-left:2px;
padding-right:2px;
}

a.topmenu:hover
{
text-decoration:underline;
border:1px solid #FF9900;
color:Blue;

}

a.topmenu:visited {
text-decoration:none;
border:1px solid #FF9900;
color:Blue;

}

/* If a.menu:visited:hover is not added, the buttons won't change color when you mouseover them, after you have visited www.bayridge-business.com (the text which the  buttons link to).
I hope this does not cause problems with older browsers, though.
 */

a.topmenu:visited:hover {
text-decoration:none;
border:1px solid #FF9900;
color:Blue;
	
}
div.previewbox {
	border:2px solid #D9D9D9;
	color:Black;
}
