﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{    margin: 0px;
    padding: 0px;
   
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*width: 980px;*/
   /* background-color: #fff;*/
   /* margin: 20px auto 0px auto;*/
    /*width: 98%;*/
	margin: 0px auto;
    
}


.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}



/*.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


 -*/






/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
    height: 5px;
}
.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.failureNotification
{
    font-size: 1.2em;
    color: Red;
}
