/*************** =BForm ***************/

div.bform
{
	display:block;
	left:200px;	
	position:absolute;
	top:200px;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
	zoom:1;
}

/*   top row  */

div.bform-lt
{
	width: 100%;
	height: 8px;
	background: url(../img/form_lt.png) no-repeat scroll left;
	padding-left: 8px;
}

div.bform-t
{
	height: 8px;
	width: 100%;
	background: url(../img/form_t.png) repeat-x scroll;
	overflow: hidden;
}

div.bform-rt
{
	height: 8px;
	width: 100%;
	padding-right: 8px;	
	background: url(../img/form_rt.png) no-repeat scroll right;
}

/* middle row */

div.bform-l
{
	padding-left: 8px;
	width: 100%;
	/*height: 100%;*/
	background: url(../img/form_l.png) repeat-y scroll left;
}

div.bform-body
{
	width: 100%;
	height: 100%;
	background: url(../img/form_bg.png) repeat-x;
	border: 1px solid #99BBE8;
}

div.bform-r
{
	padding-right: 8px;
	width: 100%;
	/*height: 100%;*/
	background: url(../img/form_r.png) repeat-y scroll right;
}

/* bottom row */

div.bform-lb
{
	width: 100%;
	height: 8px;
	background: url(../img/form_lb.png) no-repeat scroll left;
	padding-left: 8px;
}

div.bform-b
{
	height: 8px;
	width: 100%;
	background: url(../img/form_b.png) repeat-x scroll;
	overflow: hidden;
}

div.bform-rb
{
	height: 8px;
	width: 100%;
	padding-right: 8px;	
	background: url(../img/form_rb.png) no-repeat scroll right;
}

/* bform elements */

div.bform-header
{
	cursor: move;
	overflow: hidden;
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	color: #15428B;
	background: url(../img/form_bg_h.png) repeat-x;
}

div.bform-closebutton
{
	width: 13px;
	height: 13px;
	background: url(../img/xbutton.png) no-repeat;
	float: right;
	cursor: pointer;
}

div.bform-closebutton:hover
{
	width: 13px;
	height: 13px;
	background: url(../img/xbutton-a.png) no-repeat;
	float: right;
	cursor: pointer;
}


/****** BButton ******/

