/* ================================
    CSS STYLES FOR COLWALL ROTARY
   ================================
*/   
/* PAGE BACKGROUND */

.template{width:940px;}

/* background color for the header at the top of the page  */
.HeadBg { 
	background-color: transparent;
}
/* background color for the content part of the pages */
Body { 
	background: transparent;
}
/* background/border colors for the selected tab */
.TabBg {
	background: transparent;
}
.LeftPane  {
	background: transparent;
}
.ContentPane  {
}
.RightPane  {
	background: transparent;
}
/* text style for the selected tab */
.SelectedTab {
	font-weight: bold;
}
/* text style for the unselected tabs */
.OtherTabs {
	font-variant: normal;
}
/* GENERAL */
/* style for module titles */
.Head   {
	
}
/* 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
{
font-size: 1.5em;	
}
/* 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 {
	}

/* GENERIC */
/* 2 and 3 column arrangement in text boxes */
.twoCol {
	PADDING-RIGHT: 10px; DISPLAY: inline; PADDING-LEFT: 10px; FLOAT: left; WIDTH: 49%; LINE-HEIGHT: 1.3em; max-width: 44%
}
.threeCol {
	PADDING-RIGHT: 10px; DISPLAY: inline; PADDING-LEFT: 10px; FLOAT: left; WIDTH: 33%; LINE-HEIGHT: 1.3em; max-width: 29%
}
/* Margins for Images */
.imgMargin {
      Margin: 5px 10px 5px 10px
}
.imgMarginLHS {
      Margin: 5px 0px 5px 10px
}
.imgMarginRHS {
      Margin: 5px 10px 5px 0px
}
/* Apply smaller text size to the footer links */

.footerlinks {
        font-size: .7em;
}


UL LI   {
     margin-top: 2px;
     padding-left: 5px;
}
/* MODULE-SPECIFIC */
/* Form Specific CSS Styles */
.frmReport
{
border: black 1px solid;
width: 450px;
/* 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;
}
.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: .8em;
}
.frmSeparator
{
border-bottom:1px black solid;
height:10px;
}






