/** Add css rules here for your application. */
.x-grid3-cell-inner {
	/* padding: 3px 10px 3px 10px !important; */
	
}

input[type=text]::-ms-clear {
	display: none;
}

.x-view-item-over {
	border: none !important;
}

.ihraccilist {
	width: 100%;
	margin: 10px 0 0 0;
}

.issuerList>a {
	outline: none;
	text-decoration: none;
}

.gwt-DialogBox .dialogTopLeftInner {
	width: 1px !important;
}

.gwt-DialogBox .dialogTopRightInner {
	width: 1px !important;
}

p.white {
	color: white;
	padding-left: 3px;
}

.lightGray {
	color: lightgray;
}

.link a {
	color: #FFF;
	display: block;
	background-image: url(../images/icon_link_29.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding: 0 12px 12px 25px;
	float: right;
	text-decoration: underline;
}

.mwf-Spinner-Glass {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity =      70);
	/* Netscape */
	-moz-opacity: 0.7;
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* Good browsers */
	opacity: 0.7;
}

.gwt-DialogBox .dialogBottomLeftInner {
	width: 1px !important;
}

.gwt-DialogBox .dialogBottomRightInner {
	width: 1px !important;
}

.issuerList {
	width: 100%;
	height: 24px;
}

.issuerList .even {
	background-color: rgb(241, 241, 241);
}

.issuerList .odd {
	background-color: #F9F9F9;
}

.ihraccilist a {
	padding: 10px 25px !important;
	width: 200px !important;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	height: 55px;
}

.searchBox,.searchBoxNew {
	background-color: #5f5e5c;
	margin: 0 7px 0 0;
	height: 22px;
	padding: 6px;
	border: 1px solid #999;
}

.ihraccilistsearchBox div a:hover,.ihraccilistsearchBox div a:visited {
	color: #ffffff;
}

.ihraccilistsearchBox .ihraccilistsearchBoxInput {
	left: 12px;
	margin: 0 10px 0 0;
	position: relative;
	top: -2px;
	width: 719px !important;
}

.mR10 {
	margin-right: 10px !important;
}

.txtWhite {
	color: #ffffff !important;
}

