/*
default.css

This file contains css for each html element in the website.
It also contains classes for use by the Rich Text Editor
*/

div#managepagelayout
{
	height:auto;
	overflow-y:scroll;
}

.template_top{margin-bottom:20px;width:670px;}

html, body
{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}


body
{
    font-family: arial;
    background-color: #DCE9ED;
    padding: 0px;
    border: 0px;
    margin: 0px;
    color: #000000;
    font-size: 13px;
}

a
{
    font-weight: 700;
    color: #000;
    cursor: pointer;
}

a:hover
{      
    color:#5490AC;
}

h1{font-size:18px;}
h2{font-size:15px;}
h3{font-size:13px;}

div
{
    /*font-size: 17px;*/
}

img
{
	border: none;
}

input, textarea
{
	border: solid 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

optgroup
{
	text-decoration: none;
	font-style:normal;
}

p
{
   /* font-size: 17px;*/
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}