﻿
body
{
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	background: #FFFFFF url(images/background_main.jpg) repeat-y center top;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	font-size: 0.7em;
}

h1
{
	font-size: 28px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 2px 0px 2px 0px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
	text-decoration: none;
	color: #000000;
}
.membercard h3
{
	font-size: 1em;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
	width: 984px;
	/*height:80ex;*/
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

/* 2 column layout */
#columnleft
{
	float: left;
	width: 240px; /*position: relative; */
}

#columnright
{
	float: right; /*  position:relative; */
}

/* 2 column layout */
.columnleft
{
	float: left;
	width: 240px; /*position: relative; */
}

.columnright
{
	float: right; /*  position:relative; */
}

.leftblock
{
	border: 1px solid #006CBF;
	padding: 10px;
	margin-bottom: 5px;
	background: #E7F1F9 url(images/background_columnleft.gif) repeat-y;
	vertical-align: top;
}

.rightblock
{
	border: 1px solid #006CBF;
	padding: 10px;
	margin-bottom: 5px;
	background: #E7F1F9 url(images/background_columnright.gif) repeat-y; /*position: relative;*/
	overflow: auto;
	width: 718px;
}

.leftblock h2, .rightblock h2, .fullwidth h2
{
	font-size: 1.6em;
}

.rightblock h3
{
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
}

.clear2column
{
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	clear: both;
}

/* A full width block on the page */

.fullwidth, #loginbanner
{
	background: #E7F1F9 url(images/background_fullwidth.jpg) repeat-y;
	border: 1px solid #006CBF;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

/* for the login block
    picks up most of its properties from .fullwidth */
#loginbanner
{
	padding-bottom: 4px;
}
#loginbanner h2
{
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 6px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
	border: 1px solid #DBDB79;
	padding: 3px;
	margin: 2px 0px 5px 0px;
	vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
	border-bottom: 1px dashed #3FAEE1;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: right;
}

/* Command buttons on pages */
.actionbuttons
{
	text-align: right;
	position: relative;
	padding: 1px 1px 1px 1px;
}

#formviewtable
{
}

#formviewtable td
{
	vertical-align: top;
}

/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#poster
{
	background: url(images/poster.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 984px;
	height: 70px;
	margin-top: 5px;
}
#poster h1
{
	font-weight: bold;
	color: #FFFFFF;
}
#poster h2
{
	font-size: 13px;
	font-weight: bold;
	color: #006CBF;
}

/* Navigation strips */
#navtop, #navbottom
{
	background: url(images/background_nav_main.gif) repeat-x;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 984px;
	height: 45px;
}
#navtopMenu, #navbottomMenu
{
	margin: 0 auto;
	list-style-type: none;
	padding-top: 15px;
	padding-bottom: 5px;
	height: 19px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
	text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
	text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
	text-decoration: none;
}
.SiteMapPath
{
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #006CBF;
}
.SiteMapPath a:link, .SiteMapPath a:visited
{
	color: #006CBF;
	font-weight: normal;
	text-decoration: none;
}
#footer
{
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 5px;
	color: #004E89;
}

#icon
{
	font-family: Garamond;
	font-size: 7pt;
	font-weight :bold;
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
	position: absolute;
	right: 0px;
	padding-right: 15px;
}



/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

legend
{
	font-weight: bold;
	color: #666666;
	font-size: 1em;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
	margin: 0px;
}

fieldset
{
	margin: 0px;
	padding: 0px;
	border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
	visibility: hidden;
}
.none
{
	display: none;
}


/************************************************************************
* 
* Rollover buttons
*
************************************************************************/
.buttonsmall, .buttonsmall-ovr
{
	background: url(images/background_button_small.gif) repeat-x;
	border: none;
	color: #005BAE;
	height: 22px;
	font-weight: bolder;
	font-size: 9px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
	text-decoration: underline;
	background: url(images/background_button_small-ovr.gif) repeat-x;
}

/************************************************************************
* 
* Controls
*
************************************************************************/
.inputbox
{
	width: 150px;
	border-style: solid;
	border-width: 1px;
}
.DMenuStyle
{
	border-color: #006CBF;
	border-style: solid;
	border-width: 1px;
}
.DMenuItemStyle
{
	background-color: #E7F1F9;
	color: #006CBF;
	text-align: left;
}
.DHoverSyle
{
	background-color: #006CBF;
	color: #FFFFFF;
	text-align: left;
}
.SMenuStyle
{
	margin:0 auto;
	padding-left: 5px;
	padding-right: 5px;
}
.SMenuItemSytle
{
	color: #006CBF;
	text-align: center;
}

.MenuButtonStyle
{
	width: 170px;
	margin: 10px;
}

.GridTitle
{
	width: 300px;
	font-size: 22px;
}

/*
* Adatlapok:
*/
.DetailsViewHeaderStyle
{
	background-color: #4682B4;
	font-weight: bold;
	color: White;
}
.DetailsViewFieldHeaderStyle
{
	background-color: transparent;
	color: #4682B4;
	text-align: left;
	font-weight: bold;
}

.DetailsViewAlternatingRowStyle
{
	background-color: transparent;
	color: #006CBF;
}

.DetailsViewRowStyle
{
	background-color: #E7F1F9;
	color: #284775;
}

.DetailsViewEditRowStyle
{
	background-color: #a9bad0;
}

.DetailsViewFooterStyle
{
	background-color: #4682B4;
	color: #333333;
	font-weight: bold;
}

.DetailsViewPagerStyle
{
	background-color: #4682B4;
	color: White;
	text-align: Center;
}


/*
*	táblázatok:	
*/

.GridViewHeaderStyle a:link, .GridViewHeaderStyle a:visited, .GridViewHeaderStyle a:hover, .GridViewHeaderStyle a:active
{
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

.GridViewHeaderStyle
{
	background-color: #4682B4;
	font-weight: bold;
	color: White;
	text-align: center;
}

.GridViewAlternatingRowStyle
{
	background-color: White;
	color: #284775;
}

.GridViewRowStyle
{
	background-color: #F7F6F3;
	color: #333333;
}

.GridViewEditRowStyle
{
	background-color: #a9bad0;
	text-align:left;
	text-align: left;
}

.GridViewFooterStyle
{
	background-color: #4682B4;
	color: #333333;
	font-weight: bold;
}

.GridViewPagerStyle
{
	background-color: #4682B4;
	color: White;
}

.GridViewSelectedRowStyle
{
	background-color: #E2DED6;
	color: #333333;
}

/*
* Ahol lehet checkbox-szal szűrni oszlopokra, ott a checkbox sáv ...
*/

.checkBoxFilterZone
{
	background-color: #5D7B9D;
	width: 100%;
}

/*
*	logViewAdmin datasetmegjelenítő táblázata:
*/

div.hidden
{
	display: none;
}

table.dataset
{
	text-align: center;
	width: 718px;
	border: solid 1px Black;
	table-layout: fixed;
}

.headerrow
{
	border: solid 1px Black;
	background-color: orange;
}

.cell
{
	border: solid 1px Black;
	background-color: white;
}

/*
*törzsadatok szűrés része: chekbox-ok textbox-ok, stb...
*/
.searchBarControl_cbtable
{
	border-style:none;
}

.searchBarControl_btnSearch{
    border: none;
}

.searchBarControl_btnClear{
    border: none;
}

.searchBarControl_tbSearch{
    border: none;
}
    
.searchBarControl_tbHistory{
    border: none;
}    

.searchBarControl_panelMain{
	background-color: Transparent;
	border-style: solid;
	border-color: #006699;
	border-width: 1px;
}

.labelraised
{
	font-family: Garamond;
	font-size: medium;
	font-weight: bold;
}

.labeltitle
{
	font-family: Garamond;
	font-size: large;
	font-weight: bold;
}