.btnLeft {
	background-image: url(../images/butonL-R_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	overflow: hidden;
	padding: 0 0 0 3px;
	float: left;
}

.collapsible {
	background: red;
}

.imageButton {
	color: white;
	cursor: pointer;
	position: relative;
	width: 18px;
	height: 18px;
	margin-top: 2px;
}

button.fiili:hover {
	background-color: #8A1315 ! important;
}

.eyonetButton {
	width: 200px !important;
	height: 31px !important;
}

button.fiili {
	width: 56px ! important;
}

.landingPage {
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 20px 0 10px;
}

.landingPage .gwt-Anchor {
	color: #409399;
	font-size: 24px;
	text-decoration: none;
}

div.header {
	height: 106px;
}

.x-view-item-sel {
	border: none !important;
}

/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

.hud-view {
	background-color: #D1D1D1 !important;
}

.dialogVPanel {
	margin: 5px;
}

.DG08_main {
	font: 12px;
}

.mwf-Spinner-Panel-Content {
	/* background-image: url(../images/ajax-loader.gif) */
	background: url(../images/ajax-loader.gif) no-repeat scroll 0px 0px
		transparent;
	width: 32px;
	height: 32px;
}

.mwf-Spinner-Panel {
	background: none !important;
	border: none !important;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.dashboard-header {
	background-image: url(../images/eyonet_04.png);
}

.grid-print-icon {
	cursor: pointer !important;
	background-image: url(../images/print_icon.png);
}

.x-toolbar {
	background-color: white !important;
	background-image: none !important;
	border-color: white !important;
}

.x-icon-btn {
	width: 40px !important;
}

.mwf-grid-csv-icon {
	cursor: pointer !important;
	background-image: url(../images/csv_icon.gif);
}

.mwf-grid-pdf-icon {
	cursor: pointer !important;
	background-image: url(../images/pdf_icon.png);
	float: right;
}

.mwf-grid-xml-icon {
	cursor: pointer !important;
	background-image: url(../images/xml_icon.gif);
}

.mwf-grid-html-icon {
	cursor: pointer !important;
	background-image: url(../images/html_icon.gif);
}

.mwf-grid-xls-icon {
	cursor: pointer !important;
	background-image: url(../images/icon_excel_export.png);
	float: right;
}

.mwf-grid-rtf-icon {
	cursor: pointer !important;
	background-image: url(../images/rtf_icon.gif);
}

.x-view-item-radio {
	float: left;
}

/** Scroll for WebKit */
::-webkit-scrollbar {
	width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/*Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(200, 200, 200, 0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(240, 240, 240, 0.4);
}

.alignRight {
	float: right !important;
}

.x-grid3-hd-inner {
	white-space: normal !important;
	cursor: pointer;
}

.grayTable {
	background-color: #F8F8F8 ! important;
}

.redLabelUnderlined {
	background-color: transparent !important;
	text-decoration: underline;
	font-weight: bold !important;
	color: #8a1315 !important;
	cursor: pointer;
}

.btnGrayAnchor {
	background-color: transparent !important;
	text-decoration: underline;
	font-weight: bold !important;
	color: #b5b5b5 !important;
}

.errorReport {
	background-color: transparent !important;
	text-decoration: underline;
	font-weight: bold !important;
	color: #b5b5b5 !important;
	cursor: pointer;
}

.btnGrayAnchorText {
	background-color: transparent !important;
	font-weight: lighter !important;
	color: #b5b5b5 !important;
	text-align: right;
}

.btnGrayAnchorLeft {
	background-color: transparent !important;
	text-decoration: underline;
	font-weight: bold !important;
	color: #544E4F !important;
	text-align: left;
}

.btnBlackAnchor {
	background-color: transparent !important;
	text-decoration: underline;
	font-weight: bold !important;
	color: #444342 !important;
}

.btnBlackAnchorLeft {
	background-color: transparent !important;
	text-decoration: underline;
	font-weight: bold !important;
	color: #444342 !important;
	text-align: left;
}

.gwt-Anchor { /*text-decoration: underline;*/
	font-weight: bold;
	color: #444342;
}

.anchorPlus {
	margin-top: 0px;
	background-image: url('../images/Icon_Plus_03.jpg') !important;
	background-repeat: no-repeat !important;
	padding-left: 10px !important;
	/* width of the image plus a little extra padding */
	display: block;
	background-position: left 6px !important;
}

table.overspread {
	width: 100% !important;
}

table.certificateSelectionTable {
	width: 100%;
	background-color: #eee;
	padding-top: 19px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	border-collapse: separate;
	border-radius: 20px;
	-moz-border-radius: 20px;
	margin-left: 4px;
	margin-top: 6px;
}

.grayPanel .x-panel-bwrap .x-panel-body {
	width: 99% !important;
}

.grayPanel .x-panel-header {
	background-image: none;
	border: 1px solid #409399 !important;
	background-color: #409399;
	color: white !important;
	font-weight: bold;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 5px 5px 0px 0px;
	padding-right: 2px;
	margin-right: 2px;
}

.font-normal .x-panel-header {
	font-weight: normal !important;
}

.x-grid3-header {
	background-color: #F1F1F1;
	border: 1px solid #E5E5E5;
	background-image: none !important;
}

.x-tree3-node-text {
	font: normal 12px tahoma, arial, helvetica, sans-serif !important;
}

div.x-grid3-hd-inner {
	height: auto !important;
	white-space: normal !important;
}

div.x-grid3-hd-checker {
	height: 20px !important;
	margin-left: -2px;
}

.wrapText {
	white-space: normal;
}

.x-grid3-header-over {
	background-color: #F1F1F1;
	border: 1px solid #E5E5E5;
	background-image: none !important;
}

td.x-grid3-hd-over .x-grid3-hd-inner,td.sort-desc .x-grid3-hd-inner,td.sort-asc .x-grid3-hd-inner,td.x-grid3-hd-menu-open .x-grid3-hd-inner
	{
	background-color: #F1F1F1;
	background-image: none !important;
}

.x-grid3-hd-btn {
	background-color: #F1F1F1;
	background-image: none;
}

.x-grid3-header-offset { /*height:28px;*/
	width: auto !important;
}

.x-grid3-hd-inner {
	color: #409399 !important;
	font-weight: bold;
	text-align: center;
}

.x-panel-header { /*
    background-image: none;
    border: 1px solid #D1D1D1;
    background-color: #F1F1F1;
    color: #409399;
    */
	background-image: none;
	border: 1px solid #509399;
	background-color: #409399;
	color: white;
	font-weight: bold;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 5px 5px 0px 0px;
	padding-right: 2px;
	margin-right: 2px;
}

a.header {
	background-color: #F1F1F1;
	background-image: none;
	border: 1px solid #D1D1D1;
	color: #409399;
	display: block;
	height: 24px;
	text-decoration: underline;
	padding-left: 5px;
	padding-top: 2px;
	font-weight: bold;
}

.gwt-DisclosurePanel .header,.gwt-DisclosurePanel .header a,.gwt-DisclosurePanel .header td
	{
	text-decoration: underline !important;
	color: #409399 !important;
	cursor: pointer;
	cursor: hand;
	font-weight: bold !important;
}

.x-form-invalid-tip .x-tip-body {
	background-image: none;
}

.x-form-invalid,textarea.x-form-invalid {
	background-image: none;
}

.x-form-invalid {
	border-color: #CC3300 !important;
}

.x-window-tl .x-window-header {
	color: #8A1315 !important;
	font-weight: bold !important;
}

.infoBox {
	padding-left: 68px;
}

.loading-spinner {
	position: absolute;
	top: 50%;
	left: 47%;
}

.x-fieldset legend {
	color: #8A1315;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.flexTable-grayBorder,.flexTable-grayBorder td {
	border: 1px solid #F1F1F1;
}

.ext-el-mask-msg div {
	padding: 7px 13px 7px 13px;
	cursor: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
}

.redLine {
	color: #8A1315;
	background-color: #8A1315;
	height: 1px;
}

.ext-el-mask {
	opacity: 0.15;
}

.x-panel-header {
	font-size: 12px !important;
}

/* success message start */
.successMessage {
	padding: 20px 0 0 5px;
}

.successMessage div.successImg {
	background-image: url('../images/alerts/icon_greenAlertNew_03.png');
	background-repeat: none;
	width: 49px;
	height: 45px;
}

.successDesc span.left {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 0 15px;
	width: 85%;
}
/* success message end */
span.clearFix {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	width: 100%;
	display: block;
}

.message {
	background-color: #f9f9f9;
	padding: 10px 10px
}

.table_login,.div_login {
	width: 550px;
}

.div_login .table_login {
	background-color: #f9f9f9;
}

.div_login .table_login td {
	padding: 10px 0 10px 0;
	vertical-align: middle;
}

.div_login .table_login td p {
	padding: 0 0 0 19px;
}

.div_login .table_login td .forgerPass {
	margin: 0 19px 0 0px;
}

.div_login .table_login td .forgerPass p {
	line-height: 18px;
}

.textBL {
	background-image: url('../images/textBoxL.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	height: 23px;
	float: left;
}

.textBR {
	background-image: url('../images/textBoxR.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 5px;
	height: 23px;
	float: left;
}

.textMain {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	border-left: 0 none;
	border-right: 0 none;
	width: 96%;
	margin: 0 0 0 5px;
	height: 19px;
	float: left
}

.whyLogin {
	background-color: #8a1315;
	width: 202px;
	padding: 0 12px 20px 12px;
	margin: 28px 0 0 30px
}

.whyLogin h3.title {
	padding: 0px 0 18px 0px
}

.whyLogin p {
	color: #fff;
	font-size: 11px;
	line-height: 18px;
}

.whyLogin a {
	color: #fff;
	margin: 18px 0 0 0;
	text-decoration: underline;
}

.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
}

/* SUPERNOTE START */
.fallback {
	display: none;
}

.notedefault,.notenested {
	position: absolute;
	/*visibility: hidden;*/
	display: none;
	top: 1.5em;
	left: 2em;
	line-height: 1.4;
	padding: 10px 15px;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	zoom: 1;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*border-radius: 5px;*/
	max-width: 400px;
	z-index: 9999;
	text-align: left;
}

.notedefault a,.notedefault a:visited,.notedefault a:active {
	color: #4A4A4A;
}

.snp-mouseoffset,.snp-triggeroffset,.snp-mousetrack {
	margin-left: 5px;
	margin-top: 15px;
}

.notedefault h4 {
	margin: 0 0 5px 0;
}

.note-close {
	float: right;
	margin-top: 2px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: black;
	text-decoration: none;
	visibility: hidden
}

.snb-pinned .note-close {
	visibility: inherit;
}

.gradientBlue {
	filter: progid:                   DXImageTransform.Microsoft.gradient(
		  
		          startColorstr=   








		'#FFFFFF', endColorstr=                   '#bae0e2');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),
		to(#bae0e2));
	background: -moz-linear-gradient(top, #FFFFFF, #bae0e2);
	border: 1px solid #409399;
	color: #444342;
}

.gradientBlue h4 {
	border-bottom: 1px solid #409399;
}

.gradientWhite {
	filter: progid:                   DXImageTransform.Microsoft.gradient(
		  
		          startColorstr=   








		'#FFFFFF', endColorstr=                   '#E5E5E5');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),
		to(#E5E5E5));
	background: -moz-linear-gradient(top, #FFFFFF, #E5E5E5);
	border: 1px solid #BBBBBB;
	color: #444342;
}

.gradientWhite h4 {
	border-bottom: 1px solid #BBBBBB;
}

.gradientGray {
	filter: progid:                   DXImageTransform.Microsoft.gradient(
		  
		          startColorstr=   








		'#B3B3B3', endColorstr=                   '#4C4C4C');
	background: -webkit-gradient(linear, left top, left bottom, from(#B3B3B3),
		to(#4C4C4C));
	background: -moz-linear-gradient(top, #B3B3B3, #4C4C4C);
	border: 1px solid #555555;
	color: #FFFFFF;
}

.gradientGray h4 {
	border-bottom: 1px solid #FFFFFF;
}
/* SUPERNOTE END */
.shadow-10,.popClass {
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}

.register_steps {
	position: relative;
}

.register_steps .register_step div {
	float: left;
	text-align: center;
	font-weight: bold;
}

.register_steps .register_step .next {
	width: 18px;
	height: 30px;
}

.register_steps #red .text {
	background: #8A1315;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0 10px;
	width: 250px;
	height: 30px;
}

.register_steps #gray .text {
	background: #5F5E5C;
	color: #FFFFFF;
	line-height: 30px;
	padding: 0 10px;
	width: 77px;
}

.register_steps #red .next {
	background: url('../images/register/register_red_gray.png') left top
		no-repeat;
}

.register_steps #gray .next {
	background: url('../images/register/register_gray_gray.png') left top
		no-repeat;
}

.register_steps #gray .gray_red {
	background: url('../images/register/register_gray_red.png') left top
		no-repeat;
}

.register_steps .register_selected {
	position: absolute;
	background: url('../images/register/register_selected.png') left top
		no-repeat;
	width: 11px;
	height: 6px;
	top: 30px;
}

#register .tableRegister td {
	padding: 5px 10px;
	height: auto;
}

#register .tableRegister td label {
	font-weight: bold;
}

#register .tableRegister td label input {
	display: inline-block;
	vertical-align: text-bottom;
}

#register .tableRegister td .table_Secure td {
	padding: 0;
}

