/* CSS Document */
/*.........................................

	Title:		XSI
	Updated:	2 Feb 2012
	Version:	1.0
	Programmer: Imran Hussain, http://about.me/ihmar
	
..........................................*/


/***************************                         *******************************/
/*************************** WEBSITE SPECIFIC STYLES *******************************/
/***************************                         *******************************/
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #747574;
	background-color: #fff;
	background-image: url(../img/common/body.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.ie6 body {
	width: 1145px;
	margin: 0 auto;
}
.ie7 body, .ie8 body {
	min-width: 1145px;
}
#container:before, #main:before, .page-container:before {
	content: "";
	display: table;
}
#container:after, #main:after, .what-page:after, .activity-block:after, .left-panel:after, .search-block:after, .search-box:after, .rightSidePanel:after, .toolbar-block:after, .toolbar-btn:after, .toolbar-form:after, .page-container:after, .error-bar:after, .operations-bar:after, .page-content:after, .gridview-list-container:after, .gridview-group-container:after, .gv-group-item:after, .nested-gridview-container:after, .pagging-container:after, .pages:after, .form-container:after, .form-label:after, .form-textbox:after, .form-simple-textarea:after, .form-rich-textarea:after, .form-ctrl-info:after, .upload-file-ops:after, .form-btm-btn-container:after, .login-container:after, .login-area:after, .login-form:after, .login-area-label:after, .login-buttons:after, .searchbar-btn:after {
	content: "\0020";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: visible;
}
/* end general */
/* main divs */
#container {
	width: 96.94323144104803%; /* 1110/1145*/
	margin: 0 auto;
}
header {
	width: 100%;
	background-image: url(../img/common/logo.png);
	background-position: right 11px;
	background-repeat: no-repeat;
	margin-top: 25px;
	padding: 25px 0 25px 0;
	border-bottom: 1px solid #aaa;
}
.what-page {
	padding: 10px 0 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	width: 100%;
}
.activity-block {
	border-top: 1px solid #fff;
	line-height: 34px;
	width: 100%;
}
#main {
	width: 100%;
	position: relative;
}
#leftDiv {
/*width:85px; position:absolute; left:0; top:0; */
}
#middleDiv {
	/*margin: 0 230px 0 75px;
	min-width: 72.52252252252252%; */
}
#rightDiv {
	/*max-width: 215px;*/
	/*position: relative;*/
	/*right: 20px;*/
	/*top: 316px;*/
	margin-top:40px;
}
.page-container {
	width: 100%;
}
.page-content {
	width: 100%;
	/*margin-top: 20px;*/
}
footer {
	/*width:100%; */
 /*background-image:url(../img/common/footer_logo.png);*/
	background-position: 85px 30px;
	background-repeat: no-repeat;
	/*height:75px;*/
	margin-top: 100px;
	border-top: 1px solid #eee;
	padding: 30px 0 15px 0;
}
/* end */
/* navigation*/

