/* -----------------------------------------------------------
	main stylesheet
----------------------------------------------------------- */
html
{
	height: 100%;  
}

body
{
	margin: 0 auto;
	padding: 0;
	height: 100%;
	background:#f2f2f2;
	/*background: #eef5fb;*/
	font-family:Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	color:#093D64 !important;
}

/* -----------------------------------------------------------
	img
----------------------------------------------------------- */ 

img
{
	border: none;	
}

/* -----------------------------------------------------------
	anchors
----------------------------------------------------------- */ 

a
{
	
	color: #0088CC;
	/*color: #093D64;*/	
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	color: #093D64;	
	text-decoration: underline;
}

/* -----------------------------------------------------------
	headings
----------------------------------------------------------- */ 

h1, h2, h3, h4, h5, h6
{
	color: #292929;
	font-weight: bold;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 20px;
	color:#007aff;
}

h3
{
	font-size: 18px;  
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px; 
}

h6
{
	font-size: 11px; 
}

/* -----------------------------------------------------------
	lists
----------------------------------------------------------- */ 

ul.circle { list-style-type: circle; }
ul.disc { list-style-type: disc; }
ul.square { list-style-type: square; }
ol.lower-roman { list-style-type: lower-roman; }
ol.upper-roman { list-style-type: upper-roman; }
ol.lower-alpha { list-style-type: lower-alpha; }
ol.upper-alpha { list-style-type: upper-alpha; }
ol.decimal  { list-style-type: decimal; }

/* -----------------------------------------------------------
	colors
----------------------------------------------------------- */ 

div.color
{
	right: 0;
	margin: 116px 13px 0 0;
	padding: 0 4px 4px 4px;
	clear: both;
	overflow: hidden;
	position: absolute;
	background: #ffffff;
	border: 1px solid #cccccc;
}

div.color a
{
	margin: 4px 0 0 0;
	padding: 0;
	width: 20px;
	height: 20px;
	display: block;
}

div.color a.blue
{
	background: #376ea6;
}

div.color a.green
{
	background: #85924b;
}

div.color a.brown
{
	background: #9b6e42;
}

div.color a.purple
{
	background: #88528b;
}

div.color a.red
{
	background: #bd3220;
}

div.color a.greyblue
{
	background: #566e86;
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */ 

#header
{
	margin: 0;
	padding:0 70px;
	/* padding:0 60px 0 60px;
	background: url(../img/bodybg.png) repeat-x left top;*/
 
}

/* -----------------------------------------------------------
	header -> logo
----------------------------------------------------------- */ 

#header #logo
{
	float: left;	
	width:602px;
	padding:14px 0 15px 0;
}

#header #logo h1
{
	margin: 6px 0 10px 0;
	padding: 0;
	font-weight:bold;
	color: #3399FF;
	font-size: 32px;
}

#header #logo h1 span
{
	margin: 6px 0 10px 0;
	padding: 0;
	color: #3399FF;
	font-size: 26px;
}

h1.logo a
{
	color: #ffffff;
	text-indent:-2000px;
	background:url(../img/logo-total.png) no-repeat left top;)
	width:602px;
	height:48px;
	display:block;
	text-decoration: none;	
}

#header #logo a:hover
{
	color: #ffffff;
}

/* -----------------------------------------------------------
	header -> user
----------------------------------------------------------- */ 

#header ul#user
{
	margin: 15px 0 5px 0;
	padding: 0;
	float: right;
	color:#fff;
}
#header ul#user li
{
	/*margin: 0;
	padding: 5px 12px 5px 12px;
	list-style: none;
	float: left;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #a5a5a5;*/
	font:12px Verdana, Geneva, sans-serif;
}

#header ul#user li.first
{
	border-left: none;	
}

#header ul#user li.last
{
	border-right: none;	
}

#header ul#user li a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#header ul#user li a:hover
{
	color: #fff;
	text-decoration: underline;
}

#header ul#user li.highlight a
{
	color: #ffffff;
}

#header ul#user li.highlight a:hover
{
	color: #ffffff;
}

#header ul#user1
{
	margin: 25px 0 5px 0;
	padding: 0;
	float: right;
	color:#093d64;
}
#header ul#user1 li
{
	/*margin: 0;
	padding: 5px 12px 5px 12px;
	list-style: none;
	float: left;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #a5a5a5;*/
	font:12px Verdana, Geneva, sans-serif;
}

#header ul#user1 li.first
{
	border-left: none;	
}

#header ul#user1 li.last
{
	border-right: none;	
}

#header ul#user1 li a
{
	color: #093d64;
	font-weight: bold;
	text-decoration: none;
}

#header ul#user1 li a:hover
{
	color: #3399FF;;
	text-decoration: underline;
}

#header ul#user1 li.highlight a
{
	color: #3399FF;;
}

#header ul#user1 li.highlight a:hover
{
	color: #3399FF;;
}





#header #header-inner
{
	margin: 0;
	padding: 0;
	height: 47px;
	clear: both;
	position: relative;
	background: #003367 url("../img/nav_bg1.jpg") repeat-x;
 }


/* -----------------------------------------------------------
	header -> home
----------------------------------------------------------- */ 

#header #header-inner #home
{
	float: left;	
}

#header #header-inner #home a
{
	margin: 0;
	padding: 0;
	height: 40px;
	width: 46px;
	display: block;
	background: url("../img/button_home.png");
	background-position: 0 0;	
}

#header #header-inner #home a:hover
{
	background-position: 0 -40px;	
}

/* -----------------------------------------------------------
	header -> quick
----------------------------------------------------------- */ 

#header #header-inner #quick,
#header #header-inner #quick ul
{
	margin: 14px 5px 0 10px;
	padding: 0;
	position: relative;
	float: left;
	list-style-type: none;
	list-style-position: outside;
}

#header #header-inner #quick li
{
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	float: left;
}

#header #header-inner #quick li a
{
	top: 0;
	left: 0;
	padding: 0;
	height: 1%;
	display: block;
	clear: both;
	overflow: hidden;
	background:#2180bd;
	/*background: #336699 url("../img/quick_l.png") no-repeat top left;*/
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#header #header-inner #quick li span
{
	top: 0;
	right: 0;
	margin: 0;
	padding: 10px 18px 8px 2px;
	height: 1%;
	display: block;
	float: left;
	background:#2180bd;
	/*background: url("../img/quick_r.png") no-repeat top right;*/
	
}
#header #header-inner #quick li a:hover, #header #header-inner #quick li:hover span, #header #header-inner #quick li:hover span.icon{background:#14689e !important}

#header #header-inner #quick li span.normal
{
	padding: 10px 15px 8px 15px;
	border: none;	
}

#header #header-inner #quick li span.icon
{
	top: 0;
	left: 0;
	padding: 0.7em 0.8em 0.4em 0.8em;
	background:#2180bd;
	/*background: url("../img/quick_l.png") no-repeat top left;*/
	border:none;
	
}

#header #header-inner #quick li a:hover
{
	background: #2180bd;
}

#header #header-inner #quick li a:hover span
{
	background: #2180bd;
	
}

#header #header-inner #quick li a:hover span.normal
{
	border: none;	
}

#header #header-inner #quick li a:hover span.icon
{
	background: #2180bd;
	border-left: none;

}

#header #header-inner #quick ul
{
	top: 29px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	display: none;
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #666;
	border-top: 1px solid #003367;
	z-index: 100000;
}

#header #header-inner #quick li ul li
{
	border-bottom: 1px solid #dddddd;	
}

#header #header-inner #quick li ul li.last
{
	border: none;	
}

#header #header-inner #quick li ul li a
{
	margin: 0;
	padding: 7px 9px 7px 9px;
	height: 1%;
	width: 182px;
	height: auto;
	display: block;
	float: left;
	background: #FFFFFF;
	color: #093D64;
	font-weight: normal;
}

#header #header-inner #quick li ul li a.childs
{
	margin: 0;
	padding: 7px 9px 7px 24px;
	width: 167px;
	background: #FFFFFF url("../img/plus.png") no-repeat 8px 9px !important;
}

#header #header-inner #quick li ul li a:hover
{
	color: #2180BD;
	background: #FFFFFF !important;
}

#header #header-inner #quick li ul li a.childs:hover
{
	background: #FFFFFF url("../img/minus.png") no-repeat 8px 9px;
}

#header #header-inner #quick ul ul 
{
	top: auto;
}	

#header #header-inner #quick li ul ul 
{
	left: 187px;
}

#header #header-inner #quick li:hover ul ul, 
#header #header-inner #quick li:hover ul ul ul, 
#header #header-inner #quick li:hover ul ul ul ul 
{
	display: none;
}

#header #header-inner #quick li:hover ul, 
#header #header-inner #quick li li:hover ul, 
#header #header-inner #quick li li li:hover ul, 
#header #header-inner #quick li li li li:hover ul
{
	display: block;
}

/* -----------------------------------------------------------
	header corners
----------------------------------------------------------- */ 

#header #header-inner div.corner
{
	height: 44px;
	width: 6px;
	position: absolute;
/*	background: url("../img/header_inner_corners.jpg") no-repeat;
*/}

#header #header-inner div.tl
{
	top: 0;
	left: 0;
	background-position: 0 0;
}

#header #header-inner div.tr
{
	top: 0;
	right: 0;
	background-position: -6px 0;
}

/* -----------------------------------------------------------
	content
----------------------------------------------------------- */ 

.content 
{
	margin: 0px 0 0px 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	
}

/* -----------------------------------------------------------
	content -> left
----------------------------------------------------------- */ 

.content #left
{
	left: 0;
	width: 280px;
	position: absolute;
}

/* -----------------------------------------------------------
	content -> left -> menu
----------------------------------------------------------- */ 

.content #left #menu
{
	margin: 5px 10px 0 60px;
	padding: 0;
	clear: both;
	overflow: hidden;
}

/* -----------------------------------------------------------
	content -> left -> menu / heading
----------------------------------------------------------- */ 

.content #left #menu h6
{
	margin: 5px 0 0 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	background: #dfdfdf url("../img/menu.png") repeat-x;
	color: #6e6e6e;
}

.content #left #menu h6 a
{
	margin: 0;
	padding: 0;
	height: 1%;
	display: block;
	clear: both;
	overflow: hidden;
	background: url("../img/menu_l.png") no-repeat top left;
	color: #6e6e6e;
	text-decoration: none;
}

.content #left #menu h6 span
{
	margin: 0;
	padding: 9px 10px 10px 10px;
	height: 1%;
	display: block;
	background: url("../img/menu_r.png") no-repeat top right;
}

.content #left #menu h6.selected
{
	background: #00376e url("../img/menu_selected.png") repeat-x;
	color: #FFFFFF;
}

.content #left #menu h6.selected a
{
	background: url("../img/menu_l_selected.png") no-repeat top left;
	color: #ffffff;
}

.content #left #menu h6.selected span
{
	background: url("../img/menu_r_selected.png") no-repeat top right;
}

/* -----------------------------------------------------------
	content -> left -> menu / links
----------------------------------------------------------- */

.content #left #menu ul
{
	margin: 0;
	padding: 0;
	background: #376ea6;
}

.content #left #menu ul.opened
{
	display: block;	
}

.content #left #menu ul.closed
{
	display: none;	
}

.content #left #menu li
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	list-style: none;
	border-top: 1px solid #4377ab;
	border-bottom: 1px solid #326395;
	color: #ffffff;
	font-size: 1px;
	line-height: 0;
}

.content #left #menu li a
{
	margin: 0 0 0 6px;
	padding: 7px 0 9px 18px;
	height: 1%;
	display: block;
	float: left;
	background: url("../img/menu_arrow.png") no-repeat 2px 11px;
	color: #ffffff;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
}

.content #left #menu li a:hover
{
	color: #b9dcff;
}

.content #left #menu li.selected
{
	background: #326395;
	border-top: none;
}

.content #left #menu li.selected a
{
	color: #b9dcff;
}

/* -----------------------------------------------------------
	content -> left -> menu / collapsible
----------------------------------------------------------- */ 

.content #left #menu li.collapsible
{
	margin: -1px 0 0 0;
	background: url("../img/menu_border.png") no-repeat top left;
}

.content #left #menu li.collapsible a
{
	margin: 0 0 0 26px;
	padding: 8px 0 8px 0;
	height: 1%;
	display: block;
	background: transparent;
	float: left;
	font-weight: bold;
}

.content #left #menu li.collapsible a.plus
{
	margin: 0;
	padding: 7px 0 10px 26px;
	height: 10px;
	width: 100%;
	display: block;
	float: left;
	background: url("../img/menu_plus.png") no-repeat 5px 10px;
	border: none;
}

.content #left #menu li.collapsible a.minus
{
	margin: 0;
	padding: 7px 0 10px 26px;
	height: 10px;
	width: 100%;
	display: block;
	float: left;
	background: url("../img/menu_minus.png") no-repeat 5px 10px;
	border: none;
	border-bottom: 1px solid #326395;
}

.content #left #menu li ul
{
	margin: 0;
	padding: 0;
	border-left: 18px solid #326395;
}

.content #left #menu li ul.expanded
{
	display: block;
}

.content #left #menu li ul.collapsed
{
	display: none;	
}

.content #left #menu li ul li
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	list-style: none;
	background: url("../img/menu_arrow.png") no-repeat 10px 12px;
	border-top: 1px solid #4377ab;
	border-bottom: 1px solid #326395;
	color: #ffffff;
}

.content #left #menu li.collapsible ul li a
{
	font-weight: normal;
}

.content #left #menu li.last
{
	border-bottom: none;
}

/* -----------------------------------------------------------
	content -> left -> date picker
----------------------------------------------------------- */ 

