/* Add only the styles which should appear in styles dropdown in secure section */
html{
	padding:0px;
	margin:0px;
}

body,div,p,td,li,input,option,select{
	font-family: "Trebuchet MS";
        font-size: 14px;
        color: #444444;
}

a {color:#6D98D9; text-decoration:none;}
a:hover {color:#0144A9; text-decoration:underline;}

/*.pageheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#48464B;
}

.pageheader{
	font-size:20px;
        color:#444444;
        font-family:Georgia,"Times New Roman",Times,serif;
        padding-top:2px;
        padding-bottom:0;
        padding-left:10px;
	border:none;
}
*/
p h4{
	font-size:20px;
        color:#444444;
        font-family:Georgia,"Times New Roman",Times,serif;
        padding-top:2px;
        padding-bottom:0;
        padding-left:10px;
	border:none;
}

.border{
	border:1px solid #48464B;
}

.button{
	background:#CAA463;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	border:2px solid #A57522;
	color:#ffffff;
	font-weight:bold;
	padding:0;
        margin:0;
        cursor:pointer;
        
}

.button:hover{
	background:#CAA463;
	border:2px solid  #A57522;
}

.text{
	font-size:11px;
	border:1px solid #999999;
	background:#FFFFFF;
	text-indent:2px;
}

.required{
	border:1px solid #FF9900;
	background:#999999;
}

.req{
	color:#ff0000;
}

/* leave this empty - this is to use in wysiwyg in secure section for images to be modal */
.modal_image{

}
