﻿
/* Render Form Control */
.description
{
    font-style: italic;
    padding-left: 5px;
}

.groupdescription
{
    font-style: italic;
    padding-left: 20px;
}

.example
{
    font-style: italic;
    padding-left: 5px;
    color: red;
}

.title
{
    font-family: Verdana;
    font-size:20px;
    font-weight:bold;    
    margin-bottom: 5px;
}

.form
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 4px 10px 4px;
	
	/*background-color:#2E2E2E;	*/
}

.formcontrols
{
	font-family: Arial;
	
	margin-top:5px;
	margin-bottom:5px;
	padding: 10px 4px 10px 4px;
	font-size:10pt;
}



/* Widget Container */
.toolbar
{
    font-family:Verdana;
    font-size:8pt;
    font-weight:normal; 
    
    padding: 1px 3px 1px 3px;
    color:#FFFFFF;
    
    text-decoration:none;
    text-align:right;
    border: 1px solid #FFFFFF;
}

.toolbar:hover
{
    
    border: 1px solid #99ccff;
    background-color: #F0F8FF;
    color:#000000;
    text-decoration:none;
}

.htmleditorlink:hover
{
	cursor:pointer;
}
.htmleditorlink
{	
	padding: 5px 1px 5px 1px;
	font-weight:bold;
}

.htmleditorlink a
{
	padding: 1px 1px 1px 17px;
	background-image:url('../images/wi0132-16.png');
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:baseline;
}
.widgettitle
{
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial;
}

.widgetmenu
{
	position:absolute;
	top: 0;
	border: 1px solid #B5E2FE;
	border-bottom-width: 0;
	font:normal 8pt Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 100px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.widgetmenu a
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid ##B5E2FE; 
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size:8pt;
}

* html .widgetmenu a
{ /*IE only hack*/
	width: 100%;
}

.widgetmenu a:hover
{ 
	background-color: #EBF7FF;
}

/* Modal Popups */
.modalPopupComments
{
    font-family:verdana;
    font-size:10pt;
	height:460px;
	width:610px;		
	background-color:#F0F0F0;
	border:solid 1px #838996;	/* B5BBC9 */
}

.modalPopup_Header
{	
	height:24px;
	border-bottom:solid 1px #838996;
	background:url(../images/modalheader.gif) repeat-x;
}

.modalPopup_Header .left
{
	padding:4px 0px 2px 10px;
	float:left;
	font-weight:bold;		
	font-size:12px;
}

.modalPopup_Header .right
{
	padding:4px 10px 2px 0px;
	float:right;
}

.modalPopup_Content
{	
    height:390px;
	clear:both;
	padding:10px 10px 10px 10px;
}

.modalPopup_Content .left
{	
	float:left;
}

.modalPopup_Content .right
{	
	float:right;
}

.modalPopup_Footer
{
	clear:both;
	height:24px;
	border-top:solid 1px #838996;
}

.modalPopup_Footer .left
{
	padding:2px 0px 8px 10px;
	float:left;
}

.modalPopup_Footer .right
{
	padding:2px 10px 8px 0px;
	float:right;
}

/* Online Forms Login */
.signin
{
    background-color:#d8dfea;
    border: solid 1px #E3E2d8;
    font-family: Verdana;    
    width:350px;
    padding: 10px;
}

.container
{
	float:left;	
	margin-left:10px;	
}

.defaultfont
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
}

.defaultfontbold
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold ;
}
.signinbutton
{
	BORDER-RIGHT: white 3px double;
	PADDING-RIGHT: 7px; 
	BORDER-TOP: white 3px double; 
	PADDING-LEFT: 7px; 
	FONT-WEIGHT: bold; 
	PADDING-BOTTOM: 3px; 
	BORDER-LEFT: white 3px double; 
	CURSOR: pointer; 
	COLOR: #ffffff; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: white 3px double; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #596e9d; 
	_padding: 0px; 
	_border: 3px double #596e9d;
	font-size: 10pt;
}
