/* 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:#BB3E3E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	border:2px solid #911414;
	color:#ffffff;
	font-weight:bold;
	padding:0;
        margin:0;
        cursor:pointer;
        
}

.button:hover{
	background:#C93232;
	border:2px solid  #911414;
}

.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{

}

