/*******************************************************/
/*         GENERAL PURPOSE STYLE CLASSES               */
/*******************************************************/

/*used for christmas decorations only*/
.body-xmas
{
    background-image: url(img/snowing.gif);
    background-color: #999999
}
.masterDiv /*formats the outer container of the master page*/
{
    width: 930px;
    margin-right: auto;
    margin-left: auto;
    padding: 0
}
.bodyText /*standard content text style*/
{
    FONT-SIZE: 11pt;
    COLOR: #050070;
    FONT-FAMILY: 'comic sans ms', arial, sans-serif
}
.heading /*titles and headings in content */
{
    FONT-SIZE: 14pt;
    COLOR: #050070;
    FONT-FAMILY: 'comic sans ms', arial, Sans-Serif;
    margin-top: 10px;
    margin-bottom: 10px
}
.managedText  /* default format for managed text content */
{
    margin: 10px 0px 10px 0px
}
.severeWeather  /* special managed content formay used for severe weather information */
{
    FONT-SIZE: 14pt;
    COLOR: #050070;
    FONT-FAMILY: 'comic sans ms', arial, Sans-Serif;
    margin:  50px 10px 50px 10px;
    border: solid 4px red;
    padding: 50px 10px 50px 10px;
    text-align:center;
}
.adminDiv  /* border to indicate an editable area of the page */
{
    margin: 15px 0px 15px 0px;
	border: dashed 5px #DCDCDC;
	padding: 5px 5px 5px 5px 
}

.adminDivHidden  /* as adminDiv but with greyed-out text */
{
    margin: 15px 0px 15px 0px;
	border: dashed 5px #DCDCDC;
	padding: 5px 5px 5px 5px;
	color: #E0E0E0;
}

/*******************************************************/
/*         CONTROL SPECIFIC STYLE CLASSES              */
/*******************************************************/

.documentListControlTableCell /* standard table cell format in document lists  */
{
     vertical-align:text-top;
     padding-bottom:10px;
}
.documentListControlButtonCell /* document list table cells containing edit, delete buttons etc */
{
    text-align:center;
    padding: 5px;
}
.documentListControlLinkCell /* document list cell containing hyperlink */
{
    text-align:left;
    padding: 5px;
    vertical-align:top;
    width:200px
}
.documentListControlTableDescription /* format for description for the document list*/
{
    display:block;
    padding-top:10px;
    padding-bottom:2px;
}
.documentListControlDescriptionCell  /* format for descriptions of documents in list*/
{
    text-align:left;
    padding: 5px;
    vertical-align:top;
}
.documentListControlEditLabel  /* format for edit instructions to user*/
{
    display:block;
}