div.bbutton
{
	cursor: pointer;
	overflow: hidden;
	display: inline;
	margin: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.bbutton div.bbleftside
{
	width: 5px !important;
	height: 23px !important;
	/*background: url(/images/bbutton-left.png) no-repeat;*/
	float: left;
	display: inline-block;
}

div.bbutton div.bbrightside
{
	width: 5px !important;
	height: 23px !important;
	/*background: url(/images/bbutton-right.png) no-repeat;*/
	float: left;
	display: inline-block;
}

div.bbutton div.bbmiddle
{
	height: 23px;
	/*background: #B2E1FF;*/
	float: left;
	display: inline-block;
	/*overflow: hidden;*/  	
}

div.bbutton div.bbmiddle span
{
	line-height: 22px;
/*	display: inline;
	float: left;*/
	float:left; 
  overflow: hidden; 
  display:inline-block;		
}

div.bbutton div.bbmiddle img.bbico
{
	float:left;
	margin-right:6px;
	margin-top:3px;
}

/**==========================*/
div.bbutton_act
{
	cursor: pointer;
	overflow: hidden;
	display: inline;
	margin: 1px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.bbutton_act div.bbleftside
{
	width: 5px !important;
	height: 23px !important;
	background: url(/images/bbutton-left.png) no-repeat;
	float: left;
	display: inline;
}

div.bbutton_act div.bbrightside
{
	width: 5px !important;
	height: 23px !important;
	background: url(/images/bbutton-right.png) no-repeat;
	float: left;
	display: inline;
}

div.bbutton_act div.bbmiddle
{
	height: 23px;
	background: #B2E1FF;
	float: left;
	display: inline;
	/*overflow: hidden;*/	
}

div.bbutton_act div.bbmiddle span
{
	line-height: 22px;
	float:left; 
  overflow: hidden; 
  display:inline;	
}

div.bbutton_act div.bbmiddle img.bbico
{
	float:left;
	margin-right:6px;
	margin-top:3px;
}

/****** GButton ******/

div.glbutton
{
	cursor: pointer;
	overflow: hidden;
	/*display: inline;*/
	float: left;
	margin: 1px 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.glbutton div.bbleftside
{
	width: 5px;
	height: 27px;
	background: url(../img/sbutton_left.png) no-repeat;
	float: left;	
}

div.glbutton div.bbrightside
{
	width: 5px;
	height: 27px;
	background: url(../img/sbutton_right.png) no-repeat;
	float: left;
}

div.glbutton div.bbmiddle
{
	height: 27px;
	background: url(../img/sbutton_mid.png) repeat-x;
	float: left;
	overflow: hidden;
	text-align: center;
}

div.glbutton div.bbmiddle span
{
	line-height: 26px;
}

div.glbutton div.bbmiddle img.bbico
{
	float:left;
	margin-right:6px;
	margin-top:5px;
}

/**==========================*/
div.glbutton_act
{
	cursor: pointer;
	overflow: hidden;
	/*display: inline;*/
	float:left;
	margin: 1px 3px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.glbutton_act div.bbleftside
{
	width: 5px;
	height: 27px;
	background: url(../img/sbutton_left_act.png) no-repeat;
	float: left;
}

div.glbutton_act div.bbrightside
{
	width: 5px;
	height: 27px;
	background: url(../img/sbutton_right_act.png) no-repeat;
	float: left;
}

div.glbutton_act div.bbmiddle
{
	height: 27px;
	background: url(../img/sbutton_mid_act.png) repeat-x;
	float: left;
	overflow: hidden;
	text-align: center;
}

div.glbutton_act div.bbmiddle span
{
	line-height: 26px;
}

div.glbutton_act div.bbmiddle img.bbico
{
	float:left;
	margin-right:6px;
	margin-top:5px;
}

/**==========================*/
div.glbutton_on
{
	cursor: pointer;
	overflow: hidden;
	/*display: inline;*/
	float:left;
	margin: 1px 3px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

div.glbutton_on div.bbleftside
{
	width: 5px;
	height: 27px;
	background: url(../img/sbutton2_left_on.png) no-repeat;
	float: left;
}

div.glbutton_on div.bbrightside
{
	width: 5px;
	height: 27px;
	background: url(../img/sbutton2_right_on.png) no-repeat;
	float: left;
}

div.glbutton_on div.bbmiddle
{
	height: 27px;
	background: url(../img/sbutton2_mid_on.png) repeat-x;
	float: left;
	overflow: hidden;
}

div.glbutton_on div.bbmiddle span
{
	line-height: 26px;
}

div.glbutton_on div.bbmiddle img.bbico
{
	float:left;
	margin-right:6px;
	margin-top:5px;
}

/*** gl button dropdown list***/

ul.glbuttonddlist
{
	list-style: none;
	position: absolute;
	left: 100px;
	top: 100px;	
	background: #ffffff;	
	padding: 0;
	margin: 0;	
	border: 1px solid #ADB9C2;
}

div.glbuttonddlistitem
{
	padding: 3px 3px 3px 26px;
	cursor: default;	
	font-family: tahoma,arial,sans-serif;
	font-size: 11px;
}

div.glbuttonddlistitem:hover
{
	background: #eeeeee;
}

ul.glbuttonddlist li div.selected
{
	background: #D9E8FB;
}

/*** bForm list***/

ul.bform-list
{
	list-style: none;
	padding: 0 10px;
	margin: 0;	
}

ul.bform-list li div
{
	overflow: hidden;
}

ul.bform-list li input[type='radio']
{
	float: left;
	margin-right: 3px;
}

ul.bform-list li label
{
	display:block;
	float:left;
	font-weight:bold;
	width:125px;
}

/*ul.bform-list li */
div.btngroup 
{
	overflow:hidden;
	margin-left:125px;
}


/****  gsom-fields-list ****/
ul#gsom-fields-list {
 margin:0; 
 padding:0 0 10px 0;
 list-style-type: none;
}

ul#gsom-fields-list li {
 margin: 1px; 
 /*padding: 5px;*/
 cursor: move;
 /*border:1px solid #C6D9E9;*/
}


div.gsom-list-item-wrapper
{
	width:250px;
	float: left;
	padding: 5px;
	border:1px solid #C6D9E9;
}

ul#gsom-fields-list li
{
	overflow: hidden;
}

ul#gsom-fields-list li label
{
	margin-right: 3px;
	line-height: 23px;
	float: left;
}

ul#gsom-fields-list li input[type='radio']
{
	float: left;
	margin-right: 3px;
	height: 22px;
}


ul#gsom-fields-list li input[type='checkbox']
{
	float: left;
	margin-right: 3px;
	height: 22px;
}

ul#gsom-fields-list li input[type='text']
{
	float: right;
}

ul.bform-rb-list
{
	list-style:none;
	padding:0;
	margin:0;
	overflow: hidden;
}

ul.bform-rb-list li input[type='radio']
{
	float:left;
	height:18px;
}


ul.bform-rb-list li input[type='text']
{
	float:left;
	font-family:arial;
	font-size:11px;
	height:14px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	width:124px;
}

ul.grid
{
	background: #ffffff;
	border:1px solid #A5ACB2;
	list-style:none;
	padding:0;
	margin:0;
	height: 70px;
	width: 100%;
}

ul.grid *
{
	 overflow:hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

div.grid-hdr
{
	background: #f9f9f9 url(../img/gridhdr.gif) repeat-x 0 bottom;
 	cursor:default;
	zoom:1;
	float: left;
	overflow:hidden;
	border-left:1px solid #eee;
	border-right:1px solid #d0d0d0;	
	padding:3px 3px 3px 5px;
	
}

div.grid-row
{
	float: left;
	padding:3px 3px 3px 5px;
}


/***** widget opt-in form *****/

.gsom-optin-div-label
{
	display:block;
}


.gsom-optin-label
{
	/*display:block;*/
}

ul.gsom-optin-form
{
	list-style: none;
	margin: 0 !important;	
	list-style-image: none;
	list-style-type: none;
	
}

ul.gsom-optin-form *
{
	list-style-type: none !important;
	list-style-image: none !important;
}

div.gsom-optin-form div
{
	margin: 5px 0;	
	overflow:hidden;
}

div.gsom-optin-radiogroup
{	
	margin-left: 10px;
}

/**** widget form builder (admin menu) ****/

div.gsom-optin-radiogroup-admin
{
	float:right; 
	width:164px;
}

.gsom-flink
{
	cursor: pointer;
}

table.gsom_small_table
{
	line-height:normal !important;
}

table.gsom_small_table tr 
{
	border: none !important;
	line-height:normal !important;
}

table.gsom_small_table td
{
	border: none !important;
	line-height:normal !important;
	padding: 1px !important;
	margin: 0 !important;
}

#gsom-confirm-mess-varlist p
{
	line-height: 100%;
}

/***	additional calss for non widget form ***/
div.gsom-sa-wrapper /* div wrapper around the form */
{
	text-align: center;
	background: #fafafa;
	border: 1px solid #cccccc;
	padding: 10px;
}

form.gsom-sa-from /* form class */
{
	
}

div.gsom-sa-placeholder /* block which contains all form inputs*/
{
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	width:150px;
}


