html, body, iframe,
h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li,
fieldset, form, label, img, input,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #232323;
    color: #A7A7A7;
    font: 12px/1 Arial,Tahoma,sans-serif;
    height: 100%;
    margin: 0;
}

h1 {
	font-size: 34px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

a, input {
    outline: medium none;
}

a{
	text-decoration: none;
	font-size: 12px;
}
a, a:hover, .main-menu li a:hover, a:visited {
	color: #FBA149;
}

ol, ul {
	list-style: none;
}

.container {
    margin: 0 auto;
    width: 960px;
}
.container:after{
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#warning_banner{
	background: #AD2535;
	color:white;
	text-align: center;
	line-height: 30px;
}
#app_navigation ul{
	list-style-type: none;
}
#app_navigation li{
	float:left;
	margin-left: 10px;
}
.tiggzi_btn, input.tiggzi_btn{
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px -1px 2px #777777;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	 -khtml-border-radius: 3px;
			border-radius: 3px;
	padding: 10px 20px;
	color: white!important;
	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
}

.tiggzi_btn:active, 
input.tiggzi_btn:active {
	-webkit-box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.9);
	   -moz-box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.9);
			box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.9);	
}

.tiggzi_btn.orange, .tiggzi_btn.orange:hover{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1MSwxNzgsODMsMSk7IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiYSgyNTAsMTQxLDU2LDEpOyIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgLz48L3N2Zz4=);
	background: -o-linear-gradient(top, rgba(251, 178, 83, 1), rgba(250, 141, 56, 1));
	background: -moz-linear-gradient(top, rgba(251, 178, 83, 1), rgba(250, 141, 56, 1));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(251, 178, 83, 1)), color-stop(1, rgba(250, 141, 56, 1)));
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFBB253,EndColorStr=#FFFA8D38)";
}
.tiggzi_btn.gray, .tiggzi_btn.gray:hover{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDE4NSwxODUsMTg1LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoNzEsNzEsNzEsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
	background: -o-linear-gradient(top, rgba(185, 185, 185, 1), rgba(71, 71, 71, 1));
	background: -moz-linear-gradient(top, rgba(185, 185, 185, 1), rgba(71, 71, 71, 1));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(185, 185, 185, 1)), color-stop(1, rgba(71, 71, 71, 1)));
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFBBBBBB,EndColorStr=#FF474747)";
}

.tiggr-btn,.tiggr-btn:visited {
	background-color: #222;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}

.small.tiggr-btn, .small.tiggr-btn:visited {
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.red.tiggr-btn, .red.tiggr-btn:visited {
	background-color: #E33100;
}

.red.tiggr-btn:hover {
	background-color: #872300;
}

.lowercaseField {
	text-transform: lowercase;
}

.entry {
	clear: both;
	padding: 0px 0 1em;
}

.entry .label, .entry .output, .entry .input {
	display: inline-block;
	float: none;
	padding: 0;
}

.entry .error {
    display: inline-block;
    text-align: right;
    clear: both;
}

.message {
	background: none;
	padding: 5px;
	list-style: none;
	border: 0;
	margin: 5px 0 8px 0;
	font-size: 12px;
	text-align: left;
}

.message li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
	margin-bottom: 5px;
}

.message li.warnmsg, li.warnmsg, .message li.infomsg {
	color: yellow;
	padding-left: 20px;
}

.message li.warnmsg, li.warnmsg {
	background-image: url("https://account.tiggzi.com/resources/img/msgwarn.png");
}

.message li.infomsg {
	background-image: url("https://account.tiggzi.com/resources/img/msginfo.png");
}

.errormsg{
	color: red;
}

.message li.errormsg, li.errormsg {
    background-image: url(https://account.tiggzi.com/resources/img/msgerror.png);
    color: red;
    padding-left: 20px;
    font-size: 14px;
}

#mess-div .message {
    background: none repeat scroll 0 0 #3A3A3A;
    border-radius: 5px 5px 5px 5px;
    font-size: 13px;
    margin: auto;
    padding: 15px 10px 10px;
}

#app_navigation{
	margin-top: 16px;
}
#app_navigation ul{
	margin-bottom: 3px;
}
#app_navigation .container{
	border-bottom: 1px solid #424242;
}
.main-menu li{
    margin-right: 10px;
	float: left;
}
.main-menu li a, .main-menu li span{
	text-transformation: upper-case;
	text-transform: uppercase;
	font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
	color: #B9B9B9;
	line-height: 24px;
}
.main-menu .active{
	color: #E96F03;
	background: url(https://account.tiggzi.com/resources/img/home/selected-arr.png) center 18px no-repeat;
    padding-bottom: 10px;
    position: relative;	
}

.entry input[type="text"], .entry input[type="password"], .entry select, .entry textarea {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font-size: 16px;
    padding: 6px 10px;
	background-image: none;
}

#login_form .entry .label{
	width: 70px;
	margin: 0px;
}
.home-verbiage{
	color: white;
	margin-top: 35px;
}
.home-verbiage h1{
	font-size: 34px;
	font-weight: bold;
	margin:0 0 10px;
}
.home-verbiage h2{
	margin:0 0 10px;
}
.home-verbiage h3{
    color: #CECECE;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 0;	
}
.home_main{
    background-image: url(https://account.tiggzi.com/resources/img/home/home-page-image.png);
    background-position: right top;
    background-repeat: no-repeat;
}
#subscriptionForm .cc-info .entry .output{
    font-size: 15px;
	display: inline-block;
	padding-top: 15px;
}
#subscriptionForm .cc-info .entry input[type="text"]{
	width: 250px;
}
#subscriptionForm .cc-info .entry select{
	width: 272px;
}
.home_menu .icon{
	padding: 10px 0 0 80px;
	background-repeat: no-repeat;
	background-position: 10px 25px;
	height: 90px;
}
.home_menu h4{
	color:white;
	margin: 0;
	font-size: 14px;
}
.home_menu p{
	font-size: 14px;
	color: #A7A7A7;
	font-size: 12px;
	min-height: 25px;
}