.content #left #date-picker
{
	margin: 5px 10px 0 60px;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.content #left #date-picker .ui-datepicker  
{
	width: auto; 
	padding: 0; 
	clear: both;
	overflow: hidden;
	background: #FFFFFF; 
	border: none; 
}

.content #left #date-picker .ui-datepicker .ui-datepicker-header  
{
	padding: 5px 0 6px 0;
	height: 19px;
	background: #dfdfdf url("../img/menu.png") repeat-x;
}

.content #left #date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev
{
	top: 0;
	left: 0;
	padding: 0;
	background: url("../img/menu_l.png") no-repeat top left;
}

.content #left #date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon-circle-triangle-w
{
	top: 8px;
	left: 8px;
	width: 26px;
	height: 30px;
	background: url("../img/calender_prev.png") no-repeat 0 0;
}

.content #left #date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next  
{
	top: 0;
	right: 0;
	padding: 5px 12px 5px 0;
	background: url("../img/menu_r.png") no-repeat top right;
}

.content #left #date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon-circle-triangle-e
{
	top: 8px;
	left: 14px;
	width: 26px;
	height: 30px;
	background: url("../img/calender_next.png") no-repeat 0 0;
}

.content #left #date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover
{
	top: 0;
	left: 0;
}

.content #left #date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover .ui-icon-circle-triangle-w
{
	background-position: 0 -30px;
}

.content #left #date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover
{
	top: 0;
	right: 0;
}

.content #left #date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover .ui-icon-circle-triangle-e
{
	background-position: 0 -30px;
}

.content #left #date-picker .ui-datepicker .ui-datepicker-header span
{
	color: #6e6e6e;
	font-weight: bold;
}

.content #left #date-picker .ui-datepicker .ui-datepicker-calendar
{
	margin: 5px auto;
}

.content #left #date-picker .ui-datepicker .ui-datepicker-calendar th
{
	background: #f6f6f6;
	border: 1px solid #dddddd;
	border-top: none;
	border-left: none;
	border-right: none;
}

.content #left #date-picker .ui-datepicker .ui-datepicker-calendar td
{
	padding: 5px 3px 5px 3px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

/* -----------------------------------------------------------
	content -> right
----------------------------------------------------------- */ 

.content #right
{
	/*margin: -10px 60px 0 290px;*/
	margin:0 60px 0px 60px;
	padding: 0 0 10px 0;
	clear: both;
	background:#fff;
	overflow: hidden;
}

/* -----------------------------------------------------------
	content -> right -> box
----------------------------------------------------------- */

.content div.box
{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	clear: both;
	overflow: hidden;
	background: #ffffff;
	width:auto;
}

.content div.box-left
{
	width: 49%;
	clear: none;
	float: left;	
}

.content div.box-right
{
	width: 49%;
	clear: none;
	float: right;	
}

/* -----------------------------------------------------------
	content -> right -> box / title
----------------------------------------------------------- */

.content div.box div.title
{
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	background: #336699 url("../img/title.png") repeat-x;
}

.content div.box div.title h1,
.content div.box div.title h2,
.content div.box div.title h3,
.content div.box div.title h4,
.content div.box div.title h5,
.content div.box div.title h6
{
	margin: 0;
	padding: 11px 0 11px 10px;
	float: left;
	border: none;
	color: #ffffff;
}

.content div.box div.title ul.links
{
	margin: 0;
	padding: 0;
	float: right;
}

.content div.box div.title ul.links li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.content div.box div.title ul.links li a
{
	margin: 0;
	padding: 13px 16px 12px 16px;
	height: 1%;
	display: block;
	float: left;
	background: url("../img/title_link.png") no-repeat top left;
	border-left: 1px solid #316293;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.content div.box div.title ul.links li a:hover
{
	background: url("../../img/title_tab_selected.png") no-repeat bottom center;
	color: #bfe3ff;
}

.content div.box div.title ul.links li.ui-tabs-selected a
{
	background: url("../../img/title_tab_selected.png") no-repeat bottom center;
	color: #bfe3ff;
}

/* -----------------------------------------------------------
	content -> right -> box / search
----------------------------------------------------------- */ 

.content div.box div.title div.search
{
	margin: 0;
	padding: 6px 6px 6px 7px;
	float: right;
	/*background: url("../img/title_link.png") no-repeat top left;*/
	border-left: 0px solid #316293;
}

.content div.box div.title div.search div.input
{
	float: left;	
	margin-left:0px;
	margin-right:0px;
}

.content div.box div.title div.search div.button
{
	
	margin-right:10px;
}


.content div.box div.title div.search div.input input
{
	margin: 0;
	padding: 5px 7px 4px 7px;
	background: #FFFFFF;
	border: 1px solid #316293;
	color: #000000;
	font-family: Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
}

.content div.box div.title div.search div.button
{
	float: left;	
	
}

.content div.box div.title div.search div.button input
{
	margin: 0;
	color: #000000;
	font-size: 1.0em; 
	font-weight: bold;
	font-family: Verdana, Helvetica, Sans-Serif; 
}

.content div.box div.title div.search div.button input.ui-state-default
{
	margin: 0;
	padding: 4px 12px 5px 12px;
	overflow: hidden;
	background: #4e85bb url("../img/button_highlight.png") repeat-x;
	border: 1px solid #316293;
	border-left: none;
	color: #FFFFFF;
	outline: none;
	outline-style: none;
}

.content div.box div.title div.search div.button input.ui-state-hover
{
	margin: 0;
	background: #46a0c1 url("../img/button_highlight_selected.png") repeat-x;
	border: 1px solid #316293;
	border-left: none;
	color: #FFFFFF;
}
/*Start : Added new by anil */
.content div.box div.title div.button div.search table
{
	margin: 0;
	padding: 6px 6px 6px 7px;
	background:none;
}
/*END Added new  by anil */
/* -----------------------------------------------------------
	content -> right -> box / headings
----------------------------------------------------------- */

.content div.box h1,
.content div.box h2,
/*.content div.box h3,*/
.content div.box h4,
.content div.box h5,
.content div.box h6
{
	margin: 10px 20px 0 20px;
	padding: 0 0 10px 0;
	clear: both;
	overflow: hidden;
	
}

/* -----------------------------------------------------------
	content -> right -> box / paragraphs
----------------------------------------------------------- */

.content div.box p
{
	margin: 0 24px 10px 24px;
	padding: 0;
	color: #5f5f5f;
	font-size: 12px;
	line-height: 150%;
}

.content div.box blockquote
{
	margin: 0 34px 0 34px;
	padding: 0 0 0 14px;
	border-left: 4px solid #DDDDDD;
	color: #5f5f5f;
	font-size: 11px;
	line-height: 150%;
}

.content div.box blockquote p
{
	margin: 10px 0 10px 0;
	padding: 0; 
}

/* -----------------------------------------------------------
	content -> right -> box / lists
----------------------------------------------------------- */

.content div.box dl
{
	margin: 10px 24px 10px 24px;	
}

.content div.box dt
{
	margin: 0;
	font-size: 12px; 
}

.content div.box dd
{
	margin: 0;
	padding: 8px 0 8px 15px;
	font-size: 12px; 
}

.content div.box ul.left
{
	float: left;    
}

.content div.box ol.left
{
	float: left;    
}

.content div.box li
{
	padding: 4px 0 4px 0;
	font-size: 12px;  
}

.content div.box ol.lower-roman, 
.content div.box ol.upper-roman 
{
	margin: 10px 24px 10px 44px;
}

.content div.box ol.lower-alpha, 
.content div.box ol.upper-alpha
{
	margin: 10px 24px 10px 44px;
}

.content div.box ol.decimal
{
	margin: 10px 24px 10px 44px;
}

.content div.box ul.disc,
.content div.box ul.circle
{
	margin: 10px 24px 10px 38px;
}

.content div.box ul.square  
{
	margin: 10px 24px 10px 40px; 
}

/* -----------------------------------------------------------
	content -> right -> box / img
----------------------------------------------------------- */

.content div.box img.left
{
	margin: 10px 10px 10px 0;
	border: none;
	float: left;
}

.content div.box img.right
{
	margin: 10px 0 10px 10px;
	border: none;
	float: right;
}

/* -----------------------------------------------------------
	content -> right -> box / messages
----------------------------------------------------------- */ 

.content div.box div.messages
{
	margin: 0 20px 10px 20px;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.content div.box div.message
{
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.content div.box div.message div.image
{
	margin: 2px 0 2px 5px;
	padding: 6px;
	float: left;
}

.content div.box div.message div.image img
{
	margin: 0;
	vertical-align: middle;
}

.content div.box div.message div.text
{
	margin: 0;
	padding: 10px 6px 10px 6px;
	margin-bottom:10px;
	float: left;
}

.content div.box div.message div.dismiss
{
	margin: 0;
	padding: 0;
	float: right;
}

.content div.box div.message div.dismiss a
{
	margin: 15px 14px 0 0;
	padding: 0;
	height: 16px;
	width: 16px;
	display: block;
	background: url("../img/cross.png") no-repeat;
}

.content div.box div.message div.text h1,
.content div.box div.message div.text h2,
.content div.box div.message div.text h3,
.content div.box div.message div.text h4,
.content div.box div.message div.text h5,
.content div.box div.message div.text h6
{
	margin: 0;
	padding: 0px;
	border: none;
}

.content div.box div.message div.text span
{
	margin: 0;
	padding: 5px 0 0 0;
	height: 1%;
	display: block;
}

.content div.box div.message-error
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #FBE3E4;
	border: 1px solid #FBC2C4;
	color: #860006;
}

.content div.box div.message-error h6
{
	color: #860006;
}

.content div.box div.message-warning
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #FFF6BF;
	border: 1px solid #FFD324;
	color: #5f5200;
}

.content div.box div.message-warning h6
{
	color: #5f5200;
}

.content div.box div.message-notice
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #8FBDE0;
	border: 1px solid #6BACDE;
	color: #003863;
}

.content div.box div.message-notice h6
{
	color: #003863;
}

.content div.box div.message-success
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #E6EFC2;
	border: 1px solid #C6D880;
	color: #4e6100;
}

.content div.box div.message-success h6
{
	color: #4e6100;
}

/* -----------------------------------------------------------
	content -> right -> box / forms
----------------------------------------------------------- */

div.form
{
	margin: 0;
	padding: 0 20px 10px 20px;
	clear: both;
	overflow: hidden;
}

.ui-dialog div.form
{
	padding: 0;
}

div.form div.fields
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

div.form div.fields div.field
{
	margin: 0;
	padding: 10px 0 10px 0; 
	height: 1%;
	border-bottom: 1px solid #DDDDDD;
	clear: both;
	overflow: hidden;
}

div.form div.fields div.field-first
{
	padding: 0 0 10px 0; 
}

div.form div.fields div.field span.error
{
	margin: 0;
	padding: 8px 0 0 0;
	height: 1%;
	display: block;
	clear: both;
	overflow: hidden;
	color: #FF0000;
}

div.form div.fields div.field span.success
{
	margin: 8px 0 0 0;
	padding: 0;
	height: 1%;
	display: block;
	color: #316309;
}

/* -----------------------------------------------------------
	content -> right -> forms -> labels
----------------------------------------------------------- */

div.form div.fields div.field div.label
{
	left: 120px;
	margin: 0;
	padding: 8px 0 0 5px;
	width: auto;
	position: absolute;
}

.ui-dialog div.form div.fields div.field div.label,
div.box-left div.form div.fields div.field div.label,
div.box-right div.form div.fields div.field div.label
{
	left: 0;
	margin: 0;
	padding: 0 0 8px 0;
	width: auto;
	position: relative;
	clear: both;
	overflow: hidden;
}

/* -----------------------------------------------------------
	content -> right -> forms -> label (select)
----------------------------------------------------------- */

div.form div.fields div.field div.label-select
{
	padding: 2px 0 0 5px;
}

.ui-dialog div.form div.fields div.field div.label-select,
div.box-left div.form div.fields div.field div.label-select,
div.box-right div.form div.fields div.field div.label-select
{
	padding: 0 0 8px 0;
}

/* -----------------------------------------------------------
	content -> right -> forms -> label (checkbox)
----------------------------------------------------------- */

div.form div.fields div.field div.label-checkbox
{
	padding: 0 0 0 5px;
}

/* -----------------------------------------------------------
	content -> right -> forms -> label (radio)
----------------------------------------------------------- */

div.form div.fields div.field div.label-radio
{
	padding: 0 0 0 5px;
}

/* -----------------------------------------------------------
	content -> right -> forms -> label (textarea)
----------------------------------------------------------- */

div.form div.fields div.field div.label-textarea
{
	padding: 0 0 0 5px;
}

.ui-dialog div.form div.fields div.field div.label-textarea,
div.box-left div.form div.fields div.field div.label-textarea,
div.box-right div.form div.fields div.field div.label-textarea
{
	padding: 0 0 8px 0;
}

/* -----------------------------------------------------------
	content -> right -> forms -> labels (label)
----------------------------------------------------------- */

div.form div.fields div.field div.label label
{
	color: #393939;
	font-weight: bold;
}

div.form div.fields div.field div.label span
{
	margin: 0;
	padding: 2px 0 0 0;
	height: 1%;
	display: block;
	color: #363636;
}

/* -----------------------------------------------------------
	content -> right -> forms -> input
----------------------------------------------------------- */

div.form div.fields div.field div.input
{
	margin: 0 0 0 200px;
	padding: 0;
}

.ui-dialog div.form div.fields div.field div.input,
div.box-left div.form div.fields div.field div.input,
div.box-right div.form div.fields div.field div.input
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

div.form div.fields div.field div.input input
{
	margin: 0;
	padding: 7px 7px 6px 7px;
	float: left;
	background: #FFFFFF;
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	color: #000000;
	font-family: Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
}

.ui-dialog div.form div.fields div.field div.input input
{
	width: 288px;
}

div.form div.fields div.field div.input-file input
{
	float: none;
}

div.form div.fields div.field div.input input.small
{
	width: 30%;	

}

div.box-left div.form div.fields div.field div.input input.small,
div.box-right div.form div.fields div.field div.input input.small
{
	width: 200px;
}

div.form div.fields div.field div.input input.medium
{
	width: 55%;	
}

div.box-left div.form div.fields div.field div.input input.medium,
div.box-right div.form div.fields div.field div.input input.medium
{
	width: 260px;
}


div.form div.fields div.field div.input input.large
{
	width: 85%;	
}

div.box-left div.form div.fields div.field div.input input.large,
div.box-right div.form div.fields div.field div.input input.large
{
	width: 320px;
}

div.form div.fields div.field div.input input.date
{
	width: 180px;	
}

div.form div.fields div.field div.input input.button
{
	margin: 0;
	padding: 4px 8px 4px 8px;
	background: #D4D0C8;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	color: #000000;
}

div.form div.fields div.field div.input input.error
{
	background: #FBE3E4;
	border-top: 1px solid #e1b2b3;
	border-left: 1px solid #e1b2b3;
	border-right: 1px solid #FBC2C4;
	border-bottom: 1px solid #FBC2C4;
}

div.form div.fields div.field div.input input.valid
{
	background: #E6EFC2;
	border-top: 1px solid #cebb98;
	border-left: 1px solid #cebb98;
	border-right: 1px solid #c6d880;
	border-bottom: 1px solid #c6d880;
}

div.form div.fields div.field div.input img.ui-datepicker-trigger
{
	margin: 0 0 0 6px;
}

/* -----------------------------------------------------------
	content -> right -> forms -> input (file styling)
----------------------------------------------------------- */

div.form div.fields div.field div.input a.ui-input-file
{
	margin: 0 0 0 6px;
	padding: 0;
	width: 28px;
	height: 28px;
	display: inline;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	background: #e5e3e3 url("../img/button_browse.png") no-repeat;
	border: none;
	text-decoration: none;
}

div.form div.fields div.field div.input a:hover.ui-input-file
{
	background: #e5e3e3 url("../img/button_browse_selected.png") no-repeat;
}

/* -----------------------------------------------------------
	content -> right -> forms -> textarea
----------------------------------------------------------- */

div.form div.fields div.field div.textarea
{
	margin: 0 0 0 200px;
	padding: 10px;
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

div.form div.fields div.field div.textarea-editor
{
	padding: 0;
	border: 1px solid #dddddd;
}

.ui-dialog div.form div.fields div.field div.textarea,
div.box-left div.form div.fields div.field div.textarea,
div.box-right div.form div.fields div.field div.textarea
{
	margin: 0;
}

div.form div.fields div.field div.textarea textarea
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 220px;
	overflow: hidden;
	background: #FFFFFF;
	border-width: 0;
	color: #000000;
	font-family: Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	outline: none;
}

.ui-dialog div.form div.fields div.field div.textarea textarea,
div.box-left div.form div.fields div.field div.textarea textarea,
div.box-right div.form div.fields div.field div.textarea textarea
{
	width: 100%;
	height: 100px;
}

div.form div.fields div.field div.textarea textarea.error
{
	padding: 3px 10px 10px 23px;
	background-color: #FBE3E4;
	background-image: url("../../resources/../img/exclamation.png");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	border: 1px solid #FBC2C4;
}

div.form div.fields div.field div.textarea textarea.success
{
	padding: 3px 10px 10px 23px;
	background-color: #E6EFC2;
	background-image: url("../../resources/../images/accept.png");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	border: 1px solid #C6D880;
}

/* -----------------------------------------------------------
	content -> right -> forms -> textarea (tinymce editor)
----------------------------------------------------------- */

.content div.box div.form div.fields div.field div.textarea table
{
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}

.content div.box div.form div.fields div.field div.textarea table td
{
	padding: 0;
	background: #DDDDDD;
	border: none;	
}

.content div.box div.form div.fields div.field div.textarea table td table
{
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
}

.content div.box div.form div.fields div.field div.textarea table td table td
{
	padding: 5px 5px 5px 0;
	font-family:  Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
}

.content div.box div.form div.fields div.field div.textarea table td table td a
{
	border: none;	
}

.content div.box div.form div.fields div.field div.textarea table td table td a.mceButtonActive
{
	background: #b1b1b1;
}

/* -----------------------------------------------------------
	content -> right -> forms -> select
----------------------------------------------------------- */

div.form div.fields div.field div.select
{
	margin: 0 0 0 200px;
	padding: 0;
	float: left;
}

div.form div.fields div.field div.select a:hover
{
	color: #000000;
	text-decoration: none;
}

div.form div.fields div.field div.select select
{
	margin: 0;
}

/* -----------------------------------------------------------
	content -> right -> forms -> select (jquery styling)
----------------------------------------------------------- */

div.form div.fields div.field div.select a.ui-selectmenu-focus
{
	border: 1px solid #666666;
}

div.form div.fields div.field div.select a.ui-selectmenu  
{
	color: #565656; 
	text-decoration: none;
}

div.form div.fields div.field div.select a.ui-selectmenu:hover  
{
	color: #000000;
	text-decoration: none; 
}

div.form div.fields div.field div.select a.ui-selectmenu-focus span.ui-icon
{
	background-image: url(../img/ui/ui-icons_222222_256x240.png);
}

/* -----------------------------------------------------------
	content -> right -> forms -> element focus
----------------------------------------------------------- */

div.form div.fields div.field input[type=text]:focus, 
div.form div.fields div.field input[type=password]:focus,
div.form div.fields div.field input[type=file]:focus,
div.form div.fields div.field textarea:focus,
div.form div.fields div.field select:focus 
{
	background: #f6f6f6;
	border-color: #666;
}
/* -----------------------------------------------------------
	content -> right -> forms -> checkboxes
----------------------------------------------------------- */

div.form div.fields div.field div.checkboxes
{
	margin: 0 0 0 200px;
	padding: 0;
}

div.form div.fields div.field div.checkboxes div.checkbox
{
	margin: 0;
	padding: 2px 0 2px 0;
	clear: both;
	overflow: hidden;
}

div.form div.fields div.field div.checkboxes div.checkbox input
{
	margin: 0;	
	float: left;
}

div.form div.fields div.field div.checkboxes div.checkbox label
{
	margin: 3px 0 0 4px;
	height: 1%;
	display: block;
	float: left;
}

/* -----------------------------------------------------------
	content -> right -> forms -> radios
----------------------------------------------------------- */

div.form div.fields div.field div.radios
{
	margin: 0 0 0 200px;
	padding: 0;
}

div.form div.fields div.field div.radios div.radio
{
	margin: 0;
	padding: 2px 0 2px 0;
	clear: both;
	overflow: hidden;
}

div.form div.fields div.field div.radios div.radio input
{
	margin: 0;	
	float: left;
}

div.form div.fields div.field div.radios div.radio label
{
	margin: 3px 0 0 4px;
	height: 1%;
	display: block;
	float: left;
}

/* -----------------------------------------------------------
	content -> right -> forms -> button
----------------------------------------------------------- */

div.form div.fields div.field div.button
{
	margin: 0;
	padding: 0 0 0 8px;
	float: left;
}

div.form div.fields div.field div.button input
{
	margin: 0;
	color: #000000;
	font-family: Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

div.form div.fields div.field div.button .ui-state-default
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #e5e3e3 url("../img/button.png") repeat-x;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #c6c6c6;
	color: #515151;
	outline: none;
}

div.form div.fields div.field div.button .ui-state-hover
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #b4b4b4 url("../img/button_selected.png") repeat-x;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #afafaf;
	color: #515151;
	outline: none;
}

