.storeuserData 
{
	font-size: 11pt ;
	behavior:url(#default#userData);
}

.imgButton 
{
	cursor: pointer;
	border: 0;
	behavior:url(NetisUtils/imgButton.htc);
	-moz-binding:url(NetisUtils/imgButton.xml#imgButton);	
}

.imgText, .imgText:link, .imgText:visited, .imgText:active
{
	cursor: pointer;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color:#4E5E8E;
}

.imgText:hover, .imgBigText:hover 
{
	color: #405CC4;	
}
	
.imgBigText, .imgBigText:link, .imgBigText:visited, .imgBigText:active 
{
	cursor: pointer;
	font-size: 14pt;
	text-decoration: none;
	color:#2A3E7C;
}

.inputText 
{
	font-family: Arial, Helvetica;
	font-size: 10pt ;
}

body 
{
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #111F5F;
	background-color: #f6f6f3;
	margin: 0;
	overflow: auto;
}

body.margin
{
	margin: 0 15px;
}

body.custProd
{
	margin: 15px 15px;
}

body.category
{
	background-color: #F6F6F3;
	margin: 0;
	scrollbar-base-color: #F6F6F3;
	scrollbar-arrow-color: #6E6E6E;	
}

body.topbar
{
	background: #DEDED7;
    font-size: 10pt;
    font-family: Arial, Helvetica;    
}

body.alert
{
	margin: 10px 20px;
}

body.neps 
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	scrollbar-base-color: #F6F6F3;
	scrollbar-arrow-color: #6E6E6E;
}

table 
{
	font-size:12px;
}

.dormant
{
	color: #5763A5; 
	background-color: #F6F6F3;
	border: 1px solid #5763A5;	
	border-bottom: none;
}

.active
{
	color: white; 
	background-color: #5763A5;	
}

div.main 
{
	margin-top : 0px;
	margin-left : 30px;
}

div.div_overflow
{
	height:91%;
	overflow: auto;	
}

div.topStripe 
{
	background-color: #5763A5;
	width: 100%;
	height: 15px;
	margin:0;
}

div.alert_heading 
{
	width: 100%;
	padding: 10px 0;
	color: #645978;
	font-weight: bold;
	border-top: 0.03cm solid #CECEC6;
	border-bottom: 0.03cm solid #CECEC6;
}

div.heading 
{
	width: 100%;
	padding: 5px 0;
	font-weight: bold;
	border-top: 0.03cm solid #CECEC6;
	border-bottom: 0.03cm solid #CECEC6;
}

p.welcome 
{
	font-size: 14pt;
	text-align: left;
	background-color: #ffb600;
	margin: 0px;
	height: 40px;
	padding-left: 30px;
	padding-top: 8px;
}

p.header
{
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	background-color: #ffb600;
	margin: 0px;
	height: 35px;
	padding-left: 30px;
	padding-top: 8px;
}

p.alert
{
	margin: 10px;
}

img#sortOrder 
{
	cursor: pointer;
	border: 0;
}

.imginline
{
	border: 0px;
	display: inline;
	padding: 2px;
	vertical-align: middle;
	cursor: pointer;
}

.collectionPathCaption, .userNameCaption 
{
	font-size: 9pt;
	font-weight: bold;
	color: #6E6E6E;
}

span#collectionPath, span#userNameDisplayed 
{
	font-size: 9pt;
	color: #6E6E6E;
}

span.selectionName 
{
	background-color: #ffb600;
	padding: 0 2px;
}

a, a:link, a:active, a:visited 
{
	color: #C68B00; 
	font-size: 14px;
}

a:hover
{
	color: #927A54; 
}

a.coll, a.coll:visited
{
	color: #111F5F;
	padding: 0 2px;
	text-decoration: none;
}

a.coll:hover 
{
	color: #FF9933;
}

sup
{
	font-size: smaller;
}

.InnerTable
{
    border-right: thin inset;
    border-top: thin inset;
    border-left: thin inset;
    border-bottom: thin inset;
    background-color: white;
    color: black;
}

.ColumnHeader
{
    color: white; 
    background-color: #A9B5C2;
    text-decoration: none
}

.dlgButton, .dlgButtonBold
{
    color: #2A3E7C;
	width: 80px;
	background-color: transparent;
}

.dlgButtonBold
{
	font-weight: bold;
}

.rowSelected
{
	background-color: #dee7ef;
}

.itemlist
{
    FONT-SIZE: 9pt;
    CURSOR: default;
    BORDER-BOTTOM: #f5f5f5 1pt solid
}

td.paddig_left
{
	padding-left:5px;
	height: 20px;
	font-size: 10pt;	
	vertical-align: middle;
}

td.paddig_right
{
	padding-right:5px;
	height: 20px;
	font-size: 10pt;	
	vertical-align: middle;
}

td.itemlist_left
{
	padding-left:5px;
	height: 20px;
	font-size: 10pt;
	vertical-align: middle;
    border-bottom: #f5f5f5 1pt solid		
}

td.itemlist_right
{
	padding-right:5px;
	height: 20px;
	font-size: 10pt;	
	vertical-align: middle;
    border-bottom: #f5f5f5 1pt solid;
	text-overflow: clip;
	width: 200px;     		
}

table.layout_fixed
{
	table-layout: fixed;
}

td.textBottom
{
    font-weight: bold;
    font-size: 10px;
    padding-bottom: 5px;
    color: white;
    line-height: normal;
    font-style: normal;
    height: 32px;
    background-color: #5763a5;
    font-variant: normal
}

a.linkbottom, a.linkbottom:link, a.linkbottom:active, a.linkbottom:visited, a.linkbottom:hover 
{
    font-weight: bold;
    font-size: 10px;
    color: white;
    text-decoration: none
}

button.transbuttonbold
{
	font-weight : bold;
    border: #5763A5 1px solid;
    color: #2a3e7c;
    background-color: white;
}
