﻿/** Color Palette
 *	#dbd8c5		Border
 *	#b2af96		Background
 *	#e7e4d5		Panel background & sub header
 *	#f5f3e9		Text background
 *	#edebdf		Text background alternating
 *	#fcfbf4		Input field background
 *	#575444		Text
 *	#757261		Less important / Detail text
 *	#d4dbeb		Selected text background
 *	#8b95ad		Selected text
 *	#749399		Hyperlink link / active
 *	#8ba7ad		Hyperlink hover
 *	#6f7d8a		Hyperlink visited
 *	#9f2222		Error text color
 *	#dbd8c5		Header background
 *	#fcfbf4		Header text
 */

body, html
{
    margin: 4px;
    padding: 0px;
    background: #FFFFFF;
    color: #575444;
}

a:link, a:active
{
    color: #749399;
}

a:visited
{
    color: #6f7d8a;
}

a:hover
{
    color: #8ba7ad;
}

a:link, a:visited, a:active, a:hover
{
    text-decoration: underline;
}

#mainFrame
{
    width: 970px;
    margin: 0px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    background: #e7e4d5;
    border: 1px solid #757261;
}

#titleBar
{
    width: 966px;
    height: 66px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 2px; /*background: #f5f3e9;*/
    background: #575444;
    text-align: center;
}

#titleBar h1
{
    font-family: Century Gothic, Arial;
    font-size: 32px;
    font-style: italic;
    margin: 0px;
    line-height: 62px; /*color: #575444;*/
    color: #f5f3e9;
}

#menuBar
{
    background: #f5f3e9;
    float: left;
    padding: 2px;
    width: 196px;
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#menuBar a
{
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}

#projectBar
{
    float: left;
    width: 758px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    overflow: hidden;
}

#footBar
{
    background: #f5f3e9;
    clear: left;
    width: 964px;
    height: 16px;
    margin: 0px;
    padding: 2px;
    overflow: hidden;
    font-family: Arial;
    font-size: 12px;
    text-align: right;
    color: #757261;
}

#projectTitleBar
{
    margin: 0px;
    margin-bottom: 10px;
    background: #f5f3e9;
    padding: 8px;
}

#projectTitleBar h2
{
    font-family: Century Gothic;
    font-size: 24px;
    font-style: italic;
    margin: 0px;
    color: #575444;
}

#projectTitleBar h3
{
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
    margin: 0px;
    color: #757261;
}

#projectMenuBar
{
    padding: 2px;
    background: #f5f3e9;
    border: 0px none;
    margin-bottom: 10px;
}

#projectMenuBar a
{
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}

#contentBar
{
    background: #f5f3e9;
    padding: 6px;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
}

#menuBar, #footBar, #projectTitleBar, #projectMenuBar, #contentBar
{
    border: 1px solid #dbd8c5;
}

#masterPageUserInfo
{
    font-family: Arial;
    font-size: 12px;
    margin: 2px;
    font-weight: normal;
}

#masterPageUserInfo div
{
    text-align: center;
}

#masterPageUserInfo span
{
    font-family: Arial;
    font-size: 11px;
    color: #b2af96;
}

#masterPageUserInfo b
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #575444;
}

#masterPageUserInfo a
{
    font-weight: normal;
    font-size: 12px;
}

.InputStyle
{
    background: #fcfbf4;
    border: 1px solid #dbd8c5;
    color: #575444;
    font-family: Arial;
    font-size: 12px;
}

input.InputStyle
{
    width: 200px;
}

.ButtonStyle
{
    background: #e7e4d5; /*transparent; /*#fcfbf4;*/
    border-color: #fcfbf4;
    color: #575444;
    font-family: Arial;
    font-size: 12px;
    height: 25px;
}

.ErrorText
{
    color: #9f2222;
    font-family: Arial;
    font-weight: bold;
}

.ErrorSummary, .ErrorSummary li
{
    color: #9f2222;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
}

.ErrorSummary ul
{
    margin: 0px;
    margin-left: 24px;
}