div.form div.fields div.field div.highlight
{
	display: inline;
}

div.form div.fields div.field div.highlight .ui-state-default
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #4e85bb url("../img/button_highlight.png") repeat-x;
	border-top: 1px solid #5c91a4;
	border-left: 1px solid #2a6f89;
	border-right: 1px solid #2b7089;
	border-bottom: 1px solid #1a6480;
	color: #FFFFFF;
}

div.form div.fields div.field div.highlight .ui-state-hover
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #46a0c1 url("../img/button_highlight_selected.png") repeat-x;
	border-top: 1px solid #78acbf;
	border-left: 1px solid #34819e;
	border-right: 1px solid #35829f;
	border-bottom: 1px solid #257897;
	color: #FFFFFF;
}

/* -----------------------------------------------------------
	content -> right -> forms -> buttons
----------------------------------------------------------- */

div.form div.fields div.buttons
{
	margin: 10px 0 0 200px;
	padding: 0;
}



div.box-left div.form div.fields div.buttons,
div.box-right div.form div.fields div.buttons
{
	margin: 10px 0 0 0;
}

div.form div.fields div.buttons input
{
	margin: 0;
	color: #000000;
	font-family: Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* -----------------------------------------------------------
	content -> right -> forms -> buttons (jquery styling)
----------------------------------------------------------- */

div.form div.fields div.buttons .ui-state-default
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #e5e3e3 url("../img/button.png") repeat-x;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #c6c6c6;
	color: #515151;
	outline: none;
}

div.form div.fields div.buttons .ui-state-hover
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #b4b4b4 url("../img/button_selected.png") repeat-x;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #afafaf;
	color: #515151;
	outline: none;
}

div.form div.fields div.buttons div.highlight
{
	display: inline;
	float:left;
	margin-left:10px;
	
}

div.form div.fields div.buttons div.highlight .ui-state-default
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #4e85bb url("../img/button_highlight.png") repeat-x;
	border-top: 1px solid #5c91a4;
	border-left: 1px solid #2a6f89;
	border-right: 1px solid #2b7089;
	border-bottom: 1px solid #1a6480;
	color: #FFFFFF;
}

div.form div.fields div.buttons div.highlight .ui-state-hover
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #46a0c1 url("../img/button_highlight_selected.png") repeat-x;
	border-top: 1px solid #78acbf;
	border-left: 1px solid #34819e;
	border-right: 1px solid #35829f;
	border-bottom: 1px solid #257897;
	color: #FFFFFF;
}

/* -----------------------------------------------------------
	content -> right -> box / tables
----------------------------------------------------------- */

.content div.box div.table
{
	margin: 0;
	padding: 0 10px 0 10px;
	clear: both;
	overflow: hidden;
}
/*New css 02 april 2011 */
.content div.box div.table_noborder
{
	margin: 0;
	padding: 0 10px 10px 10px;
	clear: both;
	overflow: hidden;
}
.content div.box div.table_noborder td
{
	padding: 10px;
	background: #5C82B1;
	border-right: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}
/*end New css 02 april 2011 */
.content div.box table
{
	margin: 0;
	padding: 0;
 
	border-collapse: collapse;
}