.home_menu .icon.ipad{
	background-image: url(https://account.tiggzi.com/resources/img/home/iPad.png);
}
.home_menu .icon.mac{
	background-image: url(https://account.tiggzi.com/resources/img/home/mac.png);
}
.home_menu .icon.cloud{
	background-image: url(https://account.tiggzi.com/resources/img/home/cloud.png);
}

.product-info .rf-p-b {
	padding: 0;
}

.product-info h3{
	color: white;
	margin: 0px;
	font-size: 20px;
}
.product-info h3 b {
    color: #F6762D;
}
.product-info p {
    line-height: 1.3em;
    padding-left: 20px;
	color: white;
	font-size: 14px;
	margin: 0;
}


div#action_bar{
	margin-bottom: 1.5em;
}

div#action_bar .search{
	float: right;
} 

.clear:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.list{
	margin-bottom: 0.5em;
	width: 100%;
}

.list th, .list td{
    padding: 7px 8px 5px;
    vertical-align: top;
}

.list th{
	text-align: left;
 	line-height: 20px;	
        background-color: #B9B9B9
}

.list td{
	line-height: 16px;
        border-collapse: collapse;
        border-bottom: 1px dotted #B9B9B9;
	font-size: 12px;
}
.rich-dtascroller-table, .rich-datascr-button, .rich-datascr-ctrls-separator{
	background: transparent;
	border: none;
}

.adm-nav-bar {
    clear: both;
    margin: 1em 0 0.5em;
    position: relative;
}

.adm-nav-bar-links li {
	border-left: 1px solid #CCC;
	float: left;
	font-size: 0.917em;
	margin: 0 6px;
	padding-left: 6px;
}

.adm-nav-bar-links .active{
    color: #F6762D;
    cursor: default;
}

.adm-nav-bar-links li.adm-nav-bar-links-label {
    border: 0 none;
    font-weight: bold;
    margin-right: 0;
    padding-left: 0;
}
li.adm-nav-bar-links-label-first {
    border: medium none !important;
}
.adm-nav-bar-links a {
	font-size: inherit;
}

ul.ui_primary_buttons li {
    float: left;
    margin-right: 12px;
}

.rf-pp-cnt {
    background-color: #3A3A3A;
	border-color:#3A3A3A;
	border-style:solid;	
    border-radius: 3px 3px 3px 3px;    
    color: #A7A7A7;
    padding: 0;
    font-size: 14px;
}

.rf-pp-cntr{
	border:none;
	box-shadow:4px 5px 22px 1px #111111;	
	border-radius: 3px 3px 3px 3px;    
	background-color:transparent;
}

.rf-pp-cnt-scrlr{
	background-color:transparent;
}
.clearInput{
	font-size: 20px;
	position: absolute;
	top: 7px;
	left: 250px;
	display: inline-block;
	background: none!important;
	color: gray;
}