div.Separator
{
    border: 0px none;
    border-bottom: 1px dashed #dbd8c5;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 1px;
}

div.SeparatorLine
{
    border-bottom: 1px solid #dbd8c5;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 1px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
}

table.FormTable
{
    width: 100%;
    border: 1px solid #dbd8c5;
    border-collapse: collapse;
}

table.FormTable tbody tr th
{
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

table.FormTable tfoot tr td
{
    text-align: right;
}

table.FormTable tbody tr th, table.FormTable tbody tr td, table.FormTable tfoot tr td
{
    border: 1px solid #e7e4d5;
    padding: 4px;
}

.FormTable tr.FormTableRow
{
    background-color: #f5f3e9;
}

.FormTable tr.FormTableAlternateRow
{
    background-color: #edebdf;
}

.FormTable tr.FormTableEmptyDataRow
{
    background-color: #e7e4d5;
}

.FormTable tr.FormTableHeaderRow
{
    background-color: #e7e4d5;
}

table.GridBase caption, table.FormTable caption
{
    padding: 4px;
    background: #abbfcc; /*background: #b2af96;*/
    color: #fcfbf4;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

table.GridBase
{
    border: 1px solid #dbd8c5;
    border-collapse: collapse;
}

table.GridBase td
{
    border: 1px solid #e7e4d5;
}

div.HeaderDiv
{
    padding: 4px;
    background: #b2af96;
    color: #fcfbf4;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

div.BorderDiv
{
    border: 1px solid #abbfcc; /*border: 1px solid #b2af96;*/
    padding: 4px;
}

span.DetailText
{
    color: #757261;
    font-size: 10px;
}

table.DetailForm caption
{
    padding: 2px;
    background: #b2af96;
    color: #fcfbf4;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

table.DetailForm
{
    border: 1px solid #dbd8c5;
    border-collapse: collapse;
    width: 100%;
}

table.DetailForm tr.DetailFormRow
{
    background-color: #f5f3e9;
}

table.DetailForm tr.DetailFormAlternatingRow
{
    background-color: #edebdf;
}

table.DetailForm td
{
    border: 1px solid #e7e4d5;
    padding: 2px;
}

table.DetailForm label
{
    font-family: Arial;
    font-size: 10px;
}

table.Calendar
{
    font-family: Arial;
    font-size: 12px;
    border: 1px solid #dbd8c5;
    border-collapse: collapse;
}

table.Calendar td
{
    border: 1px solid #e7e4d5;
}

table.Calendar tr td table
{
    border: 0px none; /*color: #fcfbf4;*/
    font-weight: bold;
}

table.Calendar tr td table tr td
{
    border: 0px none;
    background: none; /*color: #fcfbf4;*/
}

table.Calendar th.CalendarDayHeader
{
    background-color: #e7e4d5; /*#dbd8c5;*/
    text-align: center;
}

table.Calendar td.CalendarDay
{
    background: #f5f3e9;
}

table.Calendar td.CalendarToday
{
    border: 2px solid #b2af96;
}

table.Calendar td.CalendarWeekend
{
    background-color: #edebdf;
}

table.Calendar td.DayMarker1
{
    background-color: #e3b374;
}

table.Calendar td.DayMarker2
{
    background-color: #9db374;
}

table.Calendar td.DayMarker3
{
    background-color: #dad672;
}

table.Calendar td.DayMarker4
{
    background-color: #7eadc2;
}

table.Calendar td.DayMarker5
{
    background-color: #a783c4;
}

table.Calendar td.DayMarker6
{
    background-color: #c46b5c;
}

table.Calendar td.DayMarker7
{
    background-color: #74b39a;
}

table.Calendar td.DayMarker8
{
    background-color: #a9aee4;
}

table.Ketreszes
{
    width: 100%;
    background-color: #abbfcc;
    border-color: #abbfcc;
}

td.SzelsoResz
{
    padding: 4px;
    background-color: #abbfcc;
    border-color: #abbfcc;
    color: #fcfbf4;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

td.KozepsoResz
{
    padding: 4px;
    background-color: #abbfcc;
    border-color: #abbfcc;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: lighter;
}

td.FixVizitSzelsoResz
{
    padding: 4px;
    background-color: #abbfcc;
    border-color: #abbfcc;
    color: #fcfbf4;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

div.divProgressBar
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=20);
    opacity: 0.01;
    z-index: 1000;
}
div.divMessage
{
    border: 1px solid #000000;
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 15%;
    z-index: 1001;
    vertical-align: middle;
    background-color: #FFFFFF;
}

tr.NaptarFejlec
{
    vertical-align: middle;
    padding: 4px;
    background-color: #abbfcc;
    border-color: #abbfcc;
    color: #fcfbf4;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

div.KiemeltBorderDiv
{
    border: 1px solid #FF0000; /*border: 1px solid #b2af96;*/
    padding: 4px;
}

div.ElvalasztoDiv
{
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 5px;
    border-style: solid;
    border-width: 1px 1px 10px 1px;
    border-color: #dbd8c5 #dbd8c5 #e7e4d5 #dbd8c5;
}

div.MenuElvalasztoDiv
{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: -3px;
    margin-right: -3px;
    font-size: 5px;
    border-style: solid none solid none;
    border-width: 1px 1px 5px 1px;
    border-color: #dbd8c5 #dbd8c5 #e7e4d5 #dbd8c5;
}

.WizadCaption
{
    padding: 4px;
    background: #abbfcc; /*background: #b2af96;*/
    color: #fcfbf4;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

#IdopontFoglalascontent
{
    background: #FFFFFF;
    padding: 6px;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
    width: 100%;
    vertical-align: middle;
    text-align: left;
}

table.IFog_FormTable
{
    width: 100%;
    border: 1px solid #dbd8c5;
    border-collapse: collapse;
}

table.IFog_FormTable tbody tr th
{
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

table.IFog_FormTable tfoot tr td
{
    text-align: right;
}

table.IFog_FormTable tbody tr th, table.IFog_FormTable tbody tr td, table.IFog_FormTable tfoot tr td
{
    border: 1px solid #e7e4d5;
    padding: 4px;
}

.IFog_FormTable tr.FormTableRow
{
    background-color: #FFFFFF;
}

.IFog_FormTable tr.FormTableAlternateRow
{
    background-color: #FFFFFF;
}

.IFog_FormTable tr.FormTableEmptyDataRow
{
    background-color: #e7e4d5;
}

.IFog_FormTable tr.FormTableHeaderRow
{
    background-color: #FFFFFF;
}

table.IFog_FormTable caption
{
    padding: 4px;
    background: #5FA0B3; /*background: #b2af96;*/
    color: #fcfbf4;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.IFog_ButtonStyle
{
    background: #F26E12; /*transparent; /*#fcfbf4;*/
    border-color: #fcfbf4;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    height: 25px;
}


div.divProgressBar_Lit
{
    position: fixed;
    top: 0px;
    bottom: 400px;
    left: 0px;
    right: 500px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}
div.divMessage_Lit
{
    border: 1px solid #000000;
    position: fixed;
    top: 10%;
    left: 40%;
    padding: 10px;
    width: 20%;
    z-index: 1001;
    vertical-align: middle;
    background-color: #FFFFFF;
}

body2
{
    margin: 4px;
    padding: 0px;
    background: #FFFFFF;
    color: #FFFFFF;
}


/* RadComboBox MySkin skin */
/* combobox */
.RadComboBox_MySkin .rcbInputCellLeft, 
.RadComboBox_MySkin .rcbInputCellRight, 
.RadComboBox_MySkin .rcbArrowCellLeft, 
.RadComboBox_MySkin .rcbArrowCellRight
{
    background-image: url('ComboBox/rcbSprite.png');
}
div.RadComboBox_MySkin .rcbArrowCell a
{
    line-height: 16px;
    height: 22px;
}
.RadComboBox_MySkin td.rcbArrowCellHidden, 
.RadComboBox_MySkin .rcbHovered td.rcbArrowCellHidden, 
.RadComboBox_MySkin .rcbFocused td.rcbArrowCellHidden
{
    background-position: -15px -88px;
}
.RadComboBox_MySkin_rtl td.rcbArrowCellHidden, 
.RadComboBox_MySkin_rtl .rcbHovered td.rcbArrowCellHidden, 
.RadComboBox_MySkin_rtl .rcbFocused td.rcbArrowCellHidden
{
    background-position: -18px -88px;
}
/* dropdown */
.RadComboBoxDropDown_MySkin .rcbFooter
{
    background-color: #FF0000;
    border-top-color: #d5d5d5;
    color: #FFFFFF;
}
div.RadComboBoxDropDown_MySkin .rcbHeader
{
    font-size: 13px;
    font-weight: bold;
    border-bottom: 0;
    padding: 8px 7px 0;
    background-color: #008000;
}
/*Az elemek háttérszíne*/
.RadComboBoxDropDown_MySkin .rcbItem, 
.RadComboBoxDropDown_MySkin .rcbHovered
{
    line-height: 1.5;
}
/*Egérrel felévitt elemek színe*/
.RadComboBoxDropDown_MySkin .rcbHovered
{
    background: #3399FF;
    color: #FFFFFF;
}
/*Dropdown alapjai*/
.RadComboBox_MySkin, 
.RadComboBox_MySkin .rcbInput, 
.RadComboBoxDropDown_MySkin
{
    border-style: solid;
    border-width: 1px;
    border-color: #dbd8c5 #fcfbf4 #dbd8c5 #dbd8c5;
    background: #fcfbf4;
    color: #575444;
    font-family: Arial;
    font-size: 12px;
}
.RadComboBoxDropDown_MySkin .rcbFooter, 
.RadComboBoxDropDown_MySkin .rcbMoreResults, 
.RadComboBoxDropDown_MySkin .rcbMoreResults a
{
    background-image: url('ComboBox/rcbSprite.png');
    background-position: 165px 99px;
}
.RadComboBoxDropDown_MySkin .rcbMoreResults
{
    border-top-color: #3a3a3a;
    background-position: 0 -132px;
    background-color: #454545;
    color: #808080;
    font-weight: bold;
}
.RadComboBoxDropDown_MySkin .rcbMoreResults a
{
	background-position: -157px -94px;
}
div.RadComboBoxDropDown_MySkin
{
    background: #fcfbf4;
    border-color: #c6c7d2;
    border-top-color: #83868d;
    font-size: 12px;
}
/*Választott elem*/
.RadComboBoxDropDown_MySkin .rcbItem em
{
    background: #3399FF;
    color: #FFFFFF;
}
/*A válasszon felirat, ha nincs rajta egér*/
.RadComboBox_MySkin .rcbInputCell .rcbEmptyMessage
{
    color: #666;
}
.RadComboBoxDropDown_MySkin .rcbLoading
{
    background: #c6c7d2;
}
.RadComboBox_MySkin td.rcbArrowCellLeft
{
    background-position: -19px -88px;
}
.RadComboBox_MySkin td.rcbArrowCellRight
{
    background-position: -1px -88px;
}
.RadComboBox_MySkin .rcbHovered .rcbArrowCellLeft
{
    background-position: -55px -88px;
}
.RadComboBox_MySkin .rcbHovered .rcbArrowCellRight
{
    background-position: -37x -88px;
}
.RadComboBox_MySkin .rcbFocused .rcbArrowCellLeft
{
    background-position: -91px -88px;
}
.RadComboBox_MySkin .rcbFocused .rcbArrowCellRight
{
    background-position: -73px -88px;
}

.RadComboBox_MySkin .rcbHovered .rcbInputCell .rcbInput
{
    color: #000;
}

table.IFog_Tipus_FormTable
{
    width: 100%;
    border: 1px solid #dbd8c5;
    border-collapse: collapse;
}

table.IFog_Tipus_FormTable caption
{
    padding: 4px;
    background: #F26E12; /*background: #5FA0B3;*/
    color: #fcfbf4;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

