﻿/* CSS Template */

/* ############################################### 
## Start of Notes 

## Used Colors




## End of Notes 
############################################### */




/* ############################################### */
/* Start of Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: middle;
}

body 
{

}

ol, ul 
{
	list-style: none;
}

/*
blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

:focus 
{
	outline: 0;
}

ins 
{
	text-decoration: none;
}

del 
{
	text-decoration: line-through;
}
*/
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of Reset */

/* ############################################### */
/* Start of Basic Page Layout */

body
{
    background-color: Silver;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif; 
    background: url("/Images/PageBackground.png") repeat-x scroll left top;
    /*background-color: #FFFFD7;*/
}

#page
{
    width: 980px;
    /* width: 90%; */
    margin: 15px auto 15px auto;
    text-align: left;
}

#header
{
    height: 85px;
    background: url("/Images/HeaderBackground.png") repeat-x scroll left top;
    background-color: #3E65AA;
    position: relative;
    -moz-border-radius-topleft:2ex;
    -moz-border-radius-topright:2ex;
    -webkit-border-top-left-radius:2ex;
    -webkit-border-top-right-radius:2ex;
}

#menu
{
    background: url("/Images/MenuBackground.png") repeat-x scroll left top;
    /*background-color: #FFC04C;*/
    display: block;
}

#content
{
    background-color: White;
    display: block;
    margin: 0px;
    padding: 18px 15px 15px 15px;
    position: relative;
}

#image
{
    position: relative;
}

#footer
{
    height: 30px;
    background: url("/Images/FooterBackground.png") repeat-x scroll left top transparent;
    background-color: #3E65AA;
    line-height: 30px; 
    text-align: center;
    margin: auto;    
    -moz-border-radius-bottomleft:2ex;
    -moz-border-radius-bottomright:2ex;
    -webkit-border-bottom-left-radius:2ex;
    -webkit-border-bottom-right-radius:2ex;
    position: relative;

}




/* End of Basic Page Layout */

/* ############################################### */
/* Start of Standard HTML MarkUp */

a
{
    color: #003EF4;
    text-decoration: none;
}

a:link
{

}
a:visited
{

}
a:hover
{
    color: #2BA82B;
}
a:active
{
    color: #12eb87;
}

p
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

fieldset 
{

}

fieldset p 
{

}

legend 
{

}

input[type="text"], input[type="password"], textarea 
{
    border: 1px solid silver;
}

input[type="button"], input[type="submit"]
{
    border: 1px solid grey;
    background-color: #E1E1E1;
}

table 
{
  border-collapse: collapse;
}

table td 
{
    padding: 5px;  
    /*
 
  border: solid 1px #e8eef4;*/
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.table-of-contents ul
{
    padding-left: 17px;  
}

.table-of-contents li
{
    list-style-type: disc;
    margin-top: 7px;
}

/* End of Standard HTML MarkUp */

/* ############################################### */
/* Start of Helper Classes */

.align-left
{
    text-align: left;
}

.align-right
{
    text-align: right;
}

.align-center
{
    text-align: center;
}

.align-justify
{
    text-align: justify;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.float-center
{
    display: inline;
    margin-left: 0px auto;
    margin-right: 0px auto;
}

.display-block
{
    display: block;
}

.margin-zero
{
    margin: 0px;
}

.clear
{
    clear: both;
    margin: 0px;
    padding: 0px;
}

.error
{
    color: Red;
}

.border
{
    border: solid 1px silver;
}

/* End of Helper Classes */

/* ############################################### */
/* Start of Custom Classes */

#menu ul 
{
    list-style-type: none;
    /*background-image: url(/Images/MenuBackground.png);    */
    height: 35px;
    margin: auto;
}

#menu a 
{
    background-image: url(/Images/MenuDivider.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    line-height: 35px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    color: #371C1C;
}

#menu a:hover 
{
    color: #FFF;
}

#menu .last a
{
    background-image: none;
}

#menu li
{
    float: left;
}


/*
.arrowLink
{
    background-image: url(/Images/left.jpg);
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 3;
}*/

.arrowImage
{
    width: 70px;
    position: absolute;
    z-index: 3;
}

.leftArrow
{
    left: 15px;
}

.rightArrow
{
    right: 15px;
}

.titleImage
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.pageText
{
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
}

/* End of Custom Classes */

/* Forum zaciatok */

.forumNameInput, .forumEmailInput, .forumSubjectInput
{
    width: 300px;
}

.forumMessageInput
{
    width: 300px;
}

.forumTable
{
    width: 100%;
    margin-bottom: 7px;
    /*
    -moz-border-radius:1ex;
    -webkit-border-radius:1ex;
    */
}

.forumTable a
{
    font-weight: bold;
}

.forumNavigation
{
    float: right;
    margin-top: 6px;
}

.forumButtons
{
    float: left;
    margin-top: 6px;
}


.forumHeader
{
    background-color: #3E65AA;
    color: White;
    font-weight: bold;
}

.forumSubject
{
    background-color: #C0D6FF;
}

.forumMessage
{
    text-align: justify;
    line-height: 16px;

}

.forumCheckBox
{
    width: 25px;
}

.forumDate
{
    width: 80px;
}

.forumAuthor
{
    width: 100px;
}

/* Forum koniec */

.title
{
    position: absolute;
    top: 30px;
    left: 20px;
}

.title h1
{
    color: White;
    font-size: 28px;
}

.key
{
    position: absolute;
    border: 0px;
    right: 10px;
    top: 5px;
}

#footer a
{
    color: White;
    text-decoration: none;
    font-weight: bold;
    vertical-align: baseline;
}

#footer
{
    color: White;
}

.alignLeft
{
    text-align: left;
}

.alignRight
{
    text-align: right;
}

.alignCenter
{
    text-align: center;
}

.alignJustify
{
    text-align: justify;
}

.valignMiddle
{
    vertical-align: middle;
}
.loginInput
{
    width: 160px;
}

.antiSpam
{
    width: 30px;
}

.tdWidth
{
    width: 10px;
}

.tdWidth2
{
    width: auto;
}

.castiBiblie
{
    line-height: 20px;
}







