ol.alpha li
{list-style-type: lower-alpha;}
ol.alpha li ul li
{list-style-type: square;}

/*--- UI Styles ---*/
.dnnForm { width: 100% }

.dnnForm .ui-widget-header, .dnnFormPopup .ui-widget-header {
    border-bottom: 2px solid #405d95;
    font-weight: bold;
}

.dnnForm .ui-tabs .ui-tabs-nav li a, ul.dnnAdminTabNav li a {
	float:left; padding:.5em 1em; text-decoration:none; font-weight:bold; color:#fff; text-decoration:none; display:block; margin:0; letter-spacing:-0.03em; background:#818181;
	background: -moz-linear-gradient(center top , #80abde 0%, #0e7eb2 100%) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#80abde), color-stop(100%,#0e7eb2));
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80abde', endColorstr='#0e7eb2',GradientType=0 );
		-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:0px;
		-moz-border-radius-bottomleft:0px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;text-shadow:0px 1px 1px #000;}

.dnnForm .ui-state-active a, 
.dnnForm .ui-state-active a:link, 
.dnnForm .ui-state-active a:visited, 
.dnnForm .ui-state-active, 
.dnnForm .ui-widget-content 
.ui-state-active, 
.dnnForm .ui-widget-header .ui-state-active {
    background: -moz-linear-gradient(center top , #014591 0%, #0066cb 100%) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#014591), color-stop(100%,#0066cb));
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#014591', endColorstr='#0066cb',GradientType=0 );
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
}

.dnnForm .ui-state-hover a, .dnnForm .ui-state-hover a:hover {
	color:#fff;text-decoration:none;cursor:pointer;background:#4E4E4E;
	background: -moz-linear-gradient(center top , #014591 0%, #0066cb 100%) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#014591), color-stop(100%,#0066cb));
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#014591', endColorstr='#0066cb',GradientType=0 );}

.dnnFormPopup .ui-dialog-titlebar {
    background: -moz-linear-gradient(center top , #649cf1 0%, #0066cb 100%) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#649cf1), color-stop(100%,#0066cb));
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#649cf1', endColorstr='#0066cb',GradientType=0 );
    border-radius: 6px 6px 0 0;
    -webkit-border-top-left-radius: 6px;-webkit-border-top-right-radius: 6px;-webkit-border-bottom-right-radius: 0px;-webkit-border-bottom-left-radius: 0px;
}

ul.dnnActions a.dnnPrimaryAction, ul.dnnActions a.dnnPrimaryAction:link, ul.dnnActions a.dnnPrimaryAction:visited,
a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited,
 .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only{
	background:#649cf1;background:-moz-linear-gradient(center top , #649cf1 0%, #0066cb 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#649cf1), color-stop(100%,#0066cb));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#649cf1', endColorstr='#0066cb',GradientType=0 );
	-moz-border-radius:3px;
	border-radius:3px;
	text-shadow:0px 1px 1px #000;
	color:#fff;text-decoration:none;font-weight:bold;border-color:#fff}
	
ul.dnnActions a.dnnPrimaryAction:hover, ul.dnnActions a.dnnPrimaryAction:link:hover, ul.dnnActions a.dnnPrimaryAction:visited:hover,
a.dnnPrimaryAction:hover, a.dnnPrimaryAction:link:hover, a.dnnPrimaryAction:visited:hover,
 .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
	background:#014591;background:-moz-linear-gradient(center top , #014591 0%, #0066cb 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#014591), color-stop(100%,#0066cb));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#014591', endColorstr='#0066cb',GradientType=0 );
	-moz-border-radius:3px;
	border-radius:3px;
	text-shadow:0px 1px 1px #000;
	color:#fff;text-decoration:none;font-weight:bold;border-color:#fff}
	
.dnnFormItem input, .dnnFormItem .dnnFormInput, .dnnFormItem textarea {
    background: none repeat scroll 0 0 #f3fcfd;
    border-color: #c2dadc;
    box-shadow: 0 0 3px 3px #e1f5f8 inset;
}
