/*
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#layoutitemsettings form label#label_content{display:none;}

div#usermenubar
{
	clear:none;
	float:none;
}

.template_right
{
	float:right;
	width:310px;
}

.template_left
{
	width:310px;	
}

a
{
    font-weight: 700;
    color: #003178;
    cursor: pointer;
	text-decoration:none;
}

a:hover
{      
    color: #003178;
	text-decoration:underline;
}

body
{
    font-family: arial;
    background-color: #ffffff;
    padding: 0px;
    border: 0px;
    margin: 0px;
    color: #666666;
    font-size: 12px;
}

div
{
    font-size: 12px !important;
}

img
{
	border: none;
}

input, textarea
{
	border: solid 1px #666666;
	font-family: Century Gothic, sans-serif;
	font-size: 11px;
	padding: 2px;
}

p
{
    font-size: 12px;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


h1
{
	font-size:12px!important;
	font-weight:bold;
	margin:0px;
	color:#003178;
}

h4
{
	font-size:12px!important;
	font-weight:bold;
	margin:0px;
	color:#003178;
}
