body 
{
  	font-family: Verdana, Helvetica, sans-serif;
  	background-color: #fff;
}

/* BEGIN

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

* {
	margin: 0;
}
html, body {
	height: 100%;
	margin: 0 !important;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px  !important; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
	clear: both;
}

/* END

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/



/* BEGIN

	Global Styles

 */


#hd
{
	padding: 5px 0px 0px 20px;
	font-size:108%;
	background-color: #fff;
	height:25px;
	border-bottom: 1px solid #000044;
}

#hd a
{
	background-color: #fff;
	/*border : 1px solid #888;*/
	padding : 4px 5px 4px 5px;
	color : #0000ee; 
}

#app_title
{
	margin-left:250px;
	font-weight:bold;
	color:#000;
}
#app_title a
{
	color:#000;
}	

#globalNavList
{
	padding-left:0px;
}
The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)

#globalNavList ul
{
	padding-left:0px;	
}

#globalNavList li
{
	list-style-type:none;
	padding-left:0px;
	margin-left: 4px;	
	padding-top:6px;
	padding-bottom: 6px;
	line-spacing:150%;
	font-size:105%;
}
#globalNavList li a
{
	color: #0000ee;
}

#adHost
{
	margin-top : 2px;
}

#footerMessage
{
	color:#ccc;
}

/* END

	Global Styles

 */

/* BEGIN

	 Add Quote Form Elements

 */


#quoteContainer table
{ width: 85% }

.AddForm {
	margin-top:30px;
	padding-bottom:30px;
}


.formLabel {
	float:left;
	margin-right:15px;
	width: 60px;
}

.formInput textarea,
.formInput input {
	width : 75%;
}

.vspacerA 
{ 
	display : block;
	min-height:10px;
}
.break { clear:both; }

.yui-button#pushbutton3 button
{
    padding-left: 2em;
    background: url(/images/add.gif) 10% 50% no-repeat;
}

#quoteTableInstructions
{
	font-size:80%;
	color: #ccc;
}


/* END

	 Add Quote Form Elements

 */
 
 
 /* END

	 "Include Page" Styles

 */
 
 #exampleQuote
 {
 	width: 240px;
 	margin : 30px;
 	height: auto;
 	/* border: 1px solid black; */
 	font-size : 130%;
 	font-style : italic;
 }
 
 .quoteContainer
 {
 	height : auto;
 }
 
 #includeTextArea
 {
 	width : 85%;
 }
 /* END Include Page Styles
 */
 
/* BEGIN Login Page Styles
*/
 
 .LoginIntroText
{
	padding: 4px 20px 4px 20px;
	font-size:138.5%;
}

.loginExampleQuote
{
	width: 240px;
 	margin : 30px;
 	height: auto;
 	/* border: 1px solid black; */
 	font-size : 130%;
 	font-style : italic;
 	float: right;
}
 
/* END Login Page Styles
*/
 
/* BEGIN Manage Authors  Page Styles
*/
 
.largeinput 
{
  width: 80%;
  font-size: 1.6em;
  box-shadow: 2px 2px 4px #777777;
  border-radius: 12px;
  /* Border-radius not implemented yet */
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  padding-left: 10px; 
}

.smallinput
{
  width: 75%;
  font-size: 1.4em;
  padding-left: 10px; 
  color: gray;
}

.author_box
{
    width:100%;
    min-height:200px;
    border: 1px solid black;
}

.author_box img 
{
    width:100px;
    height:100px;
}
 
/* END Manage Authors  Page Styles
*/
