﻿
.Form{ /*do not remove*/ }
div#Mobile_Form_Alert{
	background:#FFFFFF;
	color:red;
	font-weight:bold;
	font-size:14px;
	padding:15px;
}
div#Mobile_Form_Alert p{
	margin:4px 4px 0px 4px;
}
/* Form Controls */
.Form-SubmitButton{
	width:100%;
	height:24px;
}
.Form-LinkButton{
	border:0px;
	text-decoration:underline;
	color:black;
}
.Form-ImageButton{
	cursor:default;
	background-color : Transparent;
	border:none;
}
.Form-Edit{
	width:150px;
	font-size:16px;
}
.Form-Password{
	width:150px;
	font-size:16px;	
}
.Form-MultiLineEdit{
	width:200px;
	height:50px;
	font-size:16px;	
}
.Form-CheckBox{
	padding-right:3px;
	-webkit-border-radius:5px;
	width:24px;
	height:24px;
}
.Form-RadioButton{
	-webkit-border-radius:5px;
}
.Form-Combo{
	height:28px;
	font-size:16px;
	width:98% !Important;
}
.Form-Label{
	font-weight:bold;
}

/* MenuButton */
div.Form-MenuButton{
	cursor:default;
	-webkit-border-radius: 6px;
}
div.Form-MenuButton table{
	width:100%;
}
div.Form-MenuButton td{
	padding:10px 5px 9px 5px;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
}
.WebKit div.Form-MenuButton td{
	font-size:16px;
}
div.Form-MenuButton td.LeftIcon{
	padding:2px 0px 2px 5px;
	width:12px;
}
div.Form-MenuButton td.Text{
	color:#FFFFFF;
	text-shadow: #333333 0px -1px 0;
}
div.Form-MenuButton td.RightIcon{
	padding:2px 5px 2px 0px;
	width:12px;
}
/* MB_STANDARD */
div.Form-MenuButton.Type0{
	background:#CCCCCD url(images/MenuButtonBg.png) repeat-x;
	border:2px solid #AAAAAA;
}
div.Form-MenuButton.Type0 td.Text{
	color:#000000;
	text-shadow: #FFFFFF 0px 1px 0;
}
div.Form-MenuButton.Type0.Clicked{
	border-color:#160095;
	background:#004BE8;
}
div.Form-MenuButton.Type0.Clicked td{
	color:#EEEEEE;
	text-shadow:0px 0px;
}

/* MB_TOOLBAR */
div.Form-MenuButton.Type1{
	background:#6C6C6C url(images/MenuButtonToolbarBg.png) repeat-x;
	border-width:1px 0px 1px 1px;
	-webkit-border-radius:0px;
}
div.Form-MenuButton.Type1 td{
	color:#FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.6) -1px -1px 0;
	xfont-weight:normal;
	text-align:left;
	
}
div.Form-MenuButton.Type1.Clicked{
	background:#6C6C6C;
}

/* MB_BLACK */
div.Form-MenuButton.Type2{
	background:#000000 url(images/MenuButtonBlackBg.png) repeat-x;
	border:2px solid #333333;
}
div.Form-MenuButton.Type2.Clicked{
	background:#111111;
	border:2px solid #222222;
}

/* MB_GRAY */
div.Form-MenuButton.Type3{
	background:#A1A1A1 url(images/MenuButtonGrayBg.png) repeat-x;
	border:2px solid #7F7F7F;
}
div.Form-MenuButton.Type3.Clicked{
	background:#7F7F7F;
	border:2px solid #606060;
}

/* MB_RED */
div.Form-MenuButton.Type4{
	background:#C11A1A url(images/MenuButtonRedBg.png) repeat-x;
	border:2px solid #941414;
}
div.Form-MenuButton.Type4.Clicked{
	background:#941414;
	border-color:#690E0E;
}

/* MB_FORM (5) MB_FORMACTION (6) MB_FORMRED (7)*/

.WebKit div.Form-MenuButton.Type5,
.WebKit div.Form-MenuButton.Type6,
.WebKit div.Form-MenuButton.Type7{
	min-width:60px;
	max-width:70px;
	-webkit-border-radius: 0;
	border-width: 0px 5px 0px 5px;
    background:none;
}
div.Form-MenuButton.Type5,
div.Form-MenuButton.Type6,
div.Form-MenuButton.Type7{	
	border:1px solid #49535F;	
}
div.Form-MenuButton.Type5 td,
div.Form-MenuButton.Type6 td,
div.Form-MenuButton.Type7 td{
	padding:5px 2px 5px 2px;
	font-size:11px;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
}
.WebKit div.Form-MenuButton.Type5 td,
.WebKit div.Form-MenuButton.Type6 td,
.WebKit div.Form-MenuButton.Type7 td{
	padding:6px;
	font-size:12px;
}
div.Form-MenuButton.Type5{
	background:url(images/MbFormBg.png) #5877A2;
}
.WebKit div.Form-MenuButton.Type5{
	-webkit-border-image: url(images/ButtonStandard.png) 0 5 0 5;
}
div.Form-MenuButton.Type6{
	background:url(images/MbFormActionBg.png) #225FDA;
}
.WebKit div.Form-MenuButton.Type6{
	-webkit-border-image: url(images/ButtonBlue.png) 0 5 0 5;
}
div.Form-MenuButton.Type7{
	background:url(images/MbFormRedBg.png) #C4271F;
}
.WebKit div.Form-MenuButton.Type7{
	-webkit-border-image: url(images/ButtonRed.png) 0 5 0 5;
}
div.Form-MenuButton.Type8 td{
	font-size:12px;
	color:#CCCCCC;
	font-weight:bold;
	background:url(images/MbFormBlackBg.png) #111111;
	border:1px solid #333333;
	-webkit-border-radius:5px;
}