/*
#
#  GreatWebScripts    http://www.GreatWebScripts.com
#
#  Copyright (c)2012, GreatWebScripts . All rights reserved.
#
#  No portion of this content may be copied, distributed or reproduced for any
#  reason without the express written consent of the owner. Federal copyright
#  law prohibits unauthorized reproduction by any means and imposes severe fines
#  for violation.
#

#
#  $RCSfile$ $Revision$   $Date$
#
*/

/*                           */
/* GWS Random Quote CSS File */
/*                           */


/* DIV: Overall containing div surronds quote, author, source */
.GWSquote-div
{
   margin-right:80px;         /* Positioning */
   float:right;               /* Positioning */
   width: 60%;
   padding: 0px 5px 0px 5px;
   
   background-color:#ffffff;       /* Ref Color Chart*/
   border: 1px solid transparent;  /* (invisible) Border around entire quote */
 }
 
/* DIV: for Heading */
.GWSquote-div-heading
{
   width: 100%;               /* Centers the heading in the div */
   align-text:center;
}

 
 /* SPAN: span element containing quote text */
.GWSquote-span-Quote
{
  font-style:italic;
  color:#010101;
}
 
 /* SPAN: span element containing quote author */
.GWSquote-span-Author
{
  display:block;              /* Forces new line before Author */
  font-size: 0.9em;           /* Font size is 0.9 of Quote font size */
  margin-left: 20px;
  font-family:"Comic Sans", "Comic Sans MS", cursive;
  color: #990000;
}

 /* SPAN: span element containing source */
.GWSquote-span-Source
{
  display:block;              /* Forces new line before Source */
  margin-left: 30px;
  font-size: 0.75em;          /* Font size is 0.75 of Quote font size  */
  color: #333333;
}
 
 
/*  TABLE Entries: If not using the */
/*  table options, you do not need  */
/*  to define the following entries */
/*  in the CSS File                 */

/* TABLE: Overall containing table */
.GWSquote-table
{
   text-align:center;
   width:80%;
}

/* TABLE: row (tr) entity for header */
.GWSquote-tr-heading
{
}

/* TABLE: row (tr) entity for header */
.GWSquote-tr-heading
{
}

/* TABLE: element (td) entity for header */
.GWSquote-td-heading
{

}

/* TABLE: element (td) entity - for Quote  */
.GWSquote-td-Quote
{

}

/* TABLE: element (te) entity - for Author  */
.GWSquote-td-Author
{

}

/* TABLE: element (te) entity - for Source  */
.GWSquote-td-Source
{

}