ul.topnav {
	padding: 0;
	margin: 0;
	margin: 0 125px 0 85px;
	list-style: none;
}
ul.topnav li {
	float: left;
	margin: 0;
	position: relative;
	z-index: 9000000;
}
ul.topnav li a {
	display: block;
	height: 45px;
	cursor: pointer;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0 15px;
}
.transition ul.topnav li a {
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
ul.topnav li a {
	width: 122px;
	background-image: url(../img/menu/Dashboard.png);
}
ul.topnav li+li a {
	width: 72px;
	background-image: url(../img/menu/Pages.png);
}
ul.topnav li+li+li a {
	width: 98px;
	background-image: url(../img/menu/Content.png);
}
ul.topnav li+li+li+li a {
	width: 157px;
	background-image: url(../img/menu/Admin.png);
}
ul.topnav li+li+li+li+li a {
	width: 104px;
	background-image: url(../img/menu/Analytics.png);
}
ul.topnav li a:hover, ul.topnav li a:focus {
	background-position: center bottom;
	height: 44px;
	padding: 0 14px;
	background-color: #f8f8f8;
	border: 1px solid #dadada;
}
.borderradius ul.topnav li a:hover, ul.topnav li a:focus {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.topnav li+li a:hover, ul.topnav li+li a:focus {
	border-bottom: 0;
}
ul.topnav li+li+li a:hover, ul.topnav li+li+li a:focus {
	border-bottom: 0;
}
ul.topnav li+li+li+li a:hover, ul.topnav li+li+li+li a:focus {
	border-bottom: 0;
}
ul.topnav li+li+li+li+li a:hover, ul.topnav li+li+li+li+li a:focus {
	border: 1px solid #dadada;
}
ul.topnav li .subhover {
	background-position: center bottom;
	height: 44px;
	padding: 0 14px;
	background-color: #f8f8f8;
	border: 1px solid #dadada;
	border-bottom: 0;
}
.borderradius .subhover {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
ul.topnav li span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	z-index: 9000000;
	background-image: url(../img/menu/clear.gif);
	background-position: left top;
	background-repeat: repeat;
}
/* sub menu */
ul.topnav li table.subnav {
	position: absolute;
	left: 0;
	top: 44px;
	z-index: -1;
	margin: 0;
	padding: 0;
	border: 1px solid #dadada;
	background-color: #f8f8f8;
	display: none;
}
.borderradius table.subnav {
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-radius: 5px;
}
ul.topnav li table.subnav td {
	min-width: 190px;
	max-width: 190px;
	padding: 18px 0px;
}
div.submenu-item {
	width: 100%;
	display: inline-block;
}
ul.topnav li table.subnav td+td div.submenu-item {
	border-left: 1px solid #dadada;
}
div.submenu-item h5 {
	padding: 0 10px 0 35px;
	color: #057ec1;
	font-size: 14px;
	background-position: 15px center;
	background-repeat: no-repeat;
}
ul.subnav-menu {
	list-style: none;
	width: 190px;
	margin: 0;
	padding: 0;
}
ul.subnav-menu li {
	margin: 0;
	padding: 0;
	clear: both;
	height: auto;
	width: 100%;
	position: relative;
}
html ul.topnav li ul.subnav-menu li a {
	display: block;
	width: 150px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	padding: 0 10px 0 35px;
	text-align: left;
	text-transform: capitalize;
	color: #7e7e7e;
	font-size: 12px;
	text-decoration: none;
	background: none;
}
html ul.topnav li ul.subnav-menu li a:hover {
	border: 0;
	text-decoration: none;
	background-image: none;
	width: 150px;
	height: auto;
	padding: 0 10px 0 35px;
	color: #057ec1;
}
.borderradius html ul.topnav li ul.subnav-menu li a:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.menu-media {
	background-image: url(../img/menu/icon/media.jpg);
}
.menu-defaultbg {
	background-image: url(../img/menu/icon/general.jpg);
}
/* end navigation*/
/* login page */
.login-container {
	width: 100%;
	xmargin-top: 100px;
	/*background-image:url(../img/PageTitle/login.png);*/
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 125px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -150px;
}
.login-area {
	max-width: 530px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
.login-form {
	width: 100%;
	padding-top: 10px;
}
.login-username {
	width: 45.66037735849057%;
	float: left;
	padding: 8px;
	background-color: #d5d5d5;
}
.login-password {
	width: 45.66037735849057%;
	float: right;
	padding: 8px;
	background-color: #d5d5d5;
}
.borderradius .login-form .login-username, .login-password {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.login-form .form-textbox {
	margin: 0;
}
.login-form .form-textbox input {
*padding:7px 0;
}
.login-form .form-textbox input:focus {
	outline: none;
	border: 1px solid #c5c5c5;
}
.login-form .form-textbox input::-webkit-input-placeholder {
color:#878787;
}
.login-form .form-textbox input:-moz-placeholder {
color:#878787;
}
.login-form .form-textbox input:placeholder {
color:#878787;
}
.login-area-label {
	color: #646464;
	font-size: 13px;
	font-weight: bold;
	margin-left: 20px;
	text-transform: capitalize;
}
.icon-lock {
	background: url(../img/icon/15x15/lock.png) 0 0 no-repeat;
	padding-left: 15px;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 3px;
	top: 3px;
}
.login-buttons {
	width: 100%;
}
.login-forgot-password {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
.login-button {
	float: right;
	margin-top: 10px;
}
.login-button input[type=submit] {
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #057ec1;
	margin-bottom: 20px;
}
.borderradius .login-button input[type=submit] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.login-button input[type=submit]:hover {
	background-color: #716e6d;
}
/* end */
/* what page */
.pagetitle {
/*width:69.86899563318777%; 
	float:left;*/
}
.pagetitle img {
	max-width: 100%;
}
.admin-block {
	/*width:288px;
	height:38px;
	float:right;*/
	background-color: #fcfcfc;
	border: 1px solid #d4d5d5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 38px;
	margin-top: 18px;
	padding: 0px 10px;
	display: block;
	width: 100%;
	text-align: center;
}
.admin-block ul {
	list-style: none;
	/*width:260px;*/
	margin: 0px;
}
.admin-block li {
	/*float:left;
	width:111px;*/
	line-height: 38px;
	font-size: 11px;
	display: inline-block;
}
.admin-block li+li {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 0px;
	/*width:55px;*/
	background-image: url(../img/common/blue_sperator.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.admin-block li a {
	xbackground-position: left center;
	xbackground-repeat: no-repeat;
	line-height: 38px;
	color: #6d6a69;
	font-size: 11px;
}
.admin-block li+li a {
	background: url(../img/icon/15x15/profile.png) 0 0 no-repeat;
	padding-left: 20px;
}
.admin-block li+li+li a {
	background: url(../img/icon/15x15/lock.png) 0 0 no-repeat;
	padding-left: 15px;
}
.admin-block li+li a:hover, .admin-block li+li a:focus {
	color: #057ec1;
	background-position: 0 -15px;
}
.admin-block li+li+li a:hover, .admin-block li+li+li a:focus {
	color: #057ec1;
	background-position: 0 -15px;
}
/* end what page */
/* activity */
.breadcrum {
	width: 69.86899563318777%; /* 800/1145 */
	float: left;
}
.activity {
	width: 280px;
	float: right;
	text-align: right;
}
.activity span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747574;
	padding-left: 20px;
}
.activity span+span {
	color: #057ec1;
	padding-left: 5px;
	xfloat: right;
}
.info-icon {
	background-image: url(../img/icon/15x15/info.png);
	background-position: left center;
	background-repeat: no-repeat;
	float: right;
}
.breadcrum ul {
	list-style: none;
	margin-left: 75px;
}
.breadcrum li {
	float: left;
	margin-right: 7px;
}
.breadcrum li+li {
	background-image: url(../img/common/crum_seperator.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.breadcrum li a {
	line-height: 34px;
	color: #727272;
	text-decoration: none;
}
.breadcrum li:last-child a {
	color: #057ec1;
}
.breadcrum li a:hover, .breadcrum li a:focus {
	color: #057ec1;
}
/* end activity */
/* left side*/
.left-panel {
	/*margin-left:14px;*/
	max-width: 45px;
	border: 1px solid #bebebe;
	background-color: #f8f8f8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 0px auto;
	margin-bottom: 20px;
}
.left-panel ul {
	list-style: none;
	width: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
.left-panel li {
	margin-top: 15px;
}
ul.leftPanelMainMenu li a {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/icon/25x25/cloud.png) 0 0 no-repeat;
	cursor: pointer;
}
ul.leftPanelMainMenu li a:hover, ul.leftPanelMainMenu li a:focus {
	background-position: -26px 0;
}
ul.leftPanelMainMenu li+li a {
	background: url(../img/icon/25x25/pages.png) 0 0 no-repeat;
}
ul.leftPanelMainMenu li+li+li a {
	background: url(../img/icon/25x25/content.png) 0 0 no-repeat;
}
ul.leftPanelMainMenu li+li+li+li a {
	background: url(../img/icon/25x25/admin.png) 0 0 no-repeat;
}
ul.leftPanelMainMenu li+li+li+li+li a {
	background: url(../img/icon/25x25/analytics.png) 0 0 no-repeat;
}
ul.leftPanelUserMenu {
	list-style: none;
	width: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
ul.leftPanelUserMenu li a {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/icon/25x25/admin.png) 0 0 no-repeat;
	cursor: pointer;
}
ul.leftPanelUserMenu li a:hover {
	background-position: -26px 0;
}
/* end left side */
/* right side */
.search-block {
	background-color: #dadada;
	width: 200px;
	padding: 12px 15px 13px 0;
}
.search-box {
	position: relative;
	height: 35px;
	width: 100%;
	border: 1px solid #cbcbcb;
	background-color: #fcfcfc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.search-box input {
	border: 0;
	outline: none;
	width: 78%;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #878787;
	position: absolute;
	top: 8px;
	left: 10px;
*left:5px;
}
.search-box input:focus {
	outline: none;
	border: none;
}
.search-box a {
	width: 19px;
	height: 18px;
	position: absolute;
	right: 12px;
	top: 8px;
	cursor: pointer;
	background: url(../img/icon/Odd/search.png) 0 0 no-repeat;
}
.search-box a:hover {
	background-position: 0 -19px;
}
.rightSidePanel {
	background-color: #e7e7e7;
	/*width:190px;
	margin-top:20px;*/
	padding: 15px 12px 15px 13px;
	border: 1px solid #c8c8c8;
}
.borderradius .rightSidePanel {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* end */
/* footer */
.footer-logo {
/*float:left;
 margin-top:65px;
 margin-left: 85px;*/
}
.footer-logo {
	color: #747574;
}
.footer-logo:hover {
	color: #057ec1;
}
.sitemap {
	margin-top: 20px;
	float: right;
}
.sitemap a {
	color: #747574;
	text-transform: capitalize;
}
.sitemap a:hover {
	color: #057ec1;
}
/* end */
/* tools bar */
.toolbar-block {
	width: 100%;
	/*height: 35px;*/
	position: relative;
	/*background-color:#dadada;*/
	padding: 13px 15px 14px 0;
}

.hi-icon.hi-icon-archive {
    display: inline-block;
    margin: 5px 0;
}
.toolbar-btn {
	width: 100%;
}
.toolbar-form {
	width: 100%;
	position: absolute;
	left: 150px;
	top: 14px;
	display: none;
}
.toolbar-btn input[type=submit], .toolbar-btn a {
	/*float: left;
	margin: 2px 0 0 15px;*/
	margin-top:2px;
	width:100%;
	padding: 8px 11px;
	line-height: 11px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #716e6d;
}
.borderradius .toolbar-btn input[type=submit], .borderradius .toolbar-btn a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.toolbar-btn input[type=submit]:hover, .toolbar-btn a:hover {
	background-color: #057ec1;
}
input[type=submit].create-btn {
	background-image: url(../img/icon/17x17/plus.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	/*padding-right:10px;
	padding-left:30px;*/
	background-color: #0d77b1;
}
input[type=submit].toolbar-active-btn {
	background-color: #0d77b1;
}
.toolbar-form input[type=text] {
	display: block;
	float: left;
	margin-left: 10px;
	width: 240px;
	height: 33px;
	padding: 0 3px 0 3px;
	line-height: 18px;
	color: #747574;
	line-height: 18px;
	border: 1px solid #b8b8b8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.toolbar-form input[type=text]:focus {
	outline: none;
}
.toolbar-form a {
	display: block;
	float: left;
	margin: 1px 0 0 10px;
	padding: 0 12px 0 12px;
	line-height: 28px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #716e6d;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.toolbar-block a:hover {
	background-color: #057ec1;
}
/* end */
/* error bar */
.error-bar {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}
.borderradius .error-bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.error-bar span {
	padding: 0 10px;
}
.error-bg {
	background-color: #ffbebd;
	border: 1px solid #FF2424;
}
.success-msgbg {
	background-color: #d1fccb;
	border: 1px solid #9ad38b;
}
.info-msgbg {
	background-color: #ffffcc;
	border: 1px solid gold;
}
/* end */
/* operations bar */
/* op left */
.operations-bar {
	height: 100%;
	background-color: #dcdcdc;
	border: 1px solid #c9c9c9;
}
.borderradius .operations-bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ob-operations {
	float: left;
	min-width: 540px;
	padding-left: 10px;
	padding-right: 10px;
}
.obop-selectall {
	width: 90px;
	float: left;
	margin-top: 10px;
	background-image: url(../img/common/gray_sperator.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.obop-selectall label{ margin-bottom:0px;}
.obop-selectall input[type=checkbox] {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: 2px;
 *overflow: hidden;
	outline: none;
	float:left;
}
.obop-selectall input[type=checkbox]+label {
	padding-left: 10px;
	text-indent: -5px;
}
.obop-actions {
	float: left;
	position: relative;
	width: 140px;
	margin-left: 15px;
	background: url(../img/icon/17x17/action_on.png) left center no-repeat;
}
.obop-actions-enable {
	background: url(../img/icon/17x17/action_on.png) left center no-repeat;
}
a.bulkaction {
	margin-left: 25px;
	display: block;
	width: 115px;
	height: 40px;
	line-height: 40px;
	color: #747574;
	background: url(../img/icon/Odd/action_arrow.png) 78% center no-repeat;
}
a.bulkaction:hover {
	background: url(../img/icon/Odd/action_arrow_on.png) 78% center no-repeat;
	color: #057ec1;
}
.ob-lang-dropdown {
	float: left;
	background-image: url(../img/common/gray_sperator.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	margin: 4px 0;
}
.ob-lang-dropdown select {
	padding: 5px;
	min-width: 100px;
	border: 1px solid #808080;
	background-color: #fff;
	margin-left: 5px;
}
.borderradius .ob-lang-dropdown select {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.boxshadow .ob-lang-dropdown select {
	-webkit-box-shadow: inset0px 0px 2px 2px #eee;
	-moz-box-shadow: inset 0px 0px 2px 2px #eee;
	box-shadow: inset 0px 0px 2px 2px #eee;
}
.ob-lang-dropdown select:focus {
	outline: none;
	border: 1px solid #057ec1;
}
.obop-more {
	float: left;
	background-image: url(../img/common/gray_sperator.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 40px;
}
/* op right */
.ob-sort {
	float: right;
	margin: 5px 0;
}
.ob-sort div.right {
	margin-right: 10px;
}
a.ob-sort-date-asc {
	width: 57px;
	height: 27px;
	display: block;
	float: left;
	background: url(../img/icon/27x27/Sort.png) -58px -28px no-repeat;
}
a.ob-sort-date-asc:hover {
	background-position: -58px 0;
}
a.ob-sort-date-desc {
	width: 57px;
	height: 27px;
	display: block;
	float: left;
	margin-left: 5px;
	background: url(../img/icon/27x27/Sort.png) 0 -28px no-repeat;
}
a.ob-sort-date-desc:hover {
	background-position: 0 0;
}
a.ob-sort-title-asc {
	width: 27px;
	height: 27px;
	display: block;
	float: left;
	background: url(../img/icon/27x27/Sort.png) -116px -28px no-repeat;
	margin-left: 10px;
}
a.ob-sort-title-asc:hover {
	background-position: -116px 0;
}
a.ob-sort-title-desc {
	width: 27px;
	height: 27px;
	display: block;
	float: left;
	margin-left: 5px;
	background: url(../img/icon/27x27/Sort.png) -144px -28px no-repeat;
}
a.ob-sort-title-desc:hover {
	background-position: -144px 0;
}
/* language tabs */
.ob-lang-tabs {
	float: left;
	padding: 5px 10px 5px 10px;
}
.ob-lang-tabs a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 12px;
	float: left;
	padding: 6px 10px;
	border: 1px solid #bababa;
}
.ob-lang-tabs a+a {
	border-left: 0;
}
.borderradius .ob-lang-tabs a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.borderradius .ob-lang-tabs a+a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ob-lang-tab-on {
	background-color: #fff;
	color: #057ec1;
}
.ob-lang-tab-off {
	background-color: #ececec;
	color: #838383;
}
/* end */
/* search styles */
.search-bar {
	background-color: #f2f2f2;
	border: 1px solid #c9c9c9;
	padding: 30px 15px;
	margin-bottom: 20px;
}
.borderradius .search-bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.search-bar .form-container tr.form-item td {
	font-size: 12px;
	padding: 5px 0;
	vertical-align: top;
}
.search-bar .form-container tr.form-item td+td {
	padding-left: 20px;
}
.searchbar-btn {
	width: 100%;
	text-align: right;
}
.searchbar-btn input[type=submit] {
	margin: 2px 0 0 15px;
	padding: 8px 11px;
	min-width: 70px;
	line-height: 11px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #716e6d;
}
.borderradius .searchbar-btn input[type=submit] {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.searchbar-btn input[type=submit]:hover {
	background-color: #057ec1;
}
/* end */
/* gridview style */
.gridview-list-container {
	width: 100%;
}
/* group grid style */
.gridview-group-container {
	width: 100%;
	border: 0;
	margin-top: 10px;
}
.gv-group-item {
	height: 100%;
	border: 1px solid #d4d4d4;
	background-image: url(../img/common/gridview_row_alt.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #dcdcdc;
	padding: 10px 0;
}
.gv-group-item:hover {
	background-image: url(../img/common/gridview_row.jpg);
	background-color: #ececec;
 *background-image:none;
}
.borderradius .gv-group-item {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.gvgp-item-toggle {
	display: block;
	float: left;
	width: 4.21%; /* 35/830 */
	height: 30px;
}
a.gvgp-item-toggle span {
	background: url(../img/icon/Odd/arrow_down.png) 0 0 no-repeat;
	width: 11px;
	height: 6px;
	margin: 15px auto 0;
	display: block;
}
a.gvgp-item-toggle:hover span {
	background-position: -12px 0;
}
a.gvgp-toggleinline {
	width: 35px;
}
.gvgp-item-right {
	width: 95.78%;
	float: left;
	background-image: url(../img/common/gray_sperator.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.gvgp-item-right h2 {
	font-size: 12px;
	font-weight: bold;
	color: #057ec1;
	margin-left: 10px;
}
.gvgp-item-right p {
	margin-left: 10px;
	line-height: 15px;
}
.gvgp-item-right p span {
	font-size: 11px;
	font-weight: normal;
	color: #747574;
}
.gvgp-item-right p span+span {
	background-image: url(../img/common/crum_seperator.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 10px;
}
.nested-gridview-container {
	width: 95.78%;
	margin-left: 4.21%; /* 35/830 */
}
div.gridview-group-container div.nested-gridview-container {
/*display:block;
	*display:none;*/
}
div.gridview-group-container+div.gridview-group-container div.nested-gridview-container {
	xdisplay: none;
}
/* grid style*/
table.gridview-table {
	width: 100%;
	border: 0;
	margin-top: 5px;
	font-size: 11px;
}
table.gridview-table th {
	padding: 10px 0 5px;
	line-height: 12px;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
}
table.gridview-table tr.blank-row-space {
	border: 0;
	background: none;
}
table.gridview-table tr.gridview-row1 {
	border-width: 1px;
	border-width: 1px 1px 1px 1px \0/;
	border-color: #d4d4d4;
	border-style: solid;
	background-image: url(../img/common/gridview_row.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ececec;
 *background-image:none;
}
table.gridview-table tr.gridview-row2 {
	border-width: 1px;
	border-width: 1px 1px 1px 1px \0/;
	border-color: #cdcdcd;
	border-style: solid;
	background-image: url(../img/common/gridview_row.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ececec;
 *background-image:none;
}
table.gridview-table tr.gridview-row1:hover, table.gridview-table tr.gridview-row2:hover {
	background-image: url(../img/common/gridview_row_alt.jpg);
	background-color: #dcdcdc;
 *background-image:none;
}
table.gridview-table td+td {
	background-image: url(../img/common/gray_sperator.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 10px 0;
}
table.gridview-table td input[type=checkbox] {
	width: 13px;
	height: 13px;
	position: relative;
	top: 2px;
	outline: none;
 *overflow:hidden;
*top:0;
}
table.gridview-table td h3 {
	font-size: 14px;
	font-weight: bold;
	color: #057ec1;
	margin-left: 10px;
	margin-top:3px;
	margin-bottom:3px;
}
table.gridview-table td h3.page-icon {
	background-image: url(../img/icon/15x15/page.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}
table.gridview-table td h3.email-icon {
	background-image: url(../img/icon/15x15/email.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}
table.gridview-table td h3.email-icon-blue {
	background-image: url(../img/icon/15x15/email_blue.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}
table.gridview-table td h3.user-icon-active {
	background-image: url(../img/icon/15x15/user_active.png.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}
table.gridview-table td h3.user-icon-inactive {
	background-image: url(../img/icon/15x15/user_inactive.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}
table.gridview-table td h3.user-icon-loggedin {
	background-image: url(../img/icon/15x15/user_loggedin.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}
table.gridview-table td h3 span {
	font-size: 11px;
	font-weight: normal;
	color: #747574;
	display: block;
}
a.gridview-eye {
	display: block;
	background: url(../img/icon/Odd/view_eye.png) 0 0 no-repeat;
	width: 19px;
	height: 11px;
	margin-left: auto;
	margin-right: auto;
}
a.gridview-eye:hover {
	background-position: -19px 0;
}

a.gridview-pdf {
 display: block;
 background: url(../img/icon/Odd/pdf.png) 0 0 no-repeat;
 background-position: top left;
 width: 22px;
 height: 19px;
 margin-left: auto;
 margin-right: auto;
}
a.gridview-pdf:hover {
 background-position: top right;
}

.gridview-hascontent {
	width: 15px;
	height: 15px;
	display: block;
	margin: 0 auto;
	background-color: #057ec1;
}
.gridview-hasnocontent {
	width: 15px;
	height: 15px;
	display: block;
	margin: 0 auto;
	background-color: #747574;
}
.gridview-spamcontent {
	width: 15px;
	height: 15px;
	display: block;
	margin: 0 auto;
	background-color: #9d0000;
}
.borderradius .gridview-hascontent, .borderradius .gridview-hasnocontent, .borderradius .gridview-spamcontent {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.gridview-actions {
	display: block;
	background: url(../img/icon/Odd/actions.png) 0 0 no-repeat;
	width: 77px;
	height: 17px;
	margin-left: auto;
	margin-right: auto;
}
a.gridview-actions:hover {
	background-position: -78px 0;
}
.row-filter {
	width: 30px;
	height: 15px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
a.gridview-filters {
	display: block;
	position: absolute;
	width: 11px;
	height: 6px;
	background: url(../img/icon/Odd/arrow_down.png) 0 0 no-repeat;
	right: -3px;
	bottom: 4px;
}
a.gridview-filters:hover {
	background-position: -12px 0;
}
/* flags */
.gray-flag {
	background-image: url(../img/icon/flag/gray.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.red-flag {
	background-image: url(../img/icon/flag/red.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.blue-flag {
	background-image: url(../img/icon/flag/blue.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.green-flag {
	background-image: url(../img/icon/flag/green.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.brown-flag {
	background-image: url(../img/icon/flag/brown.png);
	background-position: left top;
	background-repeat: no-repeat;
}
/* popup gridview */
.gridview-popup {
	position: relative;
	z-index: 99999999;
}
/* actions popup */
.gv-action-popup {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999999;
	width: 137px;
	background-image: url(../img/common/action_popup_border_top.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 11px;
}
.gv-action-popup ul {
	width: 135px;
	list-style: none;
	border: 1px solid #b8b8b8;
	border-top: 0;
}
.gv-action-popup li a {
	display: block;
	line-height: 27px;
	height: 27px;
	background-color: #fff;
	text-align: left;
	padding: 0 12px 0 12px;
	text-transform: capitalize;
}
.gv-action-popup li a:hover {
	background-color: #f7f7f7;
}
.gv-action-popup li+li a {
	border-top: 1px solid #e5e5e5;
}
/* filters popup */
.gv-filters-popup {
	position: absolute;
	left: -40px;
	top: 20px;
	z-index: 99999999;
	width: 137px;
	background-image: url(../img/common/action_popup_border_top.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 11px;
}
.gv-filters-popup ul {
	width: 135px;
	list-style: none;
	border: 1px solid #b8b8b8;
	border-top: 0;
}
.gv-filters-popup li a {
	display: block;
	line-height: 27px;
	height: 27px;
	background-color: #fff;
	text-align: left;
	padding: 0 12px 0 35px;
	text-transform: capitalize;
	background-image: url(../img/icon/flag/gray.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
.gv-filters-popup li+li a {
	background-image: url(../img/icon/flag/green.png);
}
.gv-filters-popup li+li+li a {
	background-image: url(../img/icon/flag/brown.png);
}
.gv-filters-popup li+li+li+li a {
	background-image: url(../img/icon/flag/blue.png);
}
.gv-filters-popup li+li+li+li+li a {
	background-image: url(../img/icon/flag/red.png);
}
.gv-filters-popup li a:hover, .gv-filters-popup li a:focus {
	background-color: #f7f7f7;
}
.gv-filters-popup li+li a {
	border-top: 1px solid #e5e5e5;
}
/* end */
/* paging container */
.pagging-container {
	background-image: url(../img/common/pagging_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #dbdbdb;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	margin-top: 10px;
	height: 40px;
}
.page-left {
	width: 60px;
	height: 27px;
	position: absolute;
	left: 10px;
	top: 7px;
}
.pages {
	margin: 7px 80px 0 80px;
	text-align: center;
}
.page-right {
	width: 60px;
	height: 27px;
	position: absolute;
	right: 10px;
	top: 7px;
}
a.first-page {
	width: 28px;
	height: 27px;
	display: block;
	float: left;
	background: url(../img/icon/27x27/page_nav.png) -31px 0 no-repeat;
}
a.first-page:hover {
	background-position: -31px -28px;
}
a.prev-page {
	width: 28px;
	height: 27px;
	display: block;
	float: right;
	background: url(../img/icon/27x27/page_nav.png) 0 0 no-repeat;
}
a.prev-page:hover {
	background-position: 0 -28px;
}
a.next-page {
	width: 28px;
	height: 27px;
	display: block;
	float: left;
	background: url(../img/icon/27x27/page_nav.png) -90px 0 no-repeat;
}
a.next-page:hover {
	background-position: -90px -28px;
}
a.last-page {
	width: 28px;
	height: 27px;
	display: block;
	float: right;
	background: url(../img/icon/27x27/page_nav.png) -59px 0 no-repeat;
}
a.last-page:hover {
	background-position: -59px -28px;
}
.pagging-container table {
	border: 0;
	outline: 0;
	display: inline-block;
	text-align: center;
}
.pagging-container table a {
	float: left;
	display: block;
	line-height: 25px;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #adadad;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pagging-container table a+a {
	margin-left: 5px;
}
a.page-no {
	background-color: #fff;
	color: #727272;
}
a.page-no:hover {
	color: #057ec1;
}
a.active-page-no {
	color: #fff;
	background-color: #057ec1;
}
/* end */
/* form container */
.form-container {
	width: 100%;
}
.form-container table {
}
.form-container table+table {
	margin-top: 30px;
}
.form-container tr.form-section-heading td {
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	vertical-align: middle;
	background-color: #dadada;
	background-image: url(../img/icon/Odd/heading_icon.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 0 50px 0 50px;
}
.form-container tr.form-item {
}
.form-container tr.form-item td {
	font-size: 12px;
	padding: 15px 0;
	vertical-align: top;
}
.form-container tr.form-item td+td {
	padding-left: 20px;
}
tr.alt-row {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.form-label {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #057ec1;
	margin-left: 2px;
}
.form-ctrl-info {
	display: block;
	background-image: url(../img/icon/17x17/info.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #747574;
	font-size: 11px;
	margin-top: 5px;
	padding-left: 25px;
}
.form-textbox {
	margin-top: 10px;
	height: 34px;
	width: 100%;
}
.form-textbox input[type=text], .form-textbox input[type=email], .form-textbox input[type=url], .form-textbox input[type=number], .form-textbox input[type=search], .form-textbox input[type=tel], .form-textbox input[type=password], .form-textbox input[type=date], .form-textbox input[type=time], .form-textbox input[type=datetime], .form-textbox input[type=month], .form-textbox input[type=datetime-local], .form-textbox input[type=range], .form-textbox input[type=color] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 34px;
	width: 100%;
	line-height: 18px;
	font-size:16px;
	padding: 7px 7px;
	background-color: #fff;
	border: 1px solid #cdcdcd;
 *height:18px;
*width:99.5%;
*padding:7px 0;
}
.form-textbox select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 34px;
	width: 100%;
	line-height: 27px;
	padding: 7px 7px 7px 7px;
	background-color: #fff;
	border: 1px solid #cdcdcd;
 *height:auto;
*width:99.5%;
*border:0;
*padding:0;
*font-size:22px;
}
.form-simple-textarea {
	margin-top: 10px;
	height: 100px;
	width: 100%;
}
.form-simple-textarea textarea {
	font-size:16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	line-height: 18px;
	padding: 7px 7px;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	resize: resize-y;
 *width:99%;
*height:97px;
*padding:0;
}
.form-rich-textarea {
	width: 100%;
	margin-top: 10px;
}
.form-rich-textarea textarea {
	height: 100%;
	width: 100%;
	line-height: 12px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	resize: resize-y;
 *width:99.5%;
*height:97px;
}
.borderradius .form-textbox input, .borderradius .form-textbox select, .borderradius .form-simple-textarea textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.boxshadow .form-textbox input, .borderradius .form-textbox select, .borderradius .form-simple-textarea textarea {
	-webkit-box-shadow: inset0px 0px 2px 2px #eee;
	-moz-box-shadow: inset 0px 0px 2px 2px #eee;
	box-shadow: inset 0px 0px 2px 2px #eee;
}
.form-textbox input:focus, .form-textbox select:focus, .form-rich-textarea textarea:focus, .form-simple-textarea textarea:focus {
	outline: none;
	border: 1px solid #057ec1;
}
.form-textbox input[type=checkbox], .form-textbox input[type=radio], .form-textbox input[type=checkbox]:focus, .form-textbox input[type=radio]:focus {
	border: none;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right: 5px;
}
.form-textbox input:invalid, .form-textbox select:invalid, .form-simple-textarea textarea:invalid {
 border:1px solid red;
}
html .form-textbox .user-error {
	border-color: Red;
}
.upload-file {
	overflow: hidden;
	position: relative;
	text-align: left;
	margin-top: 10px;
	height: 32px;
	padding: 0 3px 0 3px;
	background-image: url(../img/form/input/Browse.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.upload-file input[type=file] {
	position: absolute;
	right: 0px;
	top: 0;
	font-size: 80px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	border: none;
}
.borderradius .upload-file input[type=file] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.opacity .upload-file input[type=file] {
	opacity: 0;
}
.no-opacity .upload-file input[type=file] {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.upload-file span {
	height: 32px;
	display: block;
	font-size: 8px;
	line-height: 32px;
	margin-right: 80px;
	cursor: pointer;
	position: absolute;
	left: 25px;
}
.upload-file input[type=file]:focus {
	outline: none;
}
.upload-file-ops {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 11px;
}
.upload-file-ops span {
	margin-left: 5px;
}
.upload-file-ops a {
	padding-left: 10px;
	background-image: url("../img/common/crum_seperator.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.upload-file-ops input[type=submit] {
	font-size: 11px;
	color: #747574;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-left: 5px;
}
.upload-file-ops input[type=submit]:hover, .upload-file-ops input[type=submit]:focus {
	background-color: #057ec1;
	color: #fff;
}
.borderradius .upload-file-ops input[type=submit] {
	border-radius: 5px;
}
.upload-file input[type=checkbox] {
	height: 32px;
	display: block;
	position: absolute;
	left: 5px;
}
.form-btm-btn-container {
	width: 100%;
	margin-top: 20px;
}
/* end */
/* screen compatibility */
@media all and (min-width:1165px) {
body {
	width: 100%;
	min-width: 1145px;
}

ul.topnav {
	margin: 0 125px 0 85px;
}
#middleDiv {
	min-height: 500px;
}
}
@media all and (min-width:1090px) and (max-width:1164px) {
body {
	width: 99%;
	margin: 0 auto;
}
#container {
	width: 100%;
}
ul.topnav {
	margin: 0 125px 0 0;
}
#leftDiv {
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}
#middleDiv {
	margin-left: 0;
	min-width: 79.27927927927928%;
}
div.breadcrum ul {
	margin-left: 0;
}
}
@media all and (min-width:768px) and (max-width:1089px) {
body {
	width: 100%;
}
#container {
	width: 98%;
	margin: 0 auto;
}
ul.topnav {
	margin: 0;
}
#leftDiv {
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}
#rightDiv {
	width: 100%;
	position: static;
	height: auto;
	margin-top: 20px;
	left: 0;
	top: 0;
}
#middleDiv {
	margin: 0;
	width: 100%;
}
div.breadcrum ul {
	margin-left: 0;
}
div.toolbar-block {
	width: auto;
}
div.pagetitle {
	width: 60%;
}
div.breadcrum {
	width: 60%;
}
div.search-block {
	display: none;
	visibility: hidden;
	width: 1px;
	height: 1px;
}
div.rightSidePanel {
	width: auto;
}
div.ob-operations {
	min-width: 0;
	float: left;
	width: auto;
}
}
@media all and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
body {
	width: 100%;
}
#container {
	width: 98%;
	margin: 0 auto;
}
ul.topnav {
	margin: 0 125px 0 0;
}
#leftDiv {
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}
#rightDiv {
	width: 100%;
	position: static;
	height: auto;
	margin-top: 20px;
}
#middleDiv {
	margin: 0;
	width: 100%;
}
div.breadcrum ul {
	margin-left: 0;
}
div.toolbar-block {
	width: auto;
}
div.pagetitle {
	width: 60%;
}
div.breadcrum {
	width: 60%;
}
div.search-block {
	display: none;
	visibility: hidden;
	width: 1px;
	height: 1px;
}
div.rightSidePanel {
	width: auto;
}
div.ob-operations {
	min-width: 0;
	float: left;
	width: auto;
}
}
@media all and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
body {
	width: 100%;
}
#container {
	width: 98%;
	margin: 0 auto;
}
header {
	width: 100%;
	margin: 0;
	background-image: none;
}
ul.topnav {
	margin: 0 0 0 0;
}
#leftDiv {
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}
#rightDiv {
	width: 100%;
	position: static;
	height: auto;
	margin-top: 20px;
}
#middleDiv {
	margin: 0;
	width: 100%;
}
div.pagetitle {
	width: 100%;
}
div.pagetitle img {
	max-width: 98%;
}
div.admin-block {
	width: 100%;
}
div.admin-block ul {
	width: 95%;
}
div.breadcrum ul {
	margin-left: 0;
}
div.toolbar-block {
	width: auto;
}
div.pagetitle {
	width: 60%;
}
div.breadcrum {
	width: 60%;
}
div.search-block {
	display: none;
	visibility: hidden;
	width: 1px;
	height: 1px;
}
div.rightSidePanel {
	width: auto;
}
div.ob-operations {
	min-width: 0;
	float: left;
	width: auto;
}
.pagetitle:after, .admin-block:after {
	content: "\0020";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: visible;
}
}
@media all and (min-width:1px) and (max-width:767px) {
body {
	width: 100%;
	min-width: 300px;
}
#container {
	width: 97%;
	margin: 0 auto;
}
header {
	width: 100%;
	margin: 0;
	background-position: right 15px;
}
ul.topnav {
	margin: 0 125px 0 0;
}
ul.topnav li {
	float: none;
}
ul.topnav li + li {
	margin: 10px 0;
}
ul.topnav li table.subnav {
	position: static;
}
#leftDiv {
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}
#rightDiv {
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}
#middleDiv {
	margin: 0;
	width: 100%;
}
div.pagetitle {
	width: 100%;
}
div.pagetitle img {
	max-width: 98%;
}
div.admin-block {
	width: 100%;
}
div.admin-block ul {
	width: 95%;
}
div.breadcrum {
	width: 100%;
	float: none;
}
div.breadcrum ul {
	margin: 0 10px;
}
div.activity {
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}
div.toolbar-block {
	width: 100%;
	padding: 13px 0;
}
div.error-bar {
	width: 99%;
	margin: 0 auto;
	background: none;
}
div.operations-bar {
	width: 99%;
	margin: 0 auto;
}
div.ob-operations {
	min-width: 0;
	float: left;
	width: auto;
}
div.ob-sort {
	float: left;
	width: auto;
	margin: 5px 5px;
}
div.ob-lang-dropdown {
	float: left;
	margin: 5px 0;
	background: none;
	padding: 0;
}
div.pages {
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}
footer {
	background: none;
}
div.login-area {
	width: 100%;
}
div.login-username {
	width: 100%;
	float: none;
	clear: both;
}
div.login-password {
	width: 100%;
	margin-top: 15px;
	float: none;
	clear: both;
}
div.login-forgot-password {
	float: none;
}
div.login-button {
	float: none;
	text-align: right; /*margin:10px 3% 0 0;*/
}
.pagetitle:after, .admin-block:after, .breadcrum:after, .activity:after, .operations-bar:after, .ob-lang-dropdown:after,  .login-area:after, .login-username:after, .login-password:after, .login-forgot-password:after, .login-button:after {
	content: "\0020";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: visible;
}
	 .ajax__fileupload_queueContainer{ width:100%;}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	 .ajax__fileupload_queueContainer{ width:100%;}
}
@media only screen and (min-width : 321px) {
	 .ajax__fileupload_queueContainer{ width:100%;}
}
 @media only screen and (max-width : 320px) {
	 .ajax__fileupload_queueContainer{ width:100%;}
}
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
}
/* end */
/***************************                         *******************************/
/*************************  END WEBSITE SPECIFIC STYLES *******************************/
/***************************                         *******************************/


/***************************                         *******************************/
/*************************** NON SEMANTIC STYLES *******************************/
/***************************                         *******************************/

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.block {
	display: block;
}
.ltr {
	direction: ltr;
}
.rtl {
	direction: rtl;
}
.inlineblock {
	display: inline-block;
}
.inline {
	display: inline;
}
.bordernone {
	border: 0;
	border: none;
}
.bordertop-ccc {
	border-top: 1px solid #eee;
}
.borderbottom-ccc {
	border-bottom: 1px solid #eee;
}
.default-color {
	color: #747574;
}
.blue {
	color: #057ec1;
}
.bold {
	font-weight: bold;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-underline {
	text-decoration: underline;
}
.text-11 {
	font-size: 11px;
}
.text-12 {
	font-size: 12px;
}
.text-13 {
	font-size: 13px;
}
.text-14 {
	font-size: 14px;
}
.text-16 {
	font-size: 16px;
}
.text-18 {
	font-size: 18px;
}
.text-20 {
	font-size: 20px;
	line-height: 22px;
}
.text-26 {
	font-size: 26px;
	line-height: 28px;
}
.text-30 {
	font-size: 30px;
	line-height: 32px;
}
.normal-text {
	color: #747574;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
.margin-top20 {
	margin-top: 20px;
}
.reset-margin {
	margin: 0;
}
.reset-margin-left {
	margin-left: 0;
}
.reset-margin-right {
	margin-right: 0;
}
.reset-margin-top {
	margin-top: 0;
}
.reset-margin-bottom {
	margin-bottom: 0;
}
.reset-padding {
	padding: 0;
}
.reset-padding-left {
	padding-left: 0;
}
.reset-padding-right {
	padding-right: 0;
}
.reset-padding-top {
	padding-top: 0;
}
.reset-padding-bottom {
	padding-bottom: 0;
}
.text-align-center {
	text-align: center;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.vert-align-top {
	vertical-align: top;
}
.vert-align-middle {
	vertical-align: middle;
}
.vert-align-bottom {
	vertical-align: bottom;
}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
*line-height: 0;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
.transition input[type=submit] {
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

/***************************                         *******************************/
/***************************  END NON SEMANTIC STYLES *******************************/
/***************************                         *******************************/

/***************************                     *******************************/
/*************************** PRINT STYLE STYLES  *******************************/
/***************************                     *******************************/
@media print {
* {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
/***************************                     *******************************/
/***************************  END PRINT STYLE    *******************************/
/***************************                     *******************************/
