/* 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;
}

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;
}


/******** TEXT OPTIONS *********/

.smallText{ font-size:11px; }
.smallBlackText{ font-size:11px; color:#000; }
.smallBlueText{ font-size:11px; color:#0000FF; }
.smallGreenText{ font-size:11px; color:#009900; }
.smallRedText{ font-size:11px; color:#FF0000; }
.smallWhiteText{ font-size:11px; color:#FFF; }
.smallYellowText{ font-size:11px; color:#0000FF; }
.mediumText{ font-size:12px; }
.mediumBlackText{ font-size:12px; color:#000; }
.mediumBlueText{ font-size:12px; color:#0000FF; }
.mediumGreenText{ font-size:12px; color:#009900; }
.mediumRedText{ font-size:12px; color:#FF0000; }
.mediumWhiteText{ font-size:12px; color:#FFF; }
.mediumYellowText{ font-size:12px; color:#0000FF; }
.largeText{ font-size:14px; }
.largeBlackText{ font-size:14px; color:#000; }
.largeBlueText{ font-size:14px; color:#0000FF; }
.largeGreenText{ font-size:14px; color:#009900; }
.largeRedText{ font-size:14px; color:#FF0000; }
.largeWhiteText{ font-size:14px; color:#FFF; }
.largeYellowText{ font-size:14px; color:#0000FF; }
.xtraLargeText{ font-size:16px; }
.xtraLargeBlackText{ font-size:16px; color:#000; }
.xtraLargeBlueText{ font-size:16px; color:#0000FF; }
.xtraLargeGreenText{ font-size:16px; color:#009900; }
.xtraLargeRedText{ font-size:16px; color:#FF0000; }
.xtraLargeWhiteText{ font-size:16px; color:#FFF; }
.xtraLargeYellowText{ font-size:16px; color:#0000FF; }



.border{
	border:1px solid #48464B;
}

.button{
	background:#4D8EC9;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	border:2px solid #4D8EC9;
	color:#ffffff;
	padding:0;
    margin:0;
    cursor:pointer;    
}

.button:hover{
	background:#2166B1;
	border:2px solid  #2166B1;
}

.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{

}