.content div.box table th
{
	padding:8px 2px;
	background:url(../img/title_bar.png) bottom repeat-x #fcfcfc;
	border-right: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	color:#093D64;
	border-top: 1px solid #c7c7c7;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	white-space:nowrap;
	vertical-align:middle;
}
.content div.box table th a
{
color:#000;
}
.content div.box table th.yellow
{
	padding: 10px;
	background: #FFFF99;
	color:#454545;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}


.content div.box table th.last, .content div.box table th.last
{
	border-right: none;	
}

.content div.box table th.left
{
	text-align: left;   
}

.content div.box table th.right
{
	text-align: right;   
}

.content div.box table th.center
{
	text-align: center;   
}

.content div.box table th.selected
{
	padding: 0;
	vertical-align: middle;
}

.content div.box table th.selected input
{
	margin: 0;	
}

.content div.box table td
{
	padding: 8px;
	background: #eaeaea;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	font:12px Arial, Helvetica, sans-serif;
 
}
.content div.box1 table td
{
	padding:6px 3px;
	background: #f8f8f8;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.content div.box table td.serial_gray
{
	padding: 10px;
	background: #EDEDED;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}

.content div.box table td.yellow
{
	padding: 10px;
	background: #FEF8B5;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}
.content div.box table td.yellow1
{
	padding: 6px;
	background: #FEF8B5;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}
 
 
 
 

.content div.box table td.last
{
	border-right: none;	
}

.content div.box table tr.selected td
{
	background: #FFFFCC;
}


td#no_bdr{
border:0px;
}


.content div.box table td.selected
{
	padding: 0;
	width: 3%;
	text-align: center;
	vertical-align: middle;
}

.content div.box table td.selected input
{
	margin: 0;	
}

.content div.box table td.title
{
	width: 28%;
	text-align: left;
}


.content div.box table td.bottom_row_title
{
	width: 25%;
	text-align: left;
}

.content div.box table td.small_title
{
	width: 64%;
	text-align: left;
}

.content div.box table td.smallprice
{
	width: 8%;
	text-align: left;
}

.content div.box table td.price
{
	width: 14%;
	text-align: center;
}

.content div.box table td.date
{
	width: 22%;
	text-align: center;
}


.content div.box table td.smallfield
{
	width: 14%;
	text-align: left;
}


.content div.box table td.bottom_row_date
{
	width: 20%;
	text-align: center;
}

.content div.box table td.left_date
{
	width: 22%;
	text-align: left;
}

.content div.box table td.big_date
{
	width: 33%;
	text-align: center;
}

.content div.box table td.category
{
	width: 10%;
	text-align: center;
}
/*ADDED by designer*/

/*.DataTables_sort_wrapper span {  display:none; }*/

/*ENDS CSS ADDED by designer*/
/* -----------------------------------------------------------
	content -> right -> box / table action
----------------------------------------------------------- */

.content div.box div.action
{
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
	background: #FFFFFF;
	text-align: right;
}

.content div.box div.action a:hover
{
	color: #000000;
	text-decoration: none;
}

.content div.box div.action select
{
	margin: 0;
	font-family: Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
}

.content div.box div.action div.button
{
	margin: 6px 0px 0 0;
	padding: 0;
	text-align: right;
}

.content div.box div.action div.button input
{
	margin: 0;
	color: #000000;
	font-family: Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.content div.box div.action div.button input.ui-state-default
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #e5e3e3 url("../img/button.png") repeat-x;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #c6c6c6;
	color: #515151;
}

.content div.box div.action div.button input.ui-state-hover
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #b4b4b4 url("../img/button_selected.png") repeat-x;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #afafaf;
	color: #515151;
}

.content div.box div.action .ui-selectmenu  
{
	margin: 0;
	padding: 0;
}

.content div.box div.action a.ui-selectmenu-focus
{
	border: 1px solid #666666;
}

.content div.box div.action a.ui-selectmenu-focus span.ui-icon
{
	background-image: url(../img/ui/ui-icons_222222_256x240.png);
}

/* -----------------------------------------------------------
	content -> right -> pagination
----------------------------------------------------------- */

.content div.box div.pagination
{
	margin: 10px 0 0 0;
	padding: 0;
	height: 1%;
	clear: both;
	overflow: hidden;
}

.content div.box div.pagination div.results
{
	margin: 0;
	padding: 0;
	text-align: left;
	float: left
}

.content div.box div.pagination div.results span 
{
	margin: 0;
	padding: 6px 8px 6px 8px;
	height: 1%;
	display: block;
	float: left;
	background: #ebebeb url("../img/pager.png") repeat-x;
	border-top: 1px solid #dedede;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	color: #4A4A4A;
	font-weight: bold;
}

.content div.box div.pagination ul.pager
{
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

.content div.box div.pagination ul.pager li
{
	margin: 0 0 0 4px;
	padding: 0;
	height: 1%;
	float: left;
	list-style: none;
	background: #ebebeb url("../img/pager.png") repeat-x;
	border-top: 1px solid #dedede;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	color: #4A4A4A;
	font-weight: bold;
}

.content div.box div.pagination ul.pager li.separator
{
	padding: 6px;   
}

.content div.box div.pagination ul.pager li.current
{
	padding: 6px;   
	background: #b4b4b4 url("../img/pager_selected.png") repeat-x;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #afafaf;
	color: #515151;
}

.content div.box div.pagination ul.pager li.disabled
{
	padding: 6px;
	color: #B4B4B4;
}

.content div.box div.pagination ul.pager li a 
{
	margin: 0;
	padding: 6px;
	height: 1%;
	display: block;
	float: left;
	color: #515151;
	text-decoration: none;
}

.content div.box div.pagination ul.pager li a:hover, 
.content div.box div.pagination ul.pager li a:active 
{
	margin: -1px;
	background: #b4b4b4 url("../img/pager_selected.png") repeat-x;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #afafaf;
}

/* -----------------------------------------------------------
	content -> right -> sales chart
----------------------------------------------------------- */

.content div.box div.sales
{
	margin: 0;
	padding: 0 20px 10px 20px;
	clear: both;
	overflow: hidden;
}

.content div.box div.sales div.legend
{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}

.content div.box div.sales div.legend h6
{
	margin: 0;
	padding: 0;
	float: left;
	border: none;
}

.content div.box div.sales div.legend ul
{
	margin: 0;
	padding: 0;
	float: right;	
}

.content div.box div.sales div.legend li
{
	margin: 0;
	padding: 0 8px 0 4px;
	list-style: none;
	float: left;
	font-size: 11px;
}

.content div.box div.sales div.legend li.monitors
{
	border-left: 12px solid #edc240;
}

.content div.box div.sales div.legend li.memory
{
	border-left: 12px solid #afd8f8;
}

.content div.box div.sales table
{
	width: auto;
}

.content div.box div.sales table td
{
	padding: 2px 3px 3px 3px;
	background: transparent;
	border: none;
}

.content div.box div.sales table td.legendLabel
{
	padding: 0 3px 2px 3px;
}

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */

#footer
{
	margin: 10px 70px 0;
	padding: 5px 0 5px 0;
/*	margin: 0px 60px;
    clear: both;
	overflow: hidden;*/
	/*background: #2a2a2a;*/
	background: #093d64;
	text-align: center;
}

#footer p
{
	margin: 0 60px 0 60px;
	padding: 10px 0 10px 0;
	color: #ffffff;
}

/* -----------------------------------------------------------
	login
----------------------------------------------------------- */

#login
{
	margin:0 auto;
	padding: 0;
	width: 100%;
}

/* -----------------------------------------------------------
	login -> colors
----------------------------------------------------------- */ 

#login div.color
{
	left: auto;
	right: auto;
	margin: 10px auto 0 auto;
	padding: 3px 3px 3px 0;
	clear: both;
	overflow: hidden;
	background: #FFFFFF;
}

#login div.color a
{
	margin: 0 0 0 3px;
	padding: 0;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}

/* -----------------------------------------------------------
	login -> title
----------------------------------------------------------- */ 

#login div.title
{
	margin: 0 auto;
	padding: 0;
	width: 420px;
	clear: both;
	overflow: hidden;
	position: relative;
	background: #003367 url("../img/header_inner.png") repeat-x;
}

#login div.title h5
{
	margin: 10px;
	padding: 0;
	color: #ffffff;	
}

/* -----------------------------------------------------------
	login -> title / corners
----------------------------------------------------------- */ 

#login div.title div.corner
{
	height: 6px;
	width: 6px;
	position: absolute;
	background: url("../img/login_corners.png") no-repeat;
}

#login div.title div.tl
{
	top: 0;
	left: 0;
	background-position: 0 0;
}

#login div.title div.tr
{
	top: 0;
	right: 0;
	background-position: -6px 0;
}

/* -----------------------------------------------------------
	login -> messages
----------------------------------------------------------- */

#login div.messages
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	background: #ffffff;
}

#login div.message
{
	margin: 20px 20px 0 20px;
	padding: 0;
	clear: both;
	overflow: hidden;
}

#login div.messages div.message div.image
{
	margin: 2px 0 2px 5px;
	padding: 6px;
	float: left;
}

#login div.messages div.message div.image img
{
	margin: 0;
	vertical-align: middle;
}

#login div.messages div.message div.text
{
	margin: 0;
	padding: 10px 6px 10px 6px;
	float: left;
}

#login div.messages div.message div.dismiss
{
	margin: 0;
	padding: 0;
	float: right;
}

#login div.messages div.message div.dismiss a
{
	margin: 15px 14px 0 0;
	padding: 0;
	height: 16px;
	width: 16px;
	display: block;
	background: url("../img/cross.png") no-repeat;
}

#login div.messages div.message div.text h1,
#login div.messages div.message div.text h2,
#login div.messages div.message div.text h3,
#login div.messages div.message div.text h4,
#login div.messages div.message div.text h5,
#login div.messages div.message div.text h6
{
	margin: 0;
	padding: 0px;
	border: none;
}

#login div.messages div.message div.text span
{
	margin: 0;
	padding: 5px 0 0 0;
	height: 1%;
	display: block;
}

#login div.messages div.message-error
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #FBE3E4;
	border: 1px solid #FBC2C4;
	color: #860006;
}

#login div.messages div.message-error h6
{
	color: #860006;
}

#login div.messages div.message-warning
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #FFF6BF;
	border: 1px solid #FFD324;
	color: #5f5200;
}

#login div.messages div.message-warning h6
{
	color: #5f5200;
}

#login div.messages div.message-notice
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #8FBDE0;
	border: 1px solid #6BACDE;
	color: #003863;
}

#login div.messages div.message-notice h6
{
	color: #003863;
}

#login div.messages div.message-success
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #E6EFC2;
	border: 1px solid #C6D880;
	color: #4e6100;
}

#login div.messages div.message-success h6
{
	color: #4e6100;
}

/* -----------------------------------------------------------
	login -> inner
----------------------------------------------------------- */

#login div.inner
{
	margin: 0 auto;
	padding: 20px;
	width: 380px;
	background: #FFFFFF url("../img/login.png") no-repeat top left;
	border-top: none;
	border-bottom: none;
}

/* -----------------------------------------------------------
	login -> form
----------------------------------------------------------- */

#login div.form
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

#login div.form div.fields
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

#login div.form div.fields div.field
{
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
	overflow: hidden;
	border: none;
}

#login div.form div.fields div.field span.error
{
	margin: 8px 0 0 0;
	padding: 0;
	height: 1%;
	display: block;
	color: #FF0000;
}

#login div.form div.fields div.field label.error
{
	margin: 8px 0 0 0;
	padding: 0;
	height: 1%;
	display: block;
	color: #FF0000;
}

#login div.form div.fields div.field div.label
{
	left: 0;
	margin: 2px 10px 0 0;
	padding: 5px 0 0 5px;
	width: 173px;
	float: left;
	position: relative;
	text-align: right;
}

#login div.form div.fields div.field div.label label
{
	color: #000000;
	font-weight: bold;
}

#login  div.form div.fields div.field div.label span
{
	margin: 0;
	padding: 2px 0 0 0;
	height: 1%;
	display: block;
	color: #363636;
}

#login div.form div.fields div.field div.input
{
	margin: 0;
	padding: 0;
	float: left;
}

#login div.form div.fields div.field div.input input
{
	margin: 0;
	padding: 7px 7px 6px 7px;
	width: 176px;
	background: #FFFFFF;
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	color: #000000;
	font-family: Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
}

#login div.form div.fields div.field div.input  input.error
{
	background: #FBE3E4;
	border-top: 1px solid #e1b2b3;
	border-left: 1px solid #e1b2b3;
	border-right: 1px solid #FBC2C4;
	border-bottom: 1px solid #FBC2C4;
}

#login div.form div.fields div.field div.input  input.success
{
	background: #E6EFC2;
	border-top: 1px solid #cebb98;
	border-left: 1px solid #cebb98;
	border-right: 1px solid #c6d880;
	border-bottom: 1px solid #c6d880;
}

#login div.form div.fields div.field div.input div.link
{
	margin: 6px 0 0 0;
	padding: 0;
	text-align: right;
}

#login div.form div.fields div.field div.checkbox
{
	margin: 0 0 0 184px;
	padding: 0;
}

#login div.form div.fields div.field div.checkbox label
{
	color: #565656;
	font-weight: bold;
}

#login div.form div.fields div.buttons
{
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #DDDDDD;
	text-align: right;
}

#login div.form div.fields div.buttons input
{
	margin: 0;
	color: #000000;
	font-size: 1.0em; 
	font-weight: bold;
	font-family: Verdana, Helvetica, Sans-Serif; 
}

#login div.form div.fields div.buttons input.ui-state-default
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #e5e3e3 url("../img/button.png") repeat-x;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #c6c6c6;
	color: #515151;
}

#login div.form div.fields div.buttons input.ui-state-hover
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #b4b4b4 url("../img/button_selected.png") repeat-x;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #afafaf;
	color: #515151;
}

/* -----------------------------------------------------------
	login -> links
----------------------------------------------------------- */

#login div.form div.links
{
	margin: 10px 0 0 0;
	padding: 0 0 2px 0;
	clear: both;
	overflow: hidden;
}

/* -----------------------------------------------------------
	jquery ui
----------------------------------------------------------- */

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* -----------------------------------------------------------
	jquery ui -> icons
----------------------------------------------------------- */