.tableRegister td {
	height: 15px;
	background-color: #f9f9f9;
	vertical-align: middle;
}

.updConInfUpdConEma .tableRegister td .textBL,.updConInfUpdConGsm .tableRegister td .textBL
	{
	width: 318px !important;
}

.x-grid-group-div {
	color: #8A1315 !important;
	font: bold 12px tahoma, arial, helvetica, sans-serif !important;
}

.inlineLabel {
	cursor: pointer;
	vertical-align: middle !important;
}

.txtUnderline {
	text-decoration: underline;
}

.textNormal {
	text-align: justify;
	line-height: 140%;
	font-weight: normal !important;
}

.noBorder,.noBorder td {
	border: medium none !important;
}

.commandLink {
	background-color: #8A1315;
	color: #FFFFFF !important;
	padding: 5px 10px 4px 10px;
	cursor: pointer;
}

.egk26_anchor {
	margin: 5px;
	color: #FFFFFF !important;
	cursor: pointer;
}

.boldText {
	font-weight: bold !important;
}

.datePickArea {
	background-color: #5F5E5C;
	border: 1px solid #999999;
	margin: 20px 0 0 0;
	padding: 4px;
	width: 100%;
}

.txtWhite {
	color: #ffffff !important;
}

.verticalMiddle {
	vertical-align: middle !important;
}

