﻿html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;padding:0;
	border:0;outline:0;
	font-weight:inherit;font-style:inherit;
	font-size:100%;font-family:inherit;
	vertical-align:baseline;
}
input,textarea,select,option{
	margin:0;padding:0;
	font-weight:inherit;font-style:inherit;
	font-size:100%;font-family:inherit;
	vertical-align:baseline;
}
:focus{outline:0;}
body{
	line-height:1;
	color:black;
	background:white;
}
ol,ul{
	list-style:none;
}
table{
	border-collapse:separate;
	border-spacing:0;
}
caption,th,td{
	text-align:left;
	font-weight:normal;
}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

colgroup.top,
.top{vertical-align:top;}
colgroup.bottom,
.bottom{vertical-align:bottom;}
colgroup.left,
.left{text-align:left;}
colgroup.right,
.right{text-align:right;}
.center{text-align:center;}
.small{font-size:.75em;}
.clear{clear:both;}
.selected{color:HighlightText;background-color:Highlight;}
.selector{width:15px;}
.hover{color:CaptionText;background-color:ActiveCaption;
	cursor:pointer;cursor:hand;}

.scroll tbody{height:200px;overflow-x:hidden;overflow-y:scroll;}
html* .scroll tbody{height:auto;}

a img{border:none;}
span.left,img.left,
.button.left{float:left;}
span.right,img.right,a.right,small.right,
.button.right{float:right;}

.pager a{margin-left:2px;margin-right:2px;}
.pager a.selected{font-weight:700;}

.hidden{display:none;}
.exception{color:#c33;text-decoration:none;}

.panel{
	border-collapse:collapse;}
.panel .dragHandle{cursor:pointer;cursor:hand;}
.panel .cell{
	background-image:url(<%=WebResource("Antix.Web.UI.Graphics.PanelBack.png")%>);
	background-repeat:no-repeat;overflow:hidden;
	margin:0;border:none 0;padding:0;
}

.panel .cell.headLeft{background-position:left top;}
.panel .cell.head{background-position:-10px top;cursor:pointer;cursor:hand;}
.panel .cell.headRight{background-position:right top;}
.panel .cell.bodyLeft{background-position:left -10px;}
.panel .cell.body{background-position:-10px -10px;vertical-align:top;}
.panel .cell.bodyRight{background-position:right -10px;}
.panel .cell.footLeft{background-position:left bottom;}
.panel .cell.foot{background-position:center bottom;}
.panel .cell.footRight{background-position:right bottom;}

.helpIcon{
	float:right;position:relative;
	width:17px;height:15px;margin-top:-14px;
	background-image:url(<%=WebResource("Antix.Web.UI.Graphics.HelpIcon.png")%>);background-repeat:no-repeat;}
.helpPopup{width:300px;}
.helpPopup cell{	background-image:url(<%=WebResource("Antix.Web.UI.Graphics.HelpBack.png")%>);}

.toolbar{
	height:23px;overflow:hidden;
	background-image:url(<%=WebResource("Antix.Web.UI.Graphics.ToolbarBack.png")%>);
}
.toolbar span{
	display:table-cell;
	height:22px;
	border-top:solid 1px #fff;border-right:solid 1px #ece9d8;
	border-bottom:solid 1px #ece9d8;border-left:solid 1px #fff;
	background-position:1px 1px;background-repeat:no-repeat;}
.toolbar span button{
	width:22px;height:100%;
	margin:0;padding:0;border:none;background-color:transparent;}
.toolbar span.selected{
	background-color:#f1efe3;
	border-top:solid 1px #ece9d8;border-right:solid 1px #fff;
	border-bottom:solid 1px #fff;border-left:solid 1px #ece9d8;
}
.toolbar span.disabled button
{
	background-image:url(<%=WebResource("Antix.Web.UI.Graphics.Shadow.gif")%>);
}

.navigator>ol{overflow:visible;padding-left:15px;}
.navigator li{overflow:visible;list-style:none;padding:0;}
.navigator input{
	border:none 0;margin:0;padding:0;
	background-color:Transparent;
	text-align:left;
}
.navigator input.selected{font-weight:600;}

span.plus,
span.minus{
    float:left;width:15px;height:15px;
    margin:4px -16px 0 -16px;
    background-repeat:no-repeat;background-position:center center;}
span.plus{
    background-image:url(<%=WebResource("Antix.Web.UI.Graphics.Plus.gif")%>);}
span.minus{
    background-image:url(<%=WebResource("Antix.Web.UI.Graphics.Minus.gif")%>);}
    
.w100,.w100 .text,.w100 .list{width:95%;}
.w75,.w75 .text,.w75 .list{width:70%}
.w50,.w50 .text,.w50 .list{width:45%}
.w25,.w25 .text,.w25 .list{width:20%}
