﻿
#divMainContainer
{
    width:100%;
    margin:0;
    padding:0;
}

.labelstyle
{
    font-family:Verdana;
    font-size:12px;
    line-height:14px;
    color:#444444;
    font-weight:normal;
    width:120px;
    display:block;
    padding-bottom:4px;
}

#menuGridSearch
{
    margin-bottom:5px;
    margin-top:5px;
    width:100%;
    font-size:13px;
}

#menuDetails
{
    margin-bottom:2px;
    margin-top:5px;
    width:100%;
    font-size:13px;
}

#gridSearch
{
    font-size:12px;

}

#DetailsTabStrip
{
    margin-bottom:5px;
}

.panelMain
{
    width:100%;
   
    padding: 10px;

    margin-left:auto;
    margin-right:auto;
    margin-top:5px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #aaaaaa;
    background-color:#f6f6f6;

    box-sizing:border-box;

}

.GridInfoLine
{
    display:none;
    background-image:url(images/grid_info.png);
    background-position:left center;
    background-position-y:0px;
    background-repeat:no-repeat;
    height:22px;
    width:90%;

    padding-left:30px;
    font-family:Verdana;
    font-size:11px;
    color:#444444;
    font-weight:normal;
    padding-top:6px;
    border-right:solid 0px #cccccc;
    border-left:solid 0px #cccccc;
    border-bottom:solid 0px #e6e6e6;
    padding-right:2px;
}

.GridInfoLine span
{
    color:#5da2dd;
    text-decoration:underline;
    cursor:pointer;
}


.grcBackIcon
{
    background-image:url(images/icons/icon_back.png);
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:20px;
}

.grcSaveIcon {
    background-image: url(images/icons/icon_save.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.grcAddIcon {
    background-image: url(images/icons/icon_add.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.grcDetailsIcon {
    background-image: url(images/icons/icon_details.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.grcSearchIcon {
    background-image: url(images/icons/icon_search.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.grcDeleteIcon {
    background-image: url(images/icons/icon_delete.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.grcResetIcon {
    background-image: url(images/icons/icon_reset.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.grcSearchLargeIcon {
    background-image: url(images/icons/icon_search_large.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 28px;
    font-family:Verdana;
    font-size:14px;
    line-height:14px;
    color:#333333;
    font-weight:bold;
    height:40px;

}

.grcSearchLargeIconTitle
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.grcDetailLargeIcon {
    background-image: url(images/icons/icon_details_large.png);
    color:#5da2dd;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 28px;
    font-family:Verdana;
    font-size:14px;
    line-height:14px;
    font-weight:bold;
    height:40px;

}

.grcDetailLargeIconTitle
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


.grcDetailLargeIcon .grcPrefix
{
    color: #333333;
}

#menuDBNAVIG
{
    margin-bottom:2px;
    margin-top:5px;
    width:100%;
    font-size:13px;
}


.grcDBNAVIG_FirstIcon {
    background-image: url(images/icons/dbnavigator/DBNavigator_first.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.grcDBNAVIG_PrevIcon {
    background-image: url(images/icons/dbnavigator/DBNavigator_prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.grcDBNAVIG_NextIcon {
    background-image: url(images/icons/dbnavigator/DBNavigator_next.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.grcDBNAVIG_LastIcon {
    background-image: url(images/icons/dbnavigator/DBNavigator_last.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.grcDBNAVIG_RefreshIcon {
    background-image: url(images/icons/dbnavigator/DBNavigator_refresh.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 20px;
}


.grcLoginIcon {
    background-image: url(images/icons/Login3.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    height:50px;
    padding-right:10px;
    padding-top:16px;
    font-family:Verdana;
    font-size:12px;
    color:#333333;
    display:block;
    background-color:#aaaaaa;
    cursor:pointer;
}

.grcUserDisplay {
    background-image: url(images/icons/Login16.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    height:25px;
    padding-right:0px;
    padding-top:5px;
    font-family:Verdana;
    font-size:12px;
    color:#333333;
    background-color:#aaaaaa;
    cursor:pointer;
}

.grcLoginIcon:hover {
    text-decoration:none;
    background-color:#bbbbbb;
 }


.grcMessageBoxButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#444444;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:28px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.grcMessageBoxButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.grcMessageBoxButton:active {
	position:relative;
	top:1px;
}

 input:invalid, input:-moz-ui-valid {
     box-shadow: none;     
}

input:disabled
{
    background-color:#f5f5f5;
}

#gUserInfo
{
    font-size:11px;

}

#tvJogosultsagok .k-in
{
    color:#444444;
}

#tvJogosultsagok .k-state-selected
{
    color:#fff;
}

#tvGroups .k-in
{
    color:#444444;
}

#tvGroups .k-state-selected
{
    color:#fff;
}

.treeViewTemplate_InheritedRight
{
    font-size:11px;
}