.x-item-disabled {
	color: #4a4a4a !important
}

.x-btn button {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px;
}

.btnAnchor {
	background-color: transparent !important;
	text-decoration: underline;
	font-weight: bold !important;
	margin: 0px !important;
	height: auto !important;
	width: auto !important;
}

.txtGreen {
	color: #409399 !important;
}

.txtGreenEsir010 {
	color: #409399 !important;
	text-align: left !important;
}

.txtGray {
	color: #444342 !important;
}

input.gwt-DateBox {
	background-image: url("../images/datePicker.png") !important;
	background-position: 129px 3px;
	background-repeat: no-repeat;
	border-color: #999999 #CCCCCC #CCCCCC;
	border-image: none;
	border-right: 1px solid #CCCCCC;
	border-style: solid;
	border-width: 1px;
	cursor: default;
}

.announcementDetail {
	background-image: url('../images/duyuruAboneligi/title_bg_white2.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 0;
	height: 70px;
}

.announcementDetail td {
	padding: 5px;
}

.announcementDetail div {
	font-size: 15px;
}

.accordionPanelSelected>button {
	color: #8A1315 !important;
}

.accordionPanelSelected2>button {
	color: #409399 !important;
}

.accordionPanelHeader {
	background-color: transparent !important;
	text-decoration: underline;
	color: #b5b5b5 !important;
	margin-top: 0px;
	font-weight: bolder;
	background-image: url('../images/arrow_gray_right.png') !important;
	background-repeat: no-repeat !important;
	display: block;
	background-position: left 6px !important;
	font-size: 14px !important;
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif !important;
	padding-left: 30px !important;
	padding-top: 1px !important;
}

.accordionPanelHeaderSelected {
	background-color: transparent !important;
	text-decoration: underline;
	font-weight: bold !important;
	color: #409399 !important;
	margin-top: 0px;
	background-image: url('../images/acc_arrow_down.png') !important;
	background-repeat: no-repeat !important;
	padding-left: 10px !important;
	display: block;
	background-position: left 6px !important;
	font-size: 14px !important;
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

.subItem {
	padding-left: 20px;
}

.loginPanelHeader {
	background: url('../images/title_bg_white2.png');
	background-repeat: repeat-x;
	background-position: left top;
}

div#mwf-grid-container {
	clear: both;
	position: relative;
}

div#mwf-grid-container * {
	overflow: hidden !important;
}

