/*
The base style for the whole of Whyville.
*/

img {border: 0; }

.cursor { cursor: pointer;}

form.form {margin: 0px; padding: 0px; }

.default_bottomlink a:link {text-decoration: none; text-align: center; color: #FFFF00; font-family: Arial,Geneva,Helvetica; font-size: 10pt;  }
.default_bottomlink a:visited {text-decoration: none; text-align: center; color: #FFFF00; font-family: Arial,Geneva,Helvetica; font-size: 10pt;  }
.default_bottomlink a:hover {text-decoration: none; text-align: center; color: #FF0000;  font-family: Arial,Geneva,Helvetica; font-size: 10pt;  }
.default_bottomlink a:active {text-decoration: none; text-align: center; color: #FF0000; font-family: Arial,Geneva,Helvetica; font-size: 10pt;  }

.blue_bottomlink a:link {text-decoration: none; color: blue; font-family: Arial,Geneva,Helvetica; font-size: 10pt;  }
.blue_bottomlink a:visited {text-decoration: none; color: blue; font-family: Arial,Geneva,Helvetica; font-size: 10pt;  }
.blue_bottomlink a:hover {text-decoration: none; color: blue;  font-family: Arial,Geneva,Helvetica; font-size: 10pt;  }
.blue_bottomlink a:active {text-decoration: none; color: blue; font-family: Arial,Geneva,Helvetica; font-size: 10pt;  }

/* Helpful for debugging layouts */
.border_blue {border: 1px solid blue; }
.border_green {border: 1px solid green; }
.border_orange {border: 1px solid orange; }

/* Rounded corners */
.base_rc_div { }
.base_rc_b1, .base_rc_b2, .base_rc_b3, .base_rc_b4 {font-size: 1px; overflow: hidden; display: block; }
.base_rc_b1 {height: 1px; margin: 0px 5px;}
.base_rc_b2 {height: 1px; margin: 0px 3px; border-right: 2px solid; border-left: 2px solid; }
.base_rc_b3 {height: 1px; margin: 0px 2px; border-right: 1px solid; border-left: 1px solid; }
.base_rc_b4 {height: 2px; margin: 0px 1px; border-right: 1px solid; border-left: 1px solid; }
.base_rc_content {margin: 0px; border-right: 1px solid; border-left: 1px solid; }

div .no-flash
{
	background-color:white; 
	padding-top: 20px; 
	padding-right: 20px; 
	padding-bottom: 20px; 
	padding-left: 20px; 
	font-size: 14px; 
	font-weight: bold; 
}

div .no-flash a:link {color: #0000ff; text-decoration: underline; }
div .no-flash a:active {color: #0000ff; text-decoration: underline; }
div .no-flash a:visited {color: #0000ff; text-decoration: underline; }
div .no-flash a:hover {color: #0000ff; text-decoration: none; }
