﻿body {
}

.lblForm
{
    display:inline-block;
    width:150px;
}

.txtForm
{
    width:300px;
}

.divForm
{
    margin:5px;
}

.optForm
{
    min-width:300px;
}

.category-edit
{
    list-style-type:none;
    padding:0px !important;
}

.category-edit li
{
    border:1px dotted gray;
    margin-top:5px;
}

.header-area
{
    background-color:#a1aaaf;
}

.category-area {
    background-color: #4E9CAF;
}

.subcategory-area
{
    background-color:#f5791f;
}

.category-side
{
    background:white;
    padding-top:1px;
    padding-bottom:10px;
}

.ct1
{
    margin-left:-20px;
    list-style: outside none none;
}
.ct2
{
    padding-left: 15px !important;
    list-style: outside none none;
}
.ct3
{
    padding-left: 15px !important;
    list-style: outside none none;
}
.ctli
{
    padding-top:10px;
}
.ctlink
{
    font-size:13px !important;
    font-family:"proximanova",arial,sans-serif;
    color:#999;
}

.ctlinkheader
{
    font-weight:bold;
}

.ctright
{
    float:right;
    padding-right:20px;
}

.ctleft
{
    
}

.ctlink:hover
{
    color:#9B59B6;
}

.categoryactive
{
    color:Red;
}

.TableStyle1 {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}.TableStyle1 table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.TableStyle1 tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.TableStyle1 table tr:first-child td:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.TableStyle1 table tr:first-child td:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}.TableStyle1 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}.TableStyle1 tr:hover td{
	
}
.TableStyle1 tr:nth-child(odd){ background-color:#ffaa56; }
.TableStyle1 tr:nth-child(even)    { background-color:#ffffff; }.TableStyle1 td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}.TableStyle1 tr:last-child td{
	border-width:0px 1px 0px 0px;
}.TableStyle1 tr td:last-child{
	border-width:0px 0px 1px 0px;
}.TableStyle1 tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.TableStyle1 tr:first-child td{
		background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.TableStyle1 tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
}
.TableStyle1 tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.TableStyle1 tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.dialogUiDeleteButtton {
	background: #FF5757 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF5757), to(#FF0000)) !important;
	background: -webkit-linear-gradient(#FF5757, #FF0000) !important;
	background: -moz-linear-gradient(top, #FF5757, #FF0000) !important;
	background: -ms-linear-gradient(#FF5757, #FF0000) !important;
	background: -o-linear-gradient(#FF5757, #FF0000) !important;
	background: linear-gradient(#FF5757, #FF0000) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5757', endColorstr='#FF0000') !important;
	zoom: 1 !important;
	color: White !important;
}