div#mwf-grid-container div.x-grid3-hh>table {
	background-color: #eee;
	height: 39px;
	font-weight: bold;
	line-height: 39px;
	font-size: 14px !important;
	width: auto !important;
}

div.mwf-grid-container div.x-grid3-hh {
	width: auto !important;
}

div#mwf-grid-container div.x-grid3-row {
	width: auto !important;
	margin-left: 1px;
}

.x-grid3-row {
	/* margin-left: 1px; */
	width: auto !important;
}

.x-grid3-body .x-grid3-td-checker {
	background-image: none !important;
}

.x-grid3-hd-checker {
	margin-left: -1.5px;
}

div.x-grid3-hh>table:nth-child(1) {
	width: 100% !important;
}

div.x-grid3-row>table:nth-child(1) {
	width: 100% !important;
}

/* .x-grid3-row-selected {
	background-color: #ACADAD !important;
} */
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander
	{
	background-image: none !important;
}

/* div.x-panel-bwrap > div:nth-child(1) {
   height: 100% !important;
   min-height: 120px;
}

div.x-panel-bwrap > div:nth-child(1) > div {
   height: 100% !important;
   min-height: 120px;
}

div.x-panel-body {
	height: 100% !important;
	min-height: 120px;
}

div.x-grid3-body,div.x-grid3-scroller,div.x-grid3-viewport,div.x-grid3 {
	height: 100% !important;
	min-height: 120px;
} */
.x-grid3-row td.x-grid3-cell,.x-grid3-summary-row td.x-grid3-cell {
	line-height: 19px;
}

