﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-image: url("/Content/img/leafbck.gif");
    font-size: .8em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 25px;
    margin-bottom: 50px;
    padding: 0;
    color: #000000;
    line-height: 160%;
}

img
{
    border-width: 0px;
}

a:link
{
    color: #730E10;
    text-decoration: underline;
}
a:visited
{
    color: #000099;
}
a:hover
{
    color: #730E10;
    text-decoration: none;
}
a:active
{
    color: #730E10;
}

p
{

    line-height: 160%;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}

h1
{
    font-size: 1.8em;
    padding-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
    margin-bottom: 0;
}
h5, h6
{
    font-size: 1em;
    margin-bottom: 0.5em;
    background-color: Silver;
    padding: 2px;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    /*background-color: #fff;*/
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}


/* TAB MENU   
----------------------------------------------------------*/



/* ul menu */
.menu  span  
{
    padding-right: 8px;
    font-weight: bold;
}

.menu span a
{
    color: #353535;
}

.menu span a:hover
{
    color: #730E10;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    text-align:left;
}




.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffaaaa;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* saját stílusok */


/* táblázatokhoz */
.borderedTable
{
   border: 2px solid  #A5A5A5;
   border-collapse: collapse;
}
label
{
    padding: 5px;
}
.tableTitle
{
    color: #909090;
    font-size: 1.3em;
    font-family: Arial;
    font-weight: bold;
}

