/* /Css/default.css
**
** This CSS Class provides basic style and formatting for the
** Abilitation.Web.UI.PageTemplates.Design01 page template.
**
** The top section of the file defines some generic Element
** selectors, whilst the second part of the file provides
** ID specific selectors which are referenced by the Classic
** template.
*/


/*
** Element Selectors
*/
body
{
   color: #2f4f4f;
   font-family: Verdana, Helvetica, Sans-Serif;
   font-size: 12px;
}


a
{
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}

a:hover
{
    color: #ff0000;
    text-decoration: none;
}

h1, h2, h3, h4, h5
{
   color: #006699;
   font-family: Arial, Helvetica, Sans-Serif;
   font-weight: bold;
}

h1
{
   font-size: 24px;
   margin-top: 10px;
   margin-bottom: 15px;
}
   
h2
{
   font-size: 20px;
   margin-top: 15px;
   margin-bottom: 10px;
}

h3
{
   font-size: 16px;
   margin-top: 15px;
   margin-bottom: 5px;
}

h4
{
   font-size: 14px;
   margin-top: 15px;
   margin-bottom: 5px;
}

img
{
   border: none;
   text-decoration: none;
}

input
{
   font-size: 11px;
}

p
{
   margin-top: 0px;
   margin-bottom: 10px;
}

select
{
   font-size: 11px;
}

table
{
   font-size: 11px;
}

tfoot
{
   background-color: whitesmoke;
}

thead
{
   background-color: whitesmoke;
}

thead td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
}

ul
{
   margin-top: 5px;
   margin-bottom: 10px;
   margin-left: 20px;
}

ol
{
   margin-top: 5px;
   margin-bottom: 10px;
   margin-left: 20px;
}

li
{
	margin-left: 0px;
	margin-bottom: 4px;
}



/*
** ID Selectors (for Abilitation.Web.UI.PageTemplates.Design01 page template)
*/

#pageBackground
{
   background-position: 0px 0px;
   background-repeat: no-repeat;
}

#pageFrame
{
   border: 1px solid #dddddd;
   margin: 0 auto;
   width: 750px;
}

#pageHeader
{
   color: #f0ffff;
   background-color: #006699;
   padding-top: 5px;
   padding-bottom: 5px;
}


#pageHeader h1, #pageHeader h2, #pageHeader h3,
#pageHeader h4, #pageHeader h5, #pageHeader h6
{
   color: #f0ffff;
   margin: 0px;
   padding: 0px;
}


#pageMenu
{
   background-color: #ffffff;
   margin: 3px 0 0 10px;
   text-align: left;
}

#pageContent
{
   margin: 20px 20px 0 20px;
}

#returnLink
{
   margin-top: 20px;
}

#returnLink p
{
   margin: 0 0 3px 5px;
}

#returnLink hr
{
   height: 1px;
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: left;
   width: 50%;
}

#returnLink a
{
   font-weight: normal;
}

#pageFooter
{
   background-color: #f5f5f5;
   border-top: 3px double #dddddd;
   color: #666666;
   margin-top: 30px;
}

#pageFooter table
{
   font-size: 10px;
}