.ui-icon { width: 16px; height: 16px; background-image: url(../img/ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon { background-image: url(../img/ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon { background-image: url(../img/ui/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../img/ui/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(../img/ui/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../img/ui/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../img/ui/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../img/ui/ui-icons_ffd27a_256x240.png); }

/* -----------------------------------------------------------
	jquery ui -> icon positioning
----------------------------------------------------------- */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* -----------------------------------------------------------
	jquery ui -> misc visuals
----------------------------------------------------------- */

.ui-widget-overlay { background: #666666 url(../img/ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../img/ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

/* -----------------------------------------------------------
	jquery ui -> resizable
----------------------------------------------------------- */

.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Selectable

/* -----------------------------------------------------------
	jquery ui -> tabs
----------------------------------------------------------- */
.ui-tabs .ui-tabs-hide { display: none; }

/* -----------------------------------------------------------
	jquery ui -> datepicker
----------------------------------------------------------- */
.ui-datepicker { width: 190px; padding: .2em .2em 0; background: #FFFFFF; border: 1px solid #000000; border-top: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; background: #F6F6F6; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 1px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left: 0; }
.ui-datepicker .ui-datepicker-next { right: 0; }
.ui-datepicker .ui-datepicker-prev-hover { left: 0; }
.ui-datepicker .ui-datepicker-next-hover { right: 0; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; border-collapse: collapse; margin: 0 0 4px 0; }
.ui-datepicker th { padding: .7em .3em; text-align: center; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: 3px; text-align: center;  text-decoration: none; }
.ui-datepicker td span, .ui-datepicker td a:hover { background: #376ea6; color: #ffffff; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
.ui-datepicker td span, .ui-datepicker td.ui-datepicker-today a { background: #DDDDDD; color: #585858; }
.ui-datepicker td span, .ui-datepicker td.ui-datepicker-current-day a { background: #376ea6; color: #ffffff; }

/* -----------------------------------------------------------
	jquery ui -> datepicker / multiple calenders
----------------------------------------------------------- */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* -----------------------------------------------------------
	jquery ui -> datepicker / rtl support
----------------------------------------------------------- */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* -----------------------------------------------------------
	jquery ui -> select styling
----------------------------------------------------------- */

.ui-selectmenu  
{
	display: block; 
	position: relative;
	overflow: hidden;
	background: #ffffff;
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	text-align: left; 
	text-decoration: none; 
}

.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; }
.ui-selectmenu-open { background: #ffffff; border: 1px solid #666666; border-top: none; visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 1.4em; display:block; padding: 5px 0 5px 8px; outline:none; text-decoration:none; color: #000000; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status  { margin-left: 5px; padding-left: 20px; position: relative; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus { background: #376ea6; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a { color: #ffffff; }
.ui-selectmenu-open li.ui-selectmenu-item-selected { background: #dfdfdf; }
.ui-selectmenu-open li.ui-selectmenu-item-selected a { color: #000000; }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }

/* reset extra padding in firefox */
.ui-button::-moz-focus-inner { border: 0; padding: 0; }

/* -----------------------------------------------------------
	jquery ui -> autocomplete
----------------------------------------------------------- */

.ui-autocomplete { margin: 0; padding: 0; list-style: none; position: absolute; background: #ffffff; border: 1px solid #666666; border-top: none; }
.ui-autocomplete .ui-menu-item { margin: 0; padding: 0; }
.ui-autocomplete .ui-menu-item a { margin: 0; padding: 8px; height: 1%; display: block; text-decoration: none; }
.ui-autocomplete .ui-menu-item a:hover { background: #376ea6; color: #ffffff; }

/* -----------------------------------------------------------
	jquery ui -> dialog
----------------------------------------------------------- */

.ui-dialog { position: absolute; padding: 0; width: 300px; overflow: hidden; background: #ffffff; border: 1px solid #336699; }
.ui-dialog .ui-dialog-titlebar { padding: 8px; position: relative; clear: both; overflow: hidden; background: #336699 url("../img/title.png") repeat-x; color: #ffffff; font-weight: bold; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: 15px; background: none; overflow: auto; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; background-image: none; margin: 0; padding: 10px 10px 15px 10px; clear: both; overflow: hidden; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-dialog p
{
	margin: 0;
	padding: 0 0 10px 0;
	color: #5f5f5f;
	font-size: 11px;
	line-height: 150%;
}

.ui-dialog .ui-dialog-buttonpane button
{
	margin: 0 6px 0 0; 
	float: right;
	color: #000000;
	font-family: Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

.ui-dialog .ui-dialog-buttonpane .ui-state-default
{
	padding: 6px 12px 6px 12px;
	background: #e5e3e3 url("../img/button.png") repeat-x;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #c6c6c6;
	color: #515151;
	outline: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-state-hover
{
	padding: 6px 12px 6px 12px;
	background: #b4b4b4 url("../img/button_selected.png") repeat-x;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #afafaf;
	color: #515151;
	outline: none;
}

/*omprakash CSS Start here*/

.display_row{float:left; width:100%; margin:10px 0 0 0; padding-bottom:5px;}
.display_left{float:left; width:30%;}
.display_right{float:right; width:70%;}

span.query{font-weight:bold; color:#C00;}

span.pending{font-weight:bold; color:#F60;}


.content div.box table td.serial
{
	width:6%;
	text-align: left;
}

.content div.box table td.serial_gray
{
	/*width:6%;*/
	text-align: left;
}
.breadcrumb{
padding:5px 10px;
color: #093D64;
font: bold 13px Arial,Helvetica,sans-serif;
}
.cursorclass{
cursor:pointer;
}
.inputbox{
padding:2px 2px;
}
.inputbox1{
padding:3px 2px;
}
.inputbox_login{
padding:3px 2px;
width:150px;
}
.selectbox{
padding:2px 2px;
}
.selectbox1{
min-height:10px;
margin-bottom:4px;
z-index:10;
}
/*added new class selectbox2 by anil */
.selectbox2{
min-height:10px;
margin-bottom:4px;
z-index:10;
margin-right:5px;
}
.title-pad{
padding:0px 10px;
}
input.ui-state-default
{
	margin: 0;
	padding: 4px 12px 5px 12px;
	overflow: hidden;
	background:#093d64;
	/*background: #4e85bb url("../img/button_highlight.png") repeat-x;*/
	border: 0px solid #076cc7;
	/*border-left: none;*/
	color: #FFFFFF;
	outline: none;
	outline-style: none;
	font-weight:normal;
}

input.ui-state-default:hover{ background:#2180bd;}
.required , .error-message{
color:#FF0000;
}


/*Css added on 04 April 2011 */
.content div.box table td.nopadding{ margin:0px; padding:0px;}
/* -----------------------------------------------------------
	content -> right -> box / messages
----------------------------------------------------------- */ 

.content div.box div.messages
{
	margin: 0 10px 10px 10px;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.content div.box div.message
{
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	line-height:16px;
}

.content div.box div.message div.image
{
	margin: 2px 0px 2px 5px;
	padding: 6px;
	width:50px;
	
	float: left;
}

.content div.box div.message div.image img
{
	margin: 0;
	vertical-align: middle;
}

.content div.box div.message div.text
{
	margin: 0;
	padding: 10px 6px 10px 6px;
	float: left;
	 width:980px;
}

.content div.box div.message div.text h1,
.content div.box div.message div.text h2,
.content div.box div.message div.text h3,
.content div.box div.message div.text h4,
.content div.box div.message div.text h5,
.content div.box div.message div.text h6
{
	margin: 0;
	padding: 0px;
	border: none;
}

.content div.box div.message div.text span
{
	margin: 0;
	padding: 5px 0 0 0;
	height: 1%;
	display: block;
}

.content div.box div.message-error
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #FBE3E4;
	border: 1px solid #FBC2C4;
	color: #860006;
}

.content div.box div.message-error h6
{
	color: #860006;
}

.content div.box div.message-warning
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #FFF6BF;
	border: 1px solid #FFD324;
	color: #5f5200;
}

.content div.box div.message-warning h6
{
	color: #5f5200;
}

.content div.box div.message-notice
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #8FBDE0;
	border: 1px solid #6BACDE;
	color: #003863;
}

.content div.box div.message-notice h6
{
	color: #003863;
}

.content div.box div.message-success
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #E6EFC2;
	border: 1px solid #C6D880;
	color: #4e6100;
}

.content div.box div.message-success h6
{
	color: #4e6100;
}

.content div.box div.table.nostyle
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.content div.box table.nostyle
{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

.content div.box table.nostyle th
{
	border:none;
	padding:0px;
	text-decoration:none;
	
}

.content div.box table.nostyle td
{
	border:none;
	padding:0px;
	background:none;
}

/* -----------------------------------------------------------
	CSS for No style in Table under table
----------------------------------------------------------- */

.content div.box div.table.nostyle table
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.content div.box table.nostyle table
{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

.content div.box table.nostyle table th
{
	border:none;
	padding:0px;
	text-decoration:none;
	
}

.content div.box table.nostyle table td
{
	border:none;
	padding:0px;
}



/* -----------------------------------------------------------
	CSS for No style in Table under table under table
----------------------------------------------------------- */

.content div.box div.table.nostyle table table
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.content div.box table.nostyle table table
{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

.content div.box table.nostyle table table th
{
	border:none;
	padding:0px;
	text-decoration:none;
	
}

.content div.box table.nostyle table table td
{
	border:none;
	padding:0px;
	text-align:left;
	float:left;
	margin-left:5px;
	margin-top:5px;
	
	
}

.content div.box table.nostyle table table td img
{
	border:none;
	padding:0px;
}

/*using at filters in admin*/

.content div.box div.table.nostyle1
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.content div.box table.nostyle1
{
	margin: 0;
	padding: 0;
	width: 100%;
}

.content div.box table.nostyle1 td
{
	padding:0px;
	background:none;
}



/*22-4-11*/


/* login panel
 */
#simplemodal-container { color:#666666; background-color:#eaeaea; padding:2px 2px 2px 2px; border:#00356A solid 1px; margin:20px 0px; }



#simplemodal-container h3 {color:#ffffff; font-size:20px; background:#093D64  /*url(../img/login_header.jpg) repeat-x*/; padding:6px 10px 6px 10px; font-weight: normal; font-family:"Times New Roman", Times, serif; }


.simplemodal-login-fields label{font-size:14px; font-weight:bold; margin-bottom:10px; padding:8px 0px;}
.simplemodal-login-fields input{/*font-size:14px; color:#666666; padding:4px 10px; background:url(../img/input.jpg) no-repeat center center; width:180px; border:none; margin-bottom:10px;*/
 border: 1px solid #CCCCCC;
    color: #666666;
    font: 12px Arial,Helvetica,sans-serif;
    padding: 5px 3px;
    width: 90%;
}




.simplemodal-login-fields  input.submit{ background:url(../img/up_send.jpg) no-repeat center center #407adb; width:102px; font-family:verdana; font-size:21px; text-align:center; color:#FFFFFF; float:right; margin:15px 45px 15px 0px; cursor:pointer; height:37px;}

.simplemodal-login-fields  input.submit_new{ background:url(../img/up_send.jpg) no-repeat center center #407adb; width:102px; font-family:verdana; font-size:21px; text-align:center; color:#FFFFFF; float:right; cursor:pointer; height:37px;}

/* login panel end here
 */


/* -----------------------------------------------------------
	CSS for No style in Table under table under table
----------------------------------------------------------- */


.content div.box table.nostyle_none 
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}


.content div.box table.nostyle_none table 
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
		border-left:0px;
	border-right:0px;
	border-bottom:0px;
}

.content div.box table.nostyle_none table table
{
	margin: 0;
	padding: 0;
	width: 100%;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	border-collapse: collapse;
}

.content div.box table.nostyle_none th
{
	border:none;
	padding:0px;
	text-decoration:none;
	
}

.content div.box table.nostyle_none td
{
	border:none;
	padding:0px;
	text-align:left;

	margin-left:5px;
	margin-top:5px;
	
	
}
.admin_login {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
background-color:#eaeaea;
padding-top:10px;
text-align:left;"
}
.admin_login_fields {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
background-color:#eaeaea;
padding-bottom:10px;
font-weight:bold;
}
	.contactimage {
		border:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		background-color:#eaeaea;
		color:#000000;
	}
/* Timesheet css in admin 26 Apr 2011 */
/*	Timesheet CSS for Table	*/
table.timesheet{
	margin:0 auto;
	padding:0px 0px 10px 0px;
}
.timesheet td{
	font:12px Verdana, Geneva, sans-serif;
	color:#000;
	text-align:center;
	/*padding:8px 10px 15px 15px;*/
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}
.timesheet td.left, .timesheet th.left{
	text-align:left;
	border-left:1px solid #666666;
}
.timesheet td.center, .timesheet th.center{
	text-align:center;
	border-left:1px solid #666666;
}
.timesheet th.first{
	border-right:1px solid #666666;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
.timesheet th{
	font:12px Verdana, Geneva, sans-serif;
	color:#000;
	text-align:center;
	padding:8px 10px 15px 15px;
}
.timesheet td a{
	font:12px Verdana, Geneva, sans-serif;
	color:#3366cc;
 	text-decoration:underline;
}
.padleft{
padding-left:5px;
}
.padall{
padding:8px 10px 15px 15px;
}
.timesheet td a:hover{
	font:12px Verdana, Geneva, sans-serif;
	color:#000;
 	text-decoration:none;
}
.timesheet td img{
	vertical-align:middle;
}
.timesheet td strong, .timesheet th strong{
	font:bold 12px Verdana, Geneva, sans-serif;
	color:#000000;
 }
.timesheet td span{
	font:11px Verdana, Geneva, sans-serif;
	color:#000;
 } 
 .timesheet td.gray, .timesheet th.gray {
 	background-color:#5C82B1;
 }
 
 .big_textarea_01{
	width:886px;
	height:100px;
	border:1px solid #e3e9ef;
	border-top:1px solid #abadb3;
	font:12px Verdana, Geneva, sans-serif;
	color:#000;
	padding:6px;
}
.input_t01{
	width:250px;
	border:1px solid #e3e9ef;
	border-top:1px solid #abadb3;
	font:12px Verdana, Geneva, sans-serif;
	color:#000;
	padding:3px 8px;
}
.input_big {
	width:60px;
	border:1px solid #eaeaea;
	background:#eaeaea;
	/*border-top:1px solid #abadb3;*/
	font:12px Verdana, Geneva, sans-serif;
	color:#000;
	padding:0px 0px 0px 0px;
}
.input_bighalf {
	width:28px;
	border:1px solid #fff;
	/*border-top:1px solid #abadb3;*/
	font:12px Verdana, Geneva, sans-serif;
	color:#000;
	padding:4px 10px 7px 12px;
}
.input_big_gray {
	width:40px;
	border:1px solid #eaeaea;
	/*border-top:1px solid #abadb3;*/
	background:#eaeaea;
	font:12px Verdana, Geneva, sans-serif;
	color:#000;
	padding:0px 0px 0px 0px;
}
.redBorder {
	color:#ff0000;
	/*border:1px solid #ff0000;*/
}
.fontbold{
	font-weight:bold;
	color:#000;
}
.input_signature {
 	width:250px;
	border:1px solid #eaeaea;
	border-bottom:1px dotted #000;
	font:14px Verdana, Geneva, sans-serif;
	background:#eaeaea;
	color:#000;
 }
 .queryCss{
 color:#FF0074;
 }
 .pendingCss{
 color:#FF6600;
 }
  .agreedCss{
 color:#008000;
 }
 
/*Add new css by anil */
.grey{
color:#666;
}
#header1 #header-inner1
{
	margin: 0;
	padding: 0;
	height: 30px;
	clear: both;
	position: relative;
	/*border-bottom: 6px solid #ffffff;
	z-index:1000001;*/
}

/* -----------------------------------------------------------
	header -> quick
----------------------------------------------------------- */ 

#header1 #header-inner1 #quick,
#header1 #header-inner1 #quick ul
{
	margin: 10px 5px 0 10px;
	padding: 0;
	position: relative;
	float: left;
	list-style-type: none;
	list-style-position: outside;
}

#header1 #header-inner1 #quick li
{
	margin: 0 2px 0 0;
	padding: 0;
	position: relative;
	float: left;
}

#header1 #header-inner1 #quick li a
{
	top: 0;
	left: 0;
	padding: 0;
	height: 1%;
	display: block;
	clear: both;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#header1 #header-inner1 #quick li span
{
	top: 0;
	right: 0;
	margin: 0;
	padding: 10px 4px 8px 4px;
	height: 1%;
	display: block;
	float: left;
	
}

#header1 #header-inner1 #quick li span.normal
{
	padding: 10px 12px 8px 12px;
	border: none;	
}


#header1 #header-inner1 #quick li a:hover
{
}

#header1 #header-inner1 #quick li a:hover span
{
	
}

#header1 #header-inner1 #quick li a:hover span.normal
{
	border: none;	
}

#header1 #header-inner1 #quick li a:hover span.icon
{
	border-left: none;

}

#header1 #header-inner1 #quick ul
{
	top: 29px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 140px;
	display: none;
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #666;
	border-top: 1px solid #003367;
	z-index: 100;
}

#header1 #header-inner1 #quick li ul li
{
	border-bottom: 1px solid #dddddd;	
}

#header1 #header-inner1 #quick li ul li.last
{
	border: none;	
}

#header1 #header-inner1 #quick li ul li a
{
	margin: 0;
	padding: 7px 9px 7px 9px;
	height: 1%;
	width: 102px;
	height: auto;
	display: block;
	float: left;
	background: #FFFFFF;
	color: #0066CC;
	font-weight: normal;
}
/* For popup */
.popup{
 	width:792px;
  	z-index:1000; 
 	position:absolute; 
  	display:none;
	top:20px;
 	margin:0px 0 0 0;
	left:135px;
   	}
	

.popup_tstrip{
 	width:782px;
 	/*background:url(../img/privacy_important_tstrip.jpg) top left no-repeat;*/
 	height:13px;
 	}		

.popup_mid{
 	width:750px;
 	/*background:url(../img/privacy_important_midbg.jpg) bottom repeat-x #fff;*/
	background:#fff;
 	border:6px solid #3080d1;
 	padding:5px 10px;
 	}		

.popup_mid h1{

	margin:0px 0 10px 0;
 	font:14px Arial, Helvetica, sans-serif;
 	color:#414042;
 	border-bottom:1px dashed #ccc;
 	padding:0 0 5px 0;
 	}		
 
.popup_bstrip{
 	width:782px;
 	/*background:url(../img/privacy_important_bstrip.jpg) top left no-repeat;*/
 	height:13px;

	}	
.whiteC {
color:#fff;
font-weight:bold;
}
.greenC {
color:#22CA01;
font-weight:bold;
}
.redC {
color:#FE0006;
font-weight:bold;
}
.orangeC{
color:#F98904;
font-weight:bold;
}

 
.clear{clear:both;}  
.button_Cnew_right{float:left; text-align:left; margin-right:10px;}


.content div.box div.title div.search div.button_adminC
{
	
	margin-right:10px;
}



.content div.box div.title div.search div.button_adminC
{
	float: right;
	
	
}

.content div.box div.title div.search div.button_adminC input
{
	margin: 0;
	color: #000000;
	font-size: 1.0em; 
	font-weight: bold;
	font-family: Verdana, Helvetica, Sans-Serif; 
}

.content div.box div.title div.search div.button_adminC input.ui-state-default
{
	margin: 0;
	padding: 4px 12px 5px 12px;
	overflow: hidden;
	background: #4e85bb url("../img/button_highlight.png") repeat-x;
	border: 1px solid #316293;
	border-left: none;
	color: #FFFFFF;
	outline: none;
	outline-style: none;
}

.content div.box div.title div.search div.button_adminC input.ui-state-hover
{
	margin: 0;
	background: #46a0c1 url("../img/button_highlight_selected.png") repeat-x;
	border: 1px solid #316293;
	border-left: none;
	color: #FFFFFF;
}
/*Start : Added new by anil */
.content div.box div.title div.button_adminC div.search table
{
	margin: 0;
	padding: 6px 6px 6px 7px;
	background:none;
}
#addnew_C{float:right; text-align:right;}

.top_C{float:right; text-align:right; width:700px;}
.bottom_C{float:right; text-align:right; width:700px;}
.newBtn{width:800px; text-align:right; float:right; margin:6px 6px 0 6px;}

.bottom_margin
{
	margin-bottom: 6px;
	
}
.inputbox_new{ text-decoration:none; padding:2px 2px;
  }
.content div.box1 table td .inputbox1{border:1px solid #595959; border-top-width:2px; border-left-width:2px; border-right-color:#BFBFBF; border-bottom-color:#BFBFBF; height:27px; padding:0px 5px; line-height:27px; width:152px; font-size:11px; font-family:Verdana, Geneva, sans-serif;}
.content div.box1 table td .sort_textfield{border:1px solid #595959; border-top-width:2px; border-left-width:2px; border-right-color:#BFBFBF; border-bottom-color:#BFBFBF; height:27px; padding:0px 5px; line-height:27px; width:40px; font-size:11px; font-family:Verdana, Geneva, sans-serif;}
.content div.box1 table td .listbox, textarea{border:1px solid #595959; border-top-width:2px; border-left-width:2px; border-right-color:#BFBFBF; border-bottom-color:#BFBFBF;  padding:5px 5px; font-size:11px; font-family:Verdana, Geneva, sans-serif; }

.content div.box1 table td.green{background:#008000; color:#fff;}
.content div.box1 table td.blue{background:#113976; color:#fff;}
.content div.box1 table td.maroon{background:#800000; color:#fff;}
.content div.box1 table td.purple{background:#800080; color:#fff;}

/* .content div.box table td.blue{background:#113976; color:#fff;} */
/* Changed the colour of footer to make the colour scheme consistent*/
.content div.box table td.blue{background:#093d64; color:#fff;}

ul.bullet_list li{background:url(../img/right.png) no-repeat 0 -1px; padding:0 0 10px 20px !important; line-height:16px;}
i{color:red;}


	.pager{display:block; padding:10px; font-size:12px; font-family:Verdana, Geneva, sans-serif; background:#ececec; border-right:none; border-left:none;  text-align:center; margin:0 0 0 0; font-weight:bold;}
		.pager span{font-weight:normal;}
		p.smalltext{font-size:11px; padding:0 0 5px 0; margin:0px;}

		.pager_panel ul {padding:0 0 0px 4px; }
.pager_panel ul li{float:left; margin-right:5px;   }
.pager_panel ul li a{display:block; width:23px; height:21px; padding:2px 0 0 0; text-align:center; color:#073b7b; font-size:14px; font-weight:bold; text-decoration:none; }
.pager_panel ul li.prev a{display:block; width:120px; height:23px; text-align:center; color:#073b7b; font-size:14px; font-weight:bold; text-decoration:none;}
.pager_panel ul li.next a{display:block; width:120px; height:23px; text-align:center; color:#073b7b; font-size:14px; font-weight:bold; text-decoration:none;}
.pager_panel ul li.prev a:hover, .pager_panel ul li.next a:hover{color:#073b7b;  text-decoration:none; background:none;}
.pager_panel ul li a:hover, .pager_panel ul li.sel a{background:url(../images/pager_hover.jpg) no-repeat 0 0; color:#fff;  background:#393939; text-decoration:none; }
.pager_panel ul li.last{float:left; margin-right:0px;}
.pager_panel{width:445px; text-align:center; margin:0 auto;}

.content div.box table th a{color:#093D64;}
.content div.box table th.black_head {background:#464644;}

.resume_detail_bot_row{width:100%; margin:0px; padding:0px; overflow:hidden;}
.resume_detail_bot_col{float:left; width:48%; text-align:left;}
.admin_padding{padding:0 0 0 20px}



/* new css added by rahul */
.news_announcement{width:auto; border:1px solid #c7c7c7; margin:0 10px;}
.news_indent{width:auto; padding:1em;}
.titlebar{width:auto; background:url(../img/title_bar.png) top repeat-x; font:bold 14px Arial, Helvetica, sans-serif; color:#093D64; padding:8px 15px;} 
.content div table.no_bg{background:none;}
.content div table.no_bg td{background:none; border:0px;}

.textarea1{width:90%; border:1px solid #ccc; height:120px; margin:6px 0 0 0;}
.center{text-align:center;}

.content_outer{width:auto; margin:0 10px 0 10px; overflow:hidden;}
.graph_col{width:96%; float:left; margin:12px 20px 0 0; border:1px solid #c7c7c7;}
.graph_indent{width:auto; padding:18px 34px; text-align:center;}

.content table.graphs{margin:0px; padding:0px; border:0px;}
.content table.graphs td{margin:0px; padding:0px; border:0px;}
.content table.graphs td td{margin:0px; padding:0px; border:0px;}

.content div.box1 table.graphs td{border:0px; padding:0px;}
.content div.box table.graphs td{border:0px; padding:0px;}

.content div.box1 table.form_table td{border:0px; padding:6px; margin:0px; background:none;vertical-align: top;}


.content div.box1 table.form_table table{border:0px; padding:0px; margin:0px; background:none;}




.input1{width:90%;  border:1px solid #ccc; padding:5px 3px; font:12px Arial, Helvetica, sans-serif; color:#666;}
.input2{width:43%; border:1px solid #ccc; padding:5px 3px; font:12px Arial, Helvetica, sans-serif; color:#666; margin:3px 0 0 0;}
.input3{width:44%; border:1px solid #ccc; padding:5px 3px; font:12px Arial, Helvetica, sans-serif; color:#666;}

.select1{width:92%; border:1px solid #ccc; padding:5px; font:12px Arial, Helvetica, sans-serif; color:#666; margin:3px 0 0 0;}
.select2{width:32%; border:1px solid #ccc; padding:5px; font:12px Arial, Helvetica, sans-serif; color:#666; margin:3px 0 0 0;}
.select3{width:52%; border:1px solid #ccc; padding:5px; font:12px Arial, Helvetica, sans-serif; color:#666; margin:3px 0 0 0;}


.big_text{font-size:16px;}

/*
.tabs_outer{width:auto; overflow:hidden; margin:0 10px;}
.tabs_outer ul{margin:0px; padding:0px; border-bottom:1px solid #c7c7c7; overflow:hidden;}
.tabs_outer li{list-style:none; float:left; font:bold 14px Arial, Helvetica, sans-serif; color:#fff; text-transform:uppercase; margin:0px; padding:0px;}
.tabs_outer li a{font:bold 12px Arial, Helvetica, sans-serif; line-height:16px; color:#fff; text-decoration:none; display:block; padding:8px 5px; background:#1c7cd1; margin:0 3px 0 0;}
.tabs_outer li a:hover{font:bold 12px Arial, Helvetica, sans-serif; line-height:16px; color:#013479; text-decoration:none; background:#c7c7c7;}
.tabs_outer li.active a{font:bold 12px Arial, Helvetica, sans-serif; color:#013479; line-height:16px; text-decoration:none; background:#c7c7c7;}
.content div.box .tabs_outer li{padding:0px;}
*/
/*change font size and padding date:14-03-2014*/
.tabs_outer{width:auto; overflow:hidden; margin:0 10px;}
.tabs_outer ul{margin:0px; padding:0px; border-bottom:1px solid #c7c7c7; overflow:hidden;}
.tabs_outer li{list-style:none; float:left; font:bold 14px Arial, Helvetica, sans-serif; color:#fff; text-transform:uppercase; margin:0 0 1px; padding:0px;}
.tabs_outer li a{font:bold 11px Arial, Helvetica, sans-serif; line-height:16px; color:#fff; text-decoration:none; display:block; padding:8px 5px; background:#093d64; margin:0 3px 0 0;}
.tabs_outer li a:hover{font:bold 11px Arial, Helvetica, sans-serif; line-height:16px; color:#fff; text-decoration:none; background:#2180BD ;/*background:#c7c7c7;*/}
.tabs_outer li.active a{font:bold 11px Arial, Helvetica, sans-serif; color:#fff; line-height:16px; text-decoration:none; background:#2180BD ;/*background:#c7c7c7;*/}
.content div.box .tabs_outer li{padding:0px;}
.tabs_des{width:auto; padding:1em;}

 

.doc_upload{width:85%; border:2px solid #2b4f85; padding:1em; margin:0.4em 0 2em 0;min-height:150px;}
.content div.box1 .doc_upload table{border:0px; background:none; padding:0px; margin:0px;}
.content div.box1 .doc_upload table td{border:0px; background:none; padding:6px 0; margin:0px;}

td.red{color:#ff0000;}

.links_col{width:auto; overflow:hidden; border-bottom:2px solid #ccc; padding:6px 0 10px 15px;}

.links_col li{list-style:none; /*float:left;*/ font:bold 13px Arial, Helvetica, sans-serif; color:#333; padding:0 12px 0 0;}
/* .links_col li a{font:bold 13px Arial, Helvetica, sans-serif; color:#093D64; text-decoration:none;} */
.links_col li a{font:bold 13px Arial, Helvetica, sans-serif; color:#333 /*1c7cd1*/; text-decoration:none;}
.links_col li a:hover{font:bold 13px Arial, Helvetica, sans-serif; color:#093D64/*1c7cd1*/; text-decoration:underline;}
.links_col li.active a{font:bold 13px Arial, Helvetica, sans-serif; color:#0088cc; text-decoration:none;}

p{padding:14px 0 0 0;}

.divider{width:auto; border-bottom:2px solid #ccc; height:2px; margin:12px 0;}


table.formtable td{border:0px; padding:5px 5px 5px 0; margin:0px; background:none;}
table.formtable table{border:0px; padding:0px; margin:0px; background:none;}

.content div.box1 td.rpadnone{padding-right:0px;}
.box1 {
  margin: 0 0 10px; 
}

span.gray{color:#999;}
.red{color:#F00;}
.blue{color:#1c7cd1;}


img.imgborder{border:1px solid #ccc;}

/******** added by Jitendra ******/

a.a-state-default
{
	margin: 0;
	padding: 6px 12px 5px 12px;
	overflow: hidden;
	 background:#093d64;

	 /* background: #4e85bb url("../img/button_highlight.png") repeat-x;*/
	     border: 0px solid #076cc7;
	/*border-left: none;*/
	color: #FFFFFF;
	outline: none;
	outline-style: none;
}
 
a.a-state-default:hover{
    background:#2180bd;
}
.news_indent_addmore{width:auto; padding:1em;border-bottom: 1px solid #CCCCCC;}
.news_indent_addmore .select .checkbox{margin-right:10px; float:left}
.news_indent .select .checkbox{margin-bottom:5px;}

#right2 .box1 .prev 
{
width:200px;
background-color:#000000;
}

.box1_new{ float:left;width: 1200px;margin: 0 0 10px;}
.box1_left_new{ float:left;width: 60%;margin: 0 0 10px;}
.box1_right_new{ float:left;width: 39%;margin: 0px;}

/*Css Added by Omprakash 30_7_12 */  .alone_page {
	padding:15px;
}
.titlebar {
	text-transform:uppercase;
}
.outer_form {
	line-height:18px;
}
textarea.textarea_new {
	width:97%;
	border:1px solid #ccc;
	padding:5px 3px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	height:50px;
}
.input4 {
	width:60%;
	border:1px solid #ccc;
	padding:5px 3px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}
.input5 {
	width:80%;
	border:1px solid #ccc;
	padding:5px 3px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}
table.color_tbl {
	background:#f5f5f5;
	border:1px solid #eee;
}
table.color_tbl td {
	padding:4px!important;
}

.merchant_type{float:left; margin-right:5px;}

.monthnames{float:left; margin-right:20px;}

.news_indent_more{ border-top: 1px solid #CCCCCC; width: auto; padding-top:15px;}

a.ui-state-default
{
	margin: 0;
	padding: 4px 10px 5px 10px;
	overflow: hidden;
	background:#093d64;
	/*background: #4e85bb url("../img/button_highlight.png") repeat-x;*/
	border: 0px solid #076cc7;
	/*border-left: none;*/
	color: #FFFFFF;
	outline: none;
	outline-style: none;
}
a.ui-state-default:hover{background:#2180bd;}
/*Css added by Omprakass shifted data*/

ul.shiftable_data li{list-style:none; float:left; width:30%; margin-right:3%; margin-bottom:20px;}
ul.shiftable_data li.display_none{display:none;}
original
ul.merchantAction{}
ul.merchantAction li{ float:left;/* margin-left:5px; */ width:23px;}
ul.merchantAction li:first-chiid{ margin-left:0;}




/* css added for report html 06-12-2012 */

.padding_top_zero{padding-top:0px; margin-top:0px;}
.autoscroll{width:96%; overflow:auto!important; margin: 0 1%!important; padding-bottom:20px!important;}
.autoscroll table th{height:40px!important; vertical-align:middle; padding:0 5px!important;}

/*7-12-12*/
table.login_tbl{width:100%;}
table.login_tbl td {vertical-align:middle;}
input.submit_login{ /*background: url("../img/button_highlight.png") repeat-x scroll 0 0 #4E85BB;*/
background:#093d64;
border: 0px solid #076cc7;
    color: #FFFFFF;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 4px 12px 5px; width:100px; cursor:pointer;}
input.submit_login:hover{background:#2180bd;}
.display_row .box1 .news_announcement{margin-left:0px!important; margin-right:0px!important;}

.content div.box1 table td table td{border:None;}
span.label_textarea{ margin:0px; line-height:20px;}
.multiple_list_box{width:44%!important;}


.f_left{float:left; padding-top:5px;}
.f_right{float:right; padding-top:5px;}

/*10-12-12*/

.label_textfield{line-height:20px;}
.content div.box div.mechant_edit{padding-left:15px!important;}

.paginator{padding:10px 0 0 0;}
.padding_title_left{padding-left:15px!important;}
.input_width{width:44%;}
/*17-12-12*/
input.small_size{width:20%}
input.small_size1{width:20%}
.list1{padding-left:8%;}
table.dynamic_form td label{float:left; width:20%;}
table.dynamic_form td input[type="checkbox"]{float:left; padding-right:10px;}

/*27-12-12*/
.comment_titlebar{float:left;padding-bottom:10px;width:100%;text-center;}
.comment_table{float:left;width:100%;}

/*****center align graphs****/
.highcharts-container{margin:0 auto!important;}

/** added by jitendra for new field added in merchant edit form "contact expiration" **/
.contact_exp_label{float:right;}
.contact_expiration{/* width:40%;  */border:1px solid #ccc; padding:3px 3px; font:12px Arial, Helvetica, sans-serif; color:#666;}

.ui-multiselect span{color:black;font: 12px Arial,Helvetica,sans-serif;}
.shiftable_data button.ui-multiselect {width:100% !important;}
.form_table button.ui-multiselect {width:100% !important;}

/* ajax paging loader class */
.agent-ajax-paging-loader{display: none; position: relative; height: 1px; width: 1px; left: 50%; top: 110px;}

#isoInfo-li{
 	display:none;	
}

#isoInfo{
	display:none;	
}
#merchantInfo{
	display: block;
}

.input_area .checkbox{float:left}
.input_area .checkbox label{margin-bottom:10px;}
.input_area .checkbox label {
    float: right;
    margin: 2px 10px 0 0;
    vertical-align: middle;
}
.small_input1{border: 1px solid #CCCCCC; color: #666666; font: 12px Arial,Helvetica,sans-serif; padding: 5px 3px; width: 40%;}

/*---- new css(Date:- 29-4-2013) -----*/
.dashboard_content{width:auto; border:1px solid #c7c7c7; margin:0 10px; background:#fff;}
.dashboard_content table{width:100%; border-collapse:collapse;}
.dashboard_content td{width:50%; background:#fff !important;}
.dashboard_content ul{margin:0px; padding:0 0 0 60px;}
.dashboard_content li{list-style:none; font:12px Helvetica, Arial, sans-serif; color:#455b70; padding:15px 0 15px 50px;}
.dashboard_content li strong{font:bold 14px Helvetica, Arial, sans-serif; color:#00c7ff; text-decoration:underline;}
.dashboard_content li.residuals_icon{background:url("../img/residuals-icon.jpg") 0 14px no-repeat;}
.dashboard_content li.merchant_icon{background:url("../img/merchant-volume.jpg") 0 14px no-repeat;}
.dashboard_content li.application_icon{background:url("../img/application-status.jpg") 0 8px no-repeat;}
.dashboard_content li.chargebacks_icon{background:url("../img/charge-back.jpg") 0 14px no-repeat;}
.dashboard_content li.news_icon{background:url("../img/news-icon.jpg") 0 15px no-repeat;}
.dashboard_content li.portfolio_icon{background:url("../img/portfolio-graph.jpg") 0 15px no-repeat;}
.dashboard_content li.trending_icon{background:url("../img/trending-report.jpg") 0 16px no-repeat;} 
.dashboard_content li.alerts_icon{background:url("../img/alerts.jpg") 0 14px no-repeat;} 

/* visnu */
ul#supporttabs li{ border:2px solid #DCDCDC; padding-bottom:4px !important; padding-left:10px !important; background:#EBEAEA;}

/* Jitendra 29-05-2013 for Admin Role Dropdown  */

/* original // 10/01/2014	*/
	
.login_type_select {
  background: url("../img/arrowdown.png") no-repeat scroll 90% 50% #2180BD;
 
    float: right;
    margin: 8px 0 0 8px;
    overflow: hidden;
    padding: 0;
    width: 110px;
}

.login_type_select select {
    padding: 5px 8px;
    width: 124%;
	 border: 0 solid #CCCCCC;
    border-radius: 0;

    box-shadow: none;
    background-color: transparent;
    background-image: none;
    
       -moz-appearance: none;
            appearance: none;
			  color:#fff;
}
.login_type_select select option{ color:#000}
.login_type_select select:focus {
    outline: none;
}

	

/* original // 

.user_level_select{border: 1px solid #CCCCCC;color: #666666;font: 12px Arial,Helvetica,sans-serif;margin: 3px 0 0;padding: 2px;} 

*/

label[for=UserRole]{ padding-top:15px;}

/* Jitendra 29-05-2013 for Residual report sorting  */
table.tablesorter th:hover{text-decoration:underline;cursor: pointer;}


/*30-9-13============================*/

.a-state-default, a.ui-state-default, input.ui-state-default{font-family:Arial, Helvetica, sans-serif!important; font-size:12px!important; letter-spacing:normal!important; text-decoration:none!important;}
#cboxContent .form_table legend{font-size:18px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;  border-bottom:1px solid #cccccc; padding:8px 0px; margin-bottom:8px;
width:97%;
padding-left:10px;
}


#cboxContent .form_table table td{ padding:8px 10px;}
#cboxContent .form_table .input1{width:96%;}
#cboxContent .form_table select.input1{width:99%;}

/* #cboxLoadedContent{height:820px;} */

.outer_form_new{line-height: 18px;margin-top: 20px;}
 /* Safari 
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#cboxLoadedContent{height:920px;}

}

*/

/* mass merchant update form 09_10_2013 */
.mass_user_status {
    float: left;
    margin: 0 15px 0 20px;
    width: 20%;
}
.mass_user_level {
    float: left;
    width: 25%;
}
.mass_user_list {
    float: left;
    width: 38%;
}

/* mass merchant update form by hanuman 21-10-2013 */
.bulk_info {
border: 1px solid #C7C7C7;
color: #1A4FA3;
float: left;
font: bold 18px Arial,Helvetica,sans-serif;
height: 58px;
overflow: hidden;
padding: 14px 15px 6px;
text-align: center;
width:20%;
}
.bulk_table{ float:right; width:76%;}
.combobox{ width:100%; height:auto; border:1px solid #c7c7c7; padding:5px; background:#f8f8f8; font: normal 12px Arial, Helvetica, sans-serif;}
.bulk_note { font:normal 13px/20px Arial, Helvetica, sans-serif; color:#333; margin:10px 0;}
.bulk_note strong { font-weight:bold;}
.first_checkbox { width:40px !important;}
.content div.box div.table_new
{
	margin: 10px 0;
	padding: 0 10px 0 10px;
	clear: both;
	overflow: hidden;
}
.content div.box div.table_new table
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.content div.box div.table_new table td { text-align:center; width:100px;}

.content div.box div.table_new table th
{
	padding:8px 5px;
	background:url(../img/title_bar.png) bottom repeat-x #fcfcfc;
	border-right: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	color:#1a4fa3;
	border-top: 1px solid #c7c7c7;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	white-space:nowrap; width:100px;
}
.content div.box div.table_new table th a
{
color:#000;
}
.submit_botton {
    float: none;
    margin: 25px 10px 10px;
    position: static;
    text-align: center;
    width: 100%;
}
.rollback_title{padding-left:10px;}
.rollback_title span.date_title{float:left;font-weight:bold;font-size:18px;}
.rollback_title span.rollback_button{float: right;padding: 0 11px 2px;}
#content_search{max-height: 500px;overflow: auto;}
/*25-10-13================================*/

.usersDropdownRight{
height:224px !important; overflow:hidden; width:206px; padding:10px 0 10px 10px; border: 1px solid #CCCCCC;}
.user_level{ /*border: 1px solid #CCCCCC;*/
    color: #666666;
    font: 12px Arial,Helvetica,sans-serif;
    margin: 1px 0 0;
    /*padding: 5px;*/
    width: 100%;

	overflow:Hidden;	
	}
		
.user_level label{float:left; width:156px; margin-right:10px; padding-top:2px;}
.userDropHeading{ border: 1px solid #CCCCCC; padding:5px 0 5px 10px; width:206px;  color: #666666;
    font: 12px Arial,Helvetica,sans-serif; border-bottom:0px;}

/*Address popup 6-nov-2013*/
table.tablePopup td{padding:10px 10px; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
table.tablePopup h3{font-size:24px; color:#1A4FA3; font-weight:bold;}
table.tablePopup td input[type="radio"], table.tablePopup td label{line-height:32px;}

/* blue stroke task id 2000 7-nov-2013*/
.blueStroke{ border: 3px solid #0000FF; }
.boldBlueColor{font-weight:bold !important;color:#4C9DE9;}
.f_left a{color:#000000; text-decoration:none;}
.checkBoxPanel{height:305px!important;overflow:auto;width:360px;padding:10px;border: 1px solid #CCCCCC; margin-top:3px;}
.f_left a span{padding:0 4px!important; display:inline-block!important; color:#0066CC; }
.f_left a span.current{color:#000000;}
/* filter dropdown taskid 2738 on 12 dec 2013 */
.bulk_filter_dropdown td{background:none!important;border:none!important;padding-top:6px!important;}
.bulk_filter_dropdown button.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{background:none!important;}
.filter_dropdowns{float: left; width: 80%; margin-top:15px; /* height:326px;  border: 1px solid #CCCCCC;*/}

.box_residual{
  margin: 0 auto 10px;
  width: 90%;
}
.table_residual{
	margin: 0;
	/* padding: 0 10px 0 10px; */
	padding: 0;
	clear: both;
	overflow: hidden;
}
	
.table_residual > div {
  display: inline-block;
  width: 33%;
}
.box_residual .form_table td {
  background: none repeat scroll 0 0 transparent !important;
  border: medium none !important;
  vertical-align: middle;
}

/* task id 3085 */ 
.arrow_submit {
    background: url("../img/arrow_submit.png") no-repeat scroll left top transparent;
    border: 0 solid #000000;
    height: 20px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    cursor:pointer
}

.bulk_user_status {
    background: none repeat scroll 0 0 transparent !important;
    border-radius: 4px 4px 4px 4px;
    color: #000000;
    padding: 2px 0 2px 4px;
    width: 253px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
  	text-overflow: "";
}

form {
  margin: auto !important;
}
.form_table select {
	padding:3px;
}

.content div.box1 table.merchant_table td {
    vertical-align: top !important;
}

/* .contact_exp_label{
	height:2em;
	margin-top:-3px;
}
.contact_expiration{
	height:0.8em !important;
	margin:0px !important;
} */

.content div.box1 table.merchant_table td {
    vertical-align: top !important;
}


/** select custom  */

span.customSelect {
	font-size:12px;
	background-color: #2180bd;
	color:#fff;
	padding:5px 7px;
	
	border-radius: 0;
}
span.customSelect.changed {
	background-color: #f0dea4;
}

select.styled{ margin-top:10px;}

.news-admin{}
	.news-admin{  height: 160px;
    overflow: hidden;}
	.news-alert{ max-height: 160px;
    overflow-y: auto;}
	
	.news-alert table tr th{ background:#EAEAEA !important; border:0 !important;  border-width: 1px !important;border: solid #F6F6F6 !important;}
	.news-alert table tr td{border: solid #F6F6F6 !important;}
	/*.news-alert table tr td{ text-align:center}*/
	.news-alert table tr:nth-child(even){ background:#fbfbfb;}	
	.news-alert table tr:nth-child(odd){ background:#f5f3f3;}
	.ie .news-alert table tr td{ background:#fbfbfb;}
	.news-alert table tr:nth-child(odd):hover,.news-alert table tr:nth-child(even):hover{ background:#ededed}
	 /**** added 15/04/2014 for alert section on homepage ***/
	.header-table th{ width:24.4%;}
 .header-table th + th{ width:58%;}
 .header-table th + th + th{ width:20%;}
 .scroller-table td{ border-bottom:1px solid #fff !important ; width:25.2%;}
 .scroller-table td + td{  width:59.8%;}
 .scroller-table td + td +td{width:25%;}
 
 .scroller-table tr:nth-child(2n) {
    background: #FBFBFB !important;
}
.scroller-table tr:nth-child(2n+1) {
    background: #F5F3F3 !important;
}
.ie .scroller-table tr td {
    background:#FBFBFB !important;
}
.scroller-table tr:nth-child(2n+1):hover, .scroller-table tr:nth-child(2n):hover {
    background:#EDEDED  !important;
}


.new-box table td {
    background:none !important;
    border: none!important;

    font: 12px Arial,Helvetica,sans-serif;
    padding: 0 !important;

}


table.table-section td {
    background:#EAEAEA !important;
    border: 1px solid #C7C7C7 !important;

   
    padding: 8px  !important;
}


table.table-section td.blue {
    background: #093D64 !important;;
    color: #FFFFFF;
}

span.customSelect {
	font-size:12px;
	background-color: #2180bd;
	color:#fff;
	padding:5px 7px;
	
	border-radius: 0;
}
span.customSelect.changed {
	background-color: #f0dea4;
}

select.styled{ margin-top:10px;}

.news-admin{}
	.news-admin{  height: 160px;
    overflow: hidden;}
	.news-alert{ max-height: 160px;
    overflow-y: auto;}
	
	.news-alert table tr th{ background:#EAEAEA !important; border:0 !important;  border-width: 1px !important;border: solid #F6F6F6 !important;}
	.news-alert table tr td{border: solid #F6F6F6 !important;}
	/*.news-alert table tr td{ text-align:center}*/
	.news-alert table tr:nth-child(even){ background:#fbfbfb;}	
	.news-alert table tr:nth-child(odd){ background:#f5f3f3;}
	.ie .news-alert table tr td{ background:#fbfbfb;}
	.news-alert table tr:nth-child(odd):hover,.news-alert table tr:nth-child(even):hover{ background:#ededed}
	 /**** added 15/04/2014 for alert section on homepage ***/
	.header-table th{ width:24.4%;}
 .header-table th + th{ width:58%;}
 .header-table th + th + th{ width:20%;}
 .scroller-table td{ border-bottom:1px solid #fff !important ; width:25.2%;}
 .scroller-table td + td{  width:59.8%;}
 .scroller-table td + td +td{width:25%;}
 
 .scroller-table tr:nth-child(2n) {
    background: #FBFBFB !important;
}
.scroller-table tr:nth-child(2n+1) {
    background: #F5F3F3 !important;
}
.ie .scroller-table tr td {
    background:#FBFBFB !important;

}
.scroller-table tr:nth-child(2n+1):hover, .scroller-table tr:nth-child(2n):hover {
    background:#EDEDED  !important;
}

.new-box table td {
    background:none !important;
    border: none!important;

    font: 12px Arial,Helvetica,sans-serif;
    padding: 0 !important;

}

table.table-section td {
    background:#EAEAEA !important;
    border: 1px solid #C7C7C7 !important;

   
    padding: 8px  !important;
}


table.table-section td.blue {
    background: #093D64 !important;;
    color: #FFFFFF;
}


.table-graph-box>div{ width:32.5% !important; margin:0 0 0 11.5px;}
.table-graph-box>div.first-margin-zero{ margin-left:0;}

.clearfix10{ height:10px; clear:both;}
.clearfix15{ height:15px; clear:both;}

.table-main-section {
    border: 1px solid #C7C7C7;
    margin: 0;
    width: auto;
}
.table-main-section .titlebar{ text-align:left}
.mar-left-20{ margin-left:20px}
.mar-top-15{ margin-top:15px !important;}
marquee p, #vmarquee p{margin:10px 0 0 0 !important; }

ul#graph-list{   float: left;
    margin: 0 0.8%;
    padding: 0;
    width: 98.4%;}
ul#graph-list li{  border: 1px solid #CCCCCC;
    float: left;
    list-style: none outside none;
    margin-left: 1.7%;
    width: 32%;}
ul#graph-list li:first-child{ margin-left:0}


.paginator table.pagingview td{ border-top:1px solid #D1D1D1;}

.paginator table.pagingview td div.f_left{ padding-top:9px;}
  
  /** merchant notes section modification on May 27, 2014(task id 3866 in proj 196) **/
.titlebar > ul {display: inline;}
#notestab > li {display: inline; margin: 0 10px;}
#merchant_notes_area > div#activity_log_section{ display: block;}
#merchant_notes_area > div#order_detail_section{ display: none;}
#merchant_notes_area > div#notes_section{ display: none;}
#merchant_notes_area > div#view_all_section{ display: none;}

#notestab {
      text-align: center;
      list-style: none;
      margin: 200px 0 20px;
      padding: 0;
      line-height: 22px;
      height: 26px;
      overflow: hidden;
      font-size: 12px;
      font-family: verdana;
     /* position: relative;*/
  }
  #notestab li {
      border: 1px solid #AAA;
      background: #D1D1D1;
      background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
      background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
      background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
      background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
      background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
      display: inline-block;
      position: relative;
      z-index: 0;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;*/
      text-shadow: 0 1px #FFF;
      margin: 0 -5px;
      padding: 0 20px;
  }
  #notestab a {
     color: #555;
     text-decoration: none;
  }
  #notestab li.selected {
      background: #FFF;
      color: #333;
      z-index: 1;
      border-bottom-color: #FFF;
  }
  #notestab:before {
      position: absolute;
      content: " ";
      width: 100%;
      bottom: 0;
      left: 0;
      /* border-bottom: 1px solid #AAA; */
      z-index: 1;
  }
  #notestab li:before,
  #notestab li:after {
      border: 1px solid #AAA;
      position: absolute;
      bottom: -1px;
      width: 5px;
      height: 5px;
      content: " ";
  }
  #notestab li:before {
      left: -6px;
      border-bottom-right-radius: 6px;
      border-width: 0 1px 1px 0;
      box-shadow: 2px 2px 0 #D1D1D1;
  }
  #notestab li:after {
      right: -6px;
      border-bottom-left-radius: 6px;
      border-width: 0 0 1px 1px;
      box-shadow: -2px 2px 0 #D1D1D1;
  }
  #notestab li.selected:before {
      box-shadow: 2px 2px 0 #FFF;
  }
  #notestab li.selected:after {
      box-shadow: -2px 2px 0 #FFF;
  }
  
  #note > div.tabs_des > div > div > div.titlebar > div > a {line-height: 28px;}  
  /* date :29-may-2014*/
  .customSelectInner {
		background:url(../img/customSelect-arrow.png) no-repeat center right;
		text-align:left;
	}
	
	.support_ticket_grid table td{ word-break:break-all;}

	
/** date 11-aug-14 task 5010**/
	
	.news_indent.overflow_class {
	    overflow: hidden;
	}
	
	.overflow_class .report_excel_icon {
	    float: left;
	    width: 99.7%;
	}
	
/* date 25-aug-14 task phase-1 task  **/
	
	#links_ul{
		float: right;
		margin-right: 7px;
	}
	.custom_design {
		float: right;
		line-height: 32px !important;
	}
	.custom_design span {
		float: right;
	}
	.custom_design a:hover{
		text-decoration: none !important;
		color: #fff !important;
	}
	.link-cloumn {
		/* border-bottom: 1px solid #bbbbbb; */
		margin: 7px 0 16px;
		padding: 9px 5px 0;
	}
	.link-cloumn li span{
		color: #093d64;
		font: 600 13px Arial,Helvetica,sans-serif;
		padding: 8px 15px;
		background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #e6e6e6;
	}
	.doc-heading{
		font: 700 13px Arial,Helvetica,sans-serif;
		color: #093d64; 
		padding: 14px 15px 0px 15px; 
		float: left;
		text-transform: uppercase;
	}
	.alertbox p{
		color: red !important;
		font: bold 13px Arial,Helvetica,sans-serif !important;
		margin-left: 8px !important;
	}
	.alertbox ul{
		float: left;
		width: 179px;
		list-style-type:square;
		padding-right: 10px;
	}
	.alertbox ul h1{
		color: #093d64;
		font: bold 13px Arial,Helvetica,sans-serif;
		margin-left: 8px !important;
	}
	.alertbox ul li{
		font: 13px/20px Arial,Helvetica,sans-serif;
		margin-left:28px;
		padding: 0 !important;
	}
	.btn1 {
		background: none repeat scroll 0 0 #093d64;
		color: #fff;
		display: block;
		font: bold 11px/16px Arial,Helvetica,sans-serif;
		margin: 0 3px 0 0;
		padding: 8px 5px;
		text-decoration: none;
		text-transform: uppercase;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		margin: 0 16px 0 0;
		float: left;
	}
	.btn1:hover {
    background: none repeat scroll 0% 0% #2180BD;
}
	.popupbox1 p{
		color: red !important;
		font: 700 15px Arial,Helvetica,sans-serif !important;
		margin-left: 15px !important;
		padding: 0 !important;
	}
	.popupbox1 p a{
		font: 700 15px Arial,Helvetica,sans-serif !important;
	}
	.popupbox1 .link{
		color: #093d64 !important;
		padding: 0 !important;
		font: 12px Arial,Helvetica,sans-serif !important;
	}
	.popupbox1 ul{
		list-style-type:square;
		margin-top: 21px;
		padding-left: 30px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	.popupbox1 ul li{
		font: 13px/20px Arial,Helvetica,sans-serif;
		margin-left: 15px;
	}
	.popupbox1 ul h1{
		color: #093d64;
		font: bold 14px Arial,Helvetica,sans-serif;
		margin-left: -15px !important;
	}
	.btn2 {
		background: none repeat scroll 0 0 #093d64 !important;
		border-radius: 4px !important;
		color: #fff !important;
		display: block !important;
		float: right !important;
		font: bold 11px/16px Arial,Helvetica,sans-serif !important;
		margin-bottom: 0 !important;
		margin-left: 0 !important;
		margin-right: 178px;
		margin-top: 0 !important;
		padding: 8px 12px 7px !important;
		text-decoration: none !important;
		opacity: 1 !important;
		text-shadow: 0 0 0 #000000 !important;
	}
	.btn2:hover {
		background: none repeat scroll 0% 0% #2180BD !important;
	}
	/****** User status **********/
	.user_status {
		padding:16px 12px !important; 
		font-size:12px !important;
	}
    span.back_link a:hover {
		color: #093d64;
        text-decoration: none;
	}
    
    .count { 
        border-right: 1px solid #ccc;
        padding: 1px 7px 0 0px;
    }
    
    .inner-head table tr td {
        background: none repeat scroll 0 0 transparent !important;
        border: medium none !important;
    }

    #kpi-manager .inner-section tr td { padding: 0 0 5px 0;}
    #kpi-manager .inner-section tr td table tr td {
        border-right: 1px solid #ccc;
        padding: 0 7px;
    }
    #kpi-manager .inner-section tr td table tr td:last-child{border-right:none;}
    /* #kpi-manager_wrapper .dataTables_scroll .dataTables_scrollHeadInner, #kpi-manager_wrapper .dataTables_scroll .dataTables_scrollHeadInner > table , #kpi-manager_wrapper .dataTables_scroll .dataTables_scrollBody > table {
        width: 100% !important;
    } */
.content div.box table th#inner-table{
/* width: 298px !important; */
}
.content div.box1 table > tbody > tr > td.innerGridData{
width: 285px !important;
}  
.content div.box .inner-head table, .content div.box1 .innerGridData  table{
table-layout: fixed;
}  
.content div.box .inner-head table, .content div.box1 .innerGridData  table tr td table tr td {
        border-right: 1px solid #ccc;
        padding: 0 7px;
    }
    .content div.box .inner-head table, .content div.box1 .innerGridData  table tr td table tr td:last-child, .content div.box1 .innerGridData table tr td:last-child {border-right:none;}
    .content div.box1 .innerGridData table tr td {
    border-right: 1px solid #d1d1d1;
}
.asd1{ padding:0 !important;}
.kp-table td{padding: 12px 10px !important;}

div.links_col li.active {
    color: #0088cc !important;
    cursor: pointer;
}

.content div.box1 table#kpi_report-table td {
  vertical-align: top !important;
}
.content div#kpimanager p {
    color: #093d64;
    font: bold 13px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0 0 0 15px;
 }
.followup-green td{
    background-color: #bbffbb !important;
}
.followup-red td{
    background-color: #ffbbbb !important;
}
.followup-white td{
    background-color: #ffffff !important;
}
.table-align-right{
	text-align:right;
	padding-right:20px !important;
	padding-left:5px !important;
}
.table-align-left{
	text-align:left;
	padding-left:20px !important;
	padding-right:5px !important;
}
.div-space {
    margin-bottom: 20px;
}
.input-space  {
    margin-top: 10px;
}
.fwp-left {
    float: left;
    width: 28%;
}
.fwp-left select, .fwp-left input {
    width: 76%;
}
.notes-links-option {
    display: inline;
    padding: 0 10px !important;
}
.ui-datepicker td a:before
{
    content: "";
    display: block;
    text-align: center;
    font-size: smaller;
    font-weight: bold;
    color: red
}

.page_navigation {
    margin-top: 10px;
    text-align: right;
}

.page_navigation li {
    border: 1px solid #ccc;
    color: black;
    cursor: pointer;
    display: inline;
    margin: 2px;
    padding: 3px !important;
    text-decoration: none;
}

.page_navigation .active_page {
    background: none repeat scroll 0 0 #0088cc;
    color: white !important;
}

#ui-datepicker-div{
    /* z-index: 2 !important; */
}

/* css added to styling merchant batch upload view */
.superadmin-upload .grid {
    margin: 0;
    width: 99%;
}
.superadmin-upload .upload-body-row {
    margin-left: 5px !important;
    padding: 0 !important;
    width: auto !important;
}
.superadmin-upload .upload-body-row > div {
    float: left;
    width: auto;
}
.superadmin-upload .div-clear-data {
    padding: 15px 0 50px 5px;
}
/* End merchant batch upload css */

/* css added to style NEWS AND ANNOUNCEMENTS on dashboard */
#marqueecontainer{
    position: relative;
    width: 98%; /*marquee width */
    height: 200px; /*marquee height */
    background-color: white;
    overflow: hidden;
    padding: 2px;
    padding-left: 4px;
    margin-top:2%;
}
/* End NEWS AND ANNOUNCEMENTS on dashboard css*/
td.listing-table-name {
   word-wrap: break-word; 
   word-break: keep-all;   
}
.mx-width200 {
 max-width: 200px;
}
.mx-width300 {
 max-width: 300px;
}
.mx-width150 {
 max-width: 150px;
}
/* Start. Remove border bottom for the Add merchant pop up.*/
 .modal-header-custom {
   border-bottom: 0 none !important;
 } 
 .modal-dialog-custom {   
    padding-top: 160px !important;
    width: 400px !important;
}
.modal-body-custom {
  background: none repeat scroll 0 0 #efefef !important;
    margin-left: 0;
    width: 92%;
	padding-bottom: 15px !important;
}
#addMerchantFollowUpDefault, #addUserFollowUpDefault {
     float: left;
    margin-right: 130px;
    width: 16%;
}
#addMerchantFollowUp, #addUserFollowUp {
   margin-left: 95px !important;
    position: absolute;
    width: 16%;
}
#followUpOption{
  overflow: hidden;
}

#followUpOptionLabel {
	color: green;
    font: 700 15px Arial,Helvetica,sans-serif !important;   
    text-align: center;    
}
#followUpOptionLabel2 {
   color: black;
    font-size: 14px;
    font-weight: bold;
    padding: 12px;
    text-align: center;
}
.modal-content-custom {
  border-radius: 0px !important;
   background : #efefef !important;
   border: 10px solid white !important;
}
.modal-inner-content {
 border: 2px solid #e1e1e1 !important; 
}
/* End. Remove border bottom for the Add merchant pop up.*/

/* Start. Adding the style for custom error pages. */
.custom-err {  
   font-size: 16px;    
   margin: auto auto auto 6%;
   padding: 13px;
   position: absolute;
   left: 20%;
   top:35%;
   color:black;
}

.custom-err-p {
   left: 30%;
   margin: 0;
   position: absolute; 
   position: absolute;
   top: 50%;
   right: -20%;
   width:50%;
}

#err_desc {
  font-size: 14px;
  padding: 21px;
  text-align: center;
  top: 0;
}
/* End. Adding the style for custom error pages. */

.split-gray {
    color: #ccc;
}
.percent-input { position:relative; }
.percent-text { position: absolute; right: 31px; top: 12px; }
.error .percent-text { position: absolute; right: 31px; top: 23px; }

.align-button {
    display: inline-block !important;
    padding: 8px !important;
    text-decoration: none !important;
}
.col-bd {
    border-right: 2px solid #d1d1d1 !important;
}
.min-height-25 { min-height: 25px; }
.popup-btn {
    float: none !important;
    margin-right: 0;
    padding: 9px 12px !important;
    display: inline !important;
}
.seprator {
    display: inline-block;
    width: 30%;
}

/* #commonform */
#commonform select[disabled],
#commonform input[readonly] {
  opacity: 0.66;
}
#MerchantEditForm a.btn {
  display: inline-block;
}
#MerchantEditForm a.btn.disabled {
  background: #aaa;
}


/************ PYM EDITS *****************/

#quick > li:last-child{
	/*display: none !important;*/
}