.gwt-DialogBox .dialogBottomCenter {
	background: none !important;
}

.gwt-DialogBox .dialogMiddleLeft {
	background: none !important;
}

.gwt-DialogBox .dialogMiddleRight {
	background: none !important;
}

.gwt-DialogBox .dialogBottomRight {
	background: none !important;
}

.gwt-DialogBox .dialogBottomLeft {
	background: none !important;
}

.gwt-DialogBox .dialogTopLeft {
	background: none !important;
}

.gwt-DialogBox .dialogTopRight {
	background: none !important;
}

.gwt-DialogBox .Caption {
	border-top: none !important;
}

ul.language {
	list-style: none;
	width: 130px;
}

ul.language li {
	float: right;
	margin: 0 0 5px 0;
}

ul.language li a {
	padding: 0 0 0 12px;
	margin: 0 0 0 10px;
	color: #8A1315;
	background: url('../images/icon_link_29.jpg') left center no-repeat;
}

div.searchArea {
	margin: 15px 16px 0 0;
	width: 575px;
}

div.searchInput {
	width: 510px !important;
}

.loginPanel-benimSayfam {
	display: block;
	width: 85px;
	height: 23px;
	background-image: url('../images/button_benimsayfam.png');
	background-repeat: no-repeat;
	padding: 12px 0px 0 26px;
	color: #ffffff !important;
	font-size: 10px
}

.head {
	margin: 20px 0 0 60px;
}

.topNav {
	margin: 20px 10px 0 0px;
	min-height: 10px;
}

.topNav ul {
	float: right;
}

.topNav ul li {
	float: left;
	border-right: 1px solid #dedede;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

.topNav ul li a {
	color: #444342;
	display: block;
}

.topNav ul li.last {
	border-right: 0 none;
	margin: 0px;
}

.topBox {
	width: 836px;
	padding: 10px 0 0 0
}

.mkkLogo {
	margin: 0 0 0 30px;
}

div#YI000_3rdGrid div.x-grid3-row:last-child div.x-grid3-cell-inner {
	background-color: lightgray;
	font-size: 12px;
	font-weight: bold ! important;
}

div#YI000_4rdGrid div.x-grid3-row:last-child div.x-grid3-cell-inner {
	background-color: lightgray;
	font-size: 12px;
	font-weight: bold ! important;
}

.pT20 {
	padding-top: 20px !important;
}

.mainNav li a:hover,.mainNav li a:focus,.mainNav li span:hover,.mainNav li a.current,.mainNav li span.current
	{
	background-color: #8a1315 !important;
	color: #FFFFFF;
}

.dms-entry-table {
	width: 380px;
}

.dms-entry-label {
	width: 120px;
}

.dms-entry-input {
	width: 100%;
}

div#_suggestboxPop {
	border: none !important;
}

.docInfoWidgetHeader {
	background-color: lightgray;
	border: 1px solid #409399;
	height: 25px;
	color: black !important;
}

.loginPanel-benimSayfam {
	display: block;
	width: 85px;
	height: 23px;
	background-image: url('../images/button_benimsayfam.png');
	background-repeat: no-repeat;
	padding: 12px 0px 0 26px;
	color: #ffffff !important;
	font-size: 10px;
	margin-top: 36px;
}