/* ================================
    CSS STYLES FOR DotNetNuke - 201107
   ================================
*/   
/* USE DEFINED
1) Margins for Images */
.imgMargin {
      Margin: 5px 10px 5px 10px
}
.imgMarginRHS {
      Margin: 5px 0px 5px 10px
}
.imgMarginLHS {
      Margin: 5px 10px 5px 0px
}

/* Special Font for text in Tables*/
.tabletext {
      font: bold normal 11px Geneva, Arial, Helvetica, sans-serif;
      color: #00487d
}

.WGCtable {
font-size: 95%;
}
.redrow {
color: red;
}
.WGCtable  table {
BORDER-RIGHT: 1pt inset; 
BORDER-TOP: 1pt inset; 
BORDER-LEFT: 1pt inset; 
BORDER-BOTTOM: 1pt inset
}
.WGCtable tr th td {
BORDER-RIGHT: #ece9d8 1pt outset; 
PADDING-RIGHT: 5.4pt; 
BORDER-TOP: #ece9d8 1pt outset; 
PADDING-LEFT: 5.4pt; 
PADDING-BOTTOM: 0cm; 
BORDER-LEFT: #ece9d8 1pt outset; 
WIDTH: 24.36%; 
PADDING-TOP: 0cm; 
BORDER-BOTTOM: #ece9d8 1pt outset; 
BACKGROUND-COLOR: transparent
}

/* GENERAL */
/* style for module titles */
.Head   {
font-size: 13px; 
font-weight: bold; 
color: darkgreen;
padding-bottom: 3px;
}
/* style of item titles on edit and admin pages */
.SubHead    {
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}
/* text style used for most text rendered by modules */
.Normal
{
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalRed
{
}
.NormalBold
{
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}
A.CommandButton:visited  {
}
A.CommandButton:active   {
}
A.CommandButton:hover    {
}
/* GENERIC */
H1  {FONT: 600 14px Tahoma, Geneva, Arial, Helvetica, sans-serif; 
	  MARGIN: 1em 0em 0.5em; 
	  COLOR: #4B8550; 
}
H2  {FONT: 600 12px Tahoma, Geneva, Arial, Helvetica, sans-serif; 
	  MARGIN: 0.5em 0em 0.5em; 
	  COLOR: #ff0000; 
}
H3  {font: 600 11px Tahoma, Geneva, Arial, Helvetica, sans-serif;
     MARGIN: 0.3em 0em 0.3em; 
	  COLOR: #006400;
}
H4  {font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
H5, DT  {font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
TFOOT, THEAD    {
}
TH  {
}

/* Form Specific CSS Styles */
.frmReport
{
width: 350px;
/* The PADDING attribute makes each individual IE box have this attribute 
and not the overall box as may be thought!! - so use it sparingly.
It does not have any effect on the Firefox appearance.*/
padding: 3px;
margin: 10px;
}

.frmSurvey
{
border: black 1px solid;
width: 550px;
/* The PADDING attribute makes each individual IE box have this attribute 
and not the overall box as may be thought!! - so use it sparingly.
It does not have any effect on the Firefox appearance.*/
padding: 5px;
margin: 10px;
}

.frmTextBox {
/* Setting the MARGIN-TOP attribute controls the spacing between label and text box.   The MARGIN-LEFT should equal the .frmLabel MARGIN-LEFT to align the two items */ 
	margin: 3px 0px 10px 20px;
}
.frmLabel {
                margin-left: 20px;
                font-weight: bold;
                font-size: .7em;
}
.frmSeparator
{
border-bottom:1px black solid;
height:10px;
}
