.tableHeader
{
    background-color: #A5A5A5;
    font-weight: bold;
}
th
{
    line-height: 80%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.leftCell
{
    border-left: 2px solid  #A5A5A5;
}

.rightCell
{
    border-right: 2px solid  #A5A5A5;
}

.gridCell
{
    border-left: 1px solid  #A5A5A5;
}

.oddRow
{
    background-color: #F2F2F2;
}

.evenRow
{
    background-color: #E4E4E4; 
}

.bottomRow
{
    border-top: 2px solid  #A5A5A5;
    height: 5px;
    font-size: 4px;
}

.titleNote
{
    font-size: 50%; 
    line-height: 90%;
}

.selectedRow
{
    background-color: yellow !important;
}

.selectedTable
{
}

.selectedTable .rightCell
{
     border-color: Red !important;
}
.selectedTable .leftCell
{
     border-color: Red !important;
}

.selectedTable .bottomRow
{
     border-color: Red !important;
}
.selectedTable .tableHeader th
{
 border-top: 2px red solid !important;
}


/* táblázatokhoz vége */

.help
{
    padding: 4px;
    border: 1px solid black;
    background: #FFFF99;
}



/* masterpage elements */

#logodisplay
{
    float: left;
    width: 213px;
    background-color: #f2f2f2;
    height: 60px;
}

#headerCell
{
    
}

#logindisplay
{
    text-align:right;
    padding: 4px;
    color:black;
    float: right;
    width: 200px;
    height: 52px;
}

#bannerdisplay
{
    margin: 3px;
    margin-left: 130px;
    border-width: 2px;
    border-style: solid;
    border-right-color: #555555; 
    border-top-color: #eeeeee; 
    border-left-color: #afafaf; 
    border-bottom-color: #444444; 
    width:390px; 
    height: 50px;
    float: left;
}

#searchdisplay
{
    float:left; 
    width: 207px;
    padding-left: 6px;
    min-width: 207px;
    height: 22px;
    background-color: #A5A5A5;
}

#menudisplay
{
    margin-top:0px;
}

#menudisplay table 
{
    height: 22px;
    vertical-align: middle;
    text-align: center;
}

#menudisplay td
{
    border-right:2px solid  #CFCFCF;
    padding-left: 2px;
    padding-right: 2px;
} 

#menudisplay a
{
    color: Black;
    text-decoration: none;
    padding: 2px;
}

#menudisplay a:hover
{
    background-color: #ffffff;
    border: 0px solid white;
    color: #730E10;
} 

#menudisplay td.selected
{
    background-color: #CFCFCF;
}

#menudisplay td.highlighted
{
    font-weight: bold;
}


#footerdisplay
{
    font-size: 9px;
    font-weight: bold;
    color: #555555; padding: 5px;
    line-height: 120%;
}

#coverAddress
{
    color: #555555; 
    padding-left: 15px;
}

#pagecontainer
{
    background-image: url("/Content/img/leafbcklight.gif");
}



/*
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
*/


/* a tanfolymalista fülecskéi, sarkok a bal felsőtől, élek a felsőtől számozva */
.tab
{
    margin-top: -5px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.selectedtab
{
   margin-top: -5px;
   width: 100%;
   text-align: center;
   position: relative;
   left: 1px;
}

.grouptab
{
    margin-top: 5px; 
    color: #909090;
    font-size: 1.3em;
    font-family: Arial;
    font-weight: bold;
    position: relative; 
    top: 1px;
}


.tab a
{

    color: #555555;
    text-decoration: none;
    padding: 12px;
    padding-bottom: 7px;
    white-space: nowrap;
}

.tab a:hover
{
    color: #000000;
    text-decoration: none;
    padding: 12px;
    padding-bottom: 7px;
    white-space: nowrap;
}

.selectedtab a
{

    color: #000000;
    text-decoration: none;
    font-weight: bold;
    padding: 12px;
    white-space: nowrap;
}

.tab #corner1
{
    background-image: url('/Content/img/tab/corner1g.gif');
    width:17px;
    min-width:17px;
    height:7px;
}

.tab #corner2
{
    background-image: url('/Content/img/tab/corner2g.gif');
    width:7px;
    height:7px;
}

.tab #corner3
{
    background-image: url('/Content/img/tab/corner3g.gif');
    width:7px;
    height:7px;
}

.tab #corner4
{
    background-image: url('/Content/img/tab/corner4g.gif');
    width:17px;
    height:7px;
}

.tab #edge1
{
    background-image: url('/Content/img/tab/edge1g.gif');
    height:7px;
}

.tab #edge2
{
    background-image: url('/Content/img/tab/edge2g.gif');
    width:7px;
}
.tab #edge3
{
    background-image: url('/Content/img/tab/edge3g.gif');
    height:7px;
}
.tab #edge4
{
    background-image: url('/Content/img/tab/edge4g.gif');
    width:17px;
}

.tab #tabcontent
{
    background-image: url('/Content/img/tab/tabcontentg.gif');
    padding:5px;
}


.selectedtab #corner1
{
    background-image: url('/Content/img/tab/corner1s.gif');
    width:17px;
    min-width:17px;
    height:7px;
}

.selectedtab #corner2
{
    background-image: url('/Content/img/tab/corner2s.gif');
    width:7px;
    height:7px;
}

.selectedtab #corner3
{
    background-image: url('/Content/img/tab/corner3s.png');
    width:7px;
    height:10px;
}

.selectedtab #corner4
{
    background-image: url('/Content/img/tab/corner4s.png');
    width:17px;
    height:10px;
}

.selectedtab #edge1
{
    background-image: url('/Content/img/tab/edge1s.gif');
    height:7px;
}

.selectedtab #edge2
{
    background-image: url('/Content/img/tab/edge2s.gif');
    width:7px;
}
.selectedtab #edge3
{
    background-image: url('/Content/img/tab/edge3s.png');
    height:10px;
}
.selectedtab #edge4
{
    background-image: url('/Content/img/tab/edge4s.gif');
    width:17px;
}

.selectedtab #tabcontent
{
    background-image: url('/Content/img/tab/tabcontents.gif');
    padding:5px;
}


/*   grouptab  */
.grouptab #corner1
{
    background-image: url('/Content/img/tab/corner1v.gif');
    width:13px;
    min-width:13px;
    height:7px;
}

.grouptab #corner2
{
    background-image: url('/Content/img/tab/corner2v.gif');
    width:13px;
    min-width:13px;
    height:7px;
}

.grouptab #corner3
{
    background-image: url('/Content/img/tab/corner3v.gif');
    width:13px;
    height:7px;
}

.grouptab #corner4
{
    background-image: url('/Content/img/tab/corner4v.gif');
    width:13px;
    height:7px;
}

.grouptab #edge1
{
    background-image: url('/Content/img/tab/edge1v.gif');
    height:7px;
}

.grouptab #edge2
{
    background-image: url('/Content/img/tab/edge2v.gif');
    width:13px;
}
.grouptab #edge3
{
    background-image: url('/Content/img/tab/edge3v.gif');
    height:7px;
}
.grouptab #edge4
{
    background-image: url('/Content/img/tab/edge4v.gif');
    width:13px;
}

.grouptab #tabcontent
{
    background-image: url('/Content/img/tab/tabcontentv.gif');
    background-color: white;
    padding:5px;
}



#mainTable
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#coverTable
{
    margin-left: auto;
    margin-right: auto;

}

#mainTableTopLeft
{
    background-image: url('/Content/img/maintable/topLeft.png');
    width:7px;
    height:18px;
    position: relative;
    top: 5px;
}

#mainTableTop
{
    background-image: url('/Content/img/maintable/top.png');
    height:18px;
    width: 100%;
}

#mainTableTopRight
{
    background-image: url('/Content/img/maintable/topRight.png');
    width:11px;
    height:18px;
    position: relative;
    top: 5px;
}


#mainTableBottomLeft
{
    background-image: url('/Content/img/maintable/topLeft.png');
    width:7px;
    height:18px;
}

#mainTableBottom
{
    background-image: url('/Content/img/maintable/bottom.png');
    height:18px;
}

#mainTableBottomRight
{
    background-image: url('/Content/img/maintable/topRight.png');
    width:11px;
    height:18px;
}

.rightShadow
{
    background-image: url('/Content/img/maintable/rightShadow.png');
    background-repeat: repeat-y;
}



#contentsTable
{
    border-left: 1px solid #A5A5A5;
    border-right: 1px solid #A5A5A5;
    border-bottom: 1px solid #A5A5A5;
}

#contentsTable td
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}

.chapterTitle td
{
   border-top: 1px solid #A5A5A5;
   font-weight: bold;
}

.chapterContents td
{

}

.coverBlock
{
    overflow: hidden;

}

.coverBlock a
{
    text-decoration: none;
    color: #555555;
    font-weight: bold;
    font-size: 120%;
}

.coverBlock #linkDiv
{
    height: 100%;
    padding: 5px;
}


.coverBlockIdentifier
{
    border: 4px solid red;
    position: relative;
    top: -4px;
    left: -4px;
    color: Red;
    font-weight: bold;
}

.surveyQuestonSeparator
{
    background-color: #CFCFCF;
    height: 5px;
}