﻿body 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F5F5F;
}

.body 
{
	font-size: 12px;
}
a.nav:link {text-decoration:none;
color:#074397
}
a.nav:hover {text-decoration:underline;
color:#074397
}
a.nav:visited {text-decoration:none;
color:#074397
}
a.nav:hover {text-decoration:underline;
color:#074397
}
		
	.buttonLogin {
		border: 1px solid #444444;
		font-size: 11px;
		color: #ffffff;
		background-color: #666666;
		font-weight: bold;
		}
		
	table.tabForm td {
	border: none;
	}
		
	table,td {
		}
	
	p {
		MARGIN-TOP: 0px;
		MARGIN-BOTTOM: 10px;
		}
	h4, h4.dataLabel, h5, h5.listViewSubHeadS1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold; 
	margin-bottom: 2px;
	padding-left: 4px;		
	
	}
h4.dataLabel {
margin-top: 0;
padding-left: 0;
padding-top: 0;
}

h5.dataLabel {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px; 
		font-weight: bold; 
		margin-bottom: 0px;
		text-align: left;
		padding-bottom: 15px;
		margin-top: 1px;
		padding-left: 5px;
	}
td.dataLabel{
		padding : 5px 5px 5px 5px;
	}
.dataLabel {
		text-align: left;
		font-size: 12px;
		font-weight: normal;
	}
.error {
		color: #ff0000;
	}
.asterisk {
	color: #333333;
	vertical-align: top;
}

.cssform
{
	margin-left:150px;
}

#SampleCreateUserWizard
{
	margin-left:150px;
}

.cssform p{
width: 300px;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.mssg
{
	margin-left:60px
}

.mssg label{
float: left;
width: 220px;
font-weight: bold;
}

.mssg input{
width: 180px;
margin-bottom: 5px;
}

.mssg textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

.mssgbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    background: url(../images/background_button_small.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height: 22px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
    text-decoration: underline;
    background: url(../images/background_button_small-ovr.gif) repeat-x;
}


/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #DCD78E;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
    background-color: #FEEB95;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #C7C272;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}


/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}


/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

.leftblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFAAB url(images/background_columnleft.gif) repeat-y;
    vertical-align: top;
}

 .rightblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFFAB url(images/background_columnright.gif) repeat-y;
    position: relative;
    width:446px;
}

.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.6em;
}

.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #DBDB79;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  position: relative; 
  padding: 1px 1px 1px 1px;
}

.chaptermain
{
  background-color:#ffffff;
}

.chaptermaintitle
{
  text-align:center;
  position: relative; 
  padding: 1px 1px 1px 1px;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.size10 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.size12 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.size13 {font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.size14 {font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif;}

.rstats table
{
	width:90%;
	border-top:1px solid #e5eff8; 
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
}

.rstats td 
{
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center; 
}

.rstats caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
}	

.rstats thead th { 
background:#f4f9fe; 
text-align:center; 
font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif; 
color:#66a3d3; 
}

.rstats th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}	
	
.rstats thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	} 

tr.odd td { 
background:#f7fbff 
} 
tr.odd .column1 { 
background:#f4f9fe; 
} 
.column1 { 
background:#f9fcfe; 
} 
.headblue {
color: #065796;
vertical-align: top;
font-size: 20px;
font-weight: bold;
}

#righttext
{
	text-align: left;
	font-size: 13px;
}

/********************************************/
.smallitalics 
{
	font-size:9px;
	font-style:italic;
}
.evupgrid
{
    text-align:center;
}
/*****************